all develop-inst-nodeps: /opt/stack/tempest all installed: attrs==25.3.0,autopage==0.5.2,bcrypt==4.0.1,certifi==2025.8.3,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@5f89e3cc46ba446569497c200c181c0bf6bbe6cd#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='2489684386' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {0} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {8} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest) ... SKIPPED: LiveMigrationWithoutHostTest skipped as live-migration is not available {10} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {3} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {4} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [2.938527s] ... 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 22ab961d-bf20-4378-9163-67862a7cd088 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:41:26,257 99278 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 1.555s 2025-08-05 21:41:26,258 99278 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-360871167"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '344', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/22ab961d-bf20-4378-9163-67862a7cd088', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-658e8f58-3f02-46b6-8bb6-2ed1776a1862', 'x-compute-request-id': 'req-658e8f58-3f02-46b6-8bb6-2ed1776a1862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "22ab961d-bf20-4378-9163-67862a7cd088", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T21:41:25.760204", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-360871167", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-05 21:41:26,452 99278 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/22ab961d-bf20-4378-9163-67862a7cd088 0.188s 2025-08-05 21:41:26,452 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:26 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-59b71974-0100-41a2-817f-802989eda738', 'x-compute-request-id': 'req-59b71974-0100-41a2-817f-802989eda738', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/22ab961d-bf20-4378-9163-67862a7cd088'} Body: b'{"volume": {"id": "22ab961d-bf20-4378-9163-67862a7cd088", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T21:41:26.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-360871167", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-05 21:41:27,632 99278 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/22ab961d-bf20-4378-9163-67862a7cd088 0.173s 2025-08-05 21:41:27,632 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:27 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-7dba350c-244c-4ca4-9809-5381b540364e', 'x-compute-request-id': 'req-7dba350c-244c-4ca4-9809-5381b540364e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/22ab961d-bf20-4378-9163-67862a7cd088'} Body: b'{"volume": {"id": "22ab961d-bf20-4378-9163-67862a7cd088", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T2 1:41:26.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-360871167", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' {8} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [2.773690s] ... 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 284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:41:26,160 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/types 0.776s 2025-08-05 21:41:26,161 99286 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-1465431950"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b92ac1c-9220-43d5-b297-de74f0a5e6b6', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b92ac1c-9220-43d5-b297-de74f0a5e6b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "a55da0c3-4a4a-4130-8978-0d96c64a5a85", "name": "tempest-GroupsV320Test-volume-type-1465431950", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:41:26,230 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/group_types 0.066s 2025-08-05 21:41:26,230 99286 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-198830648"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39d8c0f1-c92f-4a24-8502-f255477c86a9', 'content-length': '176', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39d8c0f1-c92f-4a24-8502-f255477c86a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "fa4a3963-b4a7-47e2-ada6-9a0a86f25e1a", "name": "tempest-GroupsV320Test-group-type-198830648", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 21:41:26,656 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/groups 0.423s 2025-08-05 21:41:26,656 99286 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": "fa4a3963-b4a7-47e2-ada6-9a0a86f25e1a", "volume_types": ["a55da0c3-4a4a-4130-8978-0d96c64a5a85"], "name": "tempest-GroupsV320Test-Group-270390022"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ae402ed-5986-4672-aa15-c5ef98e05a69', 'content-length': '107', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ae402ed-5986-4672-aa15-c5ef98e05a69', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8", "name": "tempest-GroupsV320Test-Group-270390022"}}' 2025-08-05 21:41:26,716 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8 0.057s 2025-08-05 21:41:26,716 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18340a50-a42b-4aab-a3c5-e337645b45ba', 'content-length': '387', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18340a50-a42b-4aab-a3c5-e337645b45ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8'} Body: b'{"group": {"id": "284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T21:41:27.000000", "name": "tempest-GroupsV320Test-Group-270390022", "description": null, "group_type": "fa4a3963-b4a7-47e2-ada6-9a0a86f25e1a", "volume_types": ["a55da0c3-4a4a-4130-8978-0d96c64a5a85"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:41:27,758 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8 0.037s 2025-08-05 21:41:27,758 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd5b6a93-3c49-4694-8bbd-70b60b562b1f', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd5b6a93-3c49-4694-8bbd-70b60b562b1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8'} Body: b'{"group": {"id": "284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T21:41:27.000000", "name": "tempest-GroupsV320Test-Group-270390022", "description": null, "group_type": "fa4a3963-b4a7-47e2-ada6-9a0a86f25e1a", "volume_types": ["a55da0c3-4a4a-4130-8978-0d96c64a5a85"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:41:27,826 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.062s 2025-08-05 21:41:27,826 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8a7b136-b46a-49f7-abb6-818422ffe9b6', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8a7b136-b46a-49f7-abb6-818422ffe9b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 21:41:27,933 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8/action 0.092s 2025-08-05 21:41:27,933 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:27 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-8712b879-a700-4fb9-8c50-ff2e82c2fb9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8/action'} Body: b'' 2025-08-05 21:41:27,949 99286 INFO [tempest.lib.common.rest_clien t] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8 0.015s 2025-08-05 21:41:27,949 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:27 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-fda8384a-8d53-48f8-8ceb-2768651da043', 'x-openstack-request-id': 'req-fda8384a-8d53-48f8-8ceb-2768651da043', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8 could not be found."}}' 2025-08-05 21:41:27,998 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/fa4a3963-b4a7-47e2-ada6-9a0a86f25e1a 0.048s 2025-08-05 21:41:27,999 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:27 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-5a91a079-a802-4f2c-a450-397afb59067d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/fa4a3963-b4a7-47e2-ada6-9a0a86f25e1a'} Body: b'' 2025-08-05 21:41:28,142 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/a55da0c3-4a4a-4130-8978-0d96c64a5a85 0.142s 2025-08-05 21:41:28,142 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5403dbfd-dd27-44f4-92ab-b7b69e0e20b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/a55da0c3-4a4a-4130-8978-0d96c64a5a85'} Body: b'' 2025-08-05 21:41:28,156 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/a55da0c3-4a4a-4130-8978-0d96c64a5a85 0.014s 2025-08-05 21:41:28,157 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:28 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-8a9b4b20-39d0-4da0-bce2-2e3c7981c7d1', 'x-openstack-request-id': 'req-8a9b4b20-39d0-4da0-bce2-2e3c7981c7d1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/a55da0c3-4a4a-4130-8978-0d96c64a5a85'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a55da0c3-4a4a-4130-8978-0d96c64a5a85 could not be found."}}' {4} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.402594s] ... ok {4} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.240070s] ... ok {4} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [1.956534s] ... 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 2b337aa3-029b-4e63-b92c-934ea2dd20a1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:41:59,300 99278 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/types 0.171s 2025-08-05 21:41:59,301 99278 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-599553049"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59aa0ba3-032f-44f6-98a2-3397253f312c', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59aa0ba3-032f-44f6-98a2-3397253f312c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "c8ec908c-00d1-43d5-adfe-a9e7746e216f", "name": "tempest-GroupsV314Test-volume-type-599553049", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:41:59,343 99278 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.039s 2025-08-05 21:41:59,343 99278 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-306317539"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b47757a-0d44-4f46-a5c7-6881c20cc6c7', 'content-length': '176', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b47757a-0d44-4f46-a5c7-6881c20cc6c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "0c298543-1675-4d8a-a760-201c834e77c4", "name": "tempest-GroupsV314Test-group-type-306317539", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 21:41:59,625 99278 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/groups 0.277s 2025-08-05 21:41:59,625 99278 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": "0c298543-1675-4d8a-a760-201c834e77c4", "volume_types": ["c8ec908c-00d1-43d5-adfe-a9e7746e216f"], "name": "tempest-GroupsV314Test-Group-281570531"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c10303a-238b-4ac6-ba51-d0e317909b93', 'content-length': '107', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c10303a-238b-4ac6-ba51-d0e317909b93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "2b337aa3-029b-4e63-b92c-934ea2dd20a1", "name": "tempest-GroupsV314Test-Group-281570531"}}' 2025-08-05 21:41:59,667 99278 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/2b337aa3-029b-4e63-b92c-934ea2dd20a1 0.040s 2025-08-05 21:41:59,668 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'a pplication/json', 'x-compute-request-id': 'req-c105db20-3a9e-4a34-abc2-525173805467', 'content-length': '387', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c105db20-3a9e-4a34-abc2-525173805467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/2b337aa3-029b-4e63-b92c-934ea2dd20a1'} Body: b'{"group": {"id": "2b337aa3-029b-4e63-b92c-934ea2dd20a1", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T21:42:00.000000", "name": "tempest-GroupsV314Test-Group-281570531", "description": null, "group_type": "0c298543-1675-4d8a-a760-201c834e77c4", "volume_types": ["c8ec908c-00d1-43d5-adfe-a9e7746e216f"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:42:00,721 99278 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/2b337aa3-029b-4e63-b92c-934ea2dd20a1 0.043s 2025-08-05 21:42:00,722 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f21ca85-a5dd-4bb0-9e5e-9699947a72d7', 'content-length': '384', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f21ca85-a5dd-4bb0-9e5e-9699947a72d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/2b337aa3-029b-4e63-b92c-934ea2dd20a1'} Body: b'{"group": {"id": "2b337aa3-029b-4e63-b92c-934ea2dd20a1", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T21:42:00.000000", "name": "tempest-GroupsV314Test-Group-281570531", "description": null, "group_type": "0c298543-1675-4d8a-a760-201c834e77c4", "volume_types": ["c8ec908c-00d1-43d5-adfe-a9e7746e216f"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:42:00,806 99278 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.078s 2025-08-05 21:42:00,807 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d3e30cb-5f22-4852-a767-59134b8c47fd', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d3e30cb-5f22-4852-a767-59134b8c47fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 21:42:00,901 99278 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/2b337aa3-029b-4e63-b92c-934ea2dd20a1/action 0.078s 2025-08-05 21:42:00,901 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:00 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-e46c0f4b-072a-47c6-9b4c-9e92a5dc4877', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/2b337aa3-029b-4e63-b92c-934ea2dd20a1/action'} Body: b'' 2025-08-05 21:42:00,923 99278 INFO [tempes t.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/2b337aa3-029b-4e63-b92c-934ea2dd20a1 0.021s 2025-08-05 21:42:00,924 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:00 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-980bbee4-b202-41d5-aba0-870dba26a91f', 'x-openstack-request-id': 'req-980bbee4-b202-41d5-aba0-870dba26a91f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/2b337aa3-029b-4e63-b92c-934ea2dd20a1'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2b337aa3-029b-4e63-b92c-934ea2dd20a1 could not be found."}}' 2025-08-05 21:42:00,964 99278 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/0c298543-1675-4d8a-a760-201c834e77c4 0.039s 2025-08-05 21:42:00,964 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:00 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-244d4eac-7d63-4912-afec-6609f1ac98cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/0c298543-1675-4d8a-a760-201c834e77c4'} Body: b'' 2025-08-05 21:42:01,066 99278 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/c8ec908c-00d1-43d5-adfe-a9e7746e216f 0.101s 2025-08-05 21:42:01,067 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d2b2c9b-f8c9-46fd-a01a-06b027094c71', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/c8ec908c-00d1-43d5-adfe-a9e7746e216f'} Body: b'' 2025-08-05 21:42:01,084 99278 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/c8ec908c-00d1-43d5-adfe-a9e7746e216f 0.016s 2025-08-05 21:42:01,084 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:01 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-1c32eb18-0364-4e19-a66c-b9fc9c50318a', 'x-openstack-request-id': 'req-1c32eb18-0364-4e19-a66c-b9fc9c50318a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/c8ec908c-00d1-43d5-adfe-a9e7746e216f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c8ec908c-00d1-43d5-adfe-a9e7746e216f could not be found."}}' {8} 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 8799e603-b93e-4753-b5df-c7b92adae117 failed to build and is in ERROR status {8} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [1.727060s] ... 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 34271d0e-137d-49a6-ab1c-4e9608327dd3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:08,191 99286 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.417s 2025-08-05 21:42:08,191 99286 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-954982171"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b782921f-894c-4a34-93d5-33d0967e2211', 'content-length': '819', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b782921f-894c-4a34-93d5-33d0967e2211', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "34271d0e-137d-49a6-ab1c-4e9608327dd3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:08.136337", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-954982171", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3"}], "user_id": "70a79d26b0b8492a94d337f667f3677d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-05 21:42:08,249 99286 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/34271d0e-137d-49a6-ab1c-4e9608327dd3 0.042s 2025-08-05 21:42:08,249 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d1e681d-f4c3-41cc-b307-ecc8d31630f7', 'content-length': '887', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d1e681d-f4c3-41cc-b307-ecc8d31630f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3'} Body: b'{"volume": {"id": "34271d0e-137d-49a6-ab1c-4e9608327dd3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:08.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-954982171", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3"}], "user_id": "70a79d26b0b8492a94d337f667f3677d", "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": "7f1e77d139dd4fffb73483adf1211407"}}' 2025-08-05 21:42:09,302 99286 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/34271d0e-137d-49a6-ab1c-4e9608327dd3 0.037s 2025-08-05 21:42:09,302 99286 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': 'Tue, 05 Aug 2025 21:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b294014-2f92-42b5-bda8-0457c7e0b53a', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b294014-2f92-42b5-bda8-0457c7e0b53a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3'} Body: b'{"volume": {"id": "34271d0e-137d-49a6-ab1c-4e9608327dd3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:08.000000", "updated_at": "2025-08-05T21:42:08.000000", "name": "tempest-VolumesTransfersV355Test-Volume-954982171", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3"}], "user_id": "70a79d26b0b8492a94d337f667f3677d", "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": "7f1e77d139dd4fffb73483adf1211407"}}' 2025-08-05 21:42:09,359 99286 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3 0.042s 2025-08-05 21:42:09,360 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-834d4448-daee-4960-9599-ea579f4af205', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-834d4448-daee-4960-9599-ea579f4af205', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3'} Body: b'{"volume": {"id": "34271d0e-137d-49a6-ab1c-4e9608327dd3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:08.000000", "updated_at": "2025-08-05T21:42:08.000000", "name": "tempest-VolumesTransfersV355Test-Volume-954982171", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3"}], "user_id": "70a79d26b0b8492a94d337f667f3677d", "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": "7f1e77d139dd4fffb73483adf1211407"}}' 2025-08-05 21:42:09,473 99286 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3 0.098s 2025-08-05 21:42:09,473 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:09 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-9bdb7af1-02f4-40bc-adc6-ad3ec62dc373', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3'} Body: b'' 2025-08-05 21:42:09,498 99286 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3 0.024s 2025-08-05 21:42:09,499 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:09 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-63d28050-5366-43be-954e-ef9ad7f5b507', 'x-openstack-request-id': 'req-63d28050-5366-43be-954e-ef9ad7f5b507', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 34271d0e-137d-49a6-ab1c-4e9608327dd3 could not be found."}}' {8} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [1.520951s] ... 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 db8e9721-d8d6-44e7-98e2-4ea38ef1a09e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:09,684 99286 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.180s 2025-08-05 21:42:09,685 99286 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-1802315199"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d946d45e-ad32-493f-aa27-c1e6de5f6c23', 'content-length': '820', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d946d45e-ad32-493f-aa27-c1e6de5f6c23', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "db8e9721-d8d6-44e7-98e2-4ea38ef1a09e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:09.625872", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1802315199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e"}], "user_id": "70a79d26b0b8492a94d337f667f3677d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-05 21:42:09,740 99286 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e 0.043s 2025-08-05 21:42:09,741 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5217aafd-72e5-4cf3-a1ec-68ed29403e56', 'content-length': '888', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5217aafd-72e5-4cf3-a1ec-68ed29403e56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e'} Body: b'{"volume": {"id": "db8e9721-d8d6-44e7-98e2-4ea38ef1a09e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:10.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1802315199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e"}], "user_id": "70a79d26b0b8492a94d337f667f3677d", "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": "7f1e77d139dd4fffb73483adf1211407"}}' 2025-08-05 21:42:10,797 99286 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e 0.041s 2025-08-05 21:42:10,797 99286 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': 'Tue, 05 Aug 2025 21:42:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fde4266-59a2-4634-8991-094fa8b72209', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fde4266-59a2-4634-8991-094fa8b72209', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e'} Body: b'{"volume": {"id": "db8e9721-d8d6-44e7-98e2-4ea38ef1a09e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:10.000000", "updated_at": "2025-08-05T21:42:10.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1802315199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e"}], "user_id": "70a79d26b0b8492a94d337f667f3677d", "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": "7f1e77d139dd4fffb73483adf1211407"}}' 2025-08-05 21:42:10,857 99286 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e 0.046s 2025-08-05 21:42:10,858 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-477c82ec-e1aa-42eb-a9f0-095fbc9d2f7b', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-477c82ec-e1aa-42eb-a9f0-095fbc9d2f7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e'} Body: b'{"volume": {"id": "db8e9721-d8d6-44e7-98e2-4ea38ef1a09e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:10.000000", "updated_at": "2025-08-05T21:42:10.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1802315199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e"}], "user_id": "70a79d26b0b8492a94d337f667f3677d", "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": "7f1e77d139dd4fffb73483adf1211407"}}' 2025-08-05 21:42:11,000 99286 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e 0.127s 2025-08-05 21:42:11,001 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:10 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-969e4c07-d2d3-4f6a-bbf6-b631f2732ba3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e'} Body: b'' 2025-08-05 21:42:11,023 99286 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e 0.021s 2025-08-05 21:42:11,023 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:11 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-ba73d488-11e4-4ddd-880e-9fd355ff9472', 'x-openstack-request-id': 'req-ba73d488-11e4-4ddd-880e-9fd355ff9472', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume db8e9721-d8d6-44e7-98e2-4ea38ef1a09e could not be found."}}' {2} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [1.495747s] ... 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 de9510da-1088-4ae1-a3ca-f9950f4333c8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:10,102 99274 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/volumes 0.321s 2025-08-05 21:42:10,102 99274 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-1501320613"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-273d6edf-2484-4d32-823e-8753c3e6bd67', 'content-length': '746', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-273d6edf-2484-4d32-823e-8753c3e6bd67', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "de9510da-1088-4ae1-a3ca-f9950f4333c8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:10.040960", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1501320613", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8"}], "user_id": "b7cc38818b474adab3dee2632fa777a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:42:10,185 99274 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8 0.069s 2025-08-05 21:42:10,185 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f0809de-9d0c-4e39-a859-48836f3f6bcd', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f0809de-9d0c-4e39-a859-48836f3f6bcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8'} Body: b'{"volume": {"id": "de9510da-1088-4ae1-a3ca-f9950f4333c8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:10.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1501320613", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8"}], "user_id": "b7cc38818b474adab3dee2632fa777a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20752f3e3efa4f7eae4aaafb134223d5"}}' 2025-08-05 21:42:11,260 99274 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8 0.059s 2025-08-05 21:42:11,260 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a54774be-775e-4705-ba65-8f89cedff16a', 'content-length': '835', 'openstack-api-ver sion': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a54774be-775e-4705-ba65-8f89cedff16a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8'} Body: b'{"volume": {"id": "de9510da-1088-4ae1-a3ca-f9950f4333c8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:10.000000", "updated_at": "2025-08-05T21:42:10.000000", "name": "tempest-TestVolumeSwap-volume-1501320613", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8"}], "user_id": "b7cc38818b474adab3dee2632fa777a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20752f3e3efa4f7eae4aaafb134223d5"}}' {5} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [1.690826s] ... 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 f93b4a29-671f-4ba7-900c-5e580f40d638 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:10,805 99280 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.566s 2025-08-05 21:42:10,806 99280 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-1311765802", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7a04018-7f57-4209-a9cb-4d2d06e6096a', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7a04018-7f57-4209-a9cb-4d2d06e6096a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f93b4a29-671f-4ba7-900c-5e580f40d638", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:10.707245", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1311765802", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638"}], "user_id": "15181106e1244815b138540d3283a9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:42:10,858 99280 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638 0.040s 2025-08-05 21:42:10,859 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-223480d7-c33b-43c7-bd77-ac0835a235b4', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-223480d7-c33b-43c7-bd77-ac0835a235b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638'} Body: b'{"volume": {"id": "f93b4a29-671f-4ba7-900c-5e580f40d638", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:11.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1311765802", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638"}], "user_id": "15181106e1244815b138540d3283a9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dc786013874422cacffbb19bc099ccb"}}' 2025-08-05 21:42:11,913 99280 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638 0.039s 2025-08-05 21:42:11,913 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-629cdcf5-0171-4374-999b-25c9d2c0d276', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-629cdcf5-0171-4374-999b-25c9d2c0d276', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638'} Body: b'{"volume": {"id": "f93b4a29-671f-4ba7-900c-5e580f40d638", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:11.000000", "updated_at": "2025-08-05T21:42:11.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1311765802", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638"}], "user_id": "15181106e1244815b138540d3283a9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dc786013874422cacffbb19bc099ccb"}}' {3} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [1.897865s] ... 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 18ded2cf-8f0e-4808-9bd9-acac3224f360 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:12,232 99276 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.781s 2025-08-05 21:42:12,233 99276 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-2066789717", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22475222-d00e-4013-9594-2f9402c4c11c', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22475222-d00e-4013-9594-2f9402c4c11c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "18ded2cf-8f0e-4808-9bd9-acac3224f360", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:12.171905", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2066789717", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360"}], "user_id": "427e7bbd4cf04697a69edc89ce7ea50e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:42:12,282 99276 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360 0.034s 2025-08-05 21:42:12,283 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05d3c2ab-ae9a-4b5b-9e85-6519f5f77705', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05d3c2ab-ae9a-4b5b-9e85-6519f5f77705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360'} Body: b'{"volume": {"id": "18ded2cf-8f0e-4808-9bd9-acac3224f360", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:12.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2066789717", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360"}], "user_id": "427e7bbd4cf04697a69edc89ce7ea50e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f4d5106425b4d46bd8623748aca3c6f"}}' 2025-08-05 21:42:13,332 99276 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360 0.035s 2025-08-05 21:42:13,332 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-ed49a061-a0e0-4339-906f-9c4af25c8003', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed49a061-a0e0-4339-906f-9c4af25c8003', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360'} Body: b'{"volume": {"id": "18ded2cf-8f0e-4808-9bd9-acac3224f360", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:12.000000", "updated_at": "2025-08-05T21:42:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-2066789717", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360"}], "user_id": "427e7bbd4cf04697a69edc89ce7ea50e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f4d5106425b4d46bd8623748aca3c6f"}}' {8} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {10} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [15.004627s] ... 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 2e3089be-e720-42c2-8fa6-531c660df8f6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:18,756 99290 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/networks 3.429s 2025-08-05 21:42:18,756 99290 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-74855530"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '600', 'x-openstack-request-id': 'req-3f39bdab-8ce5-4fe8-92c1-7b1928f6e385', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/networks'} Body: b'{"network":{"id":"053d7721-ff61-4ad8-b335-c5646c8e142e","name":"tempest-tagged-attachments-test-net-74855530","tenant_id":"66bdfaba3b56484a8ce7d29e28dc8d79","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"66bdfaba3b56484a8ce7d29e28dc8d79","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-08-05T21:42:18Z","updated_at":"2025-08-05T21:42:18Z","revision_number":1}}' 2025-08-05 21:42:21,751 99290 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/subnets 2.994s 2025-08-05 21:42:21,751 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "053d7721-ff61-4ad8-b335-c5646c8e142e", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-b0b12b46-a983-4cca-a6c3-798b8b1ef973', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"e2972b77-5704-4808-a979-1b21c1c10983","name":"","tenant_id":"66bdfaba3b56484a8ce7d29e28dc8d79","network_id":"053d7721-ff61-4ad8-b335-c5646c8e142e","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-08-05T21:42:20Z","updated_at":"2025-08-05T21:42:20Z","revision_number":0,"project_id":"66bdfaba3b56484a8ce7d29e28dc8d79"}}' 2025-08-05 21:42:21,999 99290 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/volumes 0.246s 2025-08-05 21:42:21,999 99290 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-2141314097"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1603e5b-e411-4d06-af01-8310a8d06aa6', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1603e5b-e411-4d06-af01-8310a8d06aa6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2e3089be-e720-42c2-8fa6-531c660df8f6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:21.910376", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-2141314097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6"}], "user_id": "2d317a6e01cb4eae90e673dc30f4a93f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:42:22,101 99290 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6 0.089s 2025-08-05 21:42:22,101 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38a9fe9c-c19c-4eb1-af38-67dcf19e370b', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38a9fe9c-c19c-4eb1-af38-67dcf19e370b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6'} Body: b'{"volume": {"id": "2e3089be-e720-42c2-8fa6-531c660df8f6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:22.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-2141314097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6"}], "user_id": "2d317a6e01cb4eae90e673dc30f4a93f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "66bdfaba3b56484a8ce7d29e28dc8d79"}}' 2025-08-05 21:42:23,158 99290 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6 0.041s 2025-08-05 21:42:23,158 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eb9da1d-1f1c-481a-9bbc-af56265cf8e7', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eb9da1d-1f1c-481a-9bbc-af56265cf8e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6'} Body: b'{"volume": {"id": "2e3089be-e720-42c2-8fa6-531c660df8f6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:22.000000", "updated_at": "2025-08-05T21:42:22.000000", "name": "tempest-TaggedAttachmentsTest-volume-2141314097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6"}], "user_id": "2d317a6e01cb4eae90e673dc30f4a93f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "66bdfaba3b56484a8ce7d29e28dc8d79"}}' 2025-08-05 21:42:25,70 4 99290 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/subnets/e2972b77-5704-4808-a979-1b21c1c10983 2.527s 2025-08-05 21:42:25,705 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-2f87e248-a33c-4dd7-a82c-f51eae8ff149', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets/e2972b77-5704-4808-a979-1b21c1c10983'} Body: b'' 2025-08-05 21:42:30,330 99290 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/networks/053d7721-ff61-4ad8-b335-c5646c8e142e 4.624s 2025-08-05 21:42:30,330 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-2d6465de-d7e4-45aa-b2d7-58b1fca3f67f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/networks/053d7721-ff61-4ad8-b335-c5646c8e142e'} Body: b'' {6} tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete [1.567737s] ... 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 383e5dfc-c63a-42c2-826b-e2191c80906b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:30,765 99282 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.393s 2025-08-05 21:42:30,765 99282 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-1361246724"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-994bd11e-2c71-409e-b8e6-6f9158fc9ff4', 'content-length': '786', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-994bd11e-2c71-409e-b8e6-6f9158fc9ff4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "383e5dfc-c63a-42c2-826b-e2191c80906b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:30.640773", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-1361246724", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b"}], "user_id": "e65c8aafe3354667b6b57f0328c4d253", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}' 2025-08-05 21:42:30,867 99282 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b 0.085s 2025-08-05 21:42:30,867 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab754b59-cd04-476d-ae62-7e88052d2c6e', 'content-length': '965', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab754b59-cd04-476d-ae62-7e88052d2c6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b'} Body: b'{"volume": {"id": "383e5dfc-c63a-42c2-826b-e2191c80906b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:31.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-1361246724", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b"}], "user_id": "e65c8aafe3354667b6b57f0328c4d253", "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": "96110e43699c44cf9c6baece6668a3a7"}}' 2025-08-05 21:42:31,922 99282 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b 0.039s 2025-08-05 21:42:31,923 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71dd3589-5a83-4f99-bfc5-aa71d4645c12', 'content-length': '986', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71dd3589-5a83-4f99-bfc5-aa71d4645c12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b'} Body: b'{"volume": {"id": "383e5dfc-c63a-42c2-826b-e2191c80906b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:31.000000", "updated_at": "2025-08-05T21:42:31.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1361246724", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b"}], "user_id": "e65c8aafe3354667b6b57f0328c4d253", "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": "96110e43699c44cf9c6baece6668a3a7"}}' {0} 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 eed39f4d-27c5-4321-ba12-727001777c58 failed to build and is in ERROR status {4} setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 31a24d6f-760f-4ec1-b047-bd2519965e32 failed to build and is in ERROR status {8} 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 5ed3f6a9-919d-4dc1-af9d-4d3466d2e3fd failed to build and is in ERROR status {4} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.015547s] ... ok {4} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.022700s] ... ok {4} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.094750s] ... ok {4} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.024585s] ... ok {4} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.022620s] ... ok {5} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [1.628532s] ... 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 8f5a22c8-2e2b-4787-9dd1-c75ffe9ac55e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:42,645 99280 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 0.498s 2025-08-05 21:42:42,645 99280 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-1026141770", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/8f5a22c8-2e2b-4787-9dd1-c75ffe9ac55e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cfdfb05-f43b-4dec-b336-407a03e69694', 'x-compute-request-id': 'req-6cfdfb05-f43b-4dec-b336-407a03e69694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "8f5a22c8-2e2b-4787-9dd1-c75ffe9ac55e", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T21:42:42.514469", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1026141770", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-05 21:42:42,705 99280 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/8f5a22c8-2e2b-4787-9dd1-c75ffe9ac55e 0.054s 2025-08-05 21:42:42,705 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:42 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-696a9b3c-9985-4911-83dc-a699fe44d077', 'x-compute-request-id': 'req-696a9b3c-9985-4911-83dc-a699fe44d077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/8f5a22c8-2e2b-4787-9dd1-c75ffe9ac55e'} Body: b'{"volume": {"id": "8f5a22c8-2e2b-4787-9dd1-c75ffe9ac55e", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T21:42:43.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1026141770", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-05 21:42:43,768 99280 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/8f5a22c8-2e2b-4787-9dd1-c75ffe9ac55e 0.057s 2025-08-05 21:42:43,769 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:43 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-4c03036c-1cb9-440f-8e2e-148887c095a8', 'x-compute-request-id': 'req-4c03036c-1cb9-440f-8e2e-148887c095a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/8f5a22c8-2e2b-4787-9dd1-c75ffe9ac55e'} Body: b'{"volume": {"id": "8f5a22c8-2e2b-4787-9dd1-c75ffe9ac55e", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T21:42:43.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1026141770", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' {4} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {4} 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 0be3b49d-e4e0-482a-ad96-c895af5be7fa failed to build and is in ERROR status {5} 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 5cc95794-8b43-4dff-a7be-5ce1f62aab07 failed to build and is in ERROR status {5} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {5} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [2.333171s] ... 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 62e06411-c37a-46b7-8d11-42f809b2bcec failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:59,993 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/types 0.216s 2025-08-05 21:42:59,994 99280 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-1805282243", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-135db295-3c23-4584-99b7-09aa9d758e74', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-135db295-3c23-4584-99b7-09aa9d758e74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "937e2b12-ba77-4b7a-8fcd-a224140120df", "name": "tempest-VolumeTypesAccessTest-volume-type-1805282243", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2025-08-05 21:43:00,309 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/volumes 0.312s 2025-08-05 21:43:00,309 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "937e2b12-ba77-4b7a-8fcd-a224140120df", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:59 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-249b5e5e-e6fa-4a0b-8d9c-8b438db2f39b', 'x-openstack-request-id': 'req-249b5e5e-e6fa-4a0b-8d9c-8b438db2f39b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 937e2b12-ba77-4b7a-8fcd-a224140120df could not be found."}}' 2025-08-05 21:43:00,310 99280 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2025-08-05 21:43:00,381 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/types/937e2b12-ba77-4b7a-8fcd-a224140120df/action 0.070s 2025-08-05 21:43:00,382 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "7f87ff7ce7c348ed9b23419d75ec5a06"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4622f60c-023f-4b18-9c0a-a9fd5d052cff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/937e2b12-ba77-4b7a-8fcd-a224140120df/action'} Body: b'' 2025-08-05 21:43:00,639 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/volumes 0.256s 2025-08-05 21:43:00,640 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "937e2b12-ba77-4b7a-8fcd-a224140120df", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1851489292"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-requ est-id': 'req-3da37d2b-4e9f-42f5-83ef-5a68626b4f1b', 'content-length': '794', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3da37d2b-4e9f-42f5-83ef-5a68626b4f1b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "62e06411-c37a-46b7-8d11-42f809b2bcec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:00.553162", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1851489292", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1805282243", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec"}], "user_id": "347666d74012428392c7fd6bb3b7db15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:00,693 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec 0.041s 2025-08-05 21:43:00,694 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af6693ec-794d-4956-b8ad-271f24d32e4b', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af6693ec-794d-4956-b8ad-271f24d32e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec'} Body: b'{"volume": {"id": "62e06411-c37a-46b7-8d11-42f809b2bcec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:01.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1851489292", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1805282243", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec"}], "user_id": "347666d74012428392c7fd6bb3b7db15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f87ff7ce7c348ed9b23419d75ec5a06"}}' 2025-08-05 21:43:01,748 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec 0.040s 2025-08-05 21:43:01,749 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-364a3589-1903-4ec6-96d6-ae2ff67339a1', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-364a3589-1903-4ec6-96d6-ae2ff67339a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec'} Body: b'{"volume": {"id": "62e06411-c37a-46b7-8d11-42f809b2bcec", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:01.000000", "updated_at": "2025-08-05T21:43:01.0 00000", "name": "tempest-VolumeTypesAccessTest-Volume-1851489292", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1805282243", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec"}], "user_id": "347666d74012428392c7fd6bb3b7db15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f87ff7ce7c348ed9b23419d75ec5a06"}}' 2025-08-05 21:43:01,845 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec 0.082s 2025-08-05 21:43:01,846 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28d462d5-33b6-46ef-a665-9c78808c09f8', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28d462d5-33b6-46ef-a665-9c78808c09f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec'} Body: b'{"volume": {"id": "62e06411-c37a-46b7-8d11-42f809b2bcec", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:01.000000", "updated_at": "2025-08-05T21:43:01.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1851489292", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1805282243", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec"}], "user_id": "347666d74012428392c7fd6bb3b7db15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f87ff7ce7c348ed9b23419d75ec5a06"}}' 2025-08-05 21:43:01,962 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec 0.102s 2025-08-05 21:43:01,962 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c1b8fd8-c8d1-4153-bacf-6a1e388d609b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec'} Body: b'' 2025-08-05 21:43:01,986 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec 0.023s 2025-08-05 21:43:01,986 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:01 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-fd789f81-e929-413e-a822-e02 d5eaf586d', 'x-openstack-request-id': 'req-fd789f81-e929-413e-a822-e02d5eaf586d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 62e06411-c37a-46b7-8d11-42f809b2bcec could not be found."}}' 2025-08-05 21:43:02,026 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/types/937e2b12-ba77-4b7a-8fcd-a224140120df/action 0.039s 2025-08-05 21:43:02,027 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "7f87ff7ce7c348ed9b23419d75ec5a06"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94f138e8-6478-4045-bf46-5d96489e0286', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/937e2b12-ba77-4b7a-8fcd-a224140120df/action'} Body: b'' 2025-08-05 21:43:02,093 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/937e2b12-ba77-4b7a-8fcd-a224140120df 0.065s 2025-08-05 21:43:02,093 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d65ec497-3ef4-4631-98e7-55954542d9f0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/937e2b12-ba77-4b7a-8fcd-a224140120df'} Body: b'' 2025-08-05 21:43:02,108 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/937e2b12-ba77-4b7a-8fcd-a224140120df 0.014s 2025-08-05 21:43:02,108 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:02 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-1b8694e6-0ca7-4b0c-ac7a-120cfb47e9a4', 'x-openstack-request-id': 'req-1b8694e6-0ca7-4b0c-ac7a-120cfb47e9a4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/937e2b12-ba77-4b7a-8fcd-a224140120df'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 937e2b12-ba77-4b7a-8fcd-a224140120df could not be found."}}' {5} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.375738s] ... ok {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346.test_instance_boot_after_snapshot_deletion [1.966381s] ... 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 b8b92a14-b4f1-45cf-be88-c5558a060b7a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:07,262 99286 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e 0.234s 2025-08-05 21:43:07,262 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8c32a923-3f59-4041-88b7-af2b4ca6390d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:43:07,697 99286 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.434s 2025-08-05 21:43:07,697 99286 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-735804574", "snapshot_id": null, "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd45f5a6-3af5-4515-bf7f-2fdb39d9e2b6', 'content-length': '781', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd45f5a6-3af5-4515-bf7f-2fdb39d9e2b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b8b92a14-b4f1-45cf-be88-c5558a060b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:07.600960", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-735804574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a"}], "user_id": "1caccba7b32a447dad2597a37ba5c125", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:43:07,768 99286 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a 0.057s 2025-08-05 21:43:07,769 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'applicat ion/json', 'Openstack-Api-Version': 'volume 3.46', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d2d165d-3dff-42cf-8ad3-cf9f6a289221', 'content-length': '849', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d2d165d-3dff-42cf-8ad3-cf9f6a289221', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a'} Body: b'{"volume": {"id": "b8b92a14-b4f1-45cf-be88-c5558a060b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:08.000000", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-735804574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a"}], "user_id": "1caccba7b32a447dad2597a37ba5c125", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "6588acc7b37748b3b7378aa7eed92bea"}}' 2025-08-05 21:43:08,824 99286 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a 0.040s 2025-08-05 21:43:08,824 99286 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': 'Tue, 05 Aug 2025 21:43:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b65d769-b977-4e45-a816-e72eb1201869', 'content-length': '870', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b65d769-b977-4e45-a816-e72eb1201869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a'} Body: b'{"volume": {"id": "b8b92a14-b4f1-45cf-be88-c5558a060b7a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:08.000000", "updated_at": "2025-08-05T21:43:08.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-735804574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a"}], "user_id": "1caccba7b32a447dad2597a37ba5c125", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "6588acc7b37748b3b7378aa7eed92bea"}}' 2025-08-05 21:43:08,951 99286 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a 0.112s 2025-08-05 21:43:08,952 99286 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': 'Tue, 05 Aug 2025 21:43:08 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-9f8 21a40-06f7-4ed6-bf28-f3829d9fa992', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a'} Body: b'' 2025-08-05 21:43:08,992 99286 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a 0.040s 2025-08-05 21:43:08,992 99286 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': 'Tue, 05 Aug 2025 21:43:08 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-bfd6c938-20e1-45fe-be75-d7eac6edbf04', 'x-openstack-request-id': 'req-bfd6c938-20e1-45fe-be75-d7eac6edbf04', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b8b92a14-b4f1-45cf-be88-c5558a060b7a could not be found."}}' {6} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {5} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [2.025380s] ... 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 69c9850f-1336-49a7-9193-52be10d70580 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:16,211 99280 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.631s 2025-08-05 21:43:16,212 99280 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-1441318680"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7243a231-5662-4b8b-9696-523973360976', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7243a231-5662-4b8b-9696-523973360976', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "69c9850f-1336-49a7-9193-52be10d70580", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:16.035760", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1441318680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69c9850f-1336-49a7-9193-52be10d70580"}], "user_id": "21ba011782544806b2bb604add167ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:16,294 99280 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/69c9850f-1336-49a7-9193-52be10d70580 0.070s 2025-08-05 21:43:16,294 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27334f07-1029-48e9-90ea-803cc1e97a41', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27334f07-1029-48e9-90ea-803cc1e97a41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580'} Body: b'{"volume": {"id": "69c9850f-1336-49a7-9193-52be10d70580", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:16.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1441318680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69c9850f-1336-49a7-9193-52be10d70580"}], "user_id": "21ba011782544806b2bb604add167ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58d7affe858544848b27337a353742eb"}}' 2025-08-05 21:43:17,373 99280 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/69c9850f-1336-49a7-9193-52be10d70580 0.062s 2025-08-05 21:43:17,373 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x -compute-request-id': 'req-dc9e1b48-a75f-46e9-99ee-e4ac974377a3', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc9e1b48-a75f-46e9-99ee-e4ac974377a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580'} Body: b'{"volume": {"id": "69c9850f-1336-49a7-9193-52be10d70580", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:16.000000", "updated_at": "2025-08-05T21:43:16.000000", "name": "tempest-VolumesTransfersTest-Volume-1441318680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69c9850f-1336-49a7-9193-52be10d70580"}], "user_id": "21ba011782544806b2bb604add167ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58d7affe858544848b27337a353742eb"}}' 2025-08-05 21:43:17,437 99280 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580 0.048s 2025-08-05 21:43:17,437 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe0302ec-9377-4f90-b915-1020a27da10c', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe0302ec-9377-4f90-b915-1020a27da10c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580'} Body: b'{"volume": {"id": "69c9850f-1336-49a7-9193-52be10d70580", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:16.000000", "updated_at": "2025-08-05T21:43:16.000000", "name": "tempest-VolumesTransfersTest-Volume-1441318680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69c9850f-1336-49a7-9193-52be10d70580"}], "user_id": "21ba011782544806b2bb604add167ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58d7affe858544848b27337a353742eb"}}' 2025-08-05 21:43:17,580 99280 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580 0.128s 2025-08-05 21:43:17,580 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43: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-2d253122-0cab-41ab-bd42-4aa9e638bbfd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580'} Body: b'' 2025-08-05 21:43:17,603 99280 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580 0.022s 20 25-08-05 21:43:17,603 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-6696e5aa-23bd-4e87-9e26-de3bc5f9ec36', 'x-openstack-request-id': 'req-6696e5aa-23bd-4e87-9e26-de3bc5f9ec36', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 69c9850f-1336-49a7-9193-52be10d70580 could not be found."}}' {5} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [1.714300s] ... 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 aec87891-2ebc-4716-acfd-521fae69e2c3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:17,901 99280 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.293s 2025-08-05 21:43:17,902 99280 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-1456858105"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d6a5b90-94b9-42cd-a908-c6782456aa34', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d6a5b90-94b9-42cd-a908-c6782456aa34', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "aec87891-2ebc-4716-acfd-521fae69e2c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:17.841075", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1456858105", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3"}], "user_id": "21ba011782544806b2bb604add167ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:17,964 99280 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3 0.050s 2025-08-05 21:43:17,965 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-457e3cf1-aeb6-4dab-a86a-78ea90917e0a', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-457e3cf1-aeb6-4dab-a86a-78ea90917e0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3'} Body: b'{"volume": {"id": "aec87891-2ebc-4716-acfd-521fae69e2c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:18.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1456858105", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3"}], "user_id": "21ba011782544806b2bb604add167ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58d7affe858544848b27337a353742eb"}}' 2025-08-05 21:43:19,046 99280 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3 0.061s 2025-08-05 21:43:19,047 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-req uest-id': 'req-b00e3110-cc40-4ef9-9483-3cdb88b525e4', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b00e3110-cc40-4ef9-9483-3cdb88b525e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3'} Body: b'{"volume": {"id": "aec87891-2ebc-4716-acfd-521fae69e2c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:18.000000", "updated_at": "2025-08-05T21:43:18.000000", "name": "tempest-VolumesTransfersTest-Volume-1456858105", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3"}], "user_id": "21ba011782544806b2bb604add167ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58d7affe858544848b27337a353742eb"}}' 2025-08-05 21:43:19,123 99280 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3 0.049s 2025-08-05 21:43:19,123 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d248046-d234-41b6-992b-308dcfc7c6ea', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d248046-d234-41b6-992b-308dcfc7c6ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3'} Body: b'{"volume": {"id": "aec87891-2ebc-4716-acfd-521fae69e2c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:18.000000", "updated_at": "2025-08-05T21:43:18.000000", "name": "tempest-VolumesTransfersTest-Volume-1456858105", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3"}], "user_id": "21ba011782544806b2bb604add167ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58d7affe858544848b27337a353742eb"}}' 2025-08-05 21:43:19,291 99280 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3 0.143s 2025-08-05 21:43:19,292 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d971afec-0608-42ee-a670-88dfa9555228', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3'} Body: b'' 2025-08-05 21:43:19,321 99280 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3 0.028s 2025-08-05 21: 43:19,321 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf9d2cfc-5b75-452f-80c2-3ff7a30ce71a', 'x-openstack-request-id': 'req-cf9d2cfc-5b75-452f-80c2-3ff7a30ce71a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aec87891-2ebc-4716-acfd-521fae69e2c3 could not be found."}}' {5} 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 e81e8a9c-720b-4647-ac7d-c04886c5ae33 failed to build and is in ERROR status {5} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {5} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain [1.535371s] ... 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 8b4a1c65-02c4-4d26-86c4-385999bf8eb0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:35,874 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 202 POST http://10.0.0.210/volume/v3/volumes 0.350s 2025-08-05 21:43:35,874 99280 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-700966834"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f5f63a1-2c19-4778-8516-ac3014446b58', 'content-length': '770', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f5f63a1-2c19-4778-8516-ac3014446b58', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8b4a1c65-02c4-4d26-86c4-385999bf8eb0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:35.795304", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-700966834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:43:35,944 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0 0.057s 2025-08-05 21:43:35,944 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a9f67c1-7a7a-4c85-9c51-3fd8293ca199', 'content-length': '838', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a9f67c1-7a7a-4c85-9c51-3fd8293ca199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0'} Body: b'{"volume": {"id": "8b4a1c65-02c4-4d26-86c4-385999bf8eb0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:36.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-700966834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f37ce510e4ef4f7fa6ad82b198c320a7"}}' 2025-08-05 21:43:37,042 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0 0.084s 2025-08-05 21:43:37,043 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c938e31-e7c7-42b4-b932-3eb98be76c95', 'content-length': '859', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c938e31-e7c7-42b4-b932-3eb98be76c95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0'} Body: b'{"volume": {"id": "8b4a1c65-02c4-4d26-86c4-385999bf8eb0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:36.000000", "updated_at": "2025-08-05T21:43:36.000000", "name": "tempest-VolumeDependencyTests-Volume-700966834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f37ce510e4ef4f7fa6ad82b198c320a7"}}' {5} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain_2 [1.472956s] ... 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 15452fc0-ce1b-4aba-9e6c-d7628fd451f5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:37,329 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.269s 2025-08-05 21:43:37,330 99280 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-1817133388"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-650eb5d2-dcfd-496d-a899-484d2083cb99', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-650eb5d2-dcfd-496d-a899-484d2083cb99', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "15452fc0-ce1b-4aba-9e6c-d7628fd451f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:37.207147", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1817133388", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:43:37,415 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5 0.073s 2025-08-05 21:43:37,415 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-836daaf6-acb0-4b53-bb7b-a2434844ee18', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-836daaf6-acb0-4b53-bb7b-a2434844ee18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5'} Body: b'{"volume": {"id": "15452fc0-ce1b-4aba-9e6c-d7628fd451f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:37.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1817133388", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f37ce510e4ef4f7fa6ad82b198c320a7"}}' 2025-08-05 21:43:38,518 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5 0.080s 2025-08-05 21:43:38,519 99280 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': 'Tu e, 05 Aug 2025 21:43:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24a178c5-79e4-4dc4-b80f-b7a4f009334f', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24a178c5-79e4-4dc4-b80f-b7a4f009334f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5'} Body: b'{"volume": {"id": "15452fc0-ce1b-4aba-9e6c-d7628fd451f5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:37.000000", "updated_at": "2025-08-05T21:43:37.000000", "name": "tempest-VolumeDependencyTests-Volume-1817133388", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f37ce510e4ef4f7fa6ad82b198c320a7"}}' {8} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [2.720674s] ... 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 bd5b2a2b-00db-48af-9176-4cc871229987 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:36,764 99286 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.369s 2025-08-05 21:43:36,764 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-2113827533"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b43485f-9dfe-45f2-ba19-15ed1f1dfaf8', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b43485f-9dfe-45f2-ba19-15ed1f1dfaf8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "bd5b2a2b-00db-48af-9176-4cc871229987", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:36.702994", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-2113827533", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd5b2a2b-00db-48af-9176-4cc871229987"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd5b2a2b-00db-48af-9176-4cc871229987"}], "user_id": "24691687a12b410b91c806d950d62477", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:37,077 99286 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.301s 2025-08-05 21:43:37,078 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-603840988"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dddc0c9c-7bec-4a78-b533-77db19563c8f', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dddc0c9c-7bec-4a78-b533-77db19563c8f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "bb689bcb-d94b-4885-89d1-6cacaad8417f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:36.955204", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-603840988", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bb689bcb-d94b-4885-89d1-6cacaad8417f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bb689bcb-d94b-4885-89d1-6cacaad8417f"}], "user_id": "24691687a12b410b91c806d950d62477", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:37,371 99286 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.281s 2025-08-05 21:43:37,371 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-19436278 44"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76fd2549-a77c-41ec-90cf-d182c8933e9f', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76fd2549-a77c-41ec-90cf-d182c8933e9f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "24a533ad-7be8-433b-b814-b0e713b5df8c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:37.295318", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1943627844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/24a533ad-7be8-433b-b814-b0e713b5df8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/24a533ad-7be8-433b-b814-b0e713b5df8c"}], "user_id": "24691687a12b410b91c806d950d62477", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:37,676 99286 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.292s 2025-08-05 21:43:37,677 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1955790877"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1168040e-6e9b-4919-848d-207e34842245', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1168040e-6e9b-4919-848d-207e34842245', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "778cdaf3-bdb4-4409-a723-d62f452c81bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:37.572687", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1955790877", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/778cdaf3-bdb4-4409-a723-d62f452c81bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/778cdaf3-bdb4-4409-a723-d62f452c81bf"}], "user_id": "24691687a12b410b91c806d950d62477", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:37,924 99286 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.235s 2025-08-05 21:43:37,924 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-917393806"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f391922-6b99-48d1-a44c-ae0fffd492b1', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f391922-6b99-48d1-a44c-ae0fffd492b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1b2687af-b344-4e 3a-976c-38c06c807c4e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:37.836016", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-917393806", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1b2687af-b344-4e3a-976c-38c06c807c4e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1b2687af-b344-4e3a-976c-38c06c807c4e"}], "user_id": "24691687a12b410b91c806d950d62477", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:37,993 99286 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/bd5b2a2b-00db-48af-9176-4cc871229987 0.056s 2025-08-05 21:43:37,994 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b35c442a-3fb1-4691-90ed-fa7c4388cda5', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b35c442a-3fb1-4691-90ed-fa7c4388cda5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd5b2a2b-00db-48af-9176-4cc871229987'} Body: b'{"volume": {"id": "bd5b2a2b-00db-48af-9176-4cc871229987", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:37.000000", "updated_at": "2025-08-05T21:43:37.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-2113827533", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd5b2a2b-00db-48af-9176-4cc871229987"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd5b2a2b-00db-48af-9176-4cc871229987"}], "user_id": "24691687a12b410b91c806d950d62477", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5b805a49d34dc4af609a7146324a4f"}}' 2025-08-05 21:43:39,098 99286 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/bd5b2a2b-00db-48af-9176-4cc871229987 0.087s 2025-08-05 21:43:39,098 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a0f3716-a1c8-4c35-9e33-62f08f2e8425', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a0f3716-a1c8-4c35-9e33-62f08f2e8425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd5b2a2b-00db-48af-9176-4cc871229987'} Body: b'{"volume": {"id": "bd5b2a2b-00db-48af-9176-4cc871229987", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:37.000000", "updated_at": "2025-08-05T21:43:37.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-2113827533", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd5b2a2b-00db-48af-9176-4cc871229987"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd5b2a2b-00db-48af-9176-4cc871229987"}], "user_id ": "24691687a12b410b91c806d950d62477", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5b805a49d34dc4af609a7146324a4f"}}' {5} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot [1.488758s] ... 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 ba2cfcfe-fde0-4432-9872-05d40b391b62 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:38,864 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 202 POST http://10.0.0.210/volume/v3/volumes 0.330s 2025-08-05 21:43:38,864 99280 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-1002362257"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca55eb84-f30d-4f17-9f5c-da8eeb05fb2f', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca55eb84-f30d-4f17-9f5c-da8eeb05fb2f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ba2cfcfe-fde0-4432-9872-05d40b391b62", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:38.780663", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1002362257", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:43:38,922 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62 0.045s 2025-08-05 21:43:38,922 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d630e8cf-8605-42f1-a063-207bc14e7b39', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d630e8cf-8605-42f1-a063-207bc14e7b39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62'} Body: b'{"volume": {"id": "ba2cfcfe-fde0-4432-9872-05d40b391b62", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:39.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1002362257", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f37ce510e4ef4f7fa6ad82b198c320a7"}}' 2025-08-05 21:43:40,002 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62 0.065s 2025-08-05 21:43:40,002 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fef482a-112b-4834-b297-9b6a978943b6', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fef482a-112b-4834-b297-9b6a978943b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62'} Body: b'{"volume": {"id": "ba2cfcfe-fde0-4432-9872-05d40b391b62", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:39.000000", "updated_at": "2025-08-05T21:43:39.000000", "name": "tempest-VolumeDependencyTests-Volume-1002362257", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f37ce510e4ef4f7fa6ad82b198c320a7"}}' {5} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_volume [1.519455s] ... 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 002bd783-e6c5-497f-98e8-fa2438c6083c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:40,364 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.339s 2025-08-05 21:43:40,365 99280 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-2029629437"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4118969-43d9-4d57-81e9-941e688ac8d0', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4118969-43d9-4d57-81e9-941e688ac8d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "002bd783-e6c5-497f-98e8-fa2438c6083c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:40.283928", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-2029629437", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:43:40,437 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c 0.059s 2025-08-05 21:43:40,437 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-154ca969-2489-46a4-8d49-c2b5dcc9baae', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-154ca969-2489-46a4-8d49-c2b5dcc9baae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c'} Body: b'{"volume": {"id": "002bd783-e6c5-497f-98e8-fa2438c6083c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:40.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-2029629437", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f37ce510e4ef4f7fa6ad82b198c320a7"}}' 2025-08-05 21:43:41,530 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c 0.077s 2025-08-05 21:43:41,530 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date ': 'Tue, 05 Aug 2025 21:43:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db48d50a-9737-4d7d-aa83-00cc9f923ed1', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db48d50a-9737-4d7d-aa83-00cc9f923ed1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c'} Body: b'{"volume": {"id": "002bd783-e6c5-497f-98e8-fa2438c6083c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:40.000000", "updated_at": "2025-08-05T21:43:41.000000", "name": "tempest-VolumeDependencyTests-Volume-2029629437", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f37ce510e4ef4f7fa6ad82b198c320a7"}}' {5} 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`. {8} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [1.616629s] ... 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 91a489d2-cc8a-4d2f-ac52-fb8570c67cde failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:42,767 99286 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.464s 2025-08-05 21:43:42,767 99286 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-1874188691"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3923ccf-42d6-4c30-b8a6-aa9965f95887', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3923ccf-42d6-4c30-b8a6-aa9965f95887', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "91a489d2-cc8a-4d2f-ac52-fb8570c67cde", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:42.690217", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1874188691", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde"}], "user_id": "e74a808ae8784d1c80f5a8d62dba1bd1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:42,827 99286 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde 0.047s 2025-08-05 21:43:42,827 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6037511-6d4f-44d4-95c1-a4cb8f74cb7c', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6037511-6d4f-44d4-95c1-a4cb8f74cb7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde'} Body: b'{"volume": {"id": "91a489d2-cc8a-4d2f-ac52-fb8570c67cde", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:43.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1874188691", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde"}], "user_id": "e74a808ae8784d1c80f5a8d62dba1bd1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "677b8ec510cd406c84744104ed03f0a6"}}' 2025-08-05 21:43:43,898 99286 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde 0.056s 2025-08-05 21:43:43,898 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:43 GMT', 'server': 'Apache/2.4.52 ( Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96705f65-9ee2-48fa-beef-17e328ea0d9a', 'content-length': '850', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96705f65-9ee2-48fa-beef-17e328ea0d9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde'} Body: b'{"volume": {"id": "91a489d2-cc8a-4d2f-ac52-fb8570c67cde", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:43.000000", "updated_at": "2025-08-05T21:43:43.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1874188691", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde"}], "user_id": "e74a808ae8784d1c80f5a8d62dba1bd1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "677b8ec510cd406c84744104ed03f0a6"}}' {8} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [1.678462s] ... 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 af748683-3d8d-4f68-a5ff-f61df9d76852 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:47,582 99286 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.469s 2025-08-05 21:43:47,583 99286 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-294736645"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3398b995-ee6f-4a6a-9f00-64521ec3b9ee', 'content-length': '764', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3398b995-ee6f-4a6a-9f00-64521ec3b9ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "af748683-3d8d-4f68-a5ff-f61df9d76852", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:47.500640", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-294736645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af748683-3d8d-4f68-a5ff-f61df9d76852"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af748683-3d8d-4f68-a5ff-f61df9d76852"}], "user_id": "39b43831384345a8a4e3c0ca75178892", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:47,674 99286 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/af748683-3d8d-4f68-a5ff-f61df9d76852 0.075s 2025-08-05 21:43:47,675 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab024a85-9111-480e-89d8-d2c119228e67', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab024a85-9111-480e-89d8-d2c119228e67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af748683-3d8d-4f68-a5ff-f61df9d76852'} Body: b'{"volume": {"id": "af748683-3d8d-4f68-a5ff-f61df9d76852", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:48.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-294736645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af748683-3d8d-4f68-a5ff-f61df9d76852"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af748683-3d8d-4f68-a5ff-f61df9d76852"}], "user_id": "39b43831384345a8a4e3c0ca75178892", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "025e3bd97f2a4ece816d4f0a297d79ff"}}' 2025-08-05 21:43:48,750 99286 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/af748683-3d8d-4f68-a5ff-f61df9d76852 0.058s 2025-08-05 21:43:48,751 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43 :48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae926036-59eb-425e-8ac2-0b0054ee2b2d', 'content-length': '853', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae926036-59eb-425e-8ac2-0b0054ee2b2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af748683-3d8d-4f68-a5ff-f61df9d76852'} Body: b'{"volume": {"id": "af748683-3d8d-4f68-a5ff-f61df9d76852", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:48.000000", "updated_at": "2025-08-05T21:43:48.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-294736645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af748683-3d8d-4f68-a5ff-f61df9d76852"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af748683-3d8d-4f68-a5ff-f61df9d76852"}], "user_id": "39b43831384345a8a4e3c0ca75178892", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "025e3bd97f2a4ece816d4f0a297d79ff"}}' {7} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [142.318781s] ... 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 ec685cb9-56b2-4061-a3f3-20fdcc029c09 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:41:52,081 99284 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.042s 2025-08-05 21:41:52,081 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:52 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-4e20dd3b-85be-4696-a59b-b3e5b1bcde4c', '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": "f50484813c5744e083a90d27e9107224", "name": "tempest-DeleteServersTestJSON-821594953-project-member", "password_expires_at": null}, "audit_ids": ["FELlVqVdRKuj1xUP60xhtQ"], "expires_at": "2025-08-05T22:41:52.000000Z", "issued_at": "2025-08-05T21:41:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2065f5e481184edd9b34a37e96988ad9", "name": "tempest-DeleteServersTestJSON-821594953"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2065f5e481184edd9b34a37e96988ad9", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:41:52,082 99284 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '6eeaa68d-a784-4df5-9113-1553e1dee20d', 'name': 'tempest-DeleteServersTestJSON-297658449-network', 'tenant_id': '2065f5e481184edd9b34a37e96988ad9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2065f5e481184edd9b34a37e96988ad9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 13229, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'create d_at': '2025-08-05T21:41:27Z', 'updated_at': '2025-08-05T21:41:27Z', 'revision_number': 1} available for tenant 2025-08-05 21:42:18,132 99284 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 26.050s 2025-08-05 21:42:18,133 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-810857786", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "6eeaa68d-a784-4df5-9113-1553e1dee20d"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/54979afa-aa47-4016-9b1d-b7820d32e253', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd13fa50-97c1-456c-b23d-b7c630b4483a', 'x-compute-request-id': 'req-cd13fa50-97c1-456c-b23d-b7c630b4483a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "54979afa-aa47-4016-9b1d-b7820d32e253", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/54979afa-aa47-4016-9b1d-b7820d32e253"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/54979afa-aa47-4016-9b1d-b7820d32e253"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "G6mWjy4DrSmC"}}' 2025-08-05 21:42:20,166 99284 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/54979afa-aa47-4016-9b1d-b7820d32e253 2.030s 2025-08-05 21:42:20,166 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:18 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-1232e351-7ef9-40b7-a592-281252dce657', 'x-compute-request-id': 'req-1232e351-7ef9-40b7-a592-281252dce657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/54979afa-aa47-4016-9b1d-b7820d32e253'} Body: b'{"server": {"id": "54979afa-aa47-4016-9b1d-b7820d32e253", "name": "tempest-DeleteServersTestJSON-server-810857786", "status": "BUILD", "tenant_id": "2065f5e481184edd9b34a37e96988ad9", "user_id": "f50484813c5744e083a90d27e9107224", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:42:18Z", "updated": "2025-08-05T21:42:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/54979afa-aa47-4016-9b1d-b7820d32e253"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/54979afa-aa47-4016-9b1d-b7820d32e253"}], "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-08-05 21:43:12,941 99284 INFO [tempest.lib.common.rest_client] Request (DeleteSer versTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/54979afa-aa47-4016-9b1d-b7820d32e253 2.709s 2025-08-05 21:43:12,941 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1486', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a41ea16f-634a-44be-ab84-76baa204820c', 'x-compute-request-id': 'req-a41ea16f-634a-44be-ab84-76baa204820c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/54979afa-aa47-4016-9b1d-b7820d32e253'} Body: b'{"server": {"id": "54979afa-aa47-4016-9b1d-b7820d32e253", "name": "tempest-DeleteServersTestJSON-server-810857786", "status": "ACTIVE", "tenant_id": "2065f5e481184edd9b34a37e96988ad9", "user_id": "f50484813c5744e083a90d27e9107224", "metadata": {}, "hostId": "172843c9b1d6cd9acc660c6c760095a4ed6e1e27e08483cebb6e7f67", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:42:18Z", "updated": "2025-08-05T21:43:03Z", "addresses": {"tempest-DeleteServersTestJSON-297658449-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:fd:08"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/54979afa-aa47-4016-9b1d-b7820d32e253"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/54979afa-aa47-4016-9b1d-b7820d32e253"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:43:03.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-08-05 21:43:12,957 99284 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2025-08-05 21:44:13,207 99284 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.207s 2025-08-05 21:44:13,207 99284 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-1271567301"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a19e0f6f-93c4-4b50-b576-ade2df803820', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a19e0f6f-93c4-4b50-b576-ade2df803820', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ec685cb9-56b2-4061-a3f3-20fdcc029c09", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:44:13.147269", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1271567301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ec685cb9-56b2-4061-a3f3-20fdcc029c09"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ec685cb9 -56b2-4061-a3f3-20fdcc029c09"}], "user_id": "f50484813c5744e083a90d27e9107224", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:44:13,258 99284 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/ec685cb9-56b2-4061-a3f3-20fdcc029c09 0.038s 2025-08-05 21:44:13,259 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a396d271-f4a1-46be-b0bc-2108506228d0', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a396d271-f4a1-46be-b0bc-2108506228d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ec685cb9-56b2-4061-a3f3-20fdcc029c09'} Body: b'{"volume": {"id": "ec685cb9-56b2-4061-a3f3-20fdcc029c09", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:44:13.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1271567301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ec685cb9-56b2-4061-a3f3-20fdcc029c09"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ec685cb9-56b2-4061-a3f3-20fdcc029c09"}], "user_id": "f50484813c5744e083a90d27e9107224", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2065f5e481184edd9b34a37e96988ad9"}}' 2025-08-05 21:44:14,333 99284 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/ec685cb9-56b2-4061-a3f3-20fdcc029c09 0.060s 2025-08-05 21:44:14,334 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0c90c4e-d2d6-4fd7-ba36-653d9b02a2b4', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0c90c4e-d2d6-4fd7-ba36-653d9b02a2b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ec685cb9-56b2-4061-a3f3-20fdcc029c09'} Body: b'{"volume": {"id": "ec685cb9-56b2-4061-a3f3-20fdcc029c09", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:44:13.000000", "updated_at": "2025-08-05T21:44:13.000000", "name": "tempest-DeleteServersTestJSON-volume-1271567301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ec685cb9-56b2-4061-a3f3-20fdcc029c09"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ec685cb9-56b2-4061-a3f3-20fdcc029c09"}], "user_id": "f50484813c5744e083a90d27e9107224", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2065f5e481184edd9b34a37e96988ad9"}}' {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [139.934698s] ... 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 714f7191-b1de-4468-a406-d0ab07554f9f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:14,025 99272 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:42:14,273 99272 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.247s 2025-08-05 21:42:14,274 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-686029616", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPLrHblQDquhfp/Ys5qYVuu5v/qDrasateGcODRU3j03Sc9+CLCukYkL4WW7cDa33SV1N5kYLJCsqIipxdOlaJLPTlF80V2B4S6a2j4d2f93c3trVHncTgdqvhLUSN9anQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:14 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-13ffc847-b877-4147-9eb2-8360b7d84dd7', 'x-compute-request-id': 'req-13ffc847-b877-4147-9eb2-8360b7d84dd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-686029616", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPLrHblQDquhfp/Ys5qYVuu5v/qDrasateGcODRU3j03Sc9+CLCukYkL4WW7cDa33SV1N5kYLJCsqIipxdOlaJLPTlF80V2B4S6a2j4d2f93c3trVHncTgdqvhLUSN9anQ==", "fingerprint": "30:3b:00:09:d6:f9:15:50:64:34:85:62:c1:bb:a8:3b", "user_id": "a9caaf2c806740439217a6074b5867d3"}}' 2025-08-05 21:42:14,276 99272 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-686029616 created 2025-08-05 21:42:17,793 99272 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.517s 2025-08-05 21:42:17,794 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1236838634", "description": "tempest-description--990265202"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-90ad5dcc-6bcb-49f9-b482-3e3ab2dd904c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fbfad7f2-0e8e-4595-bec3-dbba70ae89ac", "name": "tempest-securitygroup--1236838634", "stateful": true, "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "description": "tempest-description--990265202", "shared": false, "security_group_rules": [{"id": "54309854-a7aa-493f-bac5-83bafa2f3ed9", "project_id": "a37f05f02d2b45798266f7fc3cd707d6", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "security_group_id": "fbfad7f2-0e8e-4595-bec3-dbba70ae89ac", "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": 301, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:42:17Z", "updated_at": "2025-08-05T21:42:17Z", "revision_number": 0}, {"id": "a48e50d0-3ccc-4fb3-bacf-b03df2f431fc", "project_id": "a37f05f02d2b45798266f7fc3cd707d6", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "security_group_id": "fbfad7f2-0e8e-4595-bec3-dbba70ae89ac", "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": 300, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:42:17Z", "updated_at": "2025-08-05T21:42:17Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:42:17Z", "updated_at": "2025-08-05T21:42:17Z", "revision_number": 1, "project_id": "a37f05f02d2b45798266f7fc3cd707d6"}}' 2025-08-05 21:42:20,023 99272 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.228s 2025-08-05 21:42:20,023 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fbfad7f2-0e8e-4595-bec3-dbba70ae89ac", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-48ef693f-f1b4-4750-aa18-c73870e0b703', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7f707011-087c-4c6d-b950-1458deedf169", "project_id": "a37f05f02d2b45798266f7fc3cd707d6", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "security_group_id": "fbfad7f2-0e8e-4595-bec3-dbba70ae89ac", "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-08-05T21:42:19Z", "updated_at": "2025-08-05T21:42:19Z", "revision_number": 0}}' 2025-08-05 21:42:22,698 99272 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.674s 2025-08-05 21:42:22,698 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fbfad7f2-0e8e-4595-bec3-dbba70ae89ac", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-7ba9febe-1e13-4057-bcd5-c475a056b8ad', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b2a88418-9e2a-4e25-90c7-0e355e2b8aeb", "project_id": "a37f05f02d2b45798266f7fc3cd707d6", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "security_group_id": "fbfad7f2-0e8e-4595-bec3-dbba70ae89ac", "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-08-05T21:42:22Z", "updated_at": "2025-08-05T21:42:22Z", "revision_number": 0}}' 2025-08-05 21:42:22,699 99272 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1236838634 created 2025-08-05 21:42:25,245 99272 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.545s 2025-08-05 21:42:25,245 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-4515adfc-cda5-42cf-b38e-3f2acb0b47bc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "15f82c11-44f4-46a6-a0f6-6beb397f7d52", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "floating_ip_address": "172.24.4.148", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a37f05f02d2b45798266f7fc3cd707d6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:42:24Z", "updated_at": "2025-08-05T21:42:24Z", "revision_number": 0}}' 2025-08-05 21:42:25,246 99272 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '15f82c11-44f4-46a6-a0f6-6beb397f7d52', 'tenant_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'floating_ip_address': '172.24.4.148', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:42:24Z', 'updated_at': '2025-08-05T21:42:24Z', 'revision_number': 0, 'ip': '172.24.4.148'} created 2025-08-05 21:42:25,333 99272 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.083s 2025-08-05 21:42:25,333 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:25 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-5911ecb5-d3bf-4812-94f9-fe01cb867a57', '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": "a9caaf2c806740439217a6074b5867d3", "name": "tempest-VolumesAdminNegativeTest-133312193-project-member", "password_expires_at": null}, "audit_ids": ["Y9GZR7aFQ5e8muHmPIs6sQ"], "expires_at": "2025-08-05T22:42:25.000000Z", "issued_at": "2025-08-05T21:42:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a37f05f02d2b45798266f7fc3cd707d6", "name": "tempest-VolumesAdminNegativeTest-133312193"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a37f05f02d2b45798266f7fc3cd707d6", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:42:25,334 99272 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '0a844e0e-ac66-4de9-9894-f186a840c52a', 'name': 'tempest-VolumesAdminNegativeTest-647090418-network', 'tenant_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11018, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:41:25Z', 'updated_at': '2025-08-05T21:41:25Z', 'revision_number': 1} available for tenant 2025-08-05 21:42:25,334 99272 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-686029616', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPLrHblQDquhfp/Ys5qYVuu5v/qDrasateGcODRU3j03Sc9+CLCukYkL4WW7cDa33SV1N5kYLJCsqIipxdOlaJLPTlF80V2B4S6a2j4d2f93c3trVHncTgdqvhLUSN9anQ==', 'fingerprint': '30:3b:00:09:d6:f9:15:50:64:34:85:62:c1:bb:a8:3b', 'user_id': 'a9caaf2c806740439217a6074b5867d3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBIi23C+7r6N+KQhc+53pJgnCnUaIuXTtquLgXiVz8uVME+F31bCIP2\nRxt/rtl4zLSgBwYFK4EEACKhZANiAATy6x25UA6roX6f2LOamFbrub/6g62rGrXh\nnDg0VN49N0nPfgiwrpGJC+Flu3A2t90ldTeZGCyQrKiIqcXTpWiSz05RfNFdgeEu\nmto+Hdn/d3N7a1R53E4Har4S1EjfWp0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fbfad7f2-0e8e-4595-bec3-dbba70ae89ac', 'name': 'tempest-securitygroup--1236838634', 'stateful': True, 'tenant_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'description': 'tempest-description--990265202', 'shared': False, 'security_group_rules': [{'id': '54309854-a7aa-493f-bac5-83bafa2f3ed9', 'project_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'tenant_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'security_group_id': 'fbfad7f2-0e8e-4595-bec3-dbba70ae89ac', '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': 301, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:42:17Z', 'updated_at': '2025-08-05T21:42:17Z', 'revision_number': 0}, {'id': 'a48e50d0-3ccc-4fb3-bacf-b03df2f431fc', 'project_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'tenant_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'security_group_id': 'fbfad7f2-0e8e-4595-bec3-dbba70ae89ac', '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': 300, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:42:17Z', 'updated_at': '2025-08-05T21:42:17Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T21:42:17Z', 'updated_at': '2025-08-05T21:42:17Z', 'revision_number': 1, 'project_id': 'a37f05f02d2b45798266f7fc3cd707d6'}, 'floating_ip': {'id': '15f82c11-44f4-46a6-a0f6-6beb397f7d52', 'tenant_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'floating_ip_address': '172.24.4.148', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:42:24Z', 'updated_at': '2025-08-05T21:42:24Z', 'revision_number': 0, 'ip': '172.24.4.148'}} 2025-08-05 21:42:36,442 99272 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.106s 2025-08-05 21:42:36,442 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-2009246316", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "0a844e0e-ac66-4de9-9894-f186a840c52a"}], "security_groups": [{"name": "tempest-securitygroup--1236838634"}], "key_name": "tempest-keypair-686029616", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77db814f-1a4e-4124-a3ea-17e2206195d9', 'x-compute-request-id': 'req-77db814f-1a4e-4124-a3ea-17e2206195d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1cba24c0-3df9-4b77-b36d-2fe709fb0363", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1236838634"}], "adminPass": "JLmiNg484dsi"}}' 2025-08-05 21:42:37,353 99272 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/1cba24c0-3df9-4b77-b36d-2fe709fb0363 0.908s 2025-08-05 21:42:37,354 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:36 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-256faba9-aae8-4af0-87c3-f645320b6194', 'x-compute-request-id': 'req-256faba9-aae8-4af0-87c3-f645320b6194', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363'} Body: b'{"server": {"id": "1cba24c0-3df9-4b77-b36d-2fe709fb0363", "name": "tempest-VolumesAdminNegativeTest-server-2009246316", "status": "BUILD", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "user_id": "a9caaf2c806740439217a6074b5867d3", "metadata": {}, "hostI d": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:42:36Z", "updated": "2025-08-05T21:42:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-686029616", "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-08-05 21:43:30,996 99272 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/1cba24c0-3df9-4b77-b36d-2fe709fb0363 3.576s 2025-08-05 21:43:30,997 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:27 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-08789b03-7c3a-4340-987b-71e0fe539aac', 'x-compute-request-id': 'req-08789b03-7c3a-4340-987b-71e0fe539aac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363'} Body: b'{"server": {"id": "1cba24c0-3df9-4b77-b36d-2fe709fb0363", "name": "tempest-VolumesAdminNegativeTest-server-2009246316", "status": "ACTIVE", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "user_id": "a9caaf2c806740439217a6074b5867d3", "metadata": {}, "hostId": "0332426405161fddcb2fc64efea2091c5f70ed909e0f95a698481c66", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:42:36Z", "updated": "2025-08-05T21:43:17Z", "addresses": {"tempest-VolumesAdminNegativeTest-647090418-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:b9:a0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-686029616", "OS-SRV-USG:launched_at": "2025-08-05T21:43:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1236838634"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:43:31,012 99272 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 54 second wait 2025-08-05 21:44:31,248 99272 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/1cba24c0-3df9-4b77-b36d-2fe709fb0363/os-interface 0.175s 2025-08-05 21:44:31,248 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content -Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:31 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-05f67ecb-da5b-4bb3-9125-27d3bf668b92', 'x-compute-request-id': 'req-05f67ecb-da5b-4bb3-9125-27d3bf668b92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "0a844e0e-ac66-4de9-9894-f186a840c52a", "port_id": "e7a6978a-7b1e-4c47-beb6-bc7830490916", "mac_addr": "fa:16:3e:db:b9:a0", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "1dfe55ec-8ed3-4d7b-bdb6-e3ece0ba16c9", "ip_address": "10.0.0.4"}]}]}' 2025-08-05 21:44:32,424 99272 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/15f82c11-44f4-46a6-a0f6-6beb397f7d52 1.172s 2025-08-05 21:44:32,425 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e7a6978a-7b1e-4c47-beb6-bc7830490916"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-ad94323d-948b-4024-bbe4-fcf4cc4c6c8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/15f82c11-44f4-46a6-a0f6-6beb397f7d52'} Body: b'{"floatingip": {"id": "15f82c11-44f4-46a6-a0f6-6beb397f7d52", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "floating_ip_address": "172.24.4.148", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "bdbab6a9-4588-43e8-ba04-1e27ca5ab4c4", "port_id": "e7a6978a-7b1e-4c47-beb6-bc7830490916", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "0a844e0e-ac66-4de9-9894-f186a840c52a", "mac_address": "fa:16:3e:db:b9:a0", "admin_state_up": true, "status": "ACTIVE", "device_id": "1cba24c0-3df9-4b77-b36d-2fe709fb0363", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:42:24Z", "updated_at": "2025-08-05T21:44:31Z", "revision_number": 1, "project_id": "a37f05f02d2b45798266f7fc3cd707d6"}}' 2025-08-05 21:44:32,427 99272 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.148:22' as 'cirros' with public key authentication 2025-08-05 21:44:32,440 99272 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:44:32,545 99272 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:44:32,545 99272 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.148 successfully created 2025-08-05 21:44:32,784 99272 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.238s 2025-08-05 21:44:32,785 99272 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-208906147"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f42d9d31-42a3-489e-a6e6-18e15d0b8225', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f42d 9d31-42a3-489e-a6e6-18e15d0b8225', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "714f7191-b1de-4468-a406-d0ab07554f9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:44:32.712544", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-208906147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/714f7191-b1de-4468-a406-d0ab07554f9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/714f7191-b1de-4468-a406-d0ab07554f9f"}], "user_id": "a9caaf2c806740439217a6074b5867d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:44:32,880 99272 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/714f7191-b1de-4468-a406-d0ab07554f9f 0.082s 2025-08-05 21:44:32,880 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da808f31-8250-458c-bfa5-8a31957a93ae', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da808f31-8250-458c-bfa5-8a31957a93ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/714f7191-b1de-4468-a406-d0ab07554f9f'} Body: b'{"volume": {"id": "714f7191-b1de-4468-a406-d0ab07554f9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:44:33.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-208906147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/714f7191-b1de-4468-a406-d0ab07554f9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/714f7191-b1de-4468-a406-d0ab07554f9f"}], "user_id": "a9caaf2c806740439217a6074b5867d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a37f05f02d2b45798266f7fc3cd707d6"}}' 2025-08-05 21:44:33,943 99272 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/714f7191-b1de-4468-a406-d0ab07554f9f 0.047s 2025-08-05 21:44:33,944 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0620dc90-7353-41fc-ad67-85e28d87f219', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0620dc90-7353-41fc-ad67-85e28d87f219', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/714f7191-b1de-4468-a406-d0ab07554f9f'} Body: b'{"volume": {"id": "714f7191-b1de-4468-a406-d0ab07554f9f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:44:33.000000", "updated_at": "2025-08-05T21:44:33.000000", "name": "tempest-VolumesAdminNegativeTest-volume-208906147", "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/714f7191-b1de-4468-a406-d0ab07554f9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/714f7191-b1de-4468-a406-d0ab07554f9f"}], "user_id": "a9caaf2c806740439217a6074b5867d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a37f05f02d2b45798266f7fc3cd707d6"}}' {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.261451s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.014583s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.012685s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.058374s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.011543s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.010916s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.038991s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.045463s] ... ok {7} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [1.726042s] ... 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 3c8c8b9f-7419-4103-aa39-9d2aeffda95b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:45:12,419 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/types 0.163s 2025-08-05 21:45:12,420 99284 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-940670300"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5a92592-728b-4674-88c2-097f05649703', 'content-length': '227', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5a92592-728b-4674-88c2-097f05649703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "e5234d4e-acaa-4fa7-91cb-b09ce27376e8", "name": "tempest-GroupSnapshotsV319Test-volume-type-940670300", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:45:12,464 99284 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.042s 2025-08-05 21:45:12,465 99284 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-849092566"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d21083d9-629c-48ba-b72e-925c53b17a25', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d21083d9-629c-48ba-b72e-925c53b17a25', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "c9ae1bad-48a8-4e16-a4c7-3d9ab6c3a0e0", "name": "tempest-GroupSnapshotsV319Test-group-type-849092566", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 21:45:12,680 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/groups 0.212s 2025-08-05 21:45:12,680 99284 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": "c9ae1bad-48a8-4e16-a4c7-3d9ab6c3a0e0", "volume_types": ["e5234d4e-acaa-4fa7-91cb-b09ce27376e8"], "name": "tempest-GroupSnapshotsV319Test-Group-1909097897"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96d906e5-1997-48c9-8a80-3081e80511f1', 'content-length': '116', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96d906e5-1997-48c9-8a80-3081e80511f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "3c8c8b9f-7419-4103-aa39-9d2aeffda95b", "name": "tempest-GroupSnapshotsV319Test-Group-1909097897"}}' 2025-08-05 21:45:12,716 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/3c8c8b9f-7419-4103-aa39-9d2aeffda95b 0.033s 2025-08-05 21:45:12,716 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers : {'date': 'Tue, 05 Aug 2025 21:45:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd31106e-4e13-4a06-926f-728949d27176', 'content-length': '396', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd31106e-4e13-4a06-926f-728949d27176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/3c8c8b9f-7419-4103-aa39-9d2aeffda95b'} Body: b'{"group": {"id": "3c8c8b9f-7419-4103-aa39-9d2aeffda95b", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T21:45:13.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1909097897", "description": null, "group_type": "c9ae1bad-48a8-4e16-a4c7-3d9ab6c3a0e0", "volume_types": ["e5234d4e-acaa-4fa7-91cb-b09ce27376e8"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:45:13,753 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/3c8c8b9f-7419-4103-aa39-9d2aeffda95b 0.032s 2025-08-05 21:45:13,754 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a131550-520c-48ee-ac98-0edcc7f7971d', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a131550-520c-48ee-ac98-0edcc7f7971d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/3c8c8b9f-7419-4103-aa39-9d2aeffda95b'} Body: b'{"group": {"id": "3c8c8b9f-7419-4103-aa39-9d2aeffda95b", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T21:45:13.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1909097897", "description": null, "group_type": "c9ae1bad-48a8-4e16-a4c7-3d9ab6c3a0e0", "volume_types": ["e5234d4e-acaa-4fa7-91cb-b09ce27376e8"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:45:13,791 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.031s 2025-08-05 21:45:13,791 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-279c2a81-6e50-4376-9b65-c11df18749ca', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-279c2a81-6e50-4376-9b65-c11df18749ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 21:45:13,865 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/3c8c8b9f-7419-4103-aa39-9d2aeffda95b/action 0.061s 2025-08-05 21:45:13,866 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:13 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-21bbdafe-ca39-4b18-a44d-648a63a950ca', 'connection': 'close', 'status': '202', 'content-location': 'h ttp://10.0.0.210/volume/v3/groups/3c8c8b9f-7419-4103-aa39-9d2aeffda95b/action'} Body: b'' 2025-08-05 21:45:13,881 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/3c8c8b9f-7419-4103-aa39-9d2aeffda95b 0.014s 2025-08-05 21:45:13,881 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:13 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-ccd9a397-dc0d-48d5-bf51-b2c477d4fa84', 'x-openstack-request-id': 'req-ccd9a397-dc0d-48d5-bf51-b2c477d4fa84', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/3c8c8b9f-7419-4103-aa39-9d2aeffda95b'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 3c8c8b9f-7419-4103-aa39-9d2aeffda95b could not be found."}}' 2025-08-05 21:45:13,910 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/c9ae1bad-48a8-4e16-a4c7-3d9ab6c3a0e0 0.028s 2025-08-05 21:45:13,910 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:13 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-5eedb621-665a-43e7-9381-fbed4e299ce4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/c9ae1bad-48a8-4e16-a4c7-3d9ab6c3a0e0'} Body: b'' 2025-08-05 21:45:13,964 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/e5234d4e-acaa-4fa7-91cb-b09ce27376e8 0.053s 2025-08-05 21:45:13,965 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45: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-d384b674-9ae1-4ad0-adf4-79130523d50f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/e5234d4e-acaa-4fa7-91cb-b09ce27376e8'} Body: b'' 2025-08-05 21:45:13,980 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/e5234d4e-acaa-4fa7-91cb-b09ce27376e8 0.015s 2025-08-05 21:45:13,980 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:13 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-2ab27309-6089-4b99-8176-fb1089284cf2', 'x-openstack-request-id': 'req-2ab27309-6089-4b99-8176-fb1089284cf2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/e5234d4e-acaa-4fa7-91cb-b09ce27376e8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e5234d4e-acaa-4fa7-91cb-b09ce27376e8 could not be found."}}' {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.614623s] ... ok {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.183232s] ... ok {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.173815s] ... ok {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.136185s] ... ok {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.019119s] ... ok {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.034438s] ... ok {7} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.143632s] ... ok {7} 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 25b31d8b-c6a4-4d8c-a8d1-3e446a5a825e failed to build and is in ERROR status {7} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {11} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [190.403696s] ... 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 ed691427-a1a1-4267-a811-1a36fa61c9e3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:16,261 99292 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/74252a56-508e-4c15-96b1-e348eb8dba1e 0.094s 2025-08-05 21:42:16,261 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a2fa8c52-527f-40f5-9236-b1a8c223bd0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:42:16,846 99292 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 0.553s 2025-08-05 21:42:16,846 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/91ad73f4-9165-4989-be32-f7b7d2548fad', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-bdafb938-1f79-4799-b957-81b1d8241577', '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": "67608a40e9f04dedba9c0e222e490d5b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "91ad73f4-9165-4989-be32-f7b7d2548fad", "created_at": "2025-08-05T21:42:17Z", "updated_at": "2025-08-05T21:42:17Z", "tags": [], "self": "/v2/images/91ad73f4-9165-4989-be32-f7b7d2548fad", "file": "/v2/images/91ad73f4-9165-4989-be32-f7b7d2548fad/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:42:18,274 99292 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/91ad73f4-9165-4989-be32-f7b7d2548fad/file 1.427s 2025-08-05 21:42:18,274 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-4234ec70-40d3-442b-89c9-072ac35e11e9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/91ad73f4-9165-4989-be32-f7b7d2548fad/file'} Body: b'' 2025-08-05 21:42:18,275 99292 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 21:42:18,275 99292 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:42:18,569 99292 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.293s 2025-08-05 21:42:18,569 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1317480568", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHq9XQq+QuIIFnGDRTRvR3Nr7pPB4j+b9MogVfnmImZbP5V/Zt36j19ndwwPZ88Sx9M2D21GaOvuJ4AoozPhBRagpBnBLEZJSwkicDuXeR9CjihR0pGrQdg5kkLfEZX/Ew=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:18 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-029b739e-4c2d-4c53-a370-f1bbc3efe132', 'x-compute-request-id': 'req-029b739e-4c2d-4c53-a370-f1bbc3efe132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1317480568", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHq9XQq+QuIIFnGDRTRvR3Nr7pPB4j+b9MogVfnmImZbP5V/Zt36j19ndwwPZ88Sx9M2D21GaOvuJ4AoozPhBRagpBnBLEZJSwkicDuXeR9CjihR0pGrQdg5kkLfEZX/Ew==", "fingerprint": "49:22:58:e0:c7:9a:55:f6:26:1f:24:cc:43:9d:c4:54", "user_id": "3a739c664d704f58bc43374972503f8e"}}' 2025-08-05 21:42:18,572 99292 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1317480568 created 2025-08-05 21:42:20,425 99292 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 1.853s 2025-08-05 21:42:20,426 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1972449667", "description": "tempest-description--151264716"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-a9e7ea18-9ac5-4813-a84f-2f09487807f6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8e4e49ba-b3f6-44c1-a398-58fe6fb61188", "name": "tempest-securitygroup--1972449667", "stateful": true, "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "description": "tempest-description--151264716", "shared": false, "security_group_rules": [{"id": "48492fdc-8274-48b4-9610-733921bbdfca", "project_id": "1147279c3cf441d99151d9bf340b0af7", "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "security_group_id": "8e4e49ba-b3f6-44c1-a398-58fe6fb61188", "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": 314, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:42:20Z", "updated_at ": "2025-08-05T21:42:20Z", "revision_number": 0}, {"id": "96d4595a-b701-4359-be18-dd5abfde2e5b", "project_id": "1147279c3cf441d99151d9bf340b0af7", "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "security_group_id": "8e4e49ba-b3f6-44c1-a398-58fe6fb61188", "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": 313, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:42:20Z", "updated_at": "2025-08-05T21:42:20Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:42:20Z", "updated_at": "2025-08-05T21:42:20Z", "revision_number": 1, "project_id": "1147279c3cf441d99151d9bf340b0af7"}}' 2025-08-05 21:42:22,532 99292 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.106s 2025-08-05 21:42:22,533 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8e4e49ba-b3f6-44c1-a398-58fe6fb61188", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-29bea35f-6542-43b0-80fd-5a498c6d5f0e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a4d272e0-5407-41c9-bea6-24ebc7395ec4", "project_id": "1147279c3cf441d99151d9bf340b0af7", "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "security_group_id": "8e4e49ba-b3f6-44c1-a398-58fe6fb61188", "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-08-05T21:42:22Z", "updated_at": "2025-08-05T21:42:22Z", "revision_number": 0}}' 2025-08-05 21:42:24,005 99292 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.472s 2025-08-05 21:42:24,005 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8e4e49ba-b3f6-44c1-a398-58fe6fb61188", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-e3ab9fb4-7cf1-40bd-9304-f8925752a640', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a2c7bf95-9e36-4577-9f90-69487e2a5f70", "project_id": "1147279c3cf441d99151d9bf340b0af7", "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "security_group_id": "8e4e49ba-b3f6-44c1-a398-58fe6fb61188", "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-08-05T21:42:23Z", "updated_at": "2025-08-05T21:42:23Z", "revision_number": 0}}' 2025-08-05 21:42:24,006 99292 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1972449667 created 2025-08-05 21:42:27,25 6 99292 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 3.250s 2025-08-05 21:42:27,256 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-72fd6dae-9249-45f6-a39b-ef67773a7eca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8fb42a23-a10f-4566-a6ac-cd961ee81250", "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "floating_ip_address": "172.24.4.146", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1147279c3cf441d99151d9bf340b0af7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:42:26Z", "updated_at": "2025-08-05T21:42:26Z", "revision_number": 0}}' 2025-08-05 21:42:27,257 99292 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8fb42a23-a10f-4566-a6ac-cd961ee81250', 'tenant_id': '1147279c3cf441d99151d9bf340b0af7', 'floating_ip_address': '172.24.4.146', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1147279c3cf441d99151d9bf340b0af7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:42:26Z', 'updated_at': '2025-08-05T21:42:26Z', 'revision_number': 0, 'ip': '172.24.4.146'} created 2025-08-05 21:42:27,361 99292 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.100s 2025-08-05 21:42:27,362 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:27 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-248c74fa-c392-4c3e-8ab1-5ce3d9de1583', '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": "3a739c664d704f58bc43374972503f8e", "name": "tempest-AttachSCSIVolumeTestJSON-1204852305-project-member", "password_expires_at": null}, "audit_ids": ["BQSlqsSjRUiycbyOTCWbhw"], "expires_at": "2025-08-05T22:42:27.000000Z", "issued_at": "2025-08-05T21:42:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1147279c3cf441d99151d9bf340b0af7", "name": "tempest-AttachSCSIVolumeTestJSON-1204852305"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.2 10/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1147279c3cf441d99151d9bf340b0af7", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:42:27,362 99292 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'd9ff507a-2538-4d64-b7ec-59b132133705', 'name': 'tempest-AttachSCSIVolumeTestJSON-159158926-network', 'tenant_id': '1147279c3cf441d99151d9bf340b0af7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1147279c3cf441d99151d9bf340b0af7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 50340, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:41:27Z', 'updated_at': '2025-08-05T21:41:27Z', 'revision_number': 1} available for tenant 2025-08-05 21:42:27,363 99292 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1317480568', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHq9XQq+QuIIFnGDRTRvR3Nr7pPB4j+b9MogVfnmImZbP5V/Zt36j19ndwwPZ88Sx9M2D21GaOvuJ4AoozPhBRagpBnBLEZJSwkicDuXeR9CjihR0pGrQdg5kkLfEZX/Ew==', 'fingerprint': '49:22:58:e0:c7:9a:55:f6:26:1f:24:cc:43:9d:c4:54', 'user_id': '3a739c664d704f58bc43374972503f8e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAT/rB9Q8ka+hyKszHR09yX77KvTvIur9zZPURfkyKVIWy2M37HyWPH\nIEJue/yoEdOgBwYFK4EEACKhZANiAAR6vV0KvkLiCBZxg0U0b0dza+6TweI/m/TK\nIFX55iJmWz+Vf2bd+o9fZ3cMD2fPEsfTNg9tRmjr7ieAKKMz4QUWoKQZwSxGSUsJ\nInA7l3kfQo4oUdKRq0HYOZJC3xGV/xM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8e4e49ba-b3f6-44c1-a398-58fe6fb61188', 'name': 'tempest-securitygroup--1972449667', 'stateful': True, 'tenant_id': '1147279c3cf441d99151d9bf340b0af7', 'description': 'tempest-description--151264716', 'shared': False, 'security_group_rules': [{'id': '48492fdc-8274-48b4-9610-733921bbdfca', 'project_id': '1147279c3cf441d99151d9bf340b0af7', 'tenant_id': '1147279c3cf441d99151d9bf340b0af7', 'security_group_id': '8e4e49ba-b3f6-44c1-a398-58fe6fb61188', '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': 314, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:42:20Z', 'updated_at': '2025-08-05T21:42:20Z', 'revision_number': 0}, {'id': '96d4595a-b701-4359-be18-dd5abfde2e5b', 'project_id': '1147279c3cf441d99151d9bf340b0af7', 'tenant_id': '1147279c3cf441d99151d9bf340b0af7', 'security_group_id': '8e4e49ba-b3f6-44c1-a398-58fe6fb61188', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'po rt_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 313, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:42:20Z', 'updated_at': '2025-08-05T21:42:20Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T21:42:20Z', 'updated_at': '2025-08-05T21:42:20Z', 'revision_number': 1, 'project_id': '1147279c3cf441d99151d9bf340b0af7'}, 'floating_ip': {'id': '8fb42a23-a10f-4566-a6ac-cd961ee81250', 'tenant_id': '1147279c3cf441d99151d9bf340b0af7', 'floating_ip_address': '172.24.4.146', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1147279c3cf441d99151d9bf340b0af7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:42:26Z', 'updated_at': '2025-08-05T21:42:26Z', 'revision_number': 0, 'ip': '172.24.4.146'}} 2025-08-05 21:42:39,475 99292 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.112s 2025-08-05 21:42:39,476 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1787442110", "imageRef": "91ad73f4-9165-4989-be32-f7b7d2548fad", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "d9ff507a-2538-4d64-b7ec-59b132133705"}], "security_groups": [{"name": "tempest-securitygroup--1972449667"}], "key_name": "tempest-keypair-1317480568", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34c58e4c-e0be-4116-ad8c-7350e275e8f9', 'x-compute-request-id': 'req-34c58e4c-e0be-4116-ad8c-7350e275e8f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c435bd31-02ea-4bf2-b940-6c9eb6f40d6b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1972449667"}], "adminPass": "qU6NJychztLm"}}' 2025-08-05 21:42:41,133 99292 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/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b 1.654s 2025-08-05 21:42:41,133 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:39 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-3771be80-9948-4373-919d-2fa007deb278', 'x-compute-request-id': 'req-3771be80-9948-4373-919d-2fa007deb278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b'} Body: b'{"server": {"id": "c435bd31-02ea-4bf2-b940-6c9eb6f40d6b", "name": "tempes t-AttachSCSIVolumeTestJSON-server-1787442110", "status": "BUILD", "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "user_id": "3a739c664d704f58bc43374972503f8e", "metadata": {}, "hostId": "", "image": {"id": "91ad73f4-9165-4989-be32-f7b7d2548fad", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/91ad73f4-9165-4989-be32-f7b7d2548fad"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:42:39Z", "updated": "2025-08-05T21:42:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1317480568", "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-08-05 21:43:32,417 99292 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/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b 1.222s 2025-08-05 21:43:32,418 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e73f613-2657-49dd-a9f1-24fa6b676721', 'x-compute-request-id': 'req-3e73f613-2657-49dd-a9f1-24fa6b676721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b'} Body: b'{"server": {"id": "c435bd31-02ea-4bf2-b940-6c9eb6f40d6b", "name": "tempest-AttachSCSIVolumeTestJSON-server-1787442110", "status": "ACTIVE", "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "user_id": "3a739c664d704f58bc43374972503f8e", "metadata": {}, "hostId": "a181aedab41888dc4062e49e744dd960b562d730f3f0224d79441c8d", "image": {"id": "91ad73f4-9165-4989-be32-f7b7d2548fad", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/91ad73f4-9165-4989-be32-f7b7d2548fad"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:42:39Z", "updated": "2025-08-05T21:43:23Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-159158926-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:73:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1317480568", "OS-SRV-USG:launched_at": "2025-08-05T21:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1972449667"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:43:32,433 99292 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 21:44:32,635 99292 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/c43 5bd31-02ea-4bf2-b940-6c9eb6f40d6b/os-interface 0.142s 2025-08-05 21:44:32,635 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:32 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-49e8f915-65af-4a46-a7e9-5865c60a3fb1', 'x-compute-request-id': 'req-49e8f915-65af-4a46-a7e9-5865c60a3fb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d9ff507a-2538-4d64-b7ec-59b132133705", "port_id": "d360bce4-efd9-4eda-89d8-b81003ff55ba", "mac_addr": "fa:16:3e:b4:73:4f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f41369aa-6295-48bd-b6cb-067bb5eb5a0e", "ip_address": "10.0.0.5"}]}]}' 2025-08-05 21:44:33,776 99292 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/8fb42a23-a10f-4566-a6ac-cd961ee81250 1.137s 2025-08-05 21:44:33,777 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d360bce4-efd9-4eda-89d8-b81003ff55ba"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-163406c9-5df9-44f3-98c6-27a24bedb427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/8fb42a23-a10f-4566-a6ac-cd961ee81250'} Body: b'{"floatingip": {"id": "8fb42a23-a10f-4566-a6ac-cd961ee81250", "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "floating_ip_address": "172.24.4.146", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "2c0b3ad6-5f9c-4c75-b998-e4f84d2fbefb", "port_id": "d360bce4-efd9-4eda-89d8-b81003ff55ba", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d9ff507a-2538-4d64-b7ec-59b132133705", "mac_address": "fa:16:3e:b4:73:4f", "admin_state_up": true, "status": "ACTIVE", "device_id": "c435bd31-02ea-4bf2-b940-6c9eb6f40d6b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:42:26Z", "updated_at": "2025-08-05T21:44:33Z", "revision_number": 1, "project_id": "1147279c3cf441d99151d9bf340b0af7"}}' 2025-08-05 21:44:33,778 99292 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.146:22' as 'cirros' with public key authentication 2025-08-05 21:44:33,797 99292 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:44:33,902 99292 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:44:33,902 99292 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.146 successfully created 2025-08-05 21:44:34,255 99292 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.352s 2025-08-05 21:44:34,256 99292 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-391940487"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50273d92-a5a0-430f-9f01-941c1abc96e8', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50273d92-a5a0-430f-9f01-941c1abc96e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ed691427-a1a1-4267-a811-1a36fa61c9e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:44:34.187520", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-391940487", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed691427-a1a1-4267-a811-1a36fa61c9e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed691427-a1a1-4267-a811-1a36fa61c9e3"}], "user_id": "3a739c664d704f58bc43374972503f8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:44:34,317 99292 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/ed691427-a1a1-4267-a811-1a36fa61c9e3 0.048s 2025-08-05 21:44:34,317 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f60429f-3c8f-486d-a447-5f3caee9454b', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f60429f-3c8f-486d-a447-5f3caee9454b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed691427-a1a1-4267-a811-1a36fa61c9e3'} Body: b'{"volume": {"id": "ed691427-a1a1-4267-a811-1a36fa61c9e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:44:34.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-391940487", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed691427-a1a1-4267-a811-1a36fa61c9e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed691427-a1a1-4267-a811-1a36fa61c9e3"}], "user_id": "3a739c664d704f58bc43374972503f8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1147279c3cf441d99151d9bf340b0af7"}}' 2025-08-05 21:44:35,373 99292 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/ed691427-a1a1-4267-a811-1a36fa61c9e3 0.039s 2025-08-05 21:44:35,373 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0101041-2405-4fae-8e59-ecbf1253d149', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0101041-2405-4fae-8e59-ecbf1253d149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed691427-a1a1-4267-a811-1a36fa61c9e3'} Body: b'{"volume": {"id": "ed691427-a1a1-4267-a811-1a36fa61c9e3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:44:34.000000", "updated_at": "2025-08-05T21:44:34.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-391940487", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed691427-a1a1-4267-a811-1a36fa61c9e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed691427-a1a1-4267-a811-1a36fa61c9e3"}], "user_id": "3a739c664d704f58bc43374972503f8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1147279c3cf441d99151d9bf340b0af7"}}' 2025-08-05 21:44:35,505 99292 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b 0.117s 2025-08-05 21:44:35,505 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28568c3f-9ae0-449b-90bf-0c25f0957b9e', 'x-compute-request-id': 'req-28568c3f-9ae0-449b-90bf-0c25f0957b9e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b'} Body: b'' 2025-08-05 21:44:35,715 99292 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b 0.209s 2025-08-05 21:44:35,715 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4c27a56-cb88-4680-bdf6-530f5c05e2a5', 'x-compute-request-id': 'req-e4c27a56-cb88-4680-bdf6-530f5c05e2a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b'} Body: b'{"server": {"id": "c435bd31-02ea-4bf2-b940-6c9eb6f40d6b", "name": "tempest-AttachSCSIVolumeTestJSON-server-1787442110", "status": "ACTIVE", "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "user_id": "3a739c664d704f58bc43374972503f8e", "metadata": {}, "hostId": "a181aedab41888dc4062e49e744dd960b562d730f3f0224d79441c8d", "image": {"id": "91ad73f4-9165-4989-be32-f7b7d2548fad", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/91ad73f4-9165-4989-be32-f7b7d2548fad"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:42:39Z", "updated": "2025-08-05T21:44:35Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-159158926-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:73:4f"}, {"version": 4, "addr": "172.24.4.146", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:73:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1317480568", "OS-SRV-USG:launched_at": "2025-08-05T21:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1972449667"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:45:25,813 99292 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b 0.034s 2025-08-05 21:45:25,814 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-a9ea6e63-ccaa-4637-a9be-d1e42885cd7f', 'x-compute-request-id': 'req-a9ea6e63-ccaa-4637-a9be-d1e42885cd7f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c435bd31-02ea-4bf2-b940-6c9eb6f40d6b could not be found."}}' 2025-08-05 21:45:25,842 99292 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1317480568 0.028s 2025-08-05 21:45:25,843 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e6eebee-61b8-4490-99df-a3279df6f66f', 'x-compute-request-id': 'req-9e6eebee-61b8-4490-99df-a3279df6f66f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1317480568'} Body: b'' 2025-08-05 21:45:26,030 99292 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/8e4e49ba-b3f6-44c1-a398-58fe6fb61188 0.187s 2025-08-05 21:45:26,031 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-ffdad0f5-e2fe-4559-b6fd-df16abf3a246', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/8e4e49ba-b3f6-44c1-a398-58fe6fb61188'} Body: b'' 2025-08-05 21:45:26,056 99292 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/8e4e49ba-b3f6-44c1-a398-58fe6fb61188 0.025s 2025-08-05 21:45:26,057 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-edff63da-617a-419f-82bc-8aecf7cbc12a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/8e4e49ba-b3f6-44c1-a398-58fe6fb61188'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8e4e49ba-b3f6-44c1-a398-58fe6fb61188 does not exist", "detail": ""}}' 2025-08-05 21:45:26,421 99292 INFO [tempest.lib.common.rest_client] Re quest (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/8fb42a23-a10f-4566-a6ac-cd961ee81250 0.363s 2025-08-05 21:45:26,421 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-004b1229-a42e-47fc-8891-0a9c751c8988', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/8fb42a23-a10f-4566-a6ac-cd961ee81250'} Body: b'' 2025-08-05 21:45:26,551 99292 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/91ad73f4-9165-4989-be32-f7b7d2548fad 0.129s 2025-08-05 21:45:26,552 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e7d436e5-1887-4bb0-b626-d70d6e9adfda', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/91ad73f4-9165-4989-be32-f7b7d2548fad'} Body: b'' 2025-08-05 21:45:26,569 99292 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/91ad73f4-9165-4989-be32-f7b7d2548fad 0.016s 2025-08-05 21:45:26,569 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2d1895b0-60c8-45a5-8a58-83fb71c2de91', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/91ad73f4-9165-4989-be32-f7b7d2548fad'} Body: b'{"message": "No image found with ID 91ad73f4-9165-4989-be32-f7b7d2548fad

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {11} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.056895s] ... ok {11} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.859835s] ... ok {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [188.636815s] ... 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 3b06ce8b-1590-4c06-8c3f-50f7c958d5bc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:46,216 99270 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 21:42:46,216 99270 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:42:46,564 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.347s 2025-08-05 21:42:46,565 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1267425853", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdolWK4BH4QRsNbWRsclKVaI53/KscHIPI1O2/8HVYsxp1Zn3ZmescWbxXDBecTzxIMRO2jCwE8qpMNr6qVcjQCCMjKhCg/gllIPkBaxg6UIxp91mfWH33+QB66DMaSkw=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:46 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-b85bfdb0-0076-4227-8701-d0e6b11c802b', 'x-compute-request-id': 'req-b85bfdb0-0076-4227-8701-d0e6b11c802b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1267425853", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdolWK4BH4QRsNbWRsclKVaI53/KscHIPI1O2/8HVYsxp1Zn3ZmescWbxXDBecTzxIMRO2jCwE8qpMNr6qVcjQCCMjKhCg/gllIPkBaxg6UIxp91mfWH33+QB66DMaSkw==", "fingerprint": "13:36:88:ac:9c:75:89:d3:c5:bb:ea:fe:3e:28:04:0b", "user_id": "5dff5149fe8c4980b708ae021985c714"}}' 2025-08-05 21:42:46,567 99270 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1267425853 created 2025-08-05 21:42:49,625 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 3.057s 2025-08-05 21:42:49,625 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1456601626", "description": "tempest-description--552580336"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-64fc34d0-bef9-4c2b-a207-6fe2f47e6bc8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "896ac49b-bf6e-40df-a00c-a0d71a285c2c", "name": "tempest-securitygroup--1456601626", "stateful": true, "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "description": "tempest-description--552580336", "shared": false, "security_group_rules": [{"id": "514af5b8-c2cf-4610-9466-744b42552197", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "896ac49b-bf6e-40df-a00c-a0d71a285c2c", "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": 414, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:42:49Z", "updated_at": "2025-08-05T21:42:49Z", "revision_number": 0}, {"id": "6065d939-8eae-4802-9de6-62b9da30cecf", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "896ac49b-bf6e-40df-a00c-a0d71a285c2c", "ethertype": "IPv6", "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": 415, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:42:49Z", "updated_at": "2025-08-05T21:42:49Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:42:49Z", "updated_at": "2025-08-05T21:42:49Z", "revision_number": 1, "project_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:42:52,729 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 3.102s 2025-08-05 21:42:52,729 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "896ac49b-bf6e-40df-a00c-a0d71a285c2c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d3032bd7-187b-405d-98b3-a829e72e7bb3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b0ef52e9-749c-4814-a1f9-4accea9bb7f6", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "896ac49b-bf6e-40df-a00c-a0d71a285c2c", "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-08-05T21:42:52Z", "updated_at": "2025-08-05T21:42:52Z", "revision_number": 0}}' 2025-08-05 21:42:54,827 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.097s 2025-08-05 21:42:54,828 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "896ac49b-bf6e-40df-a00c-a0d71a285c2c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d27278b5-87cc-429e-a5a8-8ce0897396ce', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5779ccf7-025e-413b-ae10-0f311d9ef502", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "896ac49b-bf6e-40df-a00c-a0d71a285c2c", "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-08-05T21:42:54Z", "updated_at": "2025-08-05T21:42:54Z", "revision_number": 0}}' 2025-08-05 21:42:54,828 99270 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1456601626 created 2025-08-05 21:42:57,250 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 2.421s 2025-08-05 21:42:57,250 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-1625932a-9b12-4e8f-a7e1-22488543f8e6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ec8ba2cc-54d2-44ed-a77f-e3fb19103a66", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "floating_ip_address": "172.24.4.25", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:42:56Z", "updated_at": "2025-08-05T21:42:56Z", "revision_number": 0}}' 2025-08-05 21:42:57,250 99270 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ec8ba2cc-54d2-44ed-a77f-e3fb19103a66', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'floating_ip_address': '172.24.4.25', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:42:56Z', 'updated_at': '2025-08-05T21:42:56Z', 'revision_number': 0, 'ip': '172.24.4.25'} created 2025-08-05 21:42:57,399 99270 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.142s 2025-08-05 21:42:57,399 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:57 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-9fc7e207-a722-4f33-84ed-81021e637e73', '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": "5dff5149fe8c4980b708ae021985c714", "name": "tempest-AttachVolumeNegativeTest-1286888203-project-member", "password_expires_at": null}, "audit_ids": ["DtHleQ4uRhyHtVySKwobbg"], "expires_at": "2025-08-05T22:42:57.000000Z", "issued_at": "2025-08-05T21:42:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c3a08f750f6490189a2571a83bb89a1", "name": "tempest-AttachVolumeNegativeTest-1286888203"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9c3a08f750f6490189a2571a83bb89a1", "region": "Re gionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:42:57,400 99270 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'fbd278bc-3e53-4aec-a77d-eaccee53646b', 'name': 'tempest-AttachVolumeNegativeTest-914677661-network', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60851, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:42:36Z', 'updated_at': '2025-08-05T21:42:36Z', 'revision_number': 1} available for tenant 2025-08-05 21:42:57,400 99270 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1267425853', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdolWK4BH4QRsNbWRsclKVaI53/KscHIPI1O2/8HVYsxp1Zn3ZmescWbxXDBecTzxIMRO2jCwE8qpMNr6qVcjQCCMjKhCg/gllIPkBaxg6UIxp91mfWH33+QB66DMaSkw==', 'fingerprint': '13:36:88:ac:9c:75:89:d3:c5:bb:ea:fe:3e:28:04:0b', 'user_id': '5dff5149fe8c4980b708ae021985c714', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDuub/+GZFK+bYxXTDMaOZPISJODxE85QTSS1IePJ3fPrPuGpSK9Wob\n0fgLs2TF+OygBwYFK4EEACKhZANiAAQ3aJViuAR+EEbDW1kbHJSlWiOd/yrHByDy\nNTtv/B1WLMadWZ92ZnrHFm8VwwXnE88SDETtowsBPKqTDa+qlXI0AgjIyoQoP4JZ\nSD5AWsYOlCMafdZn1h99/kAeugzGkpM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '896ac49b-bf6e-40df-a00c-a0d71a285c2c', 'name': 'tempest-securitygroup--1456601626', 'stateful': True, 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'description': 'tempest-description--552580336', 'shared': False, 'security_group_rules': [{'id': '514af5b8-c2cf-4610-9466-744b42552197', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'security_group_id': '896ac49b-bf6e-40df-a00c-a0d71a285c2c', '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': 414, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:42:49Z', 'updated_at': '2025-08-05T21:42:49Z', 'revision_number': 0}, {'id': '6065d939-8eae-4802-9de6-62b9da30cecf', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'security_group_id': '896ac49b-bf6e-40df-a00c-a0d71a285c2c', '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': 415, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:42:49Z', 'updated_at': '2025-08-05T21:42:49Z', 'revision_numb er': 0}], 'tags': [], 'created_at': '2025-08-05T21:42:49Z', 'updated_at': '2025-08-05T21:42:49Z', 'revision_number': 1, 'project_id': '9c3a08f750f6490189a2571a83bb89a1'}, 'floating_ip': {'id': 'ec8ba2cc-54d2-44ed-a77f-e3fb19103a66', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'floating_ip_address': '172.24.4.25', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:42:56Z', 'updated_at': '2025-08-05T21:42:56Z', 'revision_number': 0, 'ip': '172.24.4.25'}} 2025-08-05 21:43:09,107 99270 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 11.706s 2025-08-05 21:43:09,108 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1149668947", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "fbd278bc-3e53-4aec-a77d-eaccee53646b"}], "security_groups": [{"name": "tempest-securitygroup--1456601626"}], "key_name": "tempest-keypair-1267425853", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ead51ca-b3ec-4f61-ab3a-fbe4c605ab03', 'x-compute-request-id': 'req-8ead51ca-b3ec-4f61-ab3a-fbe4c605ab03', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "94e060b1-5b7c-4783-96c3-d434fcc8367d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1456601626"}], "adminPass": "password"}}' 2025-08-05 21:43:10,918 99270 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/94e060b1-5b7c-4783-96c3-d434fcc8367d 1.807s 2025-08-05 21:43:10,918 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:09 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-b689dd99-f989-43ec-875b-6cc9ccdc4d9e', 'x-compute-request-id': 'req-b689dd99-f989-43ec-875b-6cc9ccdc4d9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d'} Body: b'{"server": {"id": "94e060b1-5b7c-4783-96c3-d434fcc8367d", "name": "tempest-AttachVolumeNegativeTest-server-1149668947", "status": "BUILD", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "user_id": "5dff5149fe8c4980b708ae021985c714", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10. 0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:09Z", "updated": "2025-08-05T21:43:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1267425853", "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-08-05 21:44:01,250 99270 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/94e060b1-5b7c-4783-96c3-d434fcc8367d 0.266s 2025-08-05 21:44:01,250 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1543', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8650626a-6470-4624-9415-6442bb0b4636', 'x-compute-request-id': 'req-8650626a-6470-4624-9415-6442bb0b4636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d'} Body: b'{"server": {"id": "94e060b1-5b7c-4783-96c3-d434fcc8367d", "name": "tempest-AttachVolumeNegativeTest-server-1149668947", "status": "ACTIVE", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "user_id": "5dff5149fe8c4980b708ae021985c714", "metadata": {}, "hostId": "5ed9ae78546f407d19f04885dddc2c75ab48c7792eeda067ab6ec367", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:09Z", "updated": "2025-08-05T21:43:44Z", "addresses": {"tempest-AttachVolumeNegativeTest-914677661-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ac:44"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1267425853", "OS-SRV-USG:launched_at": "2025-08-05T21:43:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1456601626"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:44:01,267 99270 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 21:45:01,486 99270 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/94e060b1-5b7c-4783-96c3-d434fcc8367d/os-interface 0.159s 2025-08-05 21:45:01,487 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'dat e': 'Tue, 05 Aug 2025 21:45:01 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-a2e49044-bd7f-4380-a725-019ad4e80d7f', 'x-compute-request-id': 'req-a2e49044-bd7f-4380-a725-019ad4e80d7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "fbd278bc-3e53-4aec-a77d-eaccee53646b", "port_id": "0b1460b6-b0ee-4b7d-84d0-ddd750a33e59", "mac_addr": "fa:16:3e:eb:ac:44", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "11154377-4938-4e8f-9d6e-91d231351f7d", "ip_address": "10.0.0.7"}]}]}' 2025-08-05 21:45:02,310 99270 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/ec8ba2cc-54d2-44ed-a77f-e3fb19103a66 0.818s 2025-08-05 21:45:02,310 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0b1460b6-b0ee-4b7d-84d0-ddd750a33e59"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-dbf1bb01-af29-4a30-bf27-f15323ec241a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/ec8ba2cc-54d2-44ed-a77f-e3fb19103a66'} Body: b'{"floatingip": {"id": "ec8ba2cc-54d2-44ed-a77f-e3fb19103a66", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "floating_ip_address": "172.24.4.25", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "48a12ba8-311b-483d-a3d2-becc91c152c1", "port_id": "0b1460b6-b0ee-4b7d-84d0-ddd750a33e59", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "fbd278bc-3e53-4aec-a77d-eaccee53646b", "mac_address": "fa:16:3e:eb:ac:44", "admin_state_up": true, "status": "ACTIVE", "device_id": "94e060b1-5b7c-4783-96c3-d434fcc8367d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:42:56Z", "updated_at": "2025-08-05T21:45:01Z", "revision_number": 1, "project_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:45:02,312 99270 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.25:22' as 'cirros' with public key authentication 2025-08-05 21:45:02,326 99270 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:45:02,428 99270 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:45:02,429 99270 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.25 successfully created 2025-08-05 21:45:02,515 99270 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/94e060b1-5b7c-4783-96c3-d434fcc8367d/ips 0.085s 2025-08-05 21:45:02,515 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:02 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-5b4baedb-e0a6-45cb-b87e-7127604acb2f', 'x-compute-request-id': 'req-5b4baedb-e0a6-45cb-b87e-7127604acb2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/94e 060b1-5b7c-4783-96c3-d434fcc8367d/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-914677661-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2025-08-05 21:45:02,726 99270 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.206s 2025-08-05 21:45:02,726 99270 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-238228449"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6cca660-4356-4b02-85aa-7ad828714531', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6cca660-4356-4b02-85aa-7ad828714531', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3b06ce8b-1590-4c06-8c3f-50f7c958d5bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:45:02.665689", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-238228449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:45:02,779 99270 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/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc 0.040s 2025-08-05 21:45:02,779 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea46eec3-d2f9-4716-9b8e-7ef3b79ea9b1', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea46eec3-d2f9-4716-9b8e-7ef3b79ea9b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc'} Body: b'{"volume": {"id": "3b06ce8b-1590-4c06-8c3f-50f7c958d5bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:45:03.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-238228449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:45:03,832 99270 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/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc 0.038s 2025-08-05 21:45:03,833 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'a pplication/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9c87691-ad59-4099-a5fd-0f972bfa4cab', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9c87691-ad59-4099-a5fd-0f972bfa4cab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc'} Body: b'{"volume": {"id": "3b06ce8b-1590-4c06-8c3f-50f7c958d5bc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:45:03.000000", "updated_at": "2025-08-05T21:45:03.000000", "name": "tempest-AttachVolumeNegativeTest-volume-238228449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:45:04,005 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d 0.158s 2025-08-05 21:45:04,005 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:03 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-74cf3da8-4c88-44a6-b48b-b2a0da84aa3c', 'x-compute-request-id': 'req-74cf3da8-4c88-44a6-b48b-b2a0da84aa3c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d'} Body: b'' 2025-08-05 21:45:04,161 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d 0.155s 2025-08-05 21:45:04,162 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:04 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-41c67c84-2ae4-488a-8dcf-9a153a80507e', 'x-compute-request-id': 'req-41c67c84-2ae4-488a-8dcf-9a153a80507e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d'} Body: b'{"server": {"id": "94e060b1-5b7c-4783-96c3-d434fcc8367d", "name": "tempest-AttachVolumeNegativeTest-server-1149668947", "status": "ACTIVE", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "user_id": "5dff5149fe8c4980b708ae021985c714", "metadata": {}, "hostId": "5ed9ae78546f407d19f04885dddc2c75ab48c7792eeda067ab6ec367", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:09Z", "updated": "2025- 08-05T21:45:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-914677661-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ac:44"}, {"version": 4, "addr": "172.24.4.25", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ac:44"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1267425853", "OS-SRV-USG:launched_at": "2025-08-05T21:43:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1456601626"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:45:54,228 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d 0.044s 2025-08-05 21:45:54,228 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:54 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-e6b5ef1f-3521-40e0-8bfb-71b4f08cf89c', 'x-compute-request-id': 'req-e6b5ef1f-3521-40e0-8bfb-71b4f08cf89c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 94e060b1-5b7c-4783-96c3-d434fcc8367d could not be found."}}' 2025-08-05 21:45:54,267 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1267425853 0.037s 2025-08-05 21:45:54,267 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:54 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-7ad30bda-caea-4376-aaae-aa7ba85c7f16', 'x-compute-request-id': 'req-7ad30bda-caea-4376-aaae-aa7ba85c7f16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1267425853'} Body: b'' 2025-08-05 21:45:54,448 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/896ac49b-bf6e-40df-a00c-a0d71a285c2c 0.180s 2025-08-05 21:45:54,449 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-c1bdcc76-3fc8-4fe7-b3d8-4b11f8bbf676', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/896ac49b-bf6e-40df-a00c-a0d71a285c2c'} Body: b'' 2025-08-05 21:45:54,467 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/n etworking/v2.0/security-groups/896ac49b-bf6e-40df-a00c-a0d71a285c2c 0.018s 2025-08-05 21:45:54,467 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-9a592fd3-985e-425c-a10b-3a8bf2afa964', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/896ac49b-bf6e-40df-a00c-a0d71a285c2c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 896ac49b-bf6e-40df-a00c-a0d71a285c2c does not exist", "detail": ""}}' 2025-08-05 21:45:54,851 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/ec8ba2cc-54d2-44ed-a77f-e3fb19103a66 0.383s 2025-08-05 21:45:54,852 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-9c89d2ad-5c65-4ee2-a2fb-81aef38867a3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/ec8ba2cc-54d2-44ed-a77f-e3fb19103a66'} Body: b'' {9} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [262.982249s] ... 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 395d7bc3-f57c-4592-96cd-1b5ee0a37388 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-05T21:45:41Z', 'message': 'Build of instance 395d7bc3-f57c-4592-96cd-1b5ee0a37388 aborted: Volume 21a82852-1f71-4d43-83a1-7d1a5ab73ee9 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-a98dd1b3-a33d-445b-bf74-a3f977f56d4a. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:41:53,294 99288 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.041s 2025-08-05 21:41:53,294 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:53 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-0a413fca-6987-4961-a1a3-eddcb98586c5', '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": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612-project-member", "password_expires_at": null}, "audit_ids": ["sb3lPJivSyO1SazwOq7faQ"], "expires_at": "2025-08-05T22:41:53.000000Z", "issued_at": "2025-08-05T21:41:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e092b24f65b84980b550524c58deda79", "name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e092b24f65b84980b550524c58deda79", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:41:53,295 99288 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'f94361ea-73b7-4dd8-b8c6-97e2154aeefa', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-7501266-network', 'tenant_id': 'e092b24f65b84980b550524c58deda79', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e092b24f65b84980b550524c58deda79', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 64481, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:41:27Z', 'updated_at': '2025-08-05T21:41:28Z', 'revision_number': 1} available for tenant 2025-08-05 21:42:18,286 99288 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 24.991s 2025-08-05 21:42:18,287 99288 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-1770675081", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "f94361ea-73b7-4dd8-b8c6-97e2154aeefa"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc', '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-f07bc4c0-8318-4e8b-bd4c-22ae8a9b0487', 'x-compute-request-id': 'req-f07bc4c0-8318-4e8b-bd4c-22ae8a9b0487', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "2HWxMAtR2b5s"}}' 2025-08-05 21:42:20,207 99288 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/449a2156-ebf1-4b13-8e06-60890bdc89cc 1.917s 2025-08-05 21:42:20,207 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:18 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-4fe29caf-b35f-4df9-b0bc-e407c5f821e5', 'x-compute-request-id': 'req-4fe29caf-b35f-4df9-b0bc-e407c5f821e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc'} Body: b'{"server": {"id": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1770675081", "status": "BUILD", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:42:18Z", "updated": "2025-08-05T21:42:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc"}], "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:t erminated_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-08-05 21:43:15,150 99288 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/449a2156-ebf1-4b13-8e06-60890bdc89cc 4.870s 2025-08-05 21:43:15,150 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:10 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-0b5881f5-af81-417d-8417-74aa5b4f98b4', 'x-compute-request-id': 'req-0b5881f5-af81-417d-8417-74aa5b4f98b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc'} Body: b'{"server": {"id": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1770675081", "status": "ACTIVE", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "ea30b1488670a14763294f57c7a5c8e0f9b7deeac6c248301ecbe558", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:42:18Z", "updated": "2025-08-05T21:42:52Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-7501266-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:98:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:42:51.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-08-05 21:43:15,178 99288 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 55 second wait 2025-08-05 21:44:15,942 99288 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/449a2156-ebf1-4b13-8e06-60890bdc89cc/action 0.754s 2025-08-05 21:44:15,942 99288 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-1239899954"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44: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-Versio n,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9a1191b-5cdd-4ab0-8a5b-0eb8d3446dbd', 'x-compute-request-id': 'req-d9a1191b-5cdd-4ab0-8a5b-0eb8d3446dbd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc/action'} Body: b'{"image_id": "28f99018-9b57-4b32-9408-b817e16de63f"}' 2025-08-05 21:44:15,972 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.028s 2025-08-05 21:44:15,973 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-02f08882-f543-4c09-9774-e772f4d63f27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:16Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:16,997 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.022s 2025-08-05 21:44:16,997 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4abecbcc-0cbe-4300-a4ec-f94a21789413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e 4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:16Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:18,023 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.023s 2025-08-05 21:44:18,023 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2cd6c1e1-3d26-4921-bf59-4f216b6963c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:16Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:19,046 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.021s 2025-08-05 21:44:19,046 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e1c42e9a-122e-406e-a6ca-87c1256ad424', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_project_name": "tempest-Server BootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:16Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:20,073 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.025s 2025-08-05 21:44:20,073 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6b3d30ca-7295-433f-a214-f5bfd3237886', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:16Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:21,103 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.028s 2025-08-05 21:44:21,103 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f6465df8-53e0-4a61-99c5-987885066eea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e" , "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:16Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:22,127 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.021s 2025-08-05 21:44:22,127 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9816df6f-3bf0-4b15-bba6-b8ff3004b7ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:16Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:23,153 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.024s 2025-08-05 21:44:23,153 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'conten t-type': 'application/json', 'x-openstack-request-id': 'req-046e3744-3c43-4772-965f-b1bdb21a0342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_id": "e092b24f65b84980b550524c58deda79", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:23Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:24,179 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.025s 2025-08-05 21:44:24,180 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9f18ca0d-7ccc-4c77-b8ba-4054a9af540a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_id": "e092b24f65b84980b550524c58deda79", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53608448, "virtual_size": 1073741824, "status": "active", "checksum": "55f697a4d7130b631dc7fa5962a73a62", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "54e057940d2fcdfb6c64dbe52739f35085f3771c4b5a67b6633d2d50a14ab82650c3f55b03d906f1e476ffafa13db3f2013d0118c13ec1dcbfeb1d25fc9c16fd", "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:24Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b81 7e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:24,204 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.023s 2025-08-05 21:44:24,204 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1a101398-28d2-4e48-9151-69d38558ed45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_id": "e092b24f65b84980b550524c58deda79", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53608448, "virtual_size": 1073741824, "status": "active", "checksum": "55f697a4d7130b631dc7fa5962a73a62", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "54e057940d2fcdfb6c64dbe52739f35085f3771c4b5a67b6633d2d50a14ab82650c3f55b03d906f1e476ffafa13db3f2013d0118c13ec1dcbfeb1d25fc9c16fd", "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:24Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:24,456 99288 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/449a2156-ebf1-4b13-8e06-60890bdc89cc 0.251s 2025-08-05 21:44:24,456 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:24 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-b68dd88c-5c34-4e2c-83a0-e3573b009f30', 'x-compute-request-id': 'req-b68dd88c-5c34-4e2c-83a0-e3573b009f30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc'} Body: b'{"server": {"id": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1770675081", "status": "ACTIVE", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "ea30b1488670a14763294f57c7a5c8e0f9b7deeac6c248301ecbe558", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel" : "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:42:18Z", "updated": "2025-08-05T21:44:24Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-7501266-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:98:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:42:51.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-08-05 21:45:24,628 99288 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.088s 2025-08-05 21:45:24,629 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:24 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-1fd71ee7-d76d-4253-92f0-fe3d4a43ff6f', '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": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612-project-member", "password_expires_at": null}, "audit_ids": ["tZyHANbzRtSW6GVPdnD77Q"], "expires_at": "2025-08-05T22:45:24.000000Z", "issued_at": "2025-08-05T21:45:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e092b24f65b84980b550524c58deda79", "name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e092b24f65b84980b550524c58deda79", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "n ame": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:45:24,629 99288 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'f94361ea-73b7-4dd8-b8c6-97e2154aeefa', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-7501266-network', 'tenant_id': 'e092b24f65b84980b550524c58deda79', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e092b24f65b84980b550524c58deda79', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 64481, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:41:27Z', 'updated_at': '2025-08-05T21:41:28Z', 'revision_number': 1} available for tenant 2025-08-05 21:45:25,158 99288 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.528s 2025-08-05 21:45:25,159 99288 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-1654489863", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "f94361ea-73b7-4dd8-b8c6-97e2154aeefa"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388', '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-a98dd1b3-a33d-445b-bf74-a3f977f56d4a', 'x-compute-request-id': 'req-a98dd1b3-a33d-445b-bf74-a3f977f56d4a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "395d7bc3-f57c-4592-96cd-1b5ee0a37388", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "hy3aFgRENb8y"}}' 2025-08-05 21:45:25,244 99288 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/395d7bc3-f57c-4592-96cd-1b5ee0a37388 0.083s 2025-08-05 21:45:25,245 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:25 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-Nov a-API-Version', 'x-openstack-request-id': 'req-432059ce-7608-4d15-aeca-ac4fb4925a05', 'x-compute-request-id': 'req-432059ce-7608-4d15-aeca-ac4fb4925a05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388'} Body: b'{"server": {"id": "395d7bc3-f57c-4592-96cd-1b5ee0a37388", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1654489863", "status": "BUILD", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:45:25Z", "updated": "2025-08-05T21:45:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388"}], "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-08-05 21:46:15,433 99288 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/395d7bc3-f57c-4592-96cd-1b5ee0a37388 0.121s 2025-08-05 21:46:15,433 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:15 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-6f82e408-1191-4797-96ea-ffde8a6f48b9', 'x-compute-request-id': 'req-6f82e408-1191-4797-96ea-ffde8a6f48b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388'} Body: b'{"server": {"id": "395d7bc3-f57c-4592-96cd-1b5ee0a37388", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1654489863", "status": "ERROR", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:45:25Z", "updated": "2025-08-05T21:45:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-05T21:45:41Z", "message": "Build of instance 395d7bc3-f57c-4592-96cd-1b5ee0a37388 aborted: Volume 21a82852-1f71-4d43-83a1-7d1a5ab73ee9 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_dr ive": "", "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-08-05 21:46:15,455 99288 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-08-05 21:46:16,188 99288 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/395d7bc3-f57c-4592-96cd-1b5ee0a37388 0.732s 2025-08-05 21:46:16,188 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:15 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-fd83e4e5-ca91-41d4-b3a3-35be9969d768', 'x-compute-request-id': 'req-fd83e4e5-ca91-41d4-b3a3-35be9969d768', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388'} Body: b'' 2025-08-05 21:46:16,226 99288 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/395d7bc3-f57c-4592-96cd-1b5ee0a37388 0.037s 2025-08-05 21:46:16,226 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:16 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-1cce19f0-7d3e-4daa-855d-361ef46be85b', 'x-compute-request-id': 'req-1cce19f0-7d3e-4daa-855d-361ef46be85b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 395d7bc3-f57c-4592-96cd-1b5ee0a37388 could not be found."}}' {4} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [177.317083s] ... 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 01fbf631-df47-44cb-9fc1-2726617c6d75 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:25,345 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.256s 2025-08-05 21:43:25,346 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1110506260", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJgAsPKiLnvMldX6A1LigsRGvl5fNpTJif+geMavx7EirsMOfyFT7AvybY6215/gQQr5pBWqzpv+ykB5kM15BAGuFgpT7Dt6GNwPmaouWyk57Y5IY12DCvv7U4zdkKAvyw=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:25 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-cb315da6-a1df-4303-873d-0cc1d2f376f9', 'x-compute-request-id': 'req-cb315da6-a1df-4303-873d-0cc1d2f376f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1110506260", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJgAsPKiLnvMldX6A1LigsRGvl5fNpTJif+geMavx7EirsMOfyFT7AvybY6215/gQQr5pBWqzpv+ykB5kM15BAGuFgpT7Dt6GNwPmaouWyk57Y5IY12DCvv7U4zdkKAvyw==", "fingerprint": "e7:7b:39:95:94:23:06:c8:79:39:ba:11:f6:bf:a6:be", "user_id": "570238e5f6334be28b26d6a10d5baa51"}}' 2025-08-05 21:43:26,510 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-groups 1.161s 2025-08-05 21:43:26,510 99278 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-1473555762", "description": "tempest-secgroup-smoke-1473555762 description", "project_id": "31fb86010fba4a0f837230627b6f4340"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-3c078ffc-57c2-446b-b6d5-c885e6be026c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "50b6312a-1cc2-411f-b200-e0ce63366156", "name": "tempest-secgroup-smoke-1473555762", "stateful": true, "tenant_id": "31fb86010fba4a0f837230627b6f4340", "description": "tempest-secgroup-smoke-1473555762 description", "shared": false, "security_group_rules": [{"id": "360c495b-308a-43ba-a66d-df812ba03d05", "project_id": "31fb86010fba4a0f837230627b6f4340", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "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": 548, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:43:26Z", "updated_at": "2025-08-05T21:43:26Z", "revision_number": 0}, {"id": "fb570559-26a5-4ae0-b7ac-531af282d340", "project_id": "31fb86010fba4a0f837230627b6f4340", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "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": 549, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:43:26Z", "updated_at": "2025-08-05T21:43:26Z", "revision_number": 0}], "tags": [], "created_at": "20 25-08-05T21:43:26Z", "updated_at": "2025-08-05T21:43:26Z", "revision_number": 1, "project_id": "31fb86010fba4a0f837230627b6f4340"}}' 2025-08-05 21:43:28,873 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.362s 2025-08-05 21:43:28,873 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "project_id": "31fb86010fba4a0f837230627b6f4340", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-4854db67-c69b-41a8-a00d-d006197bdb26', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0cc90744-e0bd-4a1c-a275-307518f8cf14", "project_id": "31fb86010fba4a0f837230627b6f4340", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "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-08-05T21:43:28Z", "updated_at": "2025-08-05T21:43:28Z", "revision_number": 0}}' 2025-08-05 21:43:30,636 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.761s 2025-08-05 21:43:30,636 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "project_id": "31fb86010fba4a0f837230627b6f4340", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-e11738ab-10e8-450a-86af-7f170e62c08f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "31b0da59-5a51-4ce5-9098-93ec0fa76acd", "project_id": "31fb86010fba4a0f837230627b6f4340", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "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-08-05T21:43:30Z", "updated_at": "2025-08-05T21:43:30Z", "revision_number": 0}}' 2025-08-05 21:43:31,458 99278 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.821s 2025-08-05 21:43:31,458 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "project_id": "31fb86010fba4a0f837230627b6f4340", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a83fc212-6371-472c-b13a-7826cf671815' , 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8071e93e-17fa-429d-b786-026ffee5e132", "project_id": "31fb86010fba4a0f837230627b6f4340", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "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-08-05T21:43:31Z", "updated_at": "2025-08-05T21:43:31Z", "revision_number": 0}}' 2025-08-05 21:43:32,307 99278 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.848s 2025-08-05 21:43:32,307 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "project_id": "31fb86010fba4a0f837230627b6f4340", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-c7fcc572-a803-4808-acfb-af0cf29e674f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3f444f76-2480-4fa3-9a87-588b464a7e7b", "project_id": "31fb86010fba4a0f837230627b6f4340", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "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-08-05T21:43:32Z", "updated_at": "2025-08-05T21:43:32Z", "revision_number": 0}}' 2025-08-05 21:43:32,655 99278 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.347s 2025-08-05 21:43:32,655 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "project_id": "31fb86010fba4a0f837230627b6f4340", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-3e8bff7f-9b47-42d6-a796-1d0bb17b7781', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "12e16313-fb63-4971-8138-5a88b04e3acc", "project_id": "31fb86010fba4a0f837230627b6f4340", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "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-08-05T21:43:32Z", "updated_at": "2025-08-05T21:43:32Z", "revision_number": 0}}' 2025-08-05 21:43:32,943 99278 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.288s 2025-08-05 21:43:32,944 99278 DEBUG [tempest.lib.comm on.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "project_id": "31fb86010fba4a0f837230627b6f4340", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-a04f0288-edae-4774-bbcb-f44bf9f6cddb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a8df7a90-ba32-499c-b431-11c2c36bf61e", "project_id": "31fb86010fba4a0f837230627b6f4340", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "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-08-05T21:43:32Z", "updated_at": "2025-08-05T21:43:32Z", "revision_number": 0}}' 2025-08-05 21:43:33,335 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.389s 2025-08-05 21:43:33,335 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-993163716", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f07e79c-e938-4a8a-911a-fcefa5e377eb', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f07e79c-e938-4a8a-911a-fcefa5e377eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "01fbf631-df47-44cb-9fc1-2726617c6d75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:33.258456", "updated_at": null, "name": "tempest-TestStampPattern-volume-993163716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75"}], "user_id": "570238e5f6334be28b26d6a10d5baa51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:33,486 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.132s 2025-08-05 21:43:33,487 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2479', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-eb3aea1e-e86f-4e1a-b9a1-b76358a00618', '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": "570238e5f6334be28b26d6a10d5baa51", "name": "tempest-TestStampPattern-312936739-project-member", "password_expires_at": null}, "audit_ids": ["p5WcydKTQRus3ynAtP VYWg"], "expires_at": "2025-08-05T22:43:33.000000Z", "issued_at": "2025-08-05T21:43:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31fb86010fba4a0f837230627b6f4340", "name": "tempest-TestStampPattern-312936739"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/31fb86010fba4a0f837230627b6f4340", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:43:33,487 99278 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '4ccc3d38-e04c-4a73-9233-e6f03d9aba2f', 'name': 'tempest-TestStampPattern-267138439-network', 'tenant_id': '31fb86010fba4a0f837230627b6f4340', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '31fb86010fba4a0f837230627b6f4340', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4667, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:42:57Z', 'updated_at': '2025-08-05T21:42:57Z', 'revision_number': 1} available for tenant 2025-08-05 21:43:34,685 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/compute/v2.1/servers 1.196s 2025-08-05 21:43:34,685 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-334017069", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "key_name": "tempest-TestStampPattern-1110506260", "security_groups": [{"name": "tempest-secgroup-smoke-1473555762"}], "networks": [{"uuid": "4ccc3d38-e04c-4a73-9233-e6f03d9aba2f"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-op enstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb9a475d-3fc9-4b4e-90bb-5821cb3f94f0', 'x-compute-request-id': 'req-cb9a475d-3fc9-4b4e-90bb-5821cb3f94f0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "fc51ea2f-36ba-4b09-a516-3e8d837596d7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1473555762"}], "adminPass": "CAnXe8RMG2iZ"}}' 2025-08-05 21:43:34,760 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7 0.071s 2025-08-05 21:43:34,760 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:34 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-a92b8efe-57f2-4f92-ba35-907ab210e8e6', 'x-compute-request-id': 'req-a92b8efe-57f2-4f92-ba35-907ab210e8e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7'} Body: b'{"server": {"id": "fc51ea2f-36ba-4b09-a516-3e8d837596d7", "name": "tempest-TestStampPattern-server-334017069", "status": "BUILD", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "user_id": "570238e5f6334be28b26d6a10d5baa51", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:35Z", "updated": "2025-08-05T21:43:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-1110506260", "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-08-05 21:44:25,043 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7 0.217s 2025-08-05 21:44:25,044 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05d4b564-8e0d-4207-a89d-506d2d8d5f32', 'x-compute-request-id': 'req-05d4b564-8e0d-4207-a89d-506d2d8d5f32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7'} Body: b'{"server": {"id": "fc51ea2f-36ba-4b09-a516-3e8d837596d7", "name": "tempest -TestStampPattern-server-334017069", "status": "ACTIVE", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "user_id": "570238e5f6334be28b26d6a10d5baa51", "metadata": {}, "hostId": "f8dfcceecae0bc62e97e6a554b05b22873f57661b831bb1a8a20fd47", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:34Z", "updated": "2025-08-05T21:43:56Z", "addresses": {"tempest-TestStampPattern-267138439-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:c4:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1110506260", "OS-SRV-USG:launched_at": "2025-08-05T21:43:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1473555762"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:44:25,059 99278 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 21:45:25,332 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7 0.212s 2025-08-05 21:45:25,333 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-310fd843-e63c-485c-b189-f0b9d40de745', 'x-compute-request-id': 'req-310fd843-e63c-485c-b189-f0b9d40de745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7'} Body: b'{"server": {"id": "fc51ea2f-36ba-4b09-a516-3e8d837596d7", "name": "tempest-TestStampPattern-server-334017069", "status": "ACTIVE", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "user_id": "570238e5f6334be28b26d6a10d5baa51", "metadata": {}, "hostId": "f8dfcceecae0bc62e97e6a554b05b22873f57661b831bb1a8a20fd47", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:34Z", "updated": "2025-08-05T21:43:56Z", "addresses": {"tempest-TestStampPattern-267138439-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:c4:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1110506260", "OS-SRV-USG:launched_at": "2025-08-05T21:43:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1473555762"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:powe r_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:45:25,556 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/networking/v2.0/ports?device_id=fc51ea2f-36ba-4b09-a516-3e8d837596d7 0.208s 2025-08-05 21:45:25,557 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '955', 'x-openstack-request-id': 'req-18f991ae-4e80-48d0-9a25-bad2f2d22054', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=fc51ea2f-36ba-4b09-a516-3e8d837596d7'} Body: b'{"ports":[{"id":"40dd1ed6-a775-4de0-9990-426b4ed342bc","name":"","network_id":"4ccc3d38-e04c-4a73-9233-e6f03d9aba2f","tenant_id":"31fb86010fba4a0f837230627b6f4340","mac_address":"fa:16:3e:38:c4:27","admin_state_up":true,"status":"ACTIVE","device_id":"fc51ea2f-36ba-4b09-a516-3e8d837596d7","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"1b0a4f30-793c-4b52-ba2e-c3419e842e2d","ip_address":"10.0.0.12"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["50b6312a-1cc2-411f-b200-e0ce63366156"],"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-08-05T21:43:44Z","updated_at":"2025-08-05T21:43:53Z","revision_number":5,"project_id":"31fb86010fba4a0f837230627b6f4340"}]}' 2025-08-05 21:45:25,557 99278 DEBUG [tempest.common.waiters] Server ID fc51ea2f-36ba-4b09-a516-3e8d837596d7 ports are all ACTIVE [{'id': '40dd1ed6-a775-4de0-9990-426b4ed342bc', 'name': '', 'network_id': '4ccc3d38-e04c-4a73-9233-e6f03d9aba2f', 'tenant_id': '31fb86010fba4a0f837230627b6f4340', 'mac_address': 'fa:16:3e:38:c4:27', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': 'fc51ea2f-36ba-4b09-a516-3e8d837596d7', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': '1b0a4f30-793c-4b52-ba2e-c3419e842e2d', 'ip_address': '10.0.0.12'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['50b6312a-1cc2-411f-b200-e0ce63366156'], '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-08-05T21:43:44Z', 'updated_at': '2025-08-05T21:43:53Z', 'revision_number': 5, 'project_id': '31fb86010fba4a0f837230627b6f4340'}]: 2025-08-05 21:45:25,635 99278 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=360d78d7-9331-4a73-a05f-e14c4cd7ab00&port_id=40dd1ed6-a775-4de0-9990-426b4ed342bc 0.077s 2025-08-05 21:45:25,636 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '19', 'x-openstack-request-id': 'req-c72e0c3e-ee96-405d-bedb-93f4128260eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips?floating_network_id=360d78d7-9331-4a73-a05f-e14c4cd7ab00&port_id=40dd1ed6-a775-4de0-9990-426b4ed342bc'} Body: b'{"floatingips": []}' 2025-08-05 21:45:25,691 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210 /networking/v2.0/ports?device_id=fc51ea2f-36ba-4b09-a516-3e8d837596d7 0.055s 2025-08-05 21:45:25,692 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '955', 'x-openstack-request-id': 'req-b7791c47-d16e-491c-96d1-ccf149d28536', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=fc51ea2f-36ba-4b09-a516-3e8d837596d7'} Body: b'{"ports":[{"id":"40dd1ed6-a775-4de0-9990-426b4ed342bc","name":"","network_id":"4ccc3d38-e04c-4a73-9233-e6f03d9aba2f","tenant_id":"31fb86010fba4a0f837230627b6f4340","mac_address":"fa:16:3e:38:c4:27","admin_state_up":true,"status":"ACTIVE","device_id":"fc51ea2f-36ba-4b09-a516-3e8d837596d7","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"1b0a4f30-793c-4b52-ba2e-c3419e842e2d","ip_address":"10.0.0.12"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["50b6312a-1cc2-411f-b200-e0ce63366156"],"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-08-05T21:43:44Z","updated_at":"2025-08-05T21:43:53Z","revision_number":5,"project_id":"31fb86010fba4a0f837230627b6f4340"}]}' 2025-08-05 21:45:25,692 99278 DEBUG [tempest.common.waiters] Server ID fc51ea2f-36ba-4b09-a516-3e8d837596d7 ports are all ACTIVE [{'id': '40dd1ed6-a775-4de0-9990-426b4ed342bc', 'name': '', 'network_id': '4ccc3d38-e04c-4a73-9233-e6f03d9aba2f', 'tenant_id': '31fb86010fba4a0f837230627b6f4340', 'mac_address': 'fa:16:3e:38:c4:27', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': 'fc51ea2f-36ba-4b09-a516-3e8d837596d7', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': '1b0a4f30-793c-4b52-ba2e-c3419e842e2d', 'ip_address': '10.0.0.12'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['50b6312a-1cc2-411f-b200-e0ce63366156'], '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-08-05T21:43:44Z', 'updated_at': '2025-08-05T21:43:53Z', 'revision_number': 5, 'project_id': '31fb86010fba4a0f837230627b6f4340'}]: 2025-08-05 21:45:27,319 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.625s 2025-08-05 21:45:27,319 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "port_id": "40dd1ed6-a775-4de0-9990-426b4ed342bc", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "fixed_ip_address": "10.0.0.12"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-d66a44a0-60db-43f8-a82b-dca04098e4cb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7fe2bd2f-4317-4a8a-ad3e-bf99fd8b4a57", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "floating_ip_address": "172.24.4.88", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "8747ccca-7ccf-493f-8596-d9bc90f4f47f", "port_id": "40dd1ed6-a775-4de0-9990-426b4ed342bc", "fixed_ip_address": "10.0.0.12", "status": "DO WN", "project_id": "31fb86010fba4a0f837230627b6f4340", "description": "", "port_details": {"name": "", "network_id": "4ccc3d38-e04c-4a73-9233-e6f03d9aba2f", "mac_address": "fa:16:3e:38:c4:27", "admin_state_up": true, "status": "ACTIVE", "device_id": "fc51ea2f-36ba-4b09-a516-3e8d837596d7", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:45:26Z", "updated_at": "2025-08-05T21:45:26Z", "revision_number": 0}}' 2025-08-05 21:45:27,321 99278 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.88:22' as 'cirros' with public key authentication 2025-08-05 21:45:27,536 99278 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:45:27,641 99278 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:45:27,642 99278 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.88 successfully created 2025-08-05 21:45:27,642 99278 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-08-05 21:45:27,642 99278 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.88:22' as 'cirros' with public key authentication 2025-08-05 21:45:27,645 99278 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:45:27,747 99278 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:45:27,748 99278 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.88 successfully created 2025-08-05 21:45:27,796 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75 0.039s 2025-08-05 21:45:27,797 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8a21ad0-5a8e-4a64-83a2-bdcec49b0d7d', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8a21ad0-5a8e-4a64-83a2-bdcec49b0d7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75'} Body: b'{"volume": {"id": "01fbf631-df47-44cb-9fc1-2726617c6d75", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:33.000000", "updated_at": "2025-08-05T21:43:33.000000", "name": "tempest-TestStampPattern-volume-993163716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75"}], "user_id": "570238e5f6334be28b26d6a10d5baa51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "31fb86010fba4a0f837230627b6f4340"}}' 2025-08-05 21:45:28,852 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75 0.039s 2025-08-05 21:45:28,853 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf11a060-8d61-480b-ac4f-d18a3392b971', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x- openstack-request-id': 'req-cf11a060-8d61-480b-ac4f-d18a3392b971', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75'} Body: b'{"volume": {"id": "01fbf631-df47-44cb-9fc1-2726617c6d75", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:33.000000", "updated_at": "2025-08-05T21:43:33.000000", "name": "tempest-TestStampPattern-volume-993163716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75"}], "user_id": "570238e5f6334be28b26d6a10d5baa51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "31fb86010fba4a0f837230627b6f4340"}}' 2025-08-05 21:45:30,225 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/7fe2bd2f-4317-4a8a-ad3e-bf99fd8b4a57 1.356s 2025-08-05 21:45:30,225 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-2aee00b7-07ee-4231-b114-8074baf418eb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/7fe2bd2f-4317-4a8a-ad3e-bf99fd8b4a57'} Body: b'' 2025-08-05 21:45:30,350 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7 0.125s 2025-08-05 21:45:30,351 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99c808ca-d7b3-4347-b772-27e1f2ecfb69', 'x-compute-request-id': 'req-99c808ca-d7b3-4347-b772-27e1f2ecfb69', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7'} Body: b'' 2025-08-05 21:45:31,846 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7 1.494s 2025-08-05 21:45:31,847 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:30 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-d6d47a79-b048-4a12-b7fd-53077f5a46c4', 'x-compute-request-id': 'req-d6d47a79-b048-4a12-b7fd-53077f5a46c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7'} Body: b'{"server": {"id": "fc51ea2f-36ba-4b09-a516-3e8d837596d7", "name": "tempest-TestStampPattern-server-334017069", "status": "ACTIVE", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "user_id": "570238e5f6334be28b26d6a10d5baa51", "metadata": {}, "hostId": "f8dfcceecae0bc62e97e6a554b05b22 873f57661b831bb1a8a20fd47", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:34Z", "updated": "2025-08-05T21:45:30Z", "addresses": {"tempest-TestStampPattern-267138439-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:c4:27"}, {"version": 4, "addr": "172.24.4.88", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:c4:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1110506260", "OS-SRV-USG:launched_at": "2025-08-05T21:43:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1473555762"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:46:21,971 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7 0.059s 2025-08-05 21:46:21,971 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:21 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-59cb1313-2b4f-4ef9-a0b7-d8fa95217bb9', 'x-compute-request-id': 'req-59cb1313-2b4f-4ef9-a0b7-d8fa95217bb9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance fc51ea2f-36ba-4b09-a516-3e8d837596d7 could not be found."}}' 2025-08-05 21:46:22,075 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75 0.103s 2025-08-05 21:46:22,076 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-176e7238-f498-447c-8de8-2938124c0f2e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75'} Body: b'' 2025-08-05 21:46:22,101 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75 0.025s 2025-08-05 21:46:22,101 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e114f8b7-15b1-4312-9da5-b84b3a1b1d4 f', 'x-openstack-request-id': 'req-e114f8b7-15b1-4312-9da5-b84b3a1b1d4f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 01fbf631-df47-44cb-9fc1-2726617c6d75 could not be found."}}' 2025-08-05 21:46:22,360 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/50b6312a-1cc2-411f-b200-e0ce63366156 0.258s 2025-08-05 21:46:22,361 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-4f86488a-cd7b-44ff-84a2-d57d7f9b1077', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/50b6312a-1cc2-411f-b200-e0ce63366156'} Body: b'' 2025-08-05 21:46:22,403 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1110506260 0.042s 2025-08-05 21:46:22,404 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b21205b-f7d0-47b8-aa35-e5b6b3d297c2', 'x-compute-request-id': 'req-6b21205b-f7d0-47b8-aa35-e5b6b3d297c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1110506260'} Body: b'' {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.497941s] ... 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 3df7a0b1-6958-407d-9bb7-dcf3f63b76fe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:44:34,055 99272 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.081s 2025-08-05 21:44:34,056 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:33 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-0088b68c-068c-4956-a3f9-664b524413f0', '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": "a9caaf2c806740439217a6074b5867d3", "name": "tempest-VolumesAdminNegativeTest-133312193-project-member", "password_expires_at": null}, "audit_ids": ["nbfk9cfnTGqoa4bNZBuQkw"], "expires_at": "2025-08-05T22:44:34.000000Z", "issued_at": "2025-08-05T21:44:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a37f05f02d2b45798266f7fc3cd707d6", "name": "tempest-VolumesAdminNegativeTest-133312193"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a37f05f02d2b45798266f7fc3cd707d6", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:44:34,056 99272 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '0a844e0e-ac66-4de9-9894-f186a840c52a', 'name': 'tempest-VolumesAdminNegativeTest-647090418-network', 'tenant_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11018, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:41:25Z', 'updated_at': '2025-08-05T21:41:25Z', 'revision_number': 1} available for tenant 2025-08-05 21:44:34,556 99272 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.498s 2025-08-05 21:44:34,556 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1323088238", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "0a844e0e-ac66-4de9-9894-f186a840c52a"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/b13885f6-5903-49a9-a81c-00c5f69f0701', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32c062a5-b34f-4b53-81ce-ffd73c0719ae', 'x-compute-request-id': 'req-32c062a5-b34f-4b53-81ce-ffd73c0719ae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b13885f6-5903-49a9-a81c-00c5f69f0701", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b13885f6-5903-49a9-a81c-00c5f69f0701"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b13885f6-5903-49a9-a81c-00c5f69f0701"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Btut6asN9Rqg"}}' 2025-08-05 21:44:34,632 99272 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/b13885f6-5903-49a9-a81c-00c5f69f0701 0.072s 2025-08-05 21:44:34,632 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:34 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-ec411594-6c03-4e08-9f17-5237b5b32e8b', 'x-compute-request-id': 'req-ec411594-6c03-4e08-9f17-5237b5b32e8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b13885f6-5903-49a9-a81c-00c5f69f0701'} Body: b'{"server": {"id": "b13885f6-5903-49a9-a81c-00c5f69f0701", "name": "tempest-VolumesAdminNegativeTest-server-1323088238", "status": "BUILD", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "user_id": "a9caaf2c806740439217a6074b5867d3", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:44:35Z", "updated": "2025-08-05T21:44:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b13885f6-5903-49a9-a81c-00c5f69f0701"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b13885f6-5903-49a9-a81c-00c5f69f0701"}], "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-08-05 21:45:24,925 99272 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/b13885f6-5903-49a9-a81c-00c5f69f0701 0.229s 2025-08-05 21:45:24,925 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1494', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fcae221-dc64-4e0d-8814-451a06aabc81', 'x-compute-request-id': 'req-8fcae221-dc64-4e0d-8814-451a06aabc81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b13885f6-5903-49a9-a81c-00c5f69f0701'} Body: b'{"server": {"id": "b13885f6-5903-49a9-a81c-00c5f69f0701", "name": "tempest-VolumesAdminNegativeTest-server-1323088238", "status": "ACTIVE", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "user_id": "a9caaf2c806740439217a6074b5867d3", "metadata": {}, "hostId": "0332426405161fddcb2fc64efea2091c5f70ed909e0f95a698481c66", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:44:34Z", "updated": "2025-08-05T21:44:50Z", "addresses": {"tempest-VolumesAdminNegativeTest-647090418-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:8b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b13885f6-5903-49a9-a81c-00c5f69f0701"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b13885f6-5903-49a9-a81c-00c5f69f0701"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:44:49.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-08-05 21:45:24,940 99272 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:46:25,277 99272 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.276s 2025-08-05 21:46:25,277 99272 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-1017325909"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7efd3d6a-ddd3-428d-9b11-b69b9c5d3194', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7efd3d6a-ddd3-428d-9b11-b69b9c5d3194', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3df7a0b1-6958-407d-9bb7-dcf3f63b76fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:25.202787", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1017325909", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://1 0.0.0.210/volume/v3/volumes/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe"}], "user_id": "a9caaf2c806740439217a6074b5867d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:46:25,396 99272 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/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe 0.104s 2025-08-05 21:46:25,397 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e983714-310d-4fb7-ba80-b75df30c41ef', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e983714-310d-4fb7-ba80-b75df30c41ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe'} Body: b'{"volume": {"id": "3df7a0b1-6958-407d-9bb7-dcf3f63b76fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:25.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1017325909", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe"}], "user_id": "a9caaf2c806740439217a6074b5867d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a37f05f02d2b45798266f7fc3cd707d6"}}' 2025-08-05 21:46:26,451 99272 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/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe 0.039s 2025-08-05 21:46:26,452 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-885c3ee3-0740-4228-b433-3ec9c4990ac0', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-885c3ee3-0740-4228-b433-3ec9c4990ac0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe'} Body: b'{"volume": {"id": "3df7a0b1-6958-407d-9bb7-dcf3f63b76fe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:25.000000", "updated_at": "2025-08-05T21:46:25.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1017325909", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe"}], "user_id": "a9caaf2c806740439217a6074b5867d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a37f05f02d2b45798266f7fc3cd707d6"}}' {4} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {4} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [3.809422s] ... 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 4eccecb5-57c2-4837-91f2-d8d9d283d8dc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:46:32,681 99278 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.228s 2025-08-05 21:46:32,682 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "os-volume-type-access:is_public": true}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa697df4-3ab6-49e0-ac03-bc2d8b305932', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa697df4-3ab6-49e0-ac03-bc2d8b305932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "6368d86c-0a33-4f60-80b1-5fbe93534ae0", "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-08-05 21:46:33,534 99278 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.848s 2025-08-05 21:46:33,534 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"disk_format": "raw", "container_format": "bare", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "visibility": "private", "cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "min_disk": 1} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-63546224-ab31-40f7-94a9-4588334e435b', '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": "f95d9f357f3a430393d570b5e01498fb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "edb6e65a-75e7-4294-85d7-130ba93d1e39", "created_at": "2025-08-05T21:46:33Z", "updated_at": "2025-08-05T21:46:33Z", "tags": [], "self": "/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39", "file": "/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:46:34,511 99278 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/edb6e65a-75e7-4294-85d7-130ba93d1e39/file 0.974s 2025-08-05 21:46:34,511 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-f1a79493 -e656-4d3b-997a-e2da3cdc517c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39/file'} Body: b'' 2025-08-05 21:46:34,531 99278 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/edb6e65a-75e7-4294-85d7-130ba93d1e39 0.019s 2025-08-05 21:46:34,531 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e94fe346-9dce-4617-8a86-6673a82f0c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39'} 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": "9a0c62a8fe337469883c16bfb25699b3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f95d9f357f3a430393d570b5e01498fb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f223e7b9a02b72a96a92374352dfb5b266f24c95bc0d07e48730f8e9aa719710597e60691a37c9c1d9b015b4c22797e81eb7abbb4e2d455533137dee189c9fb7", "id": "edb6e65a-75e7-4294-85d7-130ba93d1e39", "created_at": "2025-08-05T21:46:33Z", "updated_at": "2025-08-05T21:46:34Z", "tags": [], "self": "/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39", "file": "/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:46:34,554 99278 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/edb6e65a-75e7-4294-85d7-130ba93d1e39 0.022s 2025-08-05 21:46:34,554 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a205d436-4945-4900-a727-58cd16cba402', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39'} 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": "9a0c62a8fe337469883c16bfb25699b3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f95d9f357f3a430393d570b5e01498fb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f223e7b9a02b72a96a92374352dfb5b266f24c95bc0d07e48730f8e9aa719710597e60691a37c9c1d9b015b4c22797e81eb7abbb4e2d455533137dee189c9fb7", "id": "edb6e65a-75e7-4294-85d7-130ba93d1e39", "created_at": "2025-08-05T21:46:33Z", "updated_at": "2025-08-05T21:46:34Z", "tags": [], "self": "/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39", "file": "/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:46:34,639 99278 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/edb6e65a-75e7-4294-85d7-130ba93d1e39 0.084s 2025-08-05 21:46:34,639 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', ' X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d8bce94d-1898-4f45-bae1-145dceb9aa03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39'} 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": "9a0c62a8fe337469883c16bfb25699b3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f95d9f357f3a430393d570b5e01498fb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f223e7b9a02b72a96a92374352dfb5b266f24c95bc0d07e48730f8e9aa719710597e60691a37c9c1d9b015b4c22797e81eb7abbb4e2d455533137dee189c9fb7", "id": "edb6e65a-75e7-4294-85d7-130ba93d1e39", "created_at": "2025-08-05T21:46:33Z", "updated_at": "2025-08-05T21:46:34Z", "tags": [], "self": "/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39", "file": "/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:46:35,036 99278 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.396s 2025-08-05 21:46:35,037 99278 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": "edb6e65a-75e7-4294-85d7-130ba93d1e39", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d8bd265-5877-4459-85d8-8437036280a7', 'content-length': '796', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d8bd265-5877-4459-85d8-8437036280a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4eccecb5-57c2-4837-91f2-d8d9d283d8dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:34.970832", "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/4eccecb5-57c2-4837-91f2-d8d9d283d8dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4eccecb5-57c2-4837-91f2-d8d9d283d8dc"}], "user_id": "11065f18f6e1451cbe58a995504639e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:46:35,104 99278 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/4eccecb5-57c2-4837-91f2-d8d9d283d8dc 0.055s 2025-08-05 21:46:35,104 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b79be35c-3fa1-457b-87ec-7f039f9d2e96', 'content-length': '864', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b79be35c-3fa1-457b-87ec-7f039f9d2e96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210 /volume/v3/volumes/4eccecb5-57c2-4837-91f2-d8d9d283d8dc'} Body: b'{"volume": {"id": "4eccecb5-57c2-4837-91f2-d8d9d283d8dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:35.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/4eccecb5-57c2-4837-91f2-d8d9d283d8dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4eccecb5-57c2-4837-91f2-d8d9d283d8dc"}], "user_id": "11065f18f6e1451cbe58a995504639e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f95d9f357f3a430393d570b5e01498fb"}}' 2025-08-05 21:46:36,243 99278 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/4eccecb5-57c2-4837-91f2-d8d9d283d8dc 0.123s 2025-08-05 21:46:36,247 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24582570-3bd1-41a0-8e16-7a50a547c9dd', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24582570-3bd1-41a0-8e16-7a50a547c9dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4eccecb5-57c2-4837-91f2-d8d9d283d8dc'} Body: b'{"volume": {"id": "4eccecb5-57c2-4837-91f2-d8d9d283d8dc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:35.000000", "updated_at": "2025-08-05T21:46:35.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/4eccecb5-57c2-4837-91f2-d8d9d283d8dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4eccecb5-57c2-4837-91f2-d8d9d283d8dc"}], "user_id": "11065f18f6e1451cbe58a995504639e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f95d9f357f3a430393d570b5e01498fb"}}' {2} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [242.876197s] ... 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 fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:04,426 99274 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.411s 2025-08-05 21:43:04,426 99274 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-1467086440"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf4021bf-d1da-4edc-9442-1efc8e3f514e', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf4021bf-d1da-4edc-9442-1efc8e3f514e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:04.314164", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1467086440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e"}], "user_id": "9eafbaab00b147f0a25cfe982b49a4e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:04,440 99274 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:43:04,524 99274 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.082s 2025-08-05 21:43:04,525 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-275253389", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPUVyqb3krt5AUEz+x2wZ1ctz0ueEy7gcgIWMZLKNwRTJnqXrpmvcRJYsAhUHH/3sTMdZfoyG6XwopEGIFmSHJYD4ckC2Ckrq7o4B4Zj73Oy3BWnG7Oip73CXQ6pSy3N5A=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df22a36c-574e-4b44-a078-699c590ec100', 'x-compute-request-id': 'req-df22a36c-574e-4b44-a078-699c590ec100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-275253389", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPUVyqb3krt5AUEz+x2wZ1ctz0ueEy7gcgIWMZLKNwRTJnqXrpmvcRJYsAhUHH/3sTMdZfoyG6XwopEGIFmSHJYD4ckC2Ckrq7o4B4Zj73Oy3BWnG7Oip73CXQ6pSy3N5A==", "fingerprint": "d0:d2:22:47:be:74:5c:a9:30:d2:5d:66:f2:ee:22:05", "user_id": "9eafbaab00b147f0a25cfe982b49a4e0"}}' 2025-08-05 21:43:04,527 99274 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-275253389 created 2025-08-05 21:43:07,256 99274 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.728s 2025-08-05 21:43:07,256 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--446331597", "description": "tempest-description--55891306"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1658', 'x-openstack-request-id': 'req-8798405f-cfcd-4930-b8c6-f1021197e78e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fc854bf4-1f88-4c19-aeb3-952ae2fde278", "name": "tempest-securitygroup--446331597", "stateful": true, "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "description": "tempest-description--55891306", "shared": false, "security_group_rules": [{"id": "78e53ae6-5b4f-4b9d-b1a1-e1042b043d92", "project_id": "2b532d5ca3534a93b9c1c4fbd4153120", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "security_group_id": "fc854bf4-1f88-4c19-aeb3-952ae2fde278", "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": 480, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:43:07Z", "updated_at": "2025-08-05T21:43:07Z", "revision_number": 0}, {"id": "830f11b4-9432-4a6e-a543-41864ab1d60e", "project_id": "2b532d5ca3534a93b9c1c4fbd4153120", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "security_group_id": "fc854bf4-1f88-4c19-aeb3-952ae2fde278", "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": 479, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:43:07Z", "updated_at": "2025-08-05T21:43:07Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:43:07Z", "updated_at": "2025-08-05T21:43:07Z", "revision_number": 1, "project_id": "2b532d5ca3534a93b9c1c4fbd4153120"}}' 2025-08-05 21:43:07,993 99274 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 0.736s 2025-08-05 21:43:07,993 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fc854bf4-1f88-4c19-aeb3-952ae2fde278", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-dba31efa-9205-4c3f-a009-a9a9ccc7e010', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6f441d77-24d8-4e00-a418-33b642894122", "project_id": "2b532d5ca3534a93b9c1c4fbd4153120", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "security_group_id": "fc854bf4-1f88-4c19-aeb3-952ae2fde278", "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-08-05T21:43:07Z", "updated_at": "2025-08-05T21:43:07Z", "revision_number": 0}}' 2025-08-05 21:43:08,870 99274 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 0.876s 2025-08-05 21:43:08,871 99274 DEBUG [te mpest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fc854bf4-1f88-4c19-aeb3-952ae2fde278", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a547134e-7ac6-4977-a403-48eabdbcb713', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f8443bcd-e10b-42d4-9bee-f0b1a094412f", "project_id": "2b532d5ca3534a93b9c1c4fbd4153120", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "security_group_id": "fc854bf4-1f88-4c19-aeb3-952ae2fde278", "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-08-05T21:43:08Z", "updated_at": "2025-08-05T21:43:08Z", "revision_number": 0}}' 2025-08-05 21:43:08,871 99274 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--446331597 created 2025-08-05 21:43:10,847 99274 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 1.976s 2025-08-05 21:43:10,848 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a7ab0d66-fbd9-4dff-86f3-cd2d448feed6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "cf33521f-3a38-4c9c-80d0-5f8bc0d286db", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "floating_ip_address": "172.24.4.140", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2b532d5ca3534a93b9c1c4fbd4153120", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:43:10Z", "updated_at": "2025-08-05T21:43:10Z", "revision_number": 0}}' 2025-08-05 21:43:10,848 99274 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'cf33521f-3a38-4c9c-80d0-5f8bc0d286db', 'tenant_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'floating_ip_address': '172.24.4.140', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:43:10Z', 'updated_at': '2025-08-05T21:43:10Z', 'revision_number': 0, 'ip': '172.24.4.140'} created 2025-08-05 21:43:10,962 99274 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.107s 2025-08-05 21:43:10,962 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '250 3', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b55116ae-d49c-426a-bc0b-39cc43af4d7c', '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": "9eafbaab00b147f0a25cfe982b49a4e0", "name": "tempest-ServerStableDeviceRescueTest-146343117-project-member", "password_expires_at": null}, "audit_ids": ["Y28LLI0IRLqcY_RwyDIaNA"], "expires_at": "2025-08-05T22:43:10.000000Z", "issued_at": "2025-08-05T21:43:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b532d5ca3534a93b9c1c4fbd4153120", "name": "tempest-ServerStableDeviceRescueTest-146343117"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2b532d5ca3534a93b9c1c4fbd4153120", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:43:10,963 99274 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'e9a69211-1e9b-4f75-9815-dd787fddc171', 'name': 'tempest-ServerStableDeviceRescueTest-338703688-network', 'tenant_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 36678, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:42:43Z', 'updated_at': '2025-08-05T21:42:43Z', 'revision_number': 1} available for tenant 2025-08-05 21:43:10,963 99274 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-275253389', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPUVyqb3krt5AUEz+x2wZ1ctz0ueEy7gcgIWMZLKNwRTJnqXrpmvcRJYsAhUHH/3sTMdZfoyG6XwopEGIFmSHJYD4ckC2Ckrq7o4B4Zj73Oy3BWnG7Oip73CXQ6pSy3N5A==', 'finger print': 'd0:d2:22:47:be:74:5c:a9:30:d2:5d:66:f2:ee:22:05', 'user_id': '9eafbaab00b147f0a25cfe982b49a4e0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCesMCDU8dE0aQyQgXO1mGcDOrUMkmEESxo4/lwoSpC94ehcCa3Nwhg\nFyri+FbRWVugBwYFK4EEACKhZANiAAT1Fcqm95K7eQFBM/sdsGdXLc9LnhMu4HIC\nFjGSyjcEUyZ6l66Zr3ESWLAIVBx/97EzHWX6Mhul8KKRBiBZkhyWA+HJAtgpK6u6\nOAeGY+9zstwVpxuzoqe9wl0OqUstzeQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fc854bf4-1f88-4c19-aeb3-952ae2fde278', 'name': 'tempest-securitygroup--446331597', 'stateful': True, 'tenant_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'description': 'tempest-description--55891306', 'shared': False, 'security_group_rules': [{'id': '78e53ae6-5b4f-4b9d-b1a1-e1042b043d92', 'project_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'tenant_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'security_group_id': 'fc854bf4-1f88-4c19-aeb3-952ae2fde278', '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': 480, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:43:07Z', 'updated_at': '2025-08-05T21:43:07Z', 'revision_number': 0}, {'id': '830f11b4-9432-4a6e-a543-41864ab1d60e', 'project_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'tenant_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'security_group_id': 'fc854bf4-1f88-4c19-aeb3-952ae2fde278', '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': 479, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:43:07Z', 'updated_at': '2025-08-05T21:43:07Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T21:43:07Z', 'updated_at': '2025-08-05T21:43:07Z', 'revision_number': 1, 'project_id': '2b532d5ca3534a93b9c1c4fbd4153120'}, 'floating_ip': {'id': 'cf33521f-3a38-4c9c-80d0-5f8bc0d286db', 'tenant_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'floating_ip_address': '172.24.4.140', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:43:10Z', 'updated_at': '2025-08-05T21:43:10Z', 'revision_number': 0, 'ip': '172.24.4.140'}} 2025-08-05 21:43:21,114 99274 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 10.150s 2025-08-05 21:43:21,115 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1000833593", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "e9a69211-1e9b-4f75-9815-dd787fddc171"}], "security_groups": [{"name": "tempest-securitygroup--446331597"}], "key_name": "tempest-keypair-275253389", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ee45867-a5e2-41ca-b17c-2373e2a1a95e', 'x-compute-request-id': 'req-3ee45867-a5e2-41ca-b17c-2373e2a1a95e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c746f1f6-1132-4526-a7e5-d043ea62237e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--446331597"}], "adminPass": "CkW337CEJWcW"}}' 2025-08-05 21:43:22,298 99274 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/c746f1f6-1132-4526-a7e5-d043ea62237e 1.179s 2025-08-05 21:43:22,299 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1237', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b07c0a2-32ae-4b20-9830-119a9728d7d4', 'x-compute-request-id': 'req-6b07c0a2-32ae-4b20-9830-119a9728d7d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e'} Body: b'{"server": {"id": "c746f1f6-1132-4526-a7e5-d043ea62237e", "name": "tempest-ServerStableDeviceRescueTest-server-1000833593", "status": "BUILD", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "user_id": "9eafbaab00b147f0a25cfe982b49a4e0", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:21Z", "updated": "2025-08-05T21:43:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-275253389", "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-08-05 21:44:12,619 99274 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/c746f1f6-1132-4526-a7e5-d043ea62237e 0.235s 2025-08-05 21:44:12,619 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:12 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-ee22cf4c-47d3-412d-a7b3-0bd4d0805df5', 'x-compute-request-id': 'req-ee22cf4c-47d3-412d-a7b3-0bd4d0805df5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e'} Body: b'{"server": {"id": "c746f1f6-1132-4526-a7e5-d043ea62237e", "name": "tempest-ServerStableDeviceRescueTest-server-1000833593", "status": "ACTIVE", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "user_id": "9eafbaab00b147f0a25cfe982b49a4e0", "m etadata": {}, "hostId": "686c95ea228b14ecd77291cb5cf9be18f937a4244c711514bef5c9d4", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:21Z", "updated": "2025-08-05T21:43:44Z", "addresses": {"tempest-ServerStableDeviceRescueTest-338703688-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:d4:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-275253389", "OS-SRV-USG:launched_at": "2025-08-05T21:43:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--446331597"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:44:12,634 99274 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:45:12,843 99274 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/c746f1f6-1132-4526-a7e5-d043ea62237e/os-interface 0.149s 2025-08-05 21:45:12,844 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:12 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-76bc420b-755e-4a70-9f55-a5dd5b0871d8', 'x-compute-request-id': 'req-76bc420b-755e-4a70-9f55-a5dd5b0871d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e9a69211-1e9b-4f75-9815-dd787fddc171", "port_id": "a53f1548-451a-4dd8-893e-31648e425798", "mac_addr": "fa:16:3e:89:d4:2f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "73a540f0-0d6d-43f4-9f36-f45808fd8843", "ip_address": "10.0.0.12"}]}]}' 2025-08-05 21:45:13,662 99274 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/cf33521f-3a38-4c9c-80d0-5f8bc0d286db 0.809s 2025-08-05 21:45:13,662 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a53f1548-451a-4dd8-893e-31648e425798"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-e70dbeab-817a-42cb-bfc1-1301447162d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/cf33521f-3a38-4c9c-80d0-5f8bc0d286db'} Body: b'{"floatingip": {"id": "cf33521f-3a38-4c9c-80d0-5f8bc0d286db", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "floating_ip_address": "172.24.4.140", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "f26861b4-4a60-400f-be73-aab4b4a4a9e3", "port_id": "a53f1548-451a-4dd8-893e-31648e425798", "fixed_ip_address": " 10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e9a69211-1e9b-4f75-9815-dd787fddc171", "mac_address": "fa:16:3e:89:d4:2f", "admin_state_up": true, "status": "ACTIVE", "device_id": "c746f1f6-1132-4526-a7e5-d043ea62237e", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:43:10Z", "updated_at": "2025-08-05T21:45:13Z", "revision_number": 1, "project_id": "2b532d5ca3534a93b9c1c4fbd4153120"}}' 2025-08-05 21:45:13,664 99274 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.140:22' as 'cirros' with public key authentication 2025-08-05 21:45:13,680 99274 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:45:13,785 99274 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:45:13,785 99274 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.140 successfully created 2025-08-05 21:45:14,613 99274 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/c746f1f6-1132-4526-a7e5-d043ea62237e/action 0.826s 2025-08-05 21:45:14,613 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1841323628"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:13 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/b12514ef-42e3-4eca-89db-695fc3501fe6', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82240c6d-eadc-47f2-989e-b3e6b328e830', 'x-compute-request-id': 'req-82240c6d-eadc-47f2-989e-b3e6b328e830', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e/action'} Body: b'' 2025-08-05 21:45:14,679 99274 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/b12514ef-42e3-4eca-89db-695fc3501fe6 0.063s 2025-08-05 21:45:14,680 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1609', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dddf609-c87b-49e3-9236-6c57031fa64f', 'x-compute-request-id': 'req-7dddf609-c87b-49e3-9236-6c57031fa64f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b12514ef-42e3-4eca-89db-695fc3501fe6'} Body: b'{"image": {"id": "b12514ef-42e3-4eca-89db-695fc3501fe6", "name": "tempest-ServerStableDeviceRescueTest-image-1841323628", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "c746f1f6-1132-4526-a7e5-d043ea62237e", "owner_project_name": "tempest-ServerStableDeviceRescueTest-146343117", "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-146343117-project-member", "user_id": "9e afbaab00b147f0a25cfe982b49a4e0"}, "created": "2025-08-05T21:45:15Z", "updated": "2025-08-05T21:45:15Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b12514ef-42e3-4eca-89db-695fc3501fe6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b12514ef-42e3-4eca-89db-695fc3501fe6"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b12514ef-42e3-4eca-89db-695fc3501fe6"}], "server": {"id": "c746f1f6-1132-4526-a7e5-d043ea62237e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}]}}}' 2025-08-05 21:46:04,808 99274 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/b12514ef-42e3-4eca-89db-695fc3501fe6 0.072s 2025-08-05 21:46:04,809 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3510efaa-a899-4a98-ab6f-fa36e855ea7c', 'x-compute-request-id': 'req-3510efaa-a899-4a98-ab6f-fa36e855ea7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b12514ef-42e3-4eca-89db-695fc3501fe6'} Body: b'{"image": {"id": "b12514ef-42e3-4eca-89db-695fc3501fe6", "name": "tempest-ServerStableDeviceRescueTest-image-1841323628", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "c746f1f6-1132-4526-a7e5-d043ea62237e", "owner_id": "2b532d5ca3534a93b9c1c4fbd4153120", "owner_project_name": "tempest-ServerStableDeviceRescueTest-146343117", "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-146343117-project-member", "user_id": "9eafbaab00b147f0a25cfe982b49a4e0"}, "created": "2025-08-05T21:45:15Z", "updated": "2025-08-05T21:45:22Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b12514ef-42e3-4eca-89db-695fc3501fe6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b12514ef-42e3-4eca-89db-695fc3501fe6"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b12514ef-42e3-4eca-89db-695fc3501fe6"}], "server": {"id": "c746f1f6-1132-4526-a7e5-d043ea62237e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}]}}}' 2025-08-05 21:46:04,878 99274 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/b12514ef-42e3-4eca-89db-695fc3501fe6 0.061s 2025-08-05 21:46:04,878 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': ' Tue, 05 Aug 2025 21:46:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0657c35e-0748-43e2-9f8b-01ee9db277b6', 'x-compute-request-id': 'req-0657c35e-0748-43e2-9f8b-01ee9db277b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b12514ef-42e3-4eca-89db-695fc3501fe6'} Body: b'{"image": {"id": "b12514ef-42e3-4eca-89db-695fc3501fe6", "name": "tempest-ServerStableDeviceRescueTest-image-1841323628", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "c746f1f6-1132-4526-a7e5-d043ea62237e", "owner_id": "2b532d5ca3534a93b9c1c4fbd4153120", "owner_project_name": "tempest-ServerStableDeviceRescueTest-146343117", "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-146343117-project-member", "user_id": "9eafbaab00b147f0a25cfe982b49a4e0"}, "created": "2025-08-05T21:45:15Z", "updated": "2025-08-05T21:45:22Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b12514ef-42e3-4eca-89db-695fc3501fe6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b12514ef-42e3-4eca-89db-695fc3501fe6"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b12514ef-42e3-4eca-89db-695fc3501fe6"}], "server": {"id": "c746f1f6-1132-4526-a7e5-d043ea62237e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}]}}}' 2025-08-05 21:46:05,131 99274 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/c746f1f6-1132-4526-a7e5-d043ea62237e 0.245s 2025-08-05 21:46:05,131 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:04 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-63a5963a-46d7-4944-a2c9-a639c753e62d', 'x-compute-request-id': 'req-63a5963a-46d7-4944-a2c9-a639c753e62d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e'} Body: b'{"server": {"id": "c746f1f6-1132-4526-a7e5-d043ea62237e", "name": "tempest-ServerStableDeviceRescueTest-server-1000833593", "status": "ACTIVE", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "user_id": "9eafbaab00b147f0a25cfe982b49a4e0", "metadata": {}, "hostId": "686c95ea228b14ecd77291cb5cf9be18f937a4244c711514bef5c9d4", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:21Z", "updated": "2025-08-05T21:45:23Z", "addresses": {"tempest-ServerStableDeviceRescueTest-338703688-network": [{ "version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:d4:2f"}, {"version": 4, "addr": "172.24.4.140", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:d4:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-275253389", "OS-SRV-USG:launched_at": "2025-08-05T21:43:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--446331597"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:47:05,382 99274 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/b12514ef-42e3-4eca-89db-695fc3501fe6 0.174s 2025-08-05 21:47:05,383 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1642', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9c100b08-9f49-4852-b8c2-d61492f185cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b12514ef-42e3-4eca-89db-695fc3501fe6'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "c746f1f6-1132-4526-a7e5-d043ea62237e", "owner_id": "2b532d5ca3534a93b9c1c4fbd4153120", "owner_project_name": "tempest-ServerStableDeviceRescueTest-146343117", "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-146343117-project-member", "user_id": "9eafbaab00b147f0a25cfe982b49a4e0", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1841323628", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "de15011e5c0584068c29d9839905beb5", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2b532d5ca3534a93b9c1c4fbd4153120", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f1bd1a97bd67ca8a8116cb0866cdb809adacfb38bc36ca99b691fd669c10c5ca7c1e13168a904ed441fe9a41f614a03d2532d2656b7e958d715c1c51784837ff", "id": "b12514ef-42e3-4eca-89db-695fc3501fe6", "created_at": "2025-08-05T21:45:15Z", "updated_at": "2025-08-05T21:47:05Z", "tags": [], "self": "/v2/images/b12514ef-42e3-4eca-89db-695fc3501fe6", "file": "/v2/images/b12514ef-42e3-4eca-89db-695fc3501fe6/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:47:05,548 99274 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/b12514ef-42e3-4eca-89db-695fc3501fe6 0.164s 2025-08-05 21:47:05,549 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'x-openstack-request-id': 'req-de679a84-8778-4c69-bb98-9ff9d98d066e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b12514ef-42e3-4eca-89db-695fc3501fe6'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "c746f1f6-1132-4526-a7e5-d043ea62237e", "owner_id": "2b532d5ca3534a93b9c1c4fbd4153120", "owner_project_name": "tempest-ServerStableDeviceRescueTest-146343117", "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-146343117-project-member", "user_id": "9eafbaab00b147f0a25cfe982b49a4e0", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1841323628", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "de15011e5c0584068c29d9839905beb5", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2b532d5ca3534a93b9c1c4fbd4153120", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f1bd1a97bd67ca8a8116cb0866cdb809adacfb38bc36ca99b691fd669c10c5ca7c1e13168a904ed441fe9a41f614a03d2532d2656b7e958d715c1c51784837ff", "id": "b12514ef-42e3-4eca-89db-695fc3501fe6", "created_at": "2025-08-05T21:45:15Z", "updated_at": "2025-08-05T21:47:05Z", "tags": [], "self": "/v2/images/b12514ef-42e3-4eca-89db-695fc3501fe6", "file": "/v2/images/b12514ef-42e3-4eca-89db-695fc3501fe6/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:47:05,759 99274 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/c746f1f6-1132-4526-a7e5-d043ea62237e 0.210s 2025-08-05 21:47:05,760 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:05 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-9d1f2c7d-6a63-45b8-95dc-bb5cf7384892', 'x-compute-request-id': 'req-9d1f2c7d-6a63-45b8-95dc-bb5cf7384892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e'} Body: b'{"server": {"id": "c746f1f6-1132-4526-a7e5-d043ea62237e", "name": "tempest-ServerStableDeviceRescueTest-server-1000833593", "status": "ACTIVE", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "user_id": "9eafbaab00b147f0a25cfe982b49a4e0", "metadata": {}, "hostId": "686c95ea228b14ecd77291cb5cf9be18f937a4244c711514bef5c9d4", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:21Z", "updated": "2025-08-05T21:45:23Z", "addresses": {"tempest-ServerStableDeviceRescueTest-338703688-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:d4:2f"}, {"version": 4, "addr": "172.24.4.140", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:d4:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-452 6-a7e5-d043ea62237e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-275253389", "OS-SRV-USG:launched_at": "2025-08-05T21:43:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--446331597"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:47:05,818 99274 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/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e 0.039s 2025-08-05 21:47:05,819 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b42e37a4-e7d2-4d8b-96d2-97a9a420aa0a', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b42e37a4-e7d2-4d8b-96d2-97a9a420aa0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e'} Body: b'{"volume": {"id": "fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:04.000000", "updated_at": "2025-08-05T21:43:04.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1467086440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e"}], "user_id": "9eafbaab00b147f0a25cfe982b49a4e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120"}}' 2025-08-05 21:47:06,874 99274 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/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e 0.040s 2025-08-05 21:47:06,875 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ee753bf-33bd-43e5-97ac-6a9d2d7185b7', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ee753bf-33bd-43e5-97ac-6a9d2d7185b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e'} Body: b'{"volume": {"id": "fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:04.000000", "updated_at": "2025-08-05T21:43:04.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1467086440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e"}], "user_id": "9eafbaab00b147f0a25cfe982b49a4e0", "bootable": "false", "encrypted": false, "replication_ status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120"}}' {10} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached [122.204817s] ... 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 acba762c-c1c3-48da-9059-9c5a4c29e970 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:45:24,026 99290 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d 0.270s 2025-08-05 21:45:24,026 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45: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-ee75458d-d78d-4165-9d32-bc1915b59742', 'x-compute-request-id': 'req-ee75458d-d78d-4165-9d32-bc1915b59742', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d'} Body: b'{"server": {"id": "693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d", "name": "tempest-ServerActionsTestOtherB-server-1779340972", "status": "ACTIVE", "tenant_id": "8a0f24b1a31146f88a93c88c8db66c52", "user_id": "5a2b0a4a0f32484cbfe2a71fc78a5340", "metadata": {}, "hostId": "95b11c864dce62d7495bd060c02397052c6fbf71d548ab793e7f17db", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:31Z", "updated": "2025-08-05T21:43:49Z", "addresses": {"tempest-ServerActionsTestOtherB-1619800384-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:4f:7e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1493912729", "OS-SRV-USG:launched_at": "2025-08-05T21:43:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--133999035"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:46:24,363 99290 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.263s 2025-08-05 21:46:24,363 99290 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-1186065311"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-426bad3e-c74b-4c3e-8b6f-f143b28dc1ad', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-426bad3e-c74b-4c3e-8b6f-f143b28dc1ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "acba762c-c1c3-48da-9059-9c5a4c29e970", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:24.273613", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1186065311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/acba762c-c1c3-48da-9059-9c5a4c29e970"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/acba762c-c1c3-48da-9059-9c5a4 c29e970"}], "user_id": "5a2b0a4a0f32484cbfe2a71fc78a5340", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:46:24,424 99290 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/acba762c-c1c3-48da-9059-9c5a4c29e970 0.048s 2025-08-05 21:46:24,425 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e836934d-b39c-4c1f-80f0-6a30cd40db44', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e836934d-b39c-4c1f-80f0-6a30cd40db44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/acba762c-c1c3-48da-9059-9c5a4c29e970'} Body: b'{"volume": {"id": "acba762c-c1c3-48da-9059-9c5a4c29e970", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:24.000000", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1186065311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/acba762c-c1c3-48da-9059-9c5a4c29e970"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/acba762c-c1c3-48da-9059-9c5a4c29e970"}], "user_id": "5a2b0a4a0f32484cbfe2a71fc78a5340", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a0f24b1a31146f88a93c88c8db66c52"}}' 2025-08-05 21:46:25,486 99290 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/acba762c-c1c3-48da-9059-9c5a4c29e970 0.047s 2025-08-05 21:46:25,487 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b699a24-f715-4080-9479-856956f89a68', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b699a24-f715-4080-9479-856956f89a68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/acba762c-c1c3-48da-9059-9c5a4c29e970'} Body: b'{"volume": {"id": "acba762c-c1c3-48da-9059-9c5a4c29e970", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:24.000000", "updated_at": "2025-08-05T21:46:24.000000", "name": "tempest-ServerActionsTestOtherB-volume-1186065311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/acba762c-c1c3-48da-9059-9c5a4c29e970"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/acba762c-c1c3-48da-9059-9c5a4c29e970"}], "user_id": "5a2b0a4a0f32484cbfe2a71fc78a5340", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a0f24b1a31146f88a93c88c8db66c52"}}' 2025-08-05 21:46:25,500 99290 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-08-05 21:46:25,916 99290 INFO [tempest.lib.common.rest_client] Request (ServerActionsTe stOtherB:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d 0.414s 2025-08-05 21:46:25,917 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46: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-18837828-6a82-49a1-94f8-12b9a7d07b94', 'x-compute-request-id': 'req-18837828-6a82-49a1-94f8-12b9a7d07b94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d'} Body: b'{"server": {"id": "693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d", "name": "tempest-ServerActionsTestOtherB-server-1779340972", "status": "ACTIVE", "tenant_id": "8a0f24b1a31146f88a93c88c8db66c52", "user_id": "5a2b0a4a0f32484cbfe2a71fc78a5340", "metadata": {}, "hostId": "95b11c864dce62d7495bd060c02397052c6fbf71d548ab793e7f17db", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:31Z", "updated": "2025-08-05T21:43:49Z", "addresses": {"tempest-ServerActionsTestOtherB-1619800384-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:4f:7e"}, {"version": 4, "addr": "172.24.4.213", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:4f:7e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1493912729", "OS-SRV-USG:launched_at": "2025-08-05T21:43:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--133999035"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {2} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {2} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [1.693144s] ... 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 9ad8b225-e718-4bd4-8762-0b06285ffa04 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:03,951 99274 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.382s 2025-08-05 21:48:03,952 99274 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-1780240532"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfa6cf6a-1ba9-4b2e-9ff8-b9994efe73df', 'content-length': '820', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfa6cf6a-1ba9-4b2e-9ff8-b9994efe73df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9ad8b225-e718-4bd4-8762-0b06285ffa04", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:03.887936", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1780240532", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04"}], "user_id": "2a0413ff898243d1b0e8f046a157de10", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-05 21:48:04,019 99274 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/9ad8b225-e718-4bd4-8762-0b06285ffa04 0.050s 2025-08-05 21:48:04,019 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0555313-0c74-45fe-86ea-866560206a43', 'content-length': '888', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0555313-0c74-45fe-86ea-866560206a43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04'} Body: b'{"volume": {"id": "9ad8b225-e718-4bd4-8762-0b06285ffa04", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:04.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1780240532", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04"}], "user_id": "2a0413ff898243d1b0e8f046a157de10", "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": "9ea73543947c49a9a21602f206814671"}}' 2025-08-05 21:48:05,072 99274 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/9ad8b225-e718-4bd4-8762-0b06285ffa04 0.038s 2025-08-05 21:48:05,073 99274 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': 'Tue, 05 Aug 2025 21:48:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0e3b541-b04f-4606-ad58-c33841e42349', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0e3b541-b04f-4606-ad58-c33841e42349', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04'} Body: b'{"volume": {"id": "9ad8b225-e718-4bd4-8762-0b06285ffa04", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:04.000000", "updated_at": "2025-08-05T21:48:04.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1780240532", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04"}], "user_id": "2a0413ff898243d1b0e8f046a157de10", "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": "9ea73543947c49a9a21602f206814671"}}' 2025-08-05 21:48:05,126 99274 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04 0.038s 2025-08-05 21:48:05,127 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fea1c797-e1e4-4eda-b2b7-a9484c7c07d8', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fea1c797-e1e4-4eda-b2b7-a9484c7c07d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04'} Body: b'{"volume": {"id": "9ad8b225-e718-4bd4-8762-0b06285ffa04", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:04.000000", "updated_at": "2025-08-05T21:48:04.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1780240532", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04"}], "user_id": "2a0413ff898243d1b0e8f046a157de10", "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": "9ea73543947c49a9a21602f206814671"}}' 2025-08-05 21:48:05,237 99274 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04 0.095s 2025-08-05 21:48:05,237 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:05 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-8f33e71c-0845-4095-bc3b-0b504d861d28', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04'} Body: b'' 2025-08-05 21:48:05,258 99274 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04 0.020s 2025-08-05 21:48:05,258 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:05 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-901d0cc4-7812-465c-9d76-edba9cc80228', 'x-openstack-request-id': 'req-901d0cc4-7812-465c-9d76-edba9cc80228', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9ad8b225-e718-4bd4-8762-0b06285ffa04 could not be found."}}' {2} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [1.526733s] ... 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 2842215d-5f19-4a4c-9d56-6d09c053c9b6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:05,463 99274 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.200s 2025-08-05 21:48:05,464 99274 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-2011661571"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c65e9ad-dc19-447e-ba46-f9fe4c853613', 'content-length': '820', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c65e9ad-dc19-447e-ba46-f9fe4c853613', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2842215d-5f19-4a4c-9d56-6d09c053c9b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:05.395327", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2011661571", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6"}], "user_id": "2a0413ff898243d1b0e8f046a157de10", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-05 21:48:05,519 99274 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6 0.044s 2025-08-05 21:48:05,519 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b3f07aa-4c57-4c56-bd38-5ee85cdb5328', 'content-length': '888', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b3f07aa-4c57-4c56-bd38-5ee85cdb5328', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6'} Body: b'{"volume": {"id": "2842215d-5f19-4a4c-9d56-6d09c053c9b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:05.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2011661571", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6"}], "user_id": "2a0413ff898243d1b0e8f046a157de10", "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": "9ea73543947c49a9a21602f206814671"}}' 2025-08-05 21:48:06,574 99274 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6 0.040s 2025-08-05 21:48:06,575 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/jso n', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c544455-ae31-4102-8757-f1feb8f82940', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c544455-ae31-4102-8757-f1feb8f82940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6'} Body: b'{"volume": {"id": "2842215d-5f19-4a4c-9d56-6d09c053c9b6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:05.000000", "updated_at": "2025-08-05T21:48:06.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2011661571", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6"}], "user_id": "2a0413ff898243d1b0e8f046a157de10", "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": "9ea73543947c49a9a21602f206814671"}}' 2025-08-05 21:48:06,625 99274 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6 0.036s 2025-08-05 21:48:06,625 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57cd3e9d-7196-464a-b971-b1759984a285', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57cd3e9d-7196-464a-b971-b1759984a285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6'} Body: b'{"volume": {"id": "2842215d-5f19-4a4c-9d56-6d09c053c9b6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:05.000000", "updated_at": "2025-08-05T21:48:06.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2011661571", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6"}], "user_id": "2a0413ff898243d1b0e8f046a157de10", "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": "9ea73543947c49a9a21602f206814671"}}' 2025-08-05 21:48:06,765 99274 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6 0.127s 2025-08-05 21:48:06,766 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-v ersion': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-758b4cc4-5596-4a13-8680-453c1c6ce568', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6'} Body: b'' 2025-08-05 21:48:06,788 99274 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6 0.022s 2025-08-05 21:48:06,789 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:06 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-ca5957cc-572d-44dc-85a0-79fa5d22492d', 'x-openstack-request-id': 'req-ca5957cc-572d-44dc-85a0-79fa5d22492d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2842215d-5f19-4a4c-9d56-6d09c053c9b6 could not be found."}}' {2} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1 [3.433316s] ... 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 86ebce8a-63e0-4770-b100-d803c752419a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:10,869 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 201 POST http://10.0.0.210/image/v2/images 0.653s 2025-08-05 21:48:10,869 99274 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': 'Tue, 05 Aug 2025 21:48:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-d66b1aee-ef34-46f9-8288-bbb89a2ac007', '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": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9f31c49d-6a0c-4676-8b14-12a1d72716fa", "created_at": "2025-08-05T21:48:11Z", "updated_at": "2025-08-05T21:48:11Z", "tags": [], "self": "/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa", "file": "/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:11,908 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 204 PUT http://10.0.0.210/image/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa/file 1.036s 2025-08-05 21:48:11,908 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-0658ce88-92db-4340-ba76-67c7b7f4fe43', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa/file'} Body: b'' 2025-08-05 21:48:11,929 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa 0.019s 2025-08-05 21:48:11,929 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-93c4ae4d-9012-41a7-b025-85b5eecd1146', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa'} 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": "9e5a96ccff1bcf54fdc4172215dd4486", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5bc5327a9a82ef05420ec793c510e5ee46257688f66ab1d93618f6acabec9a9d65fb3950433fce0d69b5bfec9aa00bc996ae974f10a2217bdb26fb939cb2d817", "id": "9f31c49d-6a0c-4676-8b14-12a1d72716fa", "created_at": "2025-08-05T21:48:11Z", "updated_at": "2025-08-05T21:48:12Z", "tags": [], "self": "/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa", "file": "/v2/images/9f31c49d-6a0c- 4676-8b14-12a1d72716fa/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:11,947 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa 0.017s 2025-08-05 21:48:11,947 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3b2dbcf8-9dce-450b-a047-35517523297e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa'} 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": "9e5a96ccff1bcf54fdc4172215dd4486", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5bc5327a9a82ef05420ec793c510e5ee46257688f66ab1d93618f6acabec9a9d65fb3950433fce0d69b5bfec9aa00bc996ae974f10a2217bdb26fb939cb2d817", "id": "9f31c49d-6a0c-4676-8b14-12a1d72716fa", "created_at": "2025-08-05T21:48:11Z", "updated_at": "2025-08-05T21:48:12Z", "tags": [], "self": "/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa", "file": "/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:11,967 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa 0.019s 2025-08-05 21:48:11,968 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c444bb91-3a50-4458-a2b7-5fc186ea37ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa'} 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": "9e5a96ccff1bcf54fdc4172215dd4486", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5bc5327a9a82ef05420ec793c510e5ee46257688f66ab1d93618f6acabec9a9d65fb3950433fce0d69b5bfec9aa00bc996ae974f10a2217bdb26fb939cb2d817", "id": "9f31c49d-6a0c-4676-8b14-12a1d72716fa", "created_at": "2025-08-05T21:48:11Z", "updated_at": "2025-08-05T21:48:12Z", "tags": [], "self": "/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa", "file": "/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:12,495 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 202 POST http://10.0.0.210/volume/v3/volumes 0.527s 2025-08-05 21:48:12,496 99274 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": "9f31c49d-6a0c-4676-8b14-12a1d72716fa", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89a62381-145f-4 fa6-983d-810eb7eb3f2b', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89a62381-145f-4fa6-983d-810eb7eb3f2b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "86ebce8a-63e0-4770-b100-d803c752419a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:12.431027", "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/86ebce8a-63e0-4770-b100-d803c752419a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86ebce8a-63e0-4770-b100-d803c752419a"}], "user_id": "96fc8e0201c2414183bb3f233fb26e52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:48:12,579 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/86ebce8a-63e0-4770-b100-d803c752419a 0.071s 2025-08-05 21:48:12,579 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32735ac6-4f0d-450e-bf33-c98d4d6563ca', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32735ac6-4f0d-450e-bf33-c98d4d6563ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/86ebce8a-63e0-4770-b100-d803c752419a'} Body: b'{"volume": {"id": "86ebce8a-63e0-4770-b100-d803c752419a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:12.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/86ebce8a-63e0-4770-b100-d803c752419a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86ebce8a-63e0-4770-b100-d803c752419a"}], "user_id": "96fc8e0201c2414183bb3f233fb26e52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "26ef1cd6897e42568823c18678937388"}}' 2025-08-05 21:48:13,633 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/86ebce8a-63e0-4770-b100-d803c752419a 0.040s 2025-08-05 21:48:13,634 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e68af47-4dc4-4951-9da9-6031c9820420', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e68af47-4dc4-4951-9da9-6031c9820420', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/86ebce8a-63e0-4770-b100-d803c752419a'} Body: b'{"volume": {"id": "86ebce8a-63e0-4770-b100-d803c752419a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:12.000000" , "updated_at": "2025-08-05T21:48:13.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/86ebce8a-63e0-4770-b100-d803c752419a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86ebce8a-63e0-4770-b100-d803c752419a"}], "user_id": "96fc8e0201c2414183bb3f233fb26e52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "26ef1cd6897e42568823c18678937388"}}' {2} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_2 [3.064829s] ... 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 4ed4c4fe-0915-4020-b58c-8686df008b6b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:14,228 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 201 POST http://10.0.0.210/image/v2/images 0.578s 2025-08-05 21:48:14,228 99274 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': 'Tue, 05 Aug 2025 21:48:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-47fda9f7-1930-4682-8eab-ab00419c4607', '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": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ac9d0a69-271d-4ab6-ad09-24ad248a9d43", "created_at": "2025-08-05T21:48:14Z", "updated_at": "2025-08-05T21:48:14Z", "tags": [], "self": "/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43", "file": "/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:15,232 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 204 PUT http://10.0.0.210/image/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43/file 1.001s 2025-08-05 21:48:15,232 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-0e3f16a1-ae4c-49f7-b48d-63573401cb64', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43/file'} Body: b'' 2025-08-05 21:48:15,250 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43 0.017s 2025-08-05 21:48:15,250 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5f10212e-cfd5-4455-925c-e0347e70cd22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43'} 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": "e4748cc77db8a968fc567be6bd92e08d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "da50bbd5316bdb7e64a7adc405e1c58121ff8c1b45ffd2f5399bdc7bda3c0e4eeb642991540bdb1fb3104575e8a342a6f6ffe432bca54d3037591bca8be9aa5d", "id": "ac9d0a69-271d-4ab6-ad09-24ad248a9d43", "created_at": "2025-08-05T21:48:14Z", "updated_at": "2025-08-05T21:48:15Z", "tags": [], "self": "/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43", "file": "/v2/images/ac9d0a69-271d- 4ab6-ad09-24ad248a9d43/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:15,268 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43 0.017s 2025-08-05 21:48:15,268 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f2b44879-f099-4866-bd4a-05000b3e7cca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43'} 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": "e4748cc77db8a968fc567be6bd92e08d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "da50bbd5316bdb7e64a7adc405e1c58121ff8c1b45ffd2f5399bdc7bda3c0e4eeb642991540bdb1fb3104575e8a342a6f6ffe432bca54d3037591bca8be9aa5d", "id": "ac9d0a69-271d-4ab6-ad09-24ad248a9d43", "created_at": "2025-08-05T21:48:14Z", "updated_at": "2025-08-05T21:48:15Z", "tags": [], "self": "/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43", "file": "/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:15,286 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43 0.017s 2025-08-05 21:48:15,286 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b28f1382-ca01-43fa-a13e-ad2d49edc09b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43'} 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": "e4748cc77db8a968fc567be6bd92e08d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "da50bbd5316bdb7e64a7adc405e1c58121ff8c1b45ffd2f5399bdc7bda3c0e4eeb642991540bdb1fb3104575e8a342a6f6ffe432bca54d3037591bca8be9aa5d", "id": "ac9d0a69-271d-4ab6-ad09-24ad248a9d43", "created_at": "2025-08-05T21:48:14Z", "updated_at": "2025-08-05T21:48:15Z", "tags": [], "self": "/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43", "file": "/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:15,587 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.300s 2025-08-05 21:48:15,588 99274 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": "ac9d0a69-271d-4ab6-ad09-24ad248a9d43", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e80b4e49-88f5-4 094-9047-09a1545a0e31', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e80b4e49-88f5-4094-9047-09a1545a0e31', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4ed4c4fe-0915-4020-b58c-8686df008b6b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:15.513760", "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/4ed4c4fe-0915-4020-b58c-8686df008b6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ed4c4fe-0915-4020-b58c-8686df008b6b"}], "user_id": "96fc8e0201c2414183bb3f233fb26e52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:48:15,644 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/4ed4c4fe-0915-4020-b58c-8686df008b6b 0.044s 2025-08-05 21:48:15,644 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b77d890-0b7d-42d2-baed-68ca045cb65a', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b77d890-0b7d-42d2-baed-68ca045cb65a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4ed4c4fe-0915-4020-b58c-8686df008b6b'} Body: b'{"volume": {"id": "4ed4c4fe-0915-4020-b58c-8686df008b6b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:16.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/4ed4c4fe-0915-4020-b58c-8686df008b6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ed4c4fe-0915-4020-b58c-8686df008b6b"}], "user_id": "96fc8e0201c2414183bb3f233fb26e52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "26ef1cd6897e42568823c18678937388"}}' 2025-08-05 21:48:16,700 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/4ed4c4fe-0915-4020-b58c-8686df008b6b 0.041s 2025-08-05 21:48:16,701 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-778325cc-65bf-4acb-8e85-3b57fea658d3', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-778325cc-65bf-4acb-8e85-3b57fea658d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4ed4c4fe-0915-4020-b58c-8686df008b6b'} Body: b'{"volume": {"id": "4ed4c4fe-0915-4020-b58c-8686df008b6b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:16.000000" , "updated_at": "2025-08-05T21:48:16.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/4ed4c4fe-0915-4020-b58c-8686df008b6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ed4c4fe-0915-4020-b58c-8686df008b6b"}], "user_id": "96fc8e0201c2414183bb3f233fb26e52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "26ef1cd6897e42568823c18678937388"}}' {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [1.379266s] ... 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 69f1a508-2f7a-4d0c-b9ef-ff29212a077a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:16,152 99282 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.255s 2025-08-05 21:48:16,153 99282 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-1868725974"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-529965ac-ed47-47fe-a86e-a6cd0d28358e', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-529965ac-ed47-47fe-a86e-a6cd0d28358e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "69f1a508-2f7a-4d0c-b9ef-ff29212a077a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:16.057620", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1868725974", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a"}], "user_id": "a4f7084f1c244bbeac6b186b727f1335", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:16,203 99282 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a 0.037s 2025-08-05 21:48:16,203 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52aa2f38-1f52-4766-93a1-5c7005bae82f', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52aa2f38-1f52-4766-93a1-5c7005bae82f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a'} Body: b'{"volume": {"id": "69f1a508-2f7a-4d0c-b9ef-ff29212a077a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:16.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1868725974", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a"}], "user_id": "a4f7084f1c244bbeac6b186b727f1335", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e0c06f8cdad4226b4504b046b85d801"}}' 2025-08-05 21:48:17,259 99282 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a 0.040s 2025-08-05 21:48:17,259 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applica tion/json', 'x-compute-request-id': 'req-28265fc7-6c62-48cc-89cf-ffc4447e65af', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28265fc7-6c62-48cc-89cf-ffc4447e65af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a'} Body: b'{"volume": {"id": "69f1a508-2f7a-4d0c-b9ef-ff29212a077a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:16.000000", "updated_at": "2025-08-05T21:48:16.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1868725974", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a"}], "user_id": "a4f7084f1c244bbeac6b186b727f1335", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e0c06f8cdad4226b4504b046b85d801"}}' {6} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [1.298650s] ... 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 2c443ef2-16ee-42c7-9583-510c98759cfe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:17,458 99282 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.181s 2025-08-05 21:48:17,459 99282 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-16007013"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82bce7bb-65ab-495e-bdaf-5ea0e1ec7578', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82bce7bb-65ab-495e-bdaf-5ea0e1ec7578', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2c443ef2-16ee-42c7-9583-510c98759cfe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:17.397856", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-16007013", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe"}], "user_id": "a4f7084f1c244bbeac6b186b727f1335", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:17,507 99282 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe 0.035s 2025-08-05 21:48:17,507 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f064f65-b543-4c80-afd7-f63722f2cddf', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f064f65-b543-4c80-afd7-f63722f2cddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe'} Body: b'{"volume": {"id": "2c443ef2-16ee-42c7-9583-510c98759cfe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:17.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-16007013", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe"}], "user_id": "a4f7084f1c244bbeac6b186b727f1335", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e0c06f8cdad4226b4504b046b85d801"}}' 2025-08-05 21:48:18,558 99282 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe 0.036s 2025-08-05 21:48:18,559 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/j son', 'x-compute-request-id': 'req-0afb2d17-be25-49fc-957c-e6c5082fe534', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0afb2d17-be25-49fc-957c-e6c5082fe534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe'} Body: b'{"volume": {"id": "2c443ef2-16ee-42c7-9583-510c98759cfe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:17.000000", "updated_at": "2025-08-05T21:48:18.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-16007013", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe"}], "user_id": "a4f7084f1c244bbeac6b186b727f1335", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e0c06f8cdad4226b4504b046b85d801"}}' {2} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_3 [3.142984s] ... 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 16cab322-e7ee-467e-be13-48ab36e07a88 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:17,352 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 201 POST http://10.0.0.210/image/v2/images 0.635s 2025-08-05 21:48:17,352 99274 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': 'Tue, 05 Aug 2025 21:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-213eb896-f224-4048-9ce3-d0aba73092fd', '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": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ab526218-d6c9-43d4-ba7d-31c93be119b5", "created_at": "2025-08-05T21:48:17Z", "updated_at": "2025-08-05T21:48:17Z", "tags": [], "self": "/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5", "file": "/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:18,246 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 204 PUT http://10.0.0.210/image/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5/file 0.892s 2025-08-05 21:48:18,246 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-58f7e1f6-b757-46bd-a1ec-69c88576b0b3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5/file'} Body: b'' 2025-08-05 21:48:18,264 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5 0.017s 2025-08-05 21:48:18,264 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ac4cffed-12bb-44f6-856f-456dec35547d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5'} 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": "84507d351a358f7c33b774d5033ed80d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "86e2a9031ce9c668630ad5fe679e97d1ad98899363c6fd33b831b69af0df313b0f2971bbc3bd90c8041cb081dc3b20cac98f6a3ed75709b6753c8174e891415e", "id": "ab526218-d6c9-43d4-ba7d-31c93be119b5", "created_at": "2025-08-05T21:48:17Z", "updated_at": "2025-08-05T21:48:18Z", "tags": [], "self": "/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5", "file": "/v2/images/ab526218-d6c9- 43d4-ba7d-31c93be119b5/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:18,283 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5 0.018s 2025-08-05 21:48:18,283 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-dbdf94c9-98d6-4722-906c-f634ccf8a917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5'} 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": "84507d351a358f7c33b774d5033ed80d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "86e2a9031ce9c668630ad5fe679e97d1ad98899363c6fd33b831b69af0df313b0f2971bbc3bd90c8041cb081dc3b20cac98f6a3ed75709b6753c8174e891415e", "id": "ab526218-d6c9-43d4-ba7d-31c93be119b5", "created_at": "2025-08-05T21:48:17Z", "updated_at": "2025-08-05T21:48:18Z", "tags": [], "self": "/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5", "file": "/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:18,301 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5 0.017s 2025-08-05 21:48:18,301 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-428b31f3-8898-4131-91b6-f2da25ee3058', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5'} 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": "84507d351a358f7c33b774d5033ed80d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "86e2a9031ce9c668630ad5fe679e97d1ad98899363c6fd33b831b69af0df313b0f2971bbc3bd90c8041cb081dc3b20cac98f6a3ed75709b6753c8174e891415e", "id": "ab526218-d6c9-43d4-ba7d-31c93be119b5", "created_at": "2025-08-05T21:48:17Z", "updated_at": "2025-08-05T21:48:18Z", "tags": [], "self": "/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5", "file": "/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:18,686 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 202 POST http://10.0.0.210/volume/v3/volumes 0.384s 2025-08-05 21:48:18,686 99274 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": "ab526218-d6c9-43d4-ba7d-31c93be119b5", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1af85e9-5e0a-4 d4e-8ff7-ca3177176d71', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1af85e9-5e0a-4d4e-8ff7-ca3177176d71', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "16cab322-e7ee-467e-be13-48ab36e07a88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:18.625167", "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/16cab322-e7ee-467e-be13-48ab36e07a88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16cab322-e7ee-467e-be13-48ab36e07a88"}], "user_id": "96fc8e0201c2414183bb3f233fb26e52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:48:18,758 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/16cab322-e7ee-467e-be13-48ab36e07a88 0.053s 2025-08-05 21:48:18,758 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0604113a-8011-481e-85b3-7e65e7364e35', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0604113a-8011-481e-85b3-7e65e7364e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/16cab322-e7ee-467e-be13-48ab36e07a88'} Body: b'{"volume": {"id": "16cab322-e7ee-467e-be13-48ab36e07a88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:19.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/16cab322-e7ee-467e-be13-48ab36e07a88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16cab322-e7ee-467e-be13-48ab36e07a88"}], "user_id": "96fc8e0201c2414183bb3f233fb26e52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "26ef1cd6897e42568823c18678937388"}}' 2025-08-05 21:48:19,844 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/16cab322-e7ee-467e-be13-48ab36e07a88 0.071s 2025-08-05 21:48:19,845 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2daa88d7-9ced-4502-908d-32cbf6239592', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2daa88d7-9ced-4502-908d-32cbf6239592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/16cab322-e7ee-467e-be13-48ab36e07a88'} Body: b'{"volume": {"id": "16cab322-e7ee-467e-be13-48ab36e07a88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:19.000000" , "updated_at": "2025-08-05T21:48:19.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/16cab322-e7ee-467e-be13-48ab36e07a88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16cab322-e7ee-467e-be13-48ab36e07a88"}], "user_id": "96fc8e0201c2414183bb3f233fb26e52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "26ef1cd6897e42568823c18678937388"}}' {1} tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency [3.201287s] ... 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 e14424e4-6d03-435d-bd4b-22d3bd0a8802 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:17,489 99272 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.635s 2025-08-05 21:48:17,489 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-image-dependency-test-952468904", "container_format": "bare", "disk_format": "raw", "visibility": "private"} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '647', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/8a14f732-e625-4264-bde8-4b78fae519b8', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-7e016d3a-89f8-433c-8b7a-164d69f65c41', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-image-dependency-test-952468904", "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": "f5c168eba7334b389f5821bbe5b37eda", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8a14f732-e625-4264-bde8-4b78fae519b8", "created_at": "2025-08-05T21:48:17Z", "updated_at": "2025-08-05T21:48:17Z", "tags": [], "self": "/v2/images/8a14f732-e625-4264-bde8-4b78fae519b8", "file": "/v2/images/8a14f732-e625-4264-bde8-4b78fae519b8/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:18,348 99272 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 204 PUT http://10.0.0.210/image/v2/images/8a14f732-e625-4264-bde8-4b78fae519b8/file 0.857s 2025-08-05 21:48:18,349 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-6d58ed57-4b07-48f6-a63d-d1898bf1f3c4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/8a14f732-e625-4264-bde8-4b78fae519b8/file'} Body: b'' 2025-08-05 21:48:18,366 99272 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/image/v2/images/8a14f732-e625-4264-bde8-4b78fae519b8 0.017s 2025-08-05 21:48:18,366 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '807', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3ce20738-3df7-4542-9dc5-3abf6c9d4c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/8a14f732-e625-4264-bde8-4b78fae519b8'} Body: b'{"name": "tempest-image-dependency-test-952468904", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "3750401e6e20498f88d1320c9a5ee47b", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "f5c168eba7334b389f5821bbe5b37eda", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "61e00e2d4dc799aa5465089b5dfcd489c1539ab4b628734b4cce3222c96fef52a413c0c5c67cd5c48c561447ff64e986a54fe57e22851577c9a549a4a3c53a6f", "id": "8a14f732-e625-4264-bde8-4b78fae519b8", "created_at": "2025-08-05T21:48:17Z", "updated_at": "2025-08-05T21:48:18Z", "tags": [], "self": "/v2/images/8a14f732-e625-4264-bde8-4b78fae519b8", "file": "/v2/images/8a14f732-e625-4264-b de8-4b78fae519b8/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:18,417 99272 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.044s 2025-08-05 21:48:18,417 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:18 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-8189b918-d332-43e9-bb3f-5320ef5cd08c', '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": "1e08e91c26d44dfcac36c115039473b9", "name": "tempest-ImageDependencyTests-1527641393-project-member", "password_expires_at": null}, "audit_ids": ["pnreLdsfTuaLMzA4me6_ow"], "expires_at": "2025-08-05T22:48:18.000000Z", "issued_at": "2025-08-05T21:48:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5c168eba7334b389f5821bbe5b37eda", "name": "tempest-ImageDependencyTests-1527641393"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f5c168eba7334b389f5821bbe5b37eda", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:48:18,418 99272 INFO [tempest.lib.common.fixed_network] (ImageDependencyTests:test_image_volume_server_snapshot_dependency) Found network None available for tenant 2025-08-05 21:48:18,752 99272 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.333s 2025-08-05 21:48:18,752 99272 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-1210520102", "imageRef": "8a14f732-e625-4264-bde8-4b78fae519b8", "size": 1}} Response - Headers: {'dat e': 'Tue, 05 Aug 2025 21:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78374b7b-4011-4661-a5df-9e9a408fb2fc', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78374b7b-4011-4661-a5df-9e9a408fb2fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e14424e4-6d03-435d-bd4b-22d3bd0a8802", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:18.688660", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1210520102", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802"}], "user_id": "1e08e91c26d44dfcac36c115039473b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:18,816 99272 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802 0.041s 2025-08-05 21:48:18,816 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13b304fe-fd8b-4ffd-88b9-f59770752f5e', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13b304fe-fd8b-4ffd-88b9-f59770752f5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802'} Body: b'{"volume": {"id": "e14424e4-6d03-435d-bd4b-22d3bd0a8802", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:19.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1210520102", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802"}], "user_id": "1e08e91c26d44dfcac36c115039473b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f5c168eba7334b389f5821bbe5b37eda"}}' 2025-08-05 21:48:19,879 99272 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802 0.048s 2025-08-05 21:48:19,880 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9ed1471-e5bb-466c-a244-768a22d26282', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9ed1471-e5bb-466c-a244-768a22d26282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802'} Body: b'{"volume": {"id": "e14424e4-6d03-435d-bd4b-22d3bd0a8802", "status": "error", "size": 1, "availability_zone": "nova", "cre ated_at": "2025-08-05T21:48:19.000000", "updated_at": "2025-08-05T21:48:19.000000", "name": "tempest-tempest.common.compute-volume-1210520102", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802"}], "user_id": "1e08e91c26d44dfcac36c115039473b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f5c168eba7334b389f5821bbe5b37eda"}}' 2025-08-05 21:48:20,018 99272 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 202 DELETE http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802 0.125s 2025-08-05 21:48:20,019 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b4f5285-c612-4d75-ae43-e740be4891a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802'} Body: b'' 2025-08-05 21:48:20,051 99272 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 404 GET http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802 0.031s 2025-08-05 21:48:20,051 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:20 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-7a51468e-dbdc-4238-b82d-7746907c26ae', 'x-openstack-request-id': 'req-7a51468e-dbdc-4238-b82d-7746907c26ae', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e14424e4-6d03-435d-bd4b-22d3bd0a8802 could not be found."}}' {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [1.834533s] ... 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 866eb98e-8eee-4e37-be77-1c660a6a1e14 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:23,289 99274 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.412s 2025-08-05 21:48:23,289 99274 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-885724340"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93d7ac8a-8212-4e67-8788-3ad8332837bb', 'content-length': '766', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93d7ac8a-8212-4e67-8788-3ad8332837bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "866eb98e-8eee-4e37-be77-1c660a6a1e14", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:23.226486", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-885724340", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14"}], "user_id": "773cce08576b466aa4fe94155e1d9a9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:48:23,639 99274 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14 0.338s 2025-08-05 21:48:23,640 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c648b8d-dffb-4259-82e7-e2dfc30153e1', 'content-length': '834', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c648b8d-dffb-4259-82e7-e2dfc30153e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14'} Body: b'{"volume": {"id": "866eb98e-8eee-4e37-be77-1c660a6a1e14", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:23.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-885724340", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14"}], "user_id": "773cce08576b466aa4fe94155e1d9a9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "35e10f22d3604ef789c5d4aebe4e7557"}}' 2025-08-05 21:48:24,696 99274 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14 0.041s 2025-08-05 21:48:24,696 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6657b51-6018-4db9-881a-7ecdb179c7ef', 'content-length': '855', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6657b51-6018-4db9-881a-7ecdb179c7ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14'} Body: b'{"volume": {"id": "866eb98e-8eee-4e37-be77-1c660a6a1e14", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:23.000000", "updated_at": "2025-08-05T21:48:23.000000", "name": "tempest-VolumeRevertTests-Volume-885724340", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14"}], "user_id": "773cce08576b466aa4fe94155e1d9a9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "35e10f22d3604ef789c5d4aebe4e7557"}}' {2} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [1.325547s] ... 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 9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:24,908 99274 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.194s 2025-08-05 21:48:24,908 99274 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-1067797228"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e02cb9e-ec04-406f-bceb-1ca46de57738', 'content-length': '767', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e02cb9e-ec04-406f-bceb-1ca46de57738', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:24.847601", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1067797228", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5"}], "user_id": "773cce08576b466aa4fe94155e1d9a9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:48:24,970 99274 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5 0.047s 2025-08-05 21:48:24,970 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bf4c4f9-2ded-4ecf-8317-0c685332d332', 'content-length': '835', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bf4c4f9-2ded-4ecf-8317-0c685332d332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5'} Body: b'{"volume": {"id": "9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:25.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1067797228", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5"}], "user_id": "773cce08576b466aa4fe94155e1d9a9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "35e10f22d3604ef789c5d4aebe4e7557"}}' 2025-08-05 21:48:26,024 99274 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5 0.039s 2025-08-05 21:48:26,025 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-6b94d75a-2699-4f73-9399-3a595bc9f623', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b94d75a-2699-4f73-9399-3a595bc9f623', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5'} Body: b'{"volume": {"id": "9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:25.000000", "updated_at": "2025-08-05T21:48:25.000000", "name": "tempest-VolumeRevertTests-Volume-1067797228", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5"}], "user_id": "773cce08576b466aa4fe94155e1d9a9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "35e10f22d3604ef789c5d4aebe4e7557"}}' {1} 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 336f4f04-a3f0-4859-84a3-3a0b0a83e25e failed to build and is in ERROR status {7} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [165.810480s] ... 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 c8722e5b-87d7-4d30-8d04-8cd44527e385 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:45:41,114 99284 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-08-05 21:45:41,790 99284 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.674s 2025-08-05 21:45:41,790 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1361957750", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/de08ad54-fc3e-4511-b7ce-5b3302294869', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-a2a175aa-001a-444a-affb-a2d620ade383', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1361957750", "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": "51d17131f7874312812dc0333b935aae", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "de08ad54-fc3e-4511-b7ce-5b3302294869", "created_at": "2025-08-05T21:45:42Z", "updated_at": "2025-08-05T21:45:42Z", "tags": [], "self": "/v2/images/de08ad54-fc3e-4511-b7ce-5b3302294869", "file": "/v2/images/de08ad54-fc3e-4511-b7ce-5b3302294869/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:45:43,123 99284 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/de08ad54-fc3e-4511-b7ce-5b3302294869/file 1.332s 2025-08-05 21:45:43,124 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-26531cd6-11a9-4db1-b13b-7cb463ae7aeb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/de08ad54-fc3e-4511-b7ce-5b3302294869/file'} Body: b'' 2025-08-05 21:45:43,124 99284 DEBUG [tempest.scenario.manager] image:de08ad54-fc3e-4511-b7ce-5b3302294869 2025-08-05 21:45:43,175 99284 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.049s 2025-08-05 21:45:43,175 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1816454743", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBl+WYG1BUOkmrFVhsyrE8NDoYcSbPJEFFa84//DLODVyBoFZ9HH+5lIf4rfRDTajBw34WF0GZmlbAhcn7l7ttV6HgX66p+Idk+6+ezLz/t7CHhmqZuQ86+Iha0x3i+fkA=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-696427fa-7d51-4194-898b-9051656df77f', 'x-compute-request-id': 'req-696427fa-7d51-4194-898b-9051656df77f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0 .0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1816454743", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBl+WYG1BUOkmrFVhsyrE8NDoYcSbPJEFFa84//DLODVyBoFZ9HH+5lIf4rfRDTajBw34WF0GZmlbAhcn7l7ttV6HgX66p+Idk+6+ezLz/t7CHhmqZuQ86+Iha0x3i+fkA==", "fingerprint": "58:a8:bc:d1:7d:c7:da:08:a5:8a:e0:85:27:1a:cb:63", "user_id": "e7bb9d0f4a69409e82d578183a785942"}}' 2025-08-05 21:45:43,280 99284 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.097s 2025-08-05 21:45:43,280 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:43 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-16ccf9be-0800-41e8-b8a7-27798456142b', '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": "e7bb9d0f4a69409e82d578183a785942", "name": "tempest-TestMinimumBasicScenario-869708426-project-member", "password_expires_at": null}, "audit_ids": ["QJg5emTlTV6PKdQKCfv9uQ"], "expires_at": "2025-08-05T22:45:43.000000Z", "issued_at": "2025-08-05T21:45:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "51d17131f7874312812dc0333b935aae", "name": "tempest-TestMinimumBasicScenario-869708426"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/51d17131f7874312812dc0333b935aae", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:45:43,281 99284 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'b950183d-4aae-4f02-b87e-b77a7257bcbf', 'name': 'tempest-TestMinimumBasicScenario-536188998-network', 'tenant_id': '51d17131f7874312812 dc0333b935aae', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '51d17131f7874312812dc0333b935aae', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11526, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:45:26Z', 'updated_at': '2025-08-05T21:45:26Z', 'revision_number': 1} available for tenant 2025-08-05 21:45:43,785 99284 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.503s 2025-08-05 21:45:43,786 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-794581065", "imageRef": "de08ad54-fc3e-4511-b7ce-5b3302294869", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1816454743", "networks": [{"uuid": "b950183d-4aae-4f02-b87e-b77a7257bcbf"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5375b421-7a4c-4097-a5e8-d724a23fe438', 'x-compute-request-id': 'req-5375b421-7a4c-4097-a5e8-d724a23fe438', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "28qQXSirnTM7"}}' 2025-08-05 21:45:43,854 99284 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/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12 0.065s 2025-08-05 21:45:43,854 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:43 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-d148caa8-5603-48b9-9b13-09727fe7ca5e', 'x-compute-request-id': 'req-d148caa8-5603-48b9-9b13-09727fe7ca5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12'} Body: b'{"server": {"id": "ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12", "name": "tempest-TestMinimumBasicScenario-server-794581065", "status": "BUILD", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "", "image": {"id": "de08ad54-fc3e-4511-b7ce-5b3302294869", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/de08ad54-fc3e-4511-b7ce-5b3302294869"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:45:44Z", "updated": "2025-08-05T21:45:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "sel f", "href": "http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1816454743", "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-08-05 21:46:34,166 99284 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/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12 0.248s 2025-08-05 21:46:34,166 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-007fb190-d14f-4c9c-9c6e-f0495abf4db8', 'x-compute-request-id': 'req-007fb190-d14f-4c9c-9c6e-f0495abf4db8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12'} Body: b'{"server": {"id": "ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12", "name": "tempest-TestMinimumBasicScenario-server-794581065", "status": "ACTIVE", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "8839fbc48dceee363e8daf3a16554be724fb0da71069adc530325c03", "image": {"id": "de08ad54-fc3e-4511-b7ce-5b3302294869", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/de08ad54-fc3e-4511-b7ce-5b3302294869"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:45:43Z", "updated": "2025-08-05T21:46:00Z", "addresses": {"tempest-TestMinimumBasicScenario-536188998-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:f9:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1816454743", "OS-SRV-USG:launched_at": "2025-08-05T21:46:00.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-08-05 21:46:34,180 99284 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 21:47:34,450 99284 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/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12 0.227s 2025-08-05 21:47:34,451 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openst ack-request-id': 'req-5249ff94-81f2-4868-a21e-a8ecdbfeccb4', 'x-compute-request-id': 'req-5249ff94-81f2-4868-a21e-a8ecdbfeccb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12'} Body: b'{"server": {"id": "ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12", "name": "tempest-TestMinimumBasicScenario-server-794581065", "status": "ACTIVE", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "8839fbc48dceee363e8daf3a16554be724fb0da71069adc530325c03", "image": {"id": "de08ad54-fc3e-4511-b7ce-5b3302294869", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/de08ad54-fc3e-4511-b7ce-5b3302294869"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:45:43Z", "updated": "2025-08-05T21:46:00Z", "addresses": {"tempest-TestMinimumBasicScenario-536188998-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:f9:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1816454743", "OS-SRV-USG:launched_at": "2025-08-05T21:46:00.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-08-05 21:47:34,636 99284 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.167s 2025-08-05 21:47:34,637 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '340', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d690f11-f7a5-45cc-9f6f-0f86da1171e6', 'x-compute-request-id': 'req-5d690f11-f7a5-45cc-9f6f-0f86da1171e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12", "name": "tempest-TestMinimumBasicScenario-server-794581065", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}]}]}' 2025-08-05 21:47:34,864 99284 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/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12 0.221s 2025-08-05 21:47:34,864 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c50f10b-c9db-4df2-9164-be0fe4f8b9ed', 'x-compute-request-id': 'req-7c50f10b-c9db-4df2-9164-be0fe4f8b9ed', 'connection': 'close', 'status ': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12'} Body: b'{"server": {"id": "ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12", "name": "tempest-TestMinimumBasicScenario-server-794581065", "status": "ACTIVE", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "8839fbc48dceee363e8daf3a16554be724fb0da71069adc530325c03", "image": {"id": "de08ad54-fc3e-4511-b7ce-5b3302294869", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/de08ad54-fc3e-4511-b7ce-5b3302294869"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:45:43Z", "updated": "2025-08-05T21:46:00Z", "addresses": {"tempest-TestMinimumBasicScenario-536188998-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:f9:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1816454743", "OS-SRV-USG:launched_at": "2025-08-05T21:46:00.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-08-05 21:47:35,069 99284 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.188s 2025-08-05 21:47:35,070 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1604853836", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a73ca8fa-4faf-42b7-a854-fb7eab688ef7', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a73ca8fa-4faf-42b7-a854-fb7eab688ef7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c8722e5b-87d7-4d30-8d04-8cd44527e385", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:35.012995", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1604853836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385"}], "user_id": "e7bb9d0f4a69409e82d578183a785942", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:47:35,163 99284 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/c8722e5b-87d7-4d30-8d04-8cd44527e385 0.081s 2025-08-05 21:47:35,163 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-req uest-id': 'req-678b1631-7e78-410a-9619-42cc31347d89', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-678b1631-7e78-410a-9619-42cc31347d89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385'} Body: b'{"volume": {"id": "c8722e5b-87d7-4d30-8d04-8cd44527e385", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:35.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1604853836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385"}], "user_id": "e7bb9d0f4a69409e82d578183a785942", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "51d17131f7874312812dc0333b935aae"}}' 2025-08-05 21:47:36,214 99284 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/c8722e5b-87d7-4d30-8d04-8cd44527e385 0.037s 2025-08-05 21:47:36,215 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47292601-c516-4e7e-b77b-f9802268d6da', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47292601-c516-4e7e-b77b-f9802268d6da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385'} Body: b'{"volume": {"id": "c8722e5b-87d7-4d30-8d04-8cd44527e385", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:35.000000", "updated_at": "2025-08-05T21:47:35.000000", "name": "tempest-TestMinimumBasicScenario-volume-1604853836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385"}], "user_id": "e7bb9d0f4a69409e82d578183a785942", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "51d17131f7874312812dc0333b935aae"}}' 2025-08-05 21:47:36,323 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385 0.094s 2025-08-05 21:47:36,324 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9283ac51-9b00-4f3a-9b09-ff9a1d1ec8c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385'} Body: b'' 2025-08-05 21:47:36,347 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c8722e5b- 87d7-4d30-8d04-8cd44527e385 0.022s 2025-08-05 21:47:36,347 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:36 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-a467cf6d-3286-4ed6-a8ec-89fb92b235c2', 'x-openstack-request-id': 'req-a467cf6d-3286-4ed6-a8ec-89fb92b235c2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c8722e5b-87d7-4d30-8d04-8cd44527e385 could not be found."}}' 2025-08-05 21:47:36,508 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12 0.159s 2025-08-05 21:47:36,508 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:36 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-f93eb733-3361-49cd-8392-1038cbdd2909', 'x-compute-request-id': 'req-f93eb733-3361-49cd-8392-1038cbdd2909', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12'} Body: b'' 2025-08-05 21:47:36,705 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12 0.196s 2025-08-05 21:47:36,706 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:36 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-2b7af722-41ae-498a-9b79-efc0f92f2528', 'x-compute-request-id': 'req-2b7af722-41ae-498a-9b79-efc0f92f2528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12'} Body: b'{"server": {"id": "ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12", "name": "tempest-TestMinimumBasicScenario-server-794581065", "status": "ACTIVE", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "8839fbc48dceee363e8daf3a16554be724fb0da71069adc530325c03", "image": {"id": "de08ad54-fc3e-4511-b7ce-5b3302294869", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/de08ad54-fc3e-4511-b7ce-5b3302294869"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:45:43Z", "updated": "2025-08-05T21:47:36Z", "addresses": {"tempest-TestMinimumBasicScenario-536188998-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:f9:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1816454743", "OS-SRV-USG:launched_at": "2025-08-05T21:46:00.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-08-05 21:48:26,767 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12 0.036s 2025-08-05 21:48:26,768 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:26 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-06372480-86c1-479c-8772-58b45114847e', 'x-compute-request-id': 'req-06372480-86c1-479c-8772-58b45114847e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12 could not be found."}}' 2025-08-05 21:48:26,798 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1816454743 0.029s 2025-08-05 21:48:26,799 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:26 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-4bb7d05d-ef1e-4f94-b526-a9a920ba4da7', 'x-compute-request-id': 'req-4bb7d05d-ef1e-4f94-b526-a9a920ba4da7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1816454743'} Body: b'' 2025-08-05 21:48:26,922 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/de08ad54-fc3e-4511-b7ce-5b3302294869 0.123s 2025-08-05 21:48:26,923 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-160474fb-9790-4815-ba5e-d568f02dba9f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/de08ad54-fc3e-4511-b7ce-5b3302294869'} Body: b'' {2} 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`. {2} 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`. {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`. {2} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.640592s] ... 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-08-05 21:48:28,584 99272 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.624s 2025-08-05 21:48:28,584 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27cd11ab-c751-45ea-8f7e-063d16a23031', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27cd11ab-c751-45ea-8f7e-063d16a23031', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.530836s] ... 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-08-05 21:48:29,129 99272 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.528s 2025-08-05 21:48:29,129 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f77ff241-1859-4eca-b974-ec5dd67a3b78', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f77ff241-1859-4eca-b974-ec5dd67a3b78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/scheduler-stats/get_pools'} Body: b'{"pools": []}' {1} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.039985s] ... ok {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.021047s] ... ok {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.019145s] ... ok {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [1.712074s] ... 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 f820cf1a-b5ba-46c0-b068-679e1362952e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:33,058 99272 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.406s 2025-08-05 21:48:33,058 99272 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-1336717050"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0809cfbe-a1ab-49f5-9d51-485d522533b4', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0809cfbe-a1ab-49f5-9d51-485d522533b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f820cf1a-b5ba-46c0-b068-679e1362952e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:32.973722", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1336717050", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e"}], "user_id": "a457525d57ef4bd38898109c4315a113", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:33,116 99272 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/f820cf1a-b5ba-46c0-b068-679e1362952e 0.043s 2025-08-05 21:48:33,116 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d75777f-3698-4760-b1b3-6a0be71ac3d9', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d75777f-3698-4760-b1b3-6a0be71ac3d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e'} Body: b'{"volume": {"id": "f820cf1a-b5ba-46c0-b068-679e1362952e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:33.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1336717050", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e"}], "user_id": "a457525d57ef4bd38898109c4315a113", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffee66d751ee4c2fa1a32fd47e700e6e"}}' 2025-08-05 21:48:34,169 99272 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/f820cf1a-b5ba-46c0-b068-679e1362952e 0.038s 2025-08-05 21:48:34,169 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-co mpute-request-id': 'req-3b0bed6b-812f-4892-a370-764318f4d567', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b0bed6b-812f-4892-a370-764318f4d567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e'} Body: b'{"volume": {"id": "f820cf1a-b5ba-46c0-b068-679e1362952e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:33.000000", "updated_at": "2025-08-05T21:48:33.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1336717050", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e"}], "user_id": "a457525d57ef4bd38898109c4315a113", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffee66d751ee4c2fa1a32fd47e700e6e"}}' 2025-08-05 21:48:34,235 99272 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e 0.051s 2025-08-05 21:48:34,235 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0179eb19-dcc6-43ce-89e7-2b5c649374eb', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0179eb19-dcc6-43ce-89e7-2b5c649374eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e'} Body: b'{"volume": {"id": "f820cf1a-b5ba-46c0-b068-679e1362952e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:33.000000", "updated_at": "2025-08-05T21:48:33.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1336717050", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e"}], "user_id": "a457525d57ef4bd38898109c4315a113", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffee66d751ee4c2fa1a32fd47e700e6e"}}' 2025-08-05 21:48:34,339 99272 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e 0.091s 2025-08-05 21:48:34,340 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fabbdb3-bb7f-4d45-8b66-dfa109a6b0eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e'} Body: b'' 2025-08-05 21:48:34,362 99272 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e136295 2e 0.021s 2025-08-05 21:48:34,362 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-166b0e1f-6127-4192-9a29-fb74fe8fe2cb', 'x-openstack-request-id': 'req-166b0e1f-6127-4192-9a29-fb74fe8fe2cb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f820cf1a-b5ba-46c0-b068-679e1362952e could not be found."}}' {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.026683s] ... ok {1} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.312068s] ... ok {1} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.250514s] ... ok {1} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.014478s] ... ok {1} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.124386s] ... ok {1} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.017561s] ... ok {1} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.016686s] ... ok {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [166.876000s] ... 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 b7dfff50-6ed4-4374-8eaa-8d4462018a88 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:45:54,855 99270 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 21:45:54,855 99270 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:45:54,903 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.047s 2025-08-05 21:45:54,904 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1704033991", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKgDcWtENsaexAzJs+YbfFp/pQz6uIftOBWI+ubj9gnQ7ufxwru1TIlJKcvL1PkOkZU2brmO7Zhgz71h0cVuBsMrSOBePJWtYloZV3u+xHFhUNJDoXDmcwNGkJMyjTwpSQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:54 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-4bdef097-0bfb-487a-8837-4765f5b87dd6', 'x-compute-request-id': 'req-4bdef097-0bfb-487a-8837-4765f5b87dd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1704033991", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKgDcWtENsaexAzJs+YbfFp/pQz6uIftOBWI+ubj9gnQ7ufxwru1TIlJKcvL1PkOkZU2brmO7Zhgz71h0cVuBsMrSOBePJWtYloZV3u+xHFhUNJDoXDmcwNGkJMyjTwpSQ==", "fingerprint": "54:11:65:0d:5a:8b:b7:fc:9a:8f:0f:ef:4d:c3:ce:7b", "user_id": "5dff5149fe8c4980b708ae021985c714"}}' 2025-08-05 21:45:54,906 99270 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1704033991 created 2025-08-05 21:45:55,145 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.238s 2025-08-05 21:45:55,145 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1118458782", "description": "tempest-description--314066510"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-4667e119-4711-464f-bdcb-eb036fdd99b2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1d08db5b-9651-42d7-9247-936eee5dadb5", "name": "tempest-securitygroup--1118458782", "stateful": true, "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "description": "tempest-description--314066510", "shared": false, "security_group_rules": [{"id": "c4f5c837-153b-413b-8b51-845e61989c13", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "1d08db5b-9651-42d7-9247-936eee5dadb5", "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": 690, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:45:55Z", "updated_at": "2025-08-05T21:45:55Z", "revision_number": 0}, {"id": "d38c5f6d-bcb6-425b-ab6b-177b8346d643", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "1d08db5b-9651-42d7-9247-936eee5dadb5", "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": 689, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:45:54Z", "updated_at": "2025-08-05T21:45:54Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:45:54Z", "updated_at": "2025-08-05T21:45:55Z", "revision_number": 1, "project_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:45:55,363 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.217s 2025-08-05 21:45:55,363 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1d08db5b-9651-42d7-9247-936eee5dadb5", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-55aaa6aa-acb7-4596-84a1-f86515d69b93', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "08c64c85-1d6e-4d15-9baa-a28c458c8d4e", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "1d08db5b-9651-42d7-9247-936eee5dadb5", "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-08-05T21:45:55Z", "updated_at": "2025-08-05T21:45:55Z", "revision_number": 0}}' 2025-08-05 21:45:55,592 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.228s 2025-08-05 21:45:55,592 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1d08db5b-9651-42d7-9247-936eee5dadb5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d748a211-eb9d-4123-ac80-5fadbed14da2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "45acdd3f-e394-45a0-a4d9-e21b7756aa13", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "1d08db5b-9651-42d7-9247-936eee5dadb5", "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-08-05T21:45:55Z", "updated_at": "2025-08-05T21:45:55Z", "revision_number": 0}}' 2025-08-05 21:45:55,593 99270 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1118458782 created 2025-08-05 21:45:56,317 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.723s 2025-08-05 21:45:56,317 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a386c4fc-5e05-4670-82db-54e274c621c5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "457e4503-d3c7-4b13-8bb9-a40b682cf29d", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "floating_ip_address": "172.24.4.125", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:45:55Z", "updated_at": "2025-08-05T21:45:55Z", "revision_number": 0}}' 2025-08-05 21:45:56,317 99270 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '457e4503-d3c7-4b13-8bb9-a40b682cf29d', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'floating_ip_address': '172.24.4.125', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:45:55Z', 'updated_at': '2025-08-05T21:45:55Z', 'revision_number': 0, 'ip': '172.24.4.125'} created 2025-08-05 21:45:56,423 99270 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.100s 2025-08-05 21:45:56,424 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:56 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-c9345eac-2f0a-4cc0-883a-791d080516db', '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": "5dff5149fe8c4980b708ae021985c714", "name": "tempest-AttachVolumeNegativeTest-1286888203-project-member", "password_expires_at": null}, "audit_ids": ["dx-vfPOjT1q8FF1WxmgsAw"], "expires_at": "2025-08-05T22:45:56.000000Z", "issued_at": "2025-08-05T21:45:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c3a08f750f6490189a2571a83bb89a1", "name": "tempest-AttachVolumeNegativeTest-1286888203"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9c3a08f750f6490189a2571a83bb89a1", "region": "Regi onOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:45:56,424 99270 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'fbd278bc-3e53-4aec-a77d-eaccee53646b', 'name': 'tempest-AttachVolumeNegativeTest-914677661-network', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60851, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:42:36Z', 'updated_at': '2025-08-05T21:42:36Z', 'revision_number': 1} available for tenant 2025-08-05 21:45:56,425 99270 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1704033991', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKgDcWtENsaexAzJs+YbfFp/pQz6uIftOBWI+ubj9gnQ7ufxwru1TIlJKcvL1PkOkZU2brmO7Zhgz71h0cVuBsMrSOBePJWtYloZV3u+xHFhUNJDoXDmcwNGkJMyjTwpSQ==', 'fingerprint': '54:11:65:0d:5a:8b:b7:fc:9a:8f:0f:ef:4d:c3:ce:7b', 'user_id': '5dff5149fe8c4980b708ae021985c714', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDfSrPLhf0LvBr5Ym4B9mJqWsvvXRimVV2gzk5KrLQykk35BtpwfK7j\nKu5BgLzjbxqgBwYFK4EEACKhZANiAASoA3FrRDbGnsQMybPmG3xaf6UM+riH7TgV\niPrm4/YJ0O7n8cK7tUyJSSnLy9T5DpGVNm65ju2YYM+9YdHFbgbDK0jgXjyVrWJa\nGVd7vsRxYVDSQ6Fw5nMDRpCTMo08KUk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1d08db5b-9651-42d7-9247-936eee5dadb5', 'name': 'tempest-securitygroup--1118458782', 'stateful': True, 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'description': 'tempest-description--314066510', 'shared': False, 'security_group_rules': [{'id': 'c4f5c837-153b-413b-8b51-845e61989c13', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'security_group_id': '1d08db5b-9651-42d7-9247-936eee5dadb5', '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': 690, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:45:55Z', 'updated_at': '2025-08-05T21:45:55Z', 'revision_number': 0}, {'id': 'd38c5f6d-bcb6-425b-ab6b-177b8346d643', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'security_group_id': '1d08db5b-9651-42d7-9247-936eee5dadb5', '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': 689, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:45:54Z', 'updated_at': '2025-08-05T21:45:54Z', 'revision_number': 0} ], 'tags': [], 'created_at': '2025-08-05T21:45:54Z', 'updated_at': '2025-08-05T21:45:55Z', 'revision_number': 1, 'project_id': '9c3a08f750f6490189a2571a83bb89a1'}, 'floating_ip': {'id': '457e4503-d3c7-4b13-8bb9-a40b682cf29d', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'floating_ip_address': '172.24.4.125', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:45:55Z', 'updated_at': '2025-08-05T21:45:55Z', 'revision_number': 0, 'ip': '172.24.4.125'}} 2025-08-05 21:45:57,410 99270 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.984s 2025-08-05 21:45:57,410 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-968034646", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "fbd278bc-3e53-4aec-a77d-eaccee53646b"}], "security_groups": [{"name": "tempest-securitygroup--1118458782"}], "key_name": "tempest-keypair-1704033991", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50164c3d-5cf4-4549-abab-7536e82139c3', 'x-compute-request-id': 'req-50164c3d-5cf4-4549-abab-7536e82139c3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c504d3c7-82dd-410c-bb4b-1c2941328b35", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1118458782"}], "adminPass": "password"}}' 2025-08-05 21:45:57,497 99270 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/c504d3c7-82dd-410c-bb4b-1c2941328b35 0.083s 2025-08-05 21:45:57,498 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:57 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-dfa21ac8-76a8-40b9-877f-e405012b4e74', 'x-compute-request-id': 'req-dfa21ac8-76a8-40b9-877f-e405012b4e74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35'} Body: b'{"server": {"id": "c504d3c7-82dd-410c-bb4b-1c2941328b35", "name": "tempest-AttachVolumeNegativeTest-server-968034646", "status": "BUILD", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "user_id": "5dff5149fe8c4980b708ae021985c714", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/im ages/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:45:57Z", "updated": "2025-08-05T21:45:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1704033991", "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-08-05 21:46:47,923 99270 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/c504d3c7-82dd-410c-bb4b-1c2941328b35 0.360s 2025-08-05 21:46:47,923 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1543', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b640111c-5f52-490c-a469-2e22b2161ffa', 'x-compute-request-id': 'req-b640111c-5f52-490c-a469-2e22b2161ffa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35'} Body: b'{"server": {"id": "c504d3c7-82dd-410c-bb4b-1c2941328b35", "name": "tempest-AttachVolumeNegativeTest-server-968034646", "status": "ACTIVE", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "user_id": "5dff5149fe8c4980b708ae021985c714", "metadata": {}, "hostId": "5ed9ae78546f407d19f04885dddc2c75ab48c7792eeda067ab6ec367", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:45:57Z", "updated": "2025-08-05T21:46:13Z", "addresses": {"tempest-AttachVolumeNegativeTest-914677661-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:e6:23"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1704033991", "OS-SRV-USG:launched_at": "2025-08-05T21:46:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1118458782"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:46:47,938 99270 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:47:48,234 99270 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/c504d3c7-82dd-410c-bb4b-1c2941328b35/os-interface 0.238s 2025-08-05 21:47:48,235 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47: 47 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-27b9dded-5355-4053-9441-2c7a7cec295d', 'x-compute-request-id': 'req-27b9dded-5355-4053-9441-2c7a7cec295d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "fbd278bc-3e53-4aec-a77d-eaccee53646b", "port_id": "7e657e4c-e6c4-49de-81bd-0756e6b0794e", "mac_addr": "fa:16:3e:05:e6:23", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "11154377-4938-4e8f-9d6e-91d231351f7d", "ip_address": "10.0.0.11"}]}]}' 2025-08-05 21:47:49,031 99270 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/457e4503-d3c7-4b13-8bb9-a40b682cf29d 0.792s 2025-08-05 21:47:49,031 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "7e657e4c-e6c4-49de-81bd-0756e6b0794e"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-eec38000-9851-4657-b4e5-426132143e58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/457e4503-d3c7-4b13-8bb9-a40b682cf29d'} Body: b'{"floatingip": {"id": "457e4503-d3c7-4b13-8bb9-a40b682cf29d", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "floating_ip_address": "172.24.4.125", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "48a12ba8-311b-483d-a3d2-becc91c152c1", "port_id": "7e657e4c-e6c4-49de-81bd-0756e6b0794e", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "fbd278bc-3e53-4aec-a77d-eaccee53646b", "mac_address": "fa:16:3e:05:e6:23", "admin_state_up": true, "status": "ACTIVE", "device_id": "c504d3c7-82dd-410c-bb4b-1c2941328b35", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:45:55Z", "updated_at": "2025-08-05T21:47:48Z", "revision_number": 1, "project_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:47:49,032 99270 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.125:22' as 'cirros' with public key authentication 2025-08-05 21:47:49,055 99270 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:47:49,161 99270 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:47:49,162 99270 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.125 successfully created 2025-08-05 21:47:49,208 99270 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/c504d3c7-82dd-410c-bb4b-1c2941328b35/ips 0.045s 2025-08-05 21:47:49,208 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:49 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-e5fd1a42-ec30-4fe5-a80d-daea4071ed08', 'x-compute-request-id': 'req-e5fd1a42-ec30-4fe5-a80d-daea4071ed08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35 /ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-914677661-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2025-08-05 21:47:49,395 99270 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.184s 2025-08-05 21:47:49,396 99270 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-1481356564"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edd88d27-3632-4427-a06d-ee068bd3d010', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edd88d27-3632-4427-a06d-ee068bd3d010', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b7dfff50-6ed4-4374-8eaa-8d4462018a88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:49.336388", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1481356564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:47:49,657 99270 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/b7dfff50-6ed4-4374-8eaa-8d4462018a88 0.246s 2025-08-05 21:47:49,658 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e9eba09-fec0-4710-8739-798424eeed92', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e9eba09-fec0-4710-8739-798424eeed92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88'} Body: b'{"volume": {"id": "b7dfff50-6ed4-4374-8eaa-8d4462018a88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:49.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1481356564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:47:50,717 99270 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/b7dfff50-6ed4-4374-8eaa-8d4462018a88 0.038s 2025-08-05 21:47:50,717 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ' '} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26c727ad-1e39-46fd-a18b-e587b2f1b703', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26c727ad-1e39-46fd-a18b-e587b2f1b703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88'} Body: b'{"volume": {"id": "b7dfff50-6ed4-4374-8eaa-8d4462018a88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:49.000000", "updated_at": "2025-08-05T21:47:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1481356564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:47:50,850 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35 0.119s 2025-08-05 21:47:50,850 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:50 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-d6d24670-8126-4822-881a-878adb067869', 'x-compute-request-id': 'req-d6d24670-8126-4822-881a-878adb067869', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35'} Body: b'' 2025-08-05 21:47:51,013 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35 0.162s 2025-08-05 21:47:51,013 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7117d18-f700-44db-a7bf-24ec902a4f95', 'x-compute-request-id': 'req-e7117d18-f700-44db-a7bf-24ec902a4f95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35'} Body: b'{"server": {"id": "c504d3c7-82dd-410c-bb4b-1c2941328b35", "name": "tempest-AttachVolumeNegativeTest-server-968034646", "status": "ACTIVE", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "user_id": "5dff5149fe8c4980b708ae021985c714", "metadata": {}, "hostId": "5ed9ae78546f407d19f04885dddc2c75ab48c7792eeda067ab6ec367", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:45:57Z", "updated": "2025-08-05T21:47:51Z", "addresses": {"tempest-Att achVolumeNegativeTest-914677661-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:e6:23"}, {"version": 4, "addr": "172.24.4.125", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:e6:23"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1704033991", "OS-SRV-USG:launched_at": "2025-08-05T21:46:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1118458782"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:48:41,100 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35 0.046s 2025-08-05 21:48:41,101 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 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-011d48dd-16a3-43c3-a613-fc61e90c9d34', 'x-compute-request-id': 'req-011d48dd-16a3-43c3-a613-fc61e90c9d34', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c504d3c7-82dd-410c-bb4b-1c2941328b35 could not be found."}}' 2025-08-05 21:48:41,165 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1704033991 0.063s 2025-08-05 21:48:41,165 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 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-1aeaf5c1-58dc-4e9d-9375-6783402b548d', 'x-compute-request-id': 'req-1aeaf5c1-58dc-4e9d-9375-6783402b548d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1704033991'} Body: b'' 2025-08-05 21:48:41,346 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/1d08db5b-9651-42d7-9247-936eee5dadb5 0.180s 2025-08-05 21:48:41,346 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-83c01466-6ffa-4947-b332-68e3b51aaa86', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/1d08db5b-9651-42d7-9247-936eee5dadb5'} Body: b'' 2025-08-05 21:48:41,365 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/1d08db5b-96 51-42d7-9247-936eee5dadb5 0.018s 2025-08-05 21:48:41,366 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-ce15bd90-ae18-4fcf-a8ed-23738a06fb90', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/1d08db5b-9651-42d7-9247-936eee5dadb5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1d08db5b-9651-42d7-9247-936eee5dadb5 does not exist", "detail": ""}}' 2025-08-05 21:48:41,729 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/457e4503-d3c7-4b13-8bb9-a40b682cf29d 0.363s 2025-08-05 21:48:41,730 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-041ec8dd-36ba-438f-949a-e645743ac9c0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/457e4503-d3c7-4b13-8bb9-a40b682cf29d'} Body: b'' {1} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [1.979461s] ... 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 4080a16a-d5b7-44ab-bb3a-44d57c74b115 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:41,386 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e 0.183s 2025-08-05 21:48:41,386 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c95fa231-12f6-4c54-b1b3-430f84609401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} 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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:41,764 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/volumes 0.377s 2025-08-05 21:48:41,765 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1900799460"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16a9acfa-c741-4908-ac82-ffceadf391db', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16a9acfa-c741-4908-ac82-ffceadf391db', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4080a16a-d5b7-44ab-bb3a-44d57c74b115", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:41.667156", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1900799460", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115"}], "user_id": "1dd1ac64150149518b899cde7f85654a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:41,822 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115 0.045s 2025-08-05 21:48:41,822 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req -0deaa3d4-da22-4d7a-bade-73e5d28580c6', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0deaa3d4-da22-4d7a-bade-73e5d28580c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115'} Body: b'{"volume": {"id": "4080a16a-d5b7-44ab-bb3a-44d57c74b115", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:42.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1900799460", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115"}], "user_id": "1dd1ac64150149518b899cde7f85654a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f2cf43e436243f88fcd18a06c0e9632"}}' 2025-08-05 21:48:42,879 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115 0.042s 2025-08-05 21:48:42,880 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a17da263-d6a6-45af-8af5-bf82ef69bf5d', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a17da263-d6a6-45af-8af5-bf82ef69bf5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115'} Body: b'{"volume": {"id": "4080a16a-d5b7-44ab-bb3a-44d57c74b115", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:42.000000", "updated_at": "2025-08-05T21:48:42.000000", "name": "tempest-VolumesExtendTest-Volume-1900799460", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115"}], "user_id": "1dd1ac64150149518b899cde7f85654a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f2cf43e436243f88fcd18a06c0e9632"}}' 2025-08-05 21:48:42,948 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115 0.054s 2025-08-05 21:48:42,949 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac6e5c3c-b9c4-42a1-b459-3d0b25af4cc2', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac6e5c3c-b9c4-42a1-b459-3d0b25af4cc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115'} Body: b'{"volume": {"id": "4080a16a-d5b7-44ab-bb3a-44d57c74b115", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:42.000000", "updated_at": "2025-08-05T21:48:42.000000", "name": "tempest-VolumesExtendTest-Volume-1900799460", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115"}], "user_id": "1dd1ac64150149518b899cde7f85654a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f2cf43e436243f88fcd18a06c0e9632"}}' 2025-08-05 21:48:43,157 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115 0.194s 2025-08-05 21:48:43,157 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50bbd34b-1581-4a5f-aa71-a1a53b257455', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115'} Body: b'' 2025-08-05 21:48:43,180 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115 0.022s 2025-08-05 21:48:43,181 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-bac20210-b5b9-45b0-ba56-64aede6e1aa2', 'x-openstack-request-id': 'req-bac20210-b5b9-45b0-ba56-64aede6e1aa2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4080a16a-d5b7-44ab-bb3a-44d57c74b115 could not be found."}}' {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [163.337515s] ... 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 3df40220-9d8f-49e3-97e7-3cda17116575 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:46:01,371 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.139s 2025-08-05 21:46:01,372 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:01 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-01e4e524-90e1-4546-836c-e067a2c743b9', '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": "c1ee4773c69b43f68e29c4e46522ee9c", "name": "tempest-VolumesActionsTest-35017079-project-member", "password_expires_at": null}, "audit_ids": ["PYaVjs_MTsqmKimH5Ue2zg"], "expires_at": "2025-08-05T22:46:01.000000Z", "issued_at": "2025-08-05T21:46:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f12610066346419c88553cf6c439358e", "name": "tempest-VolumesActionsTest-35017079"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f12610066346419c88553cf6c439358e", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:46:01,372 99292 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'ac4c4709-b3ae-474a-ac3e-75467783d274', 'name': 'tempest-VolumesActionsTest-264637344-network', 'tenant_id': 'f12610066346419c88553cf6c439358e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f12610066346419c88553cf6c439358e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63678, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:45:44Z', 'updated_at': '2025-08-0 5T21:45:44Z', 'revision_number': 1} available for tenant 2025-08-05 21:46:02,032 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.658s 2025-08-05 21:46:02,032 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1592973815", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "ac4c4709-b3ae-474a-ac3e-75467783d274"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3e8585d-4d31-48c7-8033-edd7ffd37cb7', 'x-compute-request-id': 'req-e3e8585d-4d31-48c7-8033-edd7ffd37cb7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a5925049-5cc7-4a5c-bf5e-0b8a486221c4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "frG3x8WEGcJk"}}' 2025-08-05 21:46:02,123 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4 0.087s 2025-08-05 21:46:02,123 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:02 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-d8f5461d-7063-4836-b1ea-8d076e3415a9', 'x-compute-request-id': 'req-d8f5461d-7063-4836-b1ea-8d076e3415a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4'} Body: b'{"server": {"id": "a5925049-5cc7-4a5c-bf5e-0b8a486221c4", "name": "tempest-VolumesActionsTest-instance-1592973815", "status": "BUILD", "tenant_id": "f12610066346419c88553cf6c439358e", "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:46:02Z", "updated": "2025-08-05T21:46:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4"}], "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-08-05 21:46:52,482 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a 5c-bf5e-0b8a486221c4 0.293s 2025-08-05 21:46:52,483 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1483', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bce5c150-945e-430a-8749-1f9084ed1078', 'x-compute-request-id': 'req-bce5c150-945e-430a-8749-1f9084ed1078', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4'} Body: b'{"server": {"id": "a5925049-5cc7-4a5c-bf5e-0b8a486221c4", "name": "tempest-VolumesActionsTest-instance-1592973815", "status": "ACTIVE", "tenant_id": "f12610066346419c88553cf6c439358e", "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "metadata": {}, "hostId": "cec70f7a285821f98cb8c848e2189ef90cb5d86e427418fc730a9e6b", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:46:02Z", "updated": "2025-08-05T21:46:18Z", "addresses": {"tempest-VolumesActionsTest-264637344-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:1b:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:46:18.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-08-05 21:46:52,498 99292 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:47:52,772 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.212s 2025-08-05 21:47:52,773 99292 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-58926599"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1390fa87-844e-49c9-8f26-6fbd1adecc32', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1390fa87-844e-49c9-8f26-6fbd1adecc32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3df40220-9d8f-49e3-97e7-3cda17116575", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:52.712075", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-58926599", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3df40220-9d8f-49e3-97e7-3cda17116575"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygrou p_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:47:52,823 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575 0.038s 2025-08-05 21:47:52,823 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f50f658e-b1b7-43b6-a75b-f5726ae22f8b', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f50f658e-b1b7-43b6-a75b-f5726ae22f8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575'} Body: b'{"volume": {"id": "3df40220-9d8f-49e3-97e7-3cda17116575", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:53.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-58926599", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3df40220-9d8f-49e3-97e7-3cda17116575"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:47:53,875 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575 0.036s 2025-08-05 21:47:53,875 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-035b470a-5489-4021-964d-5d95a6643e6f', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-035b470a-5489-4021-964d-5d95a6643e6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575'} Body: b'{"volume": {"id": "3df40220-9d8f-49e3-97e7-3cda17116575", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:53.000000", "updated_at": "2025-08-05T21:47:53.000000", "name": "tempest-VolumesActionsTest-Volume-58926599", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3df40220-9d8f-49e3-97e7-3cda17116575"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:47:53,934 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575 0.043s 2025-08-05 21:47:53,935 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:53 GMT', 'server': 'Apac he/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b013c6de-8f23-44b9-9c8c-49d2de192236', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b013c6de-8f23-44b9-9c8c-49d2de192236', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575'} Body: b'{"volume": {"id": "3df40220-9d8f-49e3-97e7-3cda17116575", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:53.000000", "updated_at": "2025-08-05T21:47:53.000000", "name": "tempest-VolumesActionsTest-Volume-58926599", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3df40220-9d8f-49e3-97e7-3cda17116575"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:47:54,100 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575 0.152s 2025-08-05 21:47:54,101 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e8f4df3-e79f-4582-aaa5-925c41022400', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575'} Body: b'' 2025-08-05 21:47:54,126 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575 0.024s 2025-08-05 21:47:54,126 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47: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-404af584-acdf-4ccc-91a2-8d44ae8f7565', 'x-openstack-request-id': 'req-404af584-acdf-4ccc-91a2-8d44ae8f7565', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3df40220-9d8f-49e3-97e7-3cda17116575 could not be found."}}' 2025-08-05 21:47:54,240 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4 0.112s 2025-08-05 21:47:54,240 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47: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-50c350a2-9cd4-43a0-8b47-c77e39a224ab', 'x-compute-request-id': 'req-50c350a2-9cd4-43a0-8b47-c77e39a224ab', 'connection': 'close', 'status': '204', 'content-locatio n': 'http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4'} Body: b'' 2025-08-05 21:47:54,462 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4 0.222s 2025-08-05 21:47:54,463 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1489', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f6306fa-5e26-4a05-ab6f-89f64a7230fe', 'x-compute-request-id': 'req-1f6306fa-5e26-4a05-ab6f-89f64a7230fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4'} Body: b'{"server": {"id": "a5925049-5cc7-4a5c-bf5e-0b8a486221c4", "name": "tempest-VolumesActionsTest-instance-1592973815", "status": "ACTIVE", "tenant_id": "f12610066346419c88553cf6c439358e", "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "metadata": {}, "hostId": "cec70f7a285821f98cb8c848e2189ef90cb5d86e427418fc730a9e6b", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:46:02Z", "updated": "2025-08-05T21:47:54Z", "addresses": {"tempest-VolumesActionsTest-264637344-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:1b:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:46:18.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-08-05 21:48:44,561 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4 0.033s 2025-08-05 21:48:44,562 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:44 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-acb3be03-28d0-47f5-9b67-eb069fbcc350', 'x-compute-request-id': 'req-acb3be03-28d0-47f5-9b67-eb069fbcc350', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a5925049-5cc7-4a5c-bf5e-0b8a486221c4 could not be found."}}' {1} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [1.586656s] ... 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 e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:43,385 99272 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.201s 2025-08-05 21:48:43,386 99272 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-415318968"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a03819a6-d95a-4392-943d-3aea70b6051f', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a03819a6-d95a-4392-943d-3aea70b6051f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:43.321010", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-415318968", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62"}], "user_id": "1dd1ac64150149518b899cde7f85654a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:43,485 99272 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/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62 0.088s 2025-08-05 21:48:43,486 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b21e896-32c3-4a68-be5e-8d5266a74111', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b21e896-32c3-4a68-be5e-8d5266a74111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62'} Body: b'{"volume": {"id": "e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:43.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-415318968", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62"}], "user_id": "1dd1ac64150149518b899cde7f85654a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f2cf43e436243f88fcd18a06c0e9632"}}' 2025-08-05 21:48:44,540 99272 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/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62 0.041s 2025-08-05 21:48:44,541 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b066f7d-01c6-4145-a8bc-748c7339f37b', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b066f7d-01c6-4145-a8bc-748c7339f37b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62'} Body: b'{"volume": {"id": "e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:43.000000", "updated_at": "2025-08-05T21:48:43.000000", "name": "tempest-VolumesExtendTest-Volume-415318968", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62"}], "user_id": "1dd1ac64150149518b899cde7f85654a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f2cf43e436243f88fcd18a06c0e9632"}}' 2025-08-05 21:48:44,599 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62 0.045s 2025-08-05 21:48:44,599 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7983f499-b59f-499a-9932-982a21cd7ea8', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7983f499-b59f-499a-9932-982a21cd7ea8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62'} Body: b'{"volume": {"id": "e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:43.000000", "updated_at": "2025-08-05T21:48:43.000000", "name": "tempest-VolumesExtendTest-Volume-415318968", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62"}], "user_id": "1dd1ac64150149518b899cde7f85654a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f2cf43e436243f88fcd18a06c0e9632"}}' 2025-08-05 21:48:44,731 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62 0.118s 2025-08-05 21:48:44,731 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-c54e8f9d-7ba7-4946-9108-da27ba7644e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62'} Body: b'' 2025-08-05 21:48:44,769 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62 0.037s 2025-08-05 21:48:44,770 99272 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-b6f82ad4-1803-48ad-a5cb-564b89211f4d', 'x-openstack-request-id': 'req-b6f82ad4-1803-48ad-a5cb-564b89211f4d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62 could not be found."}}' {1} 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`. {1} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [1.699362s] ... 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 397ad5d6-fbcd-4010-a89e-a75b338df4b8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:44,852 99292 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.284s 2025-08-05 21:48:44,852 99292 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-243536033"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f147b978-2568-46e4-9c49-d7883239ebb5', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f147b978-2568-46e4-9c49-d7883239ebb5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "397ad5d6-fbcd-4010-a89e-a75b338df4b8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:44.778539", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-243536033", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:44,907 99292 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/397ad5d6-fbcd-4010-a89e-a75b338df4b8 0.043s 2025-08-05 21:48:44,907 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5edf7405-646a-4ff8-ad22-03bd82731c74', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5edf7405-646a-4ff8-ad22-03bd82731c74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8'} Body: b'{"volume": {"id": "397ad5d6-fbcd-4010-a89e-a75b338df4b8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:45.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-243536033", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:45,976 99292 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/397ad5d6-fbcd-4010-a89e-a75b338df4b8 0.054s 2025-08-05 21:48:45,977 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ef3a907-209f-4442-8f17-c03d8eb78be7', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ef3a907-209f-4442-8f17-c03d8eb78be7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8'} Body: b'{"volume": {"id": "397ad5d6-fbcd-4010-a89e-a75b338df4b8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:45.000000", "updated_at": "2025-08-05T21:48:45.000000", "name": "tempest-VolumesActionsTest-Volume-243536033", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:46,049 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8 0.058s 2025-08-05 21:48:46,050 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e52894a6-c04e-4393-a355-dcf15cafb264', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e52894a6-c04e-4393-a355-dcf15cafb264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8'} Body: b'{"volume": {"id": "397ad5d6-fbcd-4010-a89e-a75b338df4b8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:45.000000", "updated_at": "2025-08-05T21:48:45.000000", "name": "tempest-VolumesActionsTest-Volume-243536033", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:46,230 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8 0.167s 2025-08-05 21:48:46,231 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-d35b12b3-2ac6-4664-abab-a600baa5bd6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8'} Body: b'' 2025-08-05 21:48:46,265 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8 0.033s 2025-08-05 21:48:46,265 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-b1b1d184-33d3-4064-b614-bdfbdb03113a', 'x-openstack-request-id': 'req-b1b1d184-33d3-4064-b614-bdfbdb03113a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 397ad5d6-fbcd-4010-a89e-a75b338df4b8 could not be found."}}' {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [1.554592s] ... 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 bd0d97f0-55f3-426c-9adc-5705f90f6793 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:46,503 99292 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.235s 2025-08-05 21:48:46,504 99292 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-841205645"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fa961f5-e103-43e3-923e-5a8299132a96', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fa961f5-e103-43e3-923e-5a8299132a96', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "bd0d97f0-55f3-426c-9adc-5705f90f6793", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:46.421825", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-841205645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:46,564 99292 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/bd0d97f0-55f3-426c-9adc-5705f90f6793 0.049s 2025-08-05 21:48:46,565 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5292bb8e-c921-415d-bd60-045d26e39aea', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5292bb8e-c921-415d-bd60-045d26e39aea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793'} Body: b'{"volume": {"id": "bd0d97f0-55f3-426c-9adc-5705f90f6793", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:46.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-841205645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:47,623 99292 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/bd0d97f0-55f3-426c-9adc-5705f90f6793 0.044s 2025-08-05 21:48:47,623 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x -compute-request-id': 'req-ac0e93a2-66bd-4596-aee0-82c2ddcbcb77', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac0e93a2-66bd-4596-aee0-82c2ddcbcb77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793'} Body: b'{"volume": {"id": "bd0d97f0-55f3-426c-9adc-5705f90f6793", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:46.000000", "updated_at": "2025-08-05T21:48:47.000000", "name": "tempest-VolumesActionsTest-Volume-841205645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:47,675 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793 0.038s 2025-08-05 21:48:47,676 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d2b6834-7ed9-451c-a6f9-789e8c373fe3', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d2b6834-7ed9-451c-a6f9-789e8c373fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793'} Body: b'{"volume": {"id": "bd0d97f0-55f3-426c-9adc-5705f90f6793", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:46.000000", "updated_at": "2025-08-05T21:48:47.000000", "name": "tempest-VolumesActionsTest-Volume-841205645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:47,800 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793 0.110s 2025-08-05 21:48:47,800 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-a40a657a-585f-4b83-952a-f25f42aec32a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793'} Body: b'' 2025-08-05 21:48:47,821 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793 0.020s 2025-08-05 21: 48:47,821 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-41d99175-cd05-4f36-8890-551f42253c69', 'x-openstack-request-id': 'req-41d99175-cd05-4f36-8890-551f42253c69', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bd0d97f0-55f3-426c-9adc-5705f90f6793 could not be found."}}' {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [1.580898s] ... 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 ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:48,021 99292 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.196s 2025-08-05 21:48:48,021 99292 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-2069362166"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cf1e79b-feb3-4437-af8a-45bba6ef3261', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cf1e79b-feb3-4437-af8a-45bba6ef3261', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:47.953653", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2069362166", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:48,097 99292 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/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6 0.062s 2025-08-05 21:48:48,097 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38c5051f-0e52-43dd-a9c2-bcbea4bd9f8d', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38c5051f-0e52-43dd-a9c2-bcbea4bd9f8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6'} Body: b'{"volume": {"id": "ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:48.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2069362166", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:49,157 99292 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/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6 0.041s 2025-08-05 21:48:49,157 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compu te-request-id': 'req-6ba0bef8-afad-4a3b-b759-a2b8d9ddd582', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ba0bef8-afad-4a3b-b759-a2b8d9ddd582', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6'} Body: b'{"volume": {"id": "ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:48.000000", "updated_at": "2025-08-05T21:48:48.000000", "name": "tempest-VolumesActionsTest-Volume-2069362166", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:49,230 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6 0.058s 2025-08-05 21:48:49,231 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a510cbf-7ba8-4cbf-a4e3-7cfabc8b596f', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a510cbf-7ba8-4cbf-a4e3-7cfabc8b596f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6'} Body: b'{"volume": {"id": "ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:48.000000", "updated_at": "2025-08-05T21:48:48.000000", "name": "tempest-VolumesActionsTest-Volume-2069362166", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:49,380 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6 0.125s 2025-08-05 21:48:49,381 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-e948d9f0-cfef-4d8d-9654-73576ae4f611', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6'} Body: b'' 2025-08-05 21:48:49,404 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6 0.022s 2025-08-05 21:48:4 9,404 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-98d284c2-7359-4866-bee1-421de8568509', 'x-openstack-request-id': 'req-98d284c2-7359-4866-bee1-421de8568509', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6 could not be found."}}' {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [1.812009s] ... 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 d13d1991-db5a-460a-b815-4f5a930e811d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:49,689 99292 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.279s 2025-08-05 21:48:49,689 99292 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-534419092"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-437f616a-c2bd-4dd1-bb5d-9e7c6e13af67', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-437f616a-c2bd-4dd1-bb5d-9e7c6e13af67', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d13d1991-db5a-460a-b815-4f5a930e811d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:49.571813", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-534419092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d13d1991-db5a-460a-b815-4f5a930e811d"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:49,770 99292 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/d13d1991-db5a-460a-b815-4f5a930e811d 0.068s 2025-08-05 21:48:49,770 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7484f19-4fa3-4142-84bf-e24e96e7d975', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7484f19-4fa3-4142-84bf-e24e96e7d975', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d'} Body: b'{"volume": {"id": "d13d1991-db5a-460a-b815-4f5a930e811d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:50.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-534419092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d13d1991-db5a-460a-b815-4f5a930e811d"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:50,825 99292 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/d13d1991-db5a-460a-b815-4f5a930e811d 0.038s 2025-08-05 21:48:50,825 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-d8c7782d-b83c-4007-b706-b9c3356cd959', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8c7782d-b83c-4007-b706-b9c3356cd959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d'} Body: b'{"volume": {"id": "d13d1991-db5a-460a-b815-4f5a930e811d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:50.000000", "updated_at": "2025-08-05T21:48:50.000000", "name": "tempest-VolumesActionsTest-Volume-534419092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d13d1991-db5a-460a-b815-4f5a930e811d"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:50,899 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d 0.058s 2025-08-05 21:48:50,899 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5469acc3-1170-4512-9476-3a92bee64228', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5469acc3-1170-4512-9476-3a92bee64228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d'} Body: b'{"volume": {"id": "d13d1991-db5a-460a-b815-4f5a930e811d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:50.000000", "updated_at": "2025-08-05T21:48:50.000000", "name": "tempest-VolumesActionsTest-Volume-534419092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d13d1991-db5a-460a-b815-4f5a930e811d"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:51,197 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d 0.282s 2025-08-05 21:48:51,197 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-586ed0d3-53ad-405e-9cfd-f2b760010856', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d'} Body: b'' 2025-08-05 21:48:51,219 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d 0.021s 2025- 08-05 21:48:51,220 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-bf66a88c-4a1b-4cc8-ad22-04c37cd5a972', 'x-openstack-request-id': 'req-bf66a88c-4a1b-4cc8-ad22-04c37cd5a972', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d13d1991-db5a-460a-b815-4f5a930e811d could not be found."}}' {11} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [1.547666s] ... 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 5402264b-e3ca-4150-be02-56e68f77d027 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:51,434 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/volumes 0.212s 2025-08-05 21:48:51,435 99292 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-609237741"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2daac8c4-9c30-4b8e-8c31-9dc84d528549', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2daac8c4-9c30-4b8e-8c31-9dc84d528549', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5402264b-e3ca-4150-be02-56e68f77d027", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:51.363972", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-609237741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5402264b-e3ca-4150-be02-56e68f77d027"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:51,509 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027 0.061s 2025-08-05 21:48:51,510 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-956c5576-48f9-4652-8565-4b814207954a', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-956c5576-48f9-4652-8565-4b814207954a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027'} Body: b'{"volume": {"id": "5402264b-e3ca-4150-be02-56e68f77d027", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:51.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-609237741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5402264b-e3ca-4150-be02-56e68f77d027"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:52,562 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027 0.036s 2025-08-05 21:48:52,562 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5cd3731-d123-45f5-bc95-749bd3135a10', 'conte nt-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5cd3731-d123-45f5-bc95-749bd3135a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027'} Body: b'{"volume": {"id": "5402264b-e3ca-4150-be02-56e68f77d027", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:51.000000", "updated_at": "2025-08-05T21:48:51.000000", "name": "tempest-VolumesActionsTest-Volume-609237741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5402264b-e3ca-4150-be02-56e68f77d027"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:52,619 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027 0.042s 2025-08-05 21:48:52,619 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2701ab87-4bd7-4e7a-84d6-ee7368937030', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2701ab87-4bd7-4e7a-84d6-ee7368937030', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027'} Body: b'{"volume": {"id": "5402264b-e3ca-4150-be02-56e68f77d027", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:51.000000", "updated_at": "2025-08-05T21:48:51.000000", "name": "tempest-VolumesActionsTest-Volume-609237741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5402264b-e3ca-4150-be02-56e68f77d027"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:52,747 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027 0.113s 2025-08-05 21:48:52,747 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-41b9a988-b791-4b23-ab26-3506910a2362', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027'} Body: b'' 2025-08-05 21:48:52,769 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027 0.021s 2025-08-05 21:48:52,769 99292 DEBUG [tempest.lib.common.rest_client] Request - Head ers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-22da7472-e395-4abc-b718-85439acc2f90', 'x-openstack-request-id': 'req-22da7472-e395-4abc-b718-85439acc2f90', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5402264b-e3ca-4150-be02-56e68f77d027 could not be found."}}' {11} 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 98adbc64-24a5-4d31-a054-3a191e50beed failed to build and is in ERROR status {11} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [1.759547s] ... 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 bce997fb-3b35-4191-8014-90e22222b04a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:49:05,930 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e 0.147s 2025-08-05 21:49:05,931 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a7fab949-cf05-4770-a73f-82abb51f8593', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} 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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:49:06,244 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.311s 2025-08-05 21:49:06,244 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1, "name": "tempest-VolumesCloneTest-Volume-718506190"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3599a827-4310-4099-9160-61f52da5d2a5', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3599a827-4310-4099-9160-61f52da5d2a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "bce997fb-3b35-4191-8014-90e22222b04a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:06.188037", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-718506190", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bce997fb-3b35-4191-8014-90e22222b04a"}], "user_id": "4418b29043d04785a7061f0f2c281563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:49:06,293 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a 0.036s 2025-08-05 21:49:06,293 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-13c5eb9d-aa9c-4ea1-ad98-3d2312f037f2', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13c5eb9d-aa9c-4ea1-ad98-3d2312f037f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a'} Body: b'{"volume": {"id": "bce997fb-3b35-4191-8014-90e22222b04a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:06.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-718506190", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bce997fb-3b35-4191-8014-90e22222b04a"}], "user_id": "4418b29043d04785a7061f0f2c281563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ccda22f9fe35496ca6b6712258295925"}}' 2025-08-05 21:49:07,356 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a 0.049s 2025-08-05 21:49:07,357 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abd3f26b-8729-494a-b900-e2180bfa03ef', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abd3f26b-8729-494a-b900-e2180bfa03ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a'} Body: b'{"volume": {"id": "bce997fb-3b35-4191-8014-90e22222b04a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:06.000000", "updated_at": "2025-08-05T21:49:06.000000", "name": "tempest-VolumesCloneTest-Volume-718506190", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bce997fb-3b35-4191-8014-90e22222b04a"}], "user_id": "4418b29043d04785a7061f0f2c281563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ccda22f9fe35496ca6b6712258295925"}}' 2025-08-05 21:49:07,411 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a 0.040s 2025-08-05 21:49:07,411 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ae0024e-a6cc-43cf-881f-bef66f6647e5', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ae0024e-a6cc-43cf-881f-bef66f6647e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a'} Body: b'{"volume": {"id": "bce997fb-3b35-4191-8014-90e22222b04a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:06.000000", " updated_at": "2025-08-05T21:49:06.000000", "name": "tempest-VolumesCloneTest-Volume-718506190", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bce997fb-3b35-4191-8014-90e22222b04a"}], "user_id": "4418b29043d04785a7061f0f2c281563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ccda22f9fe35496ca6b6712258295925"}}' 2025-08-05 21:49:07,516 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a 0.092s 2025-08-05 21:49:07,517 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49: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-9bff8dc3-719c-446e-88e3-3a7cd768a2d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a'} Body: b'' 2025-08-05 21:49:07,540 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a 0.023s 2025-08-05 21:49:07,541 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49: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-3907f08b-b8a5-447e-895d-5fc3deb948b4', 'x-openstack-request-id': 'req-3907f08b-b8a5-447e-895d-5fc3deb948b4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bce997fb-3b35-4191-8014-90e22222b04a could not be found."}}' {11} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [1.510681s] ... 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 83399532-ff46-4951-beca-9f4e29f93489 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:49:07,748 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.204s 2025-08-05 21:49:07,748 99292 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-535111170"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cee8ccb-6563-498a-81d1-0f071502662b', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cee8ccb-6563-498a-81d1-0f071502662b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "83399532-ff46-4951-beca-9f4e29f93489", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:07.680951", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-535111170", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/83399532-ff46-4951-beca-9f4e29f93489"}], "user_id": "4418b29043d04785a7061f0f2c281563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:49:07,805 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489 0.043s 2025-08-05 21:49:07,805 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cbe97a4-20d7-437a-94ac-568c9175193e', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cbe97a4-20d7-437a-94ac-568c9175193e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489'} Body: b'{"volume": {"id": "83399532-ff46-4951-beca-9f4e29f93489", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:08.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-535111170", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/83399532-ff46-4951-beca-9f4e29f93489"}], "user_id": "4418b29043d04785a7061f0f2c281563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ccda22f9fe35496ca6b6712258295925"}}' 2025-08-05 21:49:08,858 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489 0.039s 2025-08-05 21:49:08,859 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c00b0d43-b7b1-4969-9830-e3e1456e846e', 'content-length': '83 6', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c00b0d43-b7b1-4969-9830-e3e1456e846e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489'} Body: b'{"volume": {"id": "83399532-ff46-4951-beca-9f4e29f93489", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:08.000000", "updated_at": "2025-08-05T21:49:08.000000", "name": "tempest-VolumesCloneTest-Volume-535111170", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/83399532-ff46-4951-beca-9f4e29f93489"}], "user_id": "4418b29043d04785a7061f0f2c281563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ccda22f9fe35496ca6b6712258295925"}}' 2025-08-05 21:49:08,918 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489 0.046s 2025-08-05 21:49:08,919 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e4de638-2860-4dc7-a792-1d1b466cd406', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e4de638-2860-4dc7-a792-1d1b466cd406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489'} Body: b'{"volume": {"id": "83399532-ff46-4951-beca-9f4e29f93489", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:08.000000", "updated_at": "2025-08-05T21:49:08.000000", "name": "tempest-VolumesCloneTest-Volume-535111170", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/83399532-ff46-4951-beca-9f4e29f93489"}], "user_id": "4418b29043d04785a7061f0f2c281563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ccda22f9fe35496ca6b6712258295925"}}' 2025-08-05 21:49:09,031 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489 0.098s 2025-08-05 21:49:09,031 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49: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-6da205f2-9ea7-4464-839c-b56cd70c709c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489'} Body: b'' 2025-08-05 21:49:09,053 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489 0.021s 2025-08-05 21:49:09,053 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'ap plication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49: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-7d2da950-d86f-4cb6-ae96-2ea42d2b80a9', 'x-openstack-request-id': 'req-7d2da950-d86f-4cb6-ae96-2ea42d2b80a9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 83399532-ff46-4951-beca-9f4e29f93489 could not be found."}}' {11} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.314820s] ... ok {11} tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes [5.086557s] ... 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 8754bbba-1581-4417-8076-91d4d7be35de failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:49:26,978 99292 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-111142102-1463479879 on backend None 2025-08-05 21:49:27,150 99292 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.171s 2025-08-05 21:49:27,150 99292 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-111142102-1463479879", "extra_specs": {}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fb37494-fb0b-4032-8449-1d2d8dda79d0', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fb37494-fb0b-4032-8449-1d2d8dda79d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "13916767-0f64-4369-93d9-09936d84054e", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-111142102-1463479879", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:49:27,156 99292 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-08-05 21:49:27,783 99292 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.624s 2025-08-05 21:49:27,784 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1944196844", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/3f3890da-368e-45ad-abf1-e70e69fe8bbe', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-8243451c-27d7-44f9-afaf-69e509bd278e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1944196844", "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": "7ff97e8e425c4535aace8186bba7bd6c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3f3890da-368e-45ad-abf1-e70e69fe8bbe", "created_at": "2025-08-05T21:49:28Z", "updated_at": "2025-08-05T21:49:28Z", "tags": [], "self": "/v2/images/3f3890da-368e-45ad-abf1-e70e69fe8bbe", "file": "/v2/images/3f3890da-368e-45ad-abf1-e70e69fe8bbe/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:49:28,993 99292 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/3f3890da-368e-45ad-abf1-e70e69fe8bbe/file 1.209s 2025-08-05 21:49:28,994 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-34c698f8-2257-4bae-aed3-54d 05196bfd9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3f3890da-368e-45ad-abf1-e70e69fe8bbe/file'} Body: b'' 2025-08-05 21:49:28,994 99292 DEBUG [tempest.scenario.manager] image:3f3890da-368e-45ad-abf1-e70e69fe8bbe 2025-08-05 21:49:29,057 99292 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.061s 2025-08-05 21:49:29,057 99292 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-1068312624", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdBpVw6UnUMrdsZ3A0deGSV0teoqqyqA4kZnYO+VnrNvLLz4SPyo82aK+/m8laiC65vO9LQrW7xUhGLoNo6g7JtNW20t0yU4jlPO27UfyTqsOrkZMaVCsYChvi5MTo//w=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '424', '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-6ee19f6d-4a4c-4125-a20a-fbf042c262ea', 'x-compute-request-id': 'req-6ee19f6d-4a4c-4125-a20a-fbf042c262ea', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-TestInstancesWithCinderVolumes-1068312624", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdBpVw6UnUMrdsZ3A0deGSV0teoqqyqA4kZnYO+VnrNvLLz4SPyo82aK+/m8laiC65vO9LQrW7xUhGLoNo6g7JtNW20t0yU4jlPO27UfyTqsOrkZMaVCsYChvi5MTo//w==", "fingerprint": "ea:67:d2:a9:5b:31:2f:04:de:d0:a2:75:ba:18:60:07", "user_id": "bcec10b8a942450ba3c263a6ddbf9cb5"}}' 2025-08-05 21:49:29,098 99292 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.038s 2025-08-05 21:49:29,099 99292 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': 'Tue, 05 Aug 2025 21:49:29 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-b55e4d92-881f-4c8f-a16f-ff640c8f62c2', 'x-compute-request-id': 'req-b55e4d92-881f-4c8f-a16f-ff640c8f62c2', '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-08-05T21:48:52.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2025-08-05T21:49:23.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"user": {"nova-compute": {"available": true, "active": true, "updated_at": "2025-08-05T21:49:25.000000"}}}}]}' 2025-08-05 21:49:29,103 99292 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-109709781-150413722 on backend None 2025-08-05 21:49:29,133 99292 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.029s 2025-08-05 21:49:29,134 99292 DEBUG [tempest.lib.common.rest_client] Request - Heade rs: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-109709781-150413722", "extra_specs": {}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-337d79cd-2d6b-4e7e-b936-587563d2b34b', 'content-length': '267', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-337d79cd-2d6b-4e7e-b936-587563d2b34b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "980b5a6f-869b-4a3f-992a-f0de252367c9", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-109709781-150413722", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:49:29,138 99292 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-134869598-1064775649 on backend None 2025-08-05 21:49:29,176 99292 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.037s 2025-08-05 21:49:29,176 99292 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-134869598-1064775649", "extra_specs": {}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5801a611-9554-4175-9fba-9304d9ef8050', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5801a611-9554-4175-9fba-9304d9ef8050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "1aff6610-72b8-48d6-be0d-b047d25d786e", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-134869598-1064775649", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:49:29,179 99292 DEBUG [tempest.scenario.test_instances_with_cinder_volumes] List of hosts selected to boot servers [{'zone': 'nova', 'host_name': 'user'}]: 2025-08-05 21:49:29,388 99292 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.208s 2025-08-05 21:49:29,389 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-181828999", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-109709781-150413722", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a92fef7-fff1-41fa-8cc4-8bb4139d5af5', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a92fef7-fff1-41fa-8cc4-8bb4139d5af5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c69d20fa-a37a-41d8-95c0-60f70c25ad74", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:29.320379", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-18 1828999", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-109709781-150413722", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c69d20fa-a37a-41d8-95c0-60f70c25ad74"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c69d20fa-a37a-41d8-95c0-60f70c25ad74"}], "user_id": "bcec10b8a942450ba3c263a6ddbf9cb5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:49:29,594 99292 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.193s 2025-08-05 21:49:29,595 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-393536918", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-134869598-1064775649", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe879066-ca07-4e6a-b36a-93940d5d13c7', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe879066-ca07-4e6a-b36a-93940d5d13c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "72fad896-758f-4cea-90f8-9de4dea0e414", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:29.526883", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-393536918", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-134869598-1064775649", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/72fad896-758f-4cea-90f8-9de4dea0e414"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/72fad896-758f-4cea-90f8-9de4dea0e414"}], "user_id": "bcec10b8a942450ba3c263a6ddbf9cb5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:49:29,632 99292 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/3f3890da-368e-45ad-abf1-e70e69fe8bbe 0.024s 2025-08-05 21:49:29,632 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '811', 'content-type': 'application/json', 'x-openstack-request-id': 'req-44c90c5e-229b-4773-8f87-27bc706e8400', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3f3890da-368e-45ad-abf1-e70e69fe8bbe'} Body: b'{"name": "tempest-scenario-img--1944196844", "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": "7ff97e8e425c4535aace8186bba7bd6c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "3f3890da-368e-45ad-abf1-e70e69fe8bbe", "created_at": "2025-08-05T21:49:28Z", "updated_at": "2025-08-05T21:49:29Z", "tag s": [], "self": "/v2/images/3f3890da-368e-45ad-abf1-e70e69fe8bbe", "file": "/v2/images/3f3890da-368e-45ad-abf1-e70e69fe8bbe/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:49:29,961 99292 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.328s 2025-08-05 21:49:29,961 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-870780130", "snapshot_id": null, "imageRef": "3f3890da-368e-45ad-abf1-e70e69fe8bbe", "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-111142102-1463479879", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bff8edd-6ff9-40ce-a149-daa6430f3808', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bff8edd-6ff9-40ce-a149-daa6430f3808', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8754bbba-1581-4417-8076-91d4d7be35de", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:29.896949", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-870780130", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-111142102-1463479879", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8754bbba-1581-4417-8076-91d4d7be35de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8754bbba-1581-4417-8076-91d4d7be35de"}], "user_id": "bcec10b8a942450ba3c263a6ddbf9cb5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:49:30,024 99292 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/8754bbba-1581-4417-8076-91d4d7be35de 0.050s 2025-08-05 21:49:30,025 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a264de6c-c3e8-416b-89f4-980809263e66', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a264de6c-c3e8-416b-89f4-980809263e66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8754bbba-1581-4417-8076-91d4d7be35de'} Body: b'{"volume": {"id": "8754bbba-1581-4417-8076-91d4d7be35de", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:30.000000", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-870780130", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-111142102-1463479879", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8754bbba-1581-4417-8076-91d4d7be35de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8754bbba-1581-4417-8076-91d4d7be35de"}], "user_id": "bcec10b8a942450ba3c263a6ddbf9cb5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ff97e8e425c4535aace8186bba7bd6c"}}' 2025-08-05 21:49:31,079 99292 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/8754bbba-1581-4417-8076-91d4d7be35de 0.038s 2025-08-05 21:49:31,079 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50908ddf-e466-426a-8e9b-1501a5b502a9', 'content-length': '932', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50908ddf-e466-426a-8e9b-1501a5b502a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8754bbba-1581-4417-8076-91d4d7be35de'} Body: b'{"volume": {"id": "8754bbba-1581-4417-8076-91d4d7be35de", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:30.000000", "updated_at": "2025-08-05T21:49:30.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-870780130", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-111142102-1463479879", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8754bbba-1581-4417-8076-91d4d7be35de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8754bbba-1581-4417-8076-91d4d7be35de"}], "user_id": "bcec10b8a942450ba3c263a6ddbf9cb5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ff97e8e425c4535aace8186bba7bd6c"}}' 2025-08-05 21:49:31,261 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/8754bbba-1581-4417-8076-91d4d7be35de 0.167s 2025-08-05 21:49:31,261 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b001ff1-620c-4cc7-a80f-c6110621e42f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8754bbba-1581-4417-8076-91d4d7be35de'} Body: b'' 2025-08-05 21:49:31,283 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/8754bbba-1581-4417-8076-91d4d7be35de 0.021s 2025-08-05 21:49:31,283 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe5ae5e4-0301-4874-acef-c8f97e5831e0', 'x-openstack-request-id': 'req-fe5ae5e4-0301-4874-acef-c8f97e5831e0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8754bbba-1581-4417-8076-91d4d7be35de'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8754bbba-1581-4417-8076-91d4d7be35de could not be found."}}' 2025-08-05 21:49:31,374 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/72fad896-758f-4cea-90f8-9de4dea0e414 0.090s 2025- 08-05 21:49:31,374 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4f4c803-6218-4998-a819-9507d70b13fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/72fad896-758f-4cea-90f8-9de4dea0e414'} Body: b'' 2025-08-05 21:49:31,406 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/72fad896-758f-4cea-90f8-9de4dea0e414 0.031s 2025-08-05 21:49:31,407 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d49ec9-61ab-4f34-b8cc-6fe05847df5c', 'x-openstack-request-id': 'req-40d49ec9-61ab-4f34-b8cc-6fe05847df5c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/72fad896-758f-4cea-90f8-9de4dea0e414'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 72fad896-758f-4cea-90f8-9de4dea0e414 could not be found."}}' 2025-08-05 21:49:31,498 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c69d20fa-a37a-41d8-95c0-60f70c25ad74 0.090s 2025-08-05 21:49:31,498 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62155696-1250-4b6f-b7cf-246e52cac4bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c69d20fa-a37a-41d8-95c0-60f70c25ad74'} Body: b'' 2025-08-05 21:49:31,518 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c69d20fa-a37a-41d8-95c0-60f70c25ad74 0.019s 2025-08-05 21:49:31,518 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0079565-ef8b-4a0c-8bf8-7b5038549c67', 'x-openstack-request-id': 'req-e0079565-ef8b-4a0c-8bf8-7b5038549c67', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c69d20fa-a37a-41d8-95c0-60f70c25ad74'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c69d20fa-a37a-41d8-95c0-60f70c25ad74 could not be found."}}' 2025-08-05 21:49:31,607 99292 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.088s 2025-08-05 21:49:31,607 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Hea ders: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e1140e5-18cb-4d07-b356-2c1af3a0c4d8', 'content-length': '3893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e1140e5-18cb-4d07-b356-2c1af3a0c4d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "b7dfff50-6ed4-4374-8eaa-8d4462018a88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:49.000000", "updated_at": "2025-08-05T21:47:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1481356564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "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": "9c3a08f750f6490189a2571a83bb89a1"}, {"id": "9657ec06-c012-4b84-b62c-b394151063a6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:10.000000", "updated_at": "2025-08-05T21:46:11.000000", "name": "tempest-ServerActionsTestOtherA-volume-2098695719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}], "user_id": "58808288af454894927dec847ec6e678", "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": "951c9bfd7e6c42dcbeee31cb28340b42"}, {"id": "21a82852-1f71-4d43-83a1-7d1a5ab73ee9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:45:31.000000", "updated_at": "2025-08-05T21:45:32.000000", "name": "395d7bc3-f57c-4592-96cd-1b5ee0a37388-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/21a82852-1f71-4d43-83a1-7d1a5ab73ee9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/21a82852-1f71-4d43-83a1-7d1a5ab73ee9"}], "user_id": "b8549009e4884d52bfcb55ebc821f090", "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": "e092b24f65b84980b550524c58deda79"}, {"id": "3b06ce8b-1590-4c06-8c3f-50f7c958d5bc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:45:03.000000", "updated_at": "2025-08-05T21:45:03.000000", "name": "tempest-AttachVolumeNegativeTest-volume-238228449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_st atus": 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": "9c3a08f750f6490189a2571a83bb89a1"}]}' 2025-08-05 21:49:31,672 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/1aff6610-72b8-48d6-be0d-b047d25d786e 0.048s 2025-08-05 21:49:31,673 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c582a52-f86e-4ed1-8dd3-684af226f8a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/1aff6610-72b8-48d6-be0d-b047d25d786e'} Body: b'' 2025-08-05 21:49:31,708 99292 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.035s 2025-08-05 21:49:31,709 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07eeba05-e575-4f26-b809-cd79f9ee0308', 'content-length': '3893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07eeba05-e575-4f26-b809-cd79f9ee0308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "b7dfff50-6ed4-4374-8eaa-8d4462018a88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:49.000000", "updated_at": "2025-08-05T21:47:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1481356564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "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": "9c3a08f750f6490189a2571a83bb89a1"}, {"id": "9657ec06-c012-4b84-b62c-b394151063a6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:10.000000", "updated_at": "2025-08-05T21:46:11.000000", "name": "tempest-ServerActionsTestOtherA-volume-2098695719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}], "user_id": "58808288af454894927dec847ec6e678", "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": "951c9bfd7e6c42dcbeee31cb28340b42"}, {"id": "21a82852-1f71-4d43-83a1-7d1a5ab73ee9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:45:31.000000", "updated_at": "2025-08-05T21:45:32.000000", "name": "395d7bc3-f57c-4592-96cd-1b5ee0a37388-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/21a82852-1f71-4d43-83a1-7d1a5ab73ee9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/21a82852-1f71-4d43-83a1-7d1a5ab73ee9"}], "user_id": "b8549009e4884d52bfcb55ebc821f090", "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": "e092b24f65b84980b550524c58deda79"}, {"id": "3b06ce8b-1590-4c06-8c3f-50f7c958d5bc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:45:03.000000", "updated_at": "2025-08-05T21:45:03.000000", "name": "tempest-AttachVolumeNegativeTest-volume-238228449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "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": "9c3a08f750f6490189a2571a83bb89a1"}]}' 2025-08-05 21:49:31,774 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/980b5a6f-869b-4a3f-992a-f0de252367c9 0.049s 2025-08-05 21:49:31,774 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cb2cf10-944a-46dc-bfa2-dad00fb099ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/980b5a6f-869b-4a3f-992a-f0de252367c9'} Body: b'' 2025-08-05 21:49:31,800 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-1068312624 0.025s 2025-08-05 21:49:31,800 99292 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': 'Tue, 05 Aug 2025 21:49:31 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-704324c3-a382-495a-9739-65a1094a2311', 'x-compute-request-id': 'req-704324c3-a382-495a-9739-65a1094a2311', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-1068312624'} Body: b'' 2025-08-05 21:49:31,884 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/3f3890da-368e-45ad-abf1-e70e69fe8bbe 0.083s 2025-08-05 21:49:31,885 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-78b6784b-444c-4c9f-ae64-f43ab0a849e3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3f3890da-368e-45ad-abf1-e70e69fe8bbe'} Body: b'' 2025-08-05 21:49:31,998 99292 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.112s 2025-08-05 21:49:31,999 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5454462-092b-4fde-9a66-14a580d45758', 'content-length': '3893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5454462-092b-4fde-9a66-14a580d45758', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "b7dfff50-6ed4-4374-8eaa-8d4462018a88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:49.000000", "updated_at": "2025-08-05T21:47:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1481356564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "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": "9c3a08f750f6490189a2571a83bb89a1"}, {"id": "9657ec06-c012-4b84-b62c-b394151063a6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:10.000000", "updated_at": "2025-08-05T21:46:11.000000", "name": "tempest-ServerActionsTestOtherA-volume-2098695719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}], "user_id": "58808288af454894927dec847ec6e678", "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": "951c9bfd7e6c42dcbeee31cb28340b42"}, {"id": "21a82852-1f71-4d43-83a1-7d1a5ab73ee9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:45:31.000000", "updated_at": "2025-08-05T21:45:32.000000", "name": "395d7bc3-f57c-4592-96cd-1b5ee0a37388-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/21a82852-1f71-4d43-83a1-7d1a5ab73ee9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/21a82852-1f71-4d43-83a1-7d1a5ab73ee9"}], "user_id": "b8549009e4884d52bfcb55ebc821f090", "bootable": "false", "encrypted": false, "replicatio n_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": "e092b24f65b84980b550524c58deda79"}, {"id": "3b06ce8b-1590-4c06-8c3f-50f7c958d5bc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:45:03.000000", "updated_at": "2025-08-05T21:45:03.000000", "name": "tempest-AttachVolumeNegativeTest-volume-238228449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "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": "9c3a08f750f6490189a2571a83bb89a1"}]}' 2025-08-05 21:49:32,062 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/13916767-0f64-4369-93d9-09936d84054e 0.046s 2025-08-05 21:49:32,063 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49: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-d41e1d4b-472a-41b4-acfb-151382809673', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/13916767-0f64-4369-93d9-09936d84054e'} Body: b'' {11} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {11} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {11} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Encrypted volume attach is not supported {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached [287.688366s] ... 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 9657ec06-c012-4b84-b62c-b394151063a6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:45:09,975 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7 0.233s 2025-08-05 21:45:09,975 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:09 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-3d8aad7e-b36c-4080-a6b4-f747d9c966f6', 'x-compute-request-id': 'req-3d8aad7e-b36c-4080-a6b4-f747d9c966f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7'} Body: b'{"server": {"id": "bf8820a5-80b8-4c06-ac58-c56cd2b0cab7", "name": "tempest-ServerActionsTestOtherA-server-1925002207", "status": "ACTIVE", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "user_id": "58808288af454894927dec847ec6e678", "metadata": {}, "hostId": "8a995fc1c759a5f3b231b0861328cd9faf7c48405473fcc182d4edf7", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:15Z", "updated": "2025-08-05T21:43:44Z", "addresses": {"tempest-ServerActionsTestOtherA-847960062-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:62:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-236088512", "OS-SRV-USG:launched_at": "2025-08-05T21:43:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1364181730"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:46:10,557 99276 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.508s 2025-08-05 21:46:10,557 99276 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-2098695719"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a0a543c-1705-4bd2-8645-6ba6668acdc6', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a0a543c-1705-4bd2-8645-6ba6668acdc6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9657ec06-c012-4b84-b62c-b394151063a6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:10.473009", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-2098695719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9657ec06-c012-4b84-b62c-b394151063a6 "}], "user_id": "58808288af454894927dec847ec6e678", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:46:10,679 99276 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.105s 2025-08-05 21:46:10,679 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:10 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-56e1f846-87e0-4517-a2cb-9a1e1fa5bb40', '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": "58808288af454894927dec847ec6e678", "name": "tempest-ServerActionsTestOtherA-1329378002-project-member", "password_expires_at": null}, "audit_ids": ["VL7bSnPJSGaXiZKD5sjkwQ"], "expires_at": "2025-08-05T22:46:10.000000Z", "issued_at": "2025-08-05T21:46:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "951c9bfd7e6c42dcbeee31cb28340b42", "name": "tempest-ServerActionsTestOtherA-1329378002"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/951c9bfd7e6c42dcbeee31cb28340b42", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:46:10,680 99276 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': 'e3ccaa06-2335-4f8b-b238-ca5e65e290d4', 'name': 'tempest-ServerActionsTestOtherA-847960062-network', 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2 5314, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:42:41Z', 'updated_at': '2025-08-05T21:42:41Z', 'revision_number': 1} available for tenant 2025-08-05 21:46:10,680 99276 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 21:46:10,681 99276 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:46:10,742 99276 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.060s 2025-08-05 21:46:10,743 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-665160903", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEQBwaTcNr0mI/wM6JIPg3l7oPl5RMAzbOiQcWBM08OPpiYFqIAVNrDVxytorsITOy93gqqEHbhfTyzBtXnfeGKIFkRuiVjmVcIwht8HxdXPOkg1bwRPqpaKUdaYUYniGw=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:10 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-37c5853e-185c-41ad-8017-9ebf472d1342', 'x-compute-request-id': 'req-37c5853e-185c-41ad-8017-9ebf472d1342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-665160903", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEQBwaTcNr0mI/wM6JIPg3l7oPl5RMAzbOiQcWBM08OPpiYFqIAVNrDVxytorsITOy93gqqEHbhfTyzBtXnfeGKIFkRuiVjmVcIwht8HxdXPOkg1bwRPqpaKUdaYUYniGw==", "fingerprint": "71:62:4b:db:cb:5d:25:3b:52:f5:38:9e:07:1d:7e:16", "user_id": "58808288af454894927dec847ec6e678"}}' 2025-08-05 21:46:10,745 99276 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-665160903 created 2025-08-05 21:46:10,976 99276 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.231s 2025-08-05 21:46:10,976 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--968484478", "description": "tempest-description--1993306575"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-ff573afc-4f94-42e7-93df-f3e538cc7607', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a0b525cb-ecc2-4346-9497-bc1ca5986c16", "name": "tempest-securitygroup--968484478", "stateful": true, "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "description": "tempest-description--1993306575", "shared": false, "security_group_rules": [{"id": "dfd6931c-1060-449e-8132-836aff3df48a", "project_id": "951c9bfd7e6c42dcbeee31cb28340b42", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "security_group_id": "a0b525cb-ecc2-4346-9497-bc1ca5986c16", "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": 700, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:46:10Z", "updated_at": "2025-08-05T 21:46:10Z", "revision_number": 0}, {"id": "e02d0078-7f06-444f-a37a-c7dd6609d17b", "project_id": "951c9bfd7e6c42dcbeee31cb28340b42", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "security_group_id": "a0b525cb-ecc2-4346-9497-bc1ca5986c16", "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": 701, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:46:10Z", "updated_at": "2025-08-05T21:46:10Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:46:10Z", "updated_at": "2025-08-05T21:46:10Z", "revision_number": 1, "project_id": "951c9bfd7e6c42dcbeee31cb28340b42"}}' 2025-08-05 21:46:11,207 99276 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.229s 2025-08-05 21:46:11,207 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a0b525cb-ecc2-4346-9497-bc1ca5986c16", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-b4f8c6eb-b604-40bc-bdf7-6bc4415c3cba', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "464cb79b-9170-4a80-86b6-eadd2cec9a2d", "project_id": "951c9bfd7e6c42dcbeee31cb28340b42", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "security_group_id": "a0b525cb-ecc2-4346-9497-bc1ca5986c16", "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-08-05T21:46:11Z", "updated_at": "2025-08-05T21:46:11Z", "revision_number": 0}}' 2025-08-05 21:46:11,415 99276 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.207s 2025-08-05 21:46:11,415 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a0b525cb-ecc2-4346-9497-bc1ca5986c16", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d8efefd4-3c3c-41cf-8387-ec684c192ba3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1bb0d717-48f7-40d0-a500-ecc8d7525193", "project_id": "951c9bfd7e6c42dcbeee31cb28340b42", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "security_group_id": "a0b525cb-ecc2-4346-9497-bc1ca5986c16", "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-08-05T21:46:11Z", "updated_at": "2025-08-05T21:46:11Z", "revision_number": 0}}' 2025-08-05 21:46:11,415 99276 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--968484478 created 2025-08-05 21:46:12,154 99276 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.738s 2025-08-05 21:46:12,155 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-302886d6-f2b4-4c14-be29-627ee875b94d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "736a7868-b223-423e-ac38-7201f5d71229", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "floating_ip_address": "172.24.4.13", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "951c9bfd7e6c42dcbeee31cb28340b42", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:46:11Z", "updated_at": "2025-08-05T21:46:11Z", "revision_number": 0}}' 2025-08-05 21:46:12,155 99276 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '736a7868-b223-423e-ac38-7201f5d71229', 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'floating_ip_address': '172.24.4.13', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:46:11Z', 'updated_at': '2025-08-05T21:46:11Z', 'revision_number': 0, 'ip': '172.24.4.13'} created 2025-08-05 21:46:12,155 99276 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-665160903', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEQBwaTcNr0mI/wM6JIPg3l7oPl5RMAzbOiQcWBM08OPpiYFqIAVNrDVxytorsITOy93gqqEHbhfTyzBtXnfeGKIFkRuiVjmVcIwht8HxdXPOkg1bwRPqpaKUdaYUYniGw==', 'fingerprint': '71:62:4b:db:cb:5d:25:3b:52:f5:38:9e:07:1d:7e:16', 'user_id': '58808288af454894927dec847ec6e678', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC8C32x49uF7+Fwt2XX1J2Wx4K63lRF7c+hnxgvYRSxP69ZTb0XlYix\nAhlABWNEfM+gBwYFK4EEACKhZANiAAREAcGk3Da9JiP8DOiSD4N5e6D5eUTAM2zo\nkHFgTNPDj6YmBaiAFTaw1ccraK7CEzsvd4KqhB24X08swbV533hiiBZEbolY5lXC\nMIbfB8XVzzpINW8ET6qWilHWmFGJ4hs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a0b525cb-ecc2-4346-9497-bc1ca5986c16', 'name': 'tempest-securitygroup--968484478', 'stateful': True, 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'description': 'tempest-description--1993306575', 'shared': False, 'security_group_rules': [{'id': 'dfd6931c-1060-449e-8132-836aff3df48a', 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'security_group_id': 'a0b525cb-ecc2-4346-9497-bc1ca5986c16', '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': 700, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:46:10Z', 'updated_at': '2025-08-05T21:46:10Z', 'revision_number': 0}, {'id': 'e02d0078-7f06-444f-a37a-c7dd6609d17b', 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'security_group_id': 'a0b525cb-ecc2-4346-9497-bc1ca5986c16', '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': 701, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:46:10Z', 'updated_at': '2025-08-05T21:46:10Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T21:46:10Z', 'updated_at': '2025-08-05T21:46:10Z', 'revision_number': 1, 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42'}, 'floating_ip': {'id': '736a7868-b223-423e-ac38-7201f5d71229', 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'floating_ip_address': '172.24.4.13', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:46:11Z', 'updated_at': '2025-08-05T21:46:11Z', 'revision_number': 0, 'ip': '172.24.4.13'}} 2025-08-05 21:46:12,703 99276 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.547s 2025-08-05 21:46:12,703 99276 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-792425833", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "e3ccaa06-2335-4f8b-b238-ca5e65e290d4"}], "security_groups": [{"name": "tempest-securitygroup--968484478"}], "key_name": "tempest-keypair-665160903", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc0afdd9-dada-4a83-8451-0acc057eda9e', 'x-compute-request-id': 'req-fc0afdd9-dada-4a83-8451-0acc057eda9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "fb7565d2-5565-434e-b438-43b398c92e99", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fb7565d2-5565-434e-b438-43b398c92e99"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--968484478"}], "adminPass": "7jKUx5q5Apda"}}' 2025-08-05 21:46:12,786 99276 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/fb7565d2-5565-434e-b438-43b398c92e99 0.080s 2025-08-05 21:46:12,787 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:12 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-a0a788ef-292f-434a-b067-704626375269', 'x-compute-request-id': 'req-a0a788ef-292f-434a-b067-704626375269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99'} Body: b'{"server": {"id": "fb7565d2-5565-434e-b438-43b398c92e99", "name": "tempest-tempest.common.compute-instance-792425833", "status": "BUILD", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "user_id": "58808288af454894927dec847ec6e678", "metadata ": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:46:13Z", "updated": "2025-08-05T21:46:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fb7565d2-5565-434e-b438-43b398c92e99"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-665160903", "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-08-05 21:47:03,075 99276 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/fb7565d2-5565-434e-b438-43b398c92e99 0.224s 2025-08-05 21:47:03,076 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:02 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-ec48e7f9-9583-4f9c-b080-936081033594', 'x-compute-request-id': 'req-ec48e7f9-9583-4f9c-b080-936081033594', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99'} Body: b'{"server": {"id": "fb7565d2-5565-434e-b438-43b398c92e99", "name": "tempest-tempest.common.compute-instance-792425833", "status": "ACTIVE", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "user_id": "58808288af454894927dec847ec6e678", "metadata": {}, "hostId": "8a995fc1c759a5f3b231b0861328cd9faf7c48405473fcc182d4edf7", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:46:12Z", "updated": "2025-08-05T21:46:28Z", "addresses": {"tempest-ServerActionsTestOtherA-847960062-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:26:4e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fb7565d2-5565-434e-b438-43b398c92e99"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-665160903", "OS-SRV-USG:launched_at": "2025-08-05T21:46:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--968484478"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:47:03,093 99276 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 21:48:03,501 99276 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/fb7565d2-5565-434e-b438-43b398c92e99/os-interface 0.350s 2025-08-05 21:48:03,502 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'A ccept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:03 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-914a4b26-3687-48e2-8850-6cc21e768d0c', 'x-compute-request-id': 'req-914a4b26-3687-48e2-8850-6cc21e768d0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e3ccaa06-2335-4f8b-b238-ca5e65e290d4", "port_id": "a59b6c2e-bb9f-42eb-a89c-4111092eb5b6", "mac_addr": "fa:16:3e:80:26:4e", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "3910ba5e-cbf9-4635-9796-3a486bc573ab", "ip_address": "10.0.0.9"}]}]}' 2025-08-05 21:48:04,624 99276 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/736a7868-b223-423e-ac38-7201f5d71229 1.118s 2025-08-05 21:48:04,624 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a59b6c2e-bb9f-42eb-a89c-4111092eb5b6"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-9f2f42d3-fa2d-4696-b8e4-f78fe3f2a111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/736a7868-b223-423e-ac38-7201f5d71229'} Body: b'{"floatingip": {"id": "736a7868-b223-423e-ac38-7201f5d71229", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "floating_ip_address": "172.24.4.13", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "64b5a036-ffef-450b-9883-c70dae783d85", "port_id": "a59b6c2e-bb9f-42eb-a89c-4111092eb5b6", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e3ccaa06-2335-4f8b-b238-ca5e65e290d4", "mac_address": "fa:16:3e:80:26:4e", "admin_state_up": true, "status": "ACTIVE", "device_id": "fb7565d2-5565-434e-b438-43b398c92e99", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:46:11Z", "updated_at": "2025-08-05T21:48:03Z", "revision_number": 1, "project_id": "951c9bfd7e6c42dcbeee31cb28340b42"}}' 2025-08-05 21:48:04,625 99276 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.13:22' as 'cirros' with public key authentication 2025-08-05 21:48:04,638 99276 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:48:04,741 99276 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:48:04,742 99276 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.13 successfully created 2025-08-05 21:48:04,985 99276 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/fb7565d2-5565-434e-b438-43b398c92e99 0.242s 2025-08-05 21:48:04,985 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:04 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-98939a3a-603b-42fe-8c71-7d36e966109d', 'x-compute-request-id': 'req-98939a3a-603b-42fe-8c71-7d36e966109d', 'connection': 'cl ose', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99'} Body: b'{"server": {"id": "fb7565d2-5565-434e-b438-43b398c92e99", "name": "tempest-tempest.common.compute-instance-792425833", "status": "ACTIVE", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "user_id": "58808288af454894927dec847ec6e678", "metadata": {}, "hostId": "8a995fc1c759a5f3b231b0861328cd9faf7c48405473fcc182d4edf7", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:46:12Z", "updated": "2025-08-05T21:46:28Z", "addresses": {"tempest-ServerActionsTestOtherA-847960062-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:26:4e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fb7565d2-5565-434e-b438-43b398c92e99"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-665160903", "OS-SRV-USG:launched_at": "2025-08-05T21:46:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--968484478"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:48:05,040 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6 0.040s 2025-08-05 21:48:05,040 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7532e35-712c-41e3-9007-1f36ab1c14f7', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7532e35-712c-41e3-9007-1f36ab1c14f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6'} Body: b'{"volume": {"id": "9657ec06-c012-4b84-b62c-b394151063a6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:10.000000", "updated_at": "2025-08-05T21:46:11.000000", "name": "tempest-ServerActionsTestOtherA-volume-2098695719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}], "user_id": "58808288af454894927dec847ec6e678", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42"}}' 2025-08-05 21:48:06,130 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6 0.076s 2025-08-05 21:48:06,130 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ce4fd19-6116-4783-8b20-0e2471bd565c', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ce4fd19-6116-4783-8b20-0e2471bd565c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6'} Body: b'{"volume": {"id": "9657ec06-c012-4b84-b62c-b394151063a6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:10.000000", "updated_at": "2025-08-05T21:46:11.000000", "name": "tempest-ServerActionsTestOtherA-volume-2098695719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}], "user_id": "58808288af454894927dec847ec6e678", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42"}}' 2025-08-05 21:48:06,302 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7 0.158s 2025-08-05 21:48:06,302 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f0ebd77-f1ca-4e7c-856d-f18a6431770b', 'x-compute-request-id': 'req-0f0ebd77-f1ca-4e7c-856d-f18a6431770b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7'} Body: b'{"server": {"id": "bf8820a5-80b8-4c06-ac58-c56cd2b0cab7", "name": "tempest-ServerActionsTestOtherA-server-1925002207", "status": "ACTIVE", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "user_id": "58808288af454894927dec847ec6e678", "metadata": {}, "hostId": "8a995fc1c759a5f3b231b0861328cd9faf7c48405473fcc182d4edf7", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:15Z", "updated": "2025-08-05T21:43:44Z", "addresses": {"tempest-ServerActionsTestOtherA-847960062-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:62:cc"}, {"version": 4, "addr": "172.24.4.97", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:62:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-236088512", "OS-SRV-USG:launched_at": "2025-08-05T21:43:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1364181730"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:49:06,491 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99 0.115s 2 025-08-05 21:49:06,491 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:06 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-44658595-fd91-48a2-82f6-9208ac9bb002', 'x-compute-request-id': 'req-44658595-fd91-48a2-82f6-9208ac9bb002', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99'} Body: b'' 2025-08-05 21:49:06,710 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99 0.218s 2025-08-05 21:49:06,710 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1663', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7119f895-87e7-424e-8240-448b5e94d1ed', 'x-compute-request-id': 'req-7119f895-87e7-424e-8240-448b5e94d1ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99'} Body: b'{"server": {"id": "fb7565d2-5565-434e-b438-43b398c92e99", "name": "tempest-tempest.common.compute-instance-792425833", "status": "ACTIVE", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "user_id": "58808288af454894927dec847ec6e678", "metadata": {}, "hostId": "8a995fc1c759a5f3b231b0861328cd9faf7c48405473fcc182d4edf7", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:46:12Z", "updated": "2025-08-05T21:49:06Z", "addresses": {"tempest-ServerActionsTestOtherA-847960062-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:26:4e"}, {"version": 4, "addr": "172.24.4.13", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:26:4e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fb7565d2-5565-434e-b438-43b398c92e99"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-665160903", "OS-SRV-USG:launched_at": "2025-08-05T21:46:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--968484478"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:49:56,788 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99 0.047s 2025-08-05 21:49:56,789 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49: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-Open Stack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-65b45a80-e8a8-4add-83ba-b4d483378231', 'x-compute-request-id': 'req-65b45a80-e8a8-4add-83ba-b4d483378231', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance fb7565d2-5565-434e-b438-43b398c92e99 could not be found."}}' 2025-08-05 21:49:56,818 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-665160903 0.029s 2025-08-05 21:49:56,819 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49: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-e977cc78-b527-47bf-83a7-f803e3566cb5', 'x-compute-request-id': 'req-e977cc78-b527-47bf-83a7-f803e3566cb5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-665160903'} Body: b'' 2025-08-05 21:49:56,991 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/a0b525cb-ecc2-4346-9497-bc1ca5986c16 0.172s 2025-08-05 21:49:56,992 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-18db4a34-2f4d-4d41-a1b3-51725b4e78da', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a0b525cb-ecc2-4346-9497-bc1ca5986c16'} Body: b'' 2025-08-05 21:49:57,011 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/a0b525cb-ecc2-4346-9497-bc1ca5986c16 0.018s 2025-08-05 21:49:57,011 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-2c68c352-ab16-4e06-a70e-828b171c10c7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a0b525cb-ecc2-4346-9497-bc1ca5986c16'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a0b525cb-ecc2-4346-9497-bc1ca5986c16 does not exist", "detail": ""}}' 2025-08-05 21:49:57,428 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/736a7868-b223-423e-ac38-7201f5d71229 0.416s 2025-08-05 21:49:57,428 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-50724b2f-c44f-437b-a0be-6f3823646a41', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/736a7868-b223-423e-ac38-7201f5d71229'} Body: b'' {6} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {6} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.528946s] ... ok {6} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.000985s] ... 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 {6} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [2.095072s] ... 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 a48d2d3c-21ae-449d-a68a-aa06e40d78cd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:50:09,495 99282 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.213s 2025-08-05 21:50:09,495 99282 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-1364220068"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87752e79-9f43-40fc-b689-b34920b3721a', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87752e79-9f43-40fc-b689-b34920b3721a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "d5d42912-c1b2-4a84-8977-f0a436cfa0c1", "name": "tempest-GroupSnapshotsTest-volume-type-1364220068", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:50:09,532 99282 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.034s 2025-08-05 21:50:09,533 99282 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-1899463916"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-425702d3-4717-4b17-876d-e4dc3863581e', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-425702d3-4717-4b17-876d-e4dc3863581e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "dc53ca47-b1b0-430c-8915-20c3b9cddbae", "name": "tempest-GroupSnapshotsTest-group-type-1899463916", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 21:50:09,765 99282 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.229s 2025-08-05 21:50:09,765 99282 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": "dc53ca47-b1b0-430c-8915-20c3b9cddbae", "volume_types": ["d5d42912-c1b2-4a84-8977-f0a436cfa0c1"], "name": "tempest-GroupSnapshotsTest-Group-1899986723"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05c5c4db-ca2a-4c8d-abf1-f2fce16974f2', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05c5c4db-ca2a-4c8d-abf1-f2fce16974f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "a48d2d3c-21ae-449d-a68a-aa06e40d78cd", "name": "tempest-GroupSnapshotsTest-Group-1899986723"}}' 2025-08-05 21:50:09,807 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/a48d2d3c-21ae-449d-a68a-aa06e40d78cd 0.040s 2025-08-05 21:50:09,808 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c3e8da3-0561-47f0-b457-c3dd927dc909', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c3e8da3-0561-47f0-b457-c3dd927dc909', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/a48d2d3c-21ae-449d-a68a-aa06e40d78cd'} Body: b'{"group": {"id": "a48d2d3c-21ae-449d-a68a-aa06e40d78cd", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T21:50:10.000000", "name": "tempest-GroupSnapshotsTest-Group-1899986723", "description": null, "group_type": "dc53ca47-b1b0-430c-8915-20c3b9cddbae", "volume_types": ["d5d42912-c1b2-4a84-8977-f0a436cfa0c1"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:50:10,845 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/a48d2d3c-21ae-449d-a68a-aa06e40d78cd 0.031s 2025-08-05 21:50:10,845 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77d51a66-7fc0-4691-af99-0ffb543386db', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77d51a66-7fc0-4691-af99-0ffb543386db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/a48d2d3c-21ae-449d-a68a-aa06e40d78cd'} Body: b'{"group": {"id": "a48d2d3c-21ae-449d-a68a-aa06e40d78cd", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T21:50:10.000000", "name": "tempest-GroupSnapshotsTest-Group-1899986723", "description": null, "group_type": "dc53ca47-b1b0-430c-8915-20c3b9cddbae", "volume_types": ["d5d42912-c1b2-4a84-8977-f0a436cfa0c1"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:50:11,195 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.344s 2025-08-05 21:50:11,196 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e5f1a84-7bc3-4182-8a27-bc7344b79bae', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e5f1a84-7bc3-4182-8a27-bc7344b79bae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 21:50:11,267 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/a48d2d3c-21ae-449d-a68a-aa06e40d78cd/action 0.058s 2025-08-05 21:50:11,268 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:11 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-219a0f26-5f0e-4288-aa95-1cea4249dbda', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/grou ps/a48d2d3c-21ae-449d-a68a-aa06e40d78cd/action'} Body: b'' 2025-08-05 21:50:11,283 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/a48d2d3c-21ae-449d-a68a-aa06e40d78cd 0.015s 2025-08-05 21:50:11,283 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:11 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-40411c2f-8bbb-47f2-bc30-e63786c568d2', 'x-openstack-request-id': 'req-40411c2f-8bbb-47f2-bc30-e63786c568d2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/a48d2d3c-21ae-449d-a68a-aa06e40d78cd'} Body: b'{"itemNotFound": {"code": 404, "message": "Group a48d2d3c-21ae-449d-a68a-aa06e40d78cd could not be found."}}' 2025-08-05 21:50:11,313 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/dc53ca47-b1b0-430c-8915-20c3b9cddbae 0.029s 2025-08-05 21:50:11,313 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:11 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-92d172c0-458f-477d-8df9-983024f40cc5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/dc53ca47-b1b0-430c-8915-20c3b9cddbae'} Body: b'' 2025-08-05 21:50:11,360 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/d5d42912-c1b2-4a84-8977-f0a436cfa0c1 0.046s 2025-08-05 21:50:11,361 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-caa2afaf-347f-4c7b-b755-c1a21b73c669', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/d5d42912-c1b2-4a84-8977-f0a436cfa0c1'} Body: b'' 2025-08-05 21:50:11,376 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/d5d42912-c1b2-4a84-8977-f0a436cfa0c1 0.015s 2025-08-05 21:50:11,376 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:11 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-c19e0211-287d-41e6-b7ea-91e0c7a8b888', 'x-openstack-request-id': 'req-c19e0211-287d-41e6-b7ea-91e0c7a8b888', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/d5d42912-c1b2-4a84-8977-f0a436cfa0c1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type d5d42912-c1b2-4a84-8977-f0a436cfa0c1 could not be found."}}' {6} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [1.469256s] ... 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 019845a9-73c1-4280-a5a3-c8605790c232 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:50:11,405 99282 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-08-05 21:50:11,405 99282 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-1838219950"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a633feda-6057-4dc8-8cdd-68cc3fa1f4f2', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a633feda-6057-4dc8-8cdd-68cc3fa1f4f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "5982d5c0-fc0a-41c9-b912-4411cfe73f4e", "name": "tempest-GroupSnapshotsTest-volume-type-1838219950", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:50:11,435 99282 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.027s 2025-08-05 21:50:11,435 99282 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-493133017"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b1f8151-9121-48e4-93bc-c22c6410129c', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b1f8151-9121-48e4-93bc-c22c6410129c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "f951ed27-4947-40f7-9f01-08d47798560b", "name": "tempest-GroupSnapshotsTest-group-type-493133017", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 21:50:11,514 99282 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-08-05 21:50:11,514 99282 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": "f951ed27-4947-40f7-9f01-08d47798560b", "volume_types": ["5982d5c0-fc0a-41c9-b912-4411cfe73f4e"], "name": "tempest-GroupSnapshotsTest-Group-518396405"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e241fbf-4172-470d-a102-97f42d6362fe', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e241fbf-4172-470d-a102-97f42d6362fe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "019845a9-73c1-4280-a5a3-c8605790c232", "name": "tempest-GroupSnapshotsTest-Group-518396405"}}' 2025-08-05 21:50:11,542 99282 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/019845a9-73c1-4280-a5a3-c8605790c232 0.026s 2025-08-05 21:50:11,543 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ' '} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f8e1a69-8e1a-429b-9cdd-e88c1dbc196c', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f8e1a69-8e1a-429b-9cdd-e88c1dbc196c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/019845a9-73c1-4280-a5a3-c8605790c232'} Body: b'{"group": {"id": "019845a9-73c1-4280-a5a3-c8605790c232", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T21:50:11.000000", "name": "tempest-GroupSnapshotsTest-Group-518396405", "description": null, "group_type": "f951ed27-4947-40f7-9f01-08d47798560b", "volume_types": ["5982d5c0-fc0a-41c9-b912-4411cfe73f4e"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:50:12,576 99282 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/019845a9-73c1-4280-a5a3-c8605790c232 0.028s 2025-08-05 21:50:12,576 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c4f28b3-ee36-493a-882a-0bde628f7187', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c4f28b3-ee36-493a-882a-0bde628f7187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/019845a9-73c1-4280-a5a3-c8605790c232'} Body: b'{"group": {"id": "019845a9-73c1-4280-a5a3-c8605790c232", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T21:50:11.000000", "name": "tempest-GroupSnapshotsTest-Group-518396405", "description": null, "group_type": "f951ed27-4947-40f7-9f01-08d47798560b", "volume_types": ["5982d5c0-fc0a-41c9-b912-4411cfe73f4e"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:50:12,581 99282 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-08-05 21:50:12,612 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.030s 2025-08-05 21:50:12,613 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3df4d566-fa8c-4790-8ba1-5b04eaab6205', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3df4d566-fa8c-4790-8ba1-5b04eaab6205', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 21:50:12,686 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/019845a9-73c1-4280-a5a3-c8605790c232/action 0.059s 2025-08-05 21:50:12,686 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/h tml; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9ff8e74-72cd-4148-9705-422797a68664', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/019845a9-73c1-4280-a5a3-c8605790c232/action'} Body: b'' 2025-08-05 21:50:12,738 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/019845a9-73c1-4280-a5a3-c8605790c232 0.051s 2025-08-05 21:50:12,738 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-02650e4f-8d86-4a36-a7cf-7cfe4156ed50', 'x-openstack-request-id': 'req-02650e4f-8d86-4a36-a7cf-7cfe4156ed50', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/019845a9-73c1-4280-a5a3-c8605790c232'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 019845a9-73c1-4280-a5a3-c8605790c232 could not be found."}}' 2025-08-05 21:50:12,772 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/f951ed27-4947-40f7-9f01-08d47798560b 0.033s 2025-08-05 21:50:12,772 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-6c916792-8fe1-465a-9b6b-626b6972fca8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/f951ed27-4947-40f7-9f01-08d47798560b'} Body: b'' 2025-08-05 21:50:12,821 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/5982d5c0-fc0a-41c9-b912-4411cfe73f4e 0.048s 2025-08-05 21:50:12,822 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-0eaa4ea6-96e8-41c8-aeee-f6142dcfb65c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/5982d5c0-fc0a-41c9-b912-4411cfe73f4e'} Body: b'' 2025-08-05 21:50:12,846 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/5982d5c0-fc0a-41c9-b912-4411cfe73f4e 0.024s 2025-08-05 21:50:12,847 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-c2415392-7178-4622-9f85-bba5d9e073f7', 'x-openstack-request-id': 'req-c2415392-7178-4622-9f85-bba5d9e073f7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/5982d5c0-fc 0a-41c9-b912-4411cfe73f4e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5982d5c0-fc0a-41c9-b912-4411cfe73f4e could not be found."}}' {6} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [1.456574s] ... 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 55e5835a-777c-4230-b245-f0e66f9f5766 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:50:12,880 99282 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.030s 2025-08-05 21:50:12,880 99282 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-2056947547"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8c80f21-467b-4563-b463-9af693884e6c', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8c80f21-467b-4563-b463-9af693884e6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "82c21ed6-c843-4a2d-88e5-a180d9815678", "name": "tempest-GroupSnapshotsTest-volume-type-2056947547", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:50:12,911 99282 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.028s 2025-08-05 21:50:12,911 99282 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-467009342"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8da1a637-c6ca-49b4-8092-dc8b54ff7224', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8da1a637-c6ca-49b4-8092-dc8b54ff7224', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "3178c002-7d70-420b-8086-df246d7f9611", "name": "tempest-GroupSnapshotsTest-group-type-467009342", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 21:50:13,015 99282 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.100s 2025-08-05 21:50:13,015 99282 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": "3178c002-7d70-420b-8086-df246d7f9611", "volume_types": ["82c21ed6-c843-4a2d-88e5-a180d9815678"], "name": "tempest-GroupSnapshotsTest-Group-187655309"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41838029-88f9-42fd-a3c8-ca089ff1bb8c', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41838029-88f9-42fd-a3c8-ca089ff1bb8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "55e5835a-777c-4230-b245-f0e66f9f5766", "name": "tempest-GroupSnapshotsTest-Group-187655309"}}' 2025-08-05 21:50:13,050 99282 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/55e5835a-777c-4230-b245-f0e66f9f5766 0.033s 2025-08-05 21:50:13,051 99282 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 - Hea ders: {'date': 'Tue, 05 Aug 2025 21:50:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efcec5b7-82e5-4f5f-9535-63b5cda48924', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efcec5b7-82e5-4f5f-9535-63b5cda48924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/55e5835a-777c-4230-b245-f0e66f9f5766'} Body: b'{"group": {"id": "55e5835a-777c-4230-b245-f0e66f9f5766", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T21:50:13.000000", "name": "tempest-GroupSnapshotsTest-Group-187655309", "description": null, "group_type": "3178c002-7d70-420b-8086-df246d7f9611", "volume_types": ["82c21ed6-c843-4a2d-88e5-a180d9815678"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:50:14,085 99282 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/55e5835a-777c-4230-b245-f0e66f9f5766 0.029s 2025-08-05 21:50:14,086 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6db3e2b9-c05a-42c7-ba9b-2bf548f363ac', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6db3e2b9-c05a-42c7-ba9b-2bf548f363ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/55e5835a-777c-4230-b245-f0e66f9f5766'} Body: b'{"group": {"id": "55e5835a-777c-4230-b245-f0e66f9f5766", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T21:50:13.000000", "name": "tempest-GroupSnapshotsTest-Group-187655309", "description": null, "group_type": "3178c002-7d70-420b-8086-df246d7f9611", "volume_types": ["82c21ed6-c843-4a2d-88e5-a180d9815678"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:50:14,122 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.032s 2025-08-05 21:50:14,123 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee2f7cd2-69e1-45fb-9c0a-389f6c6a2138', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee2f7cd2-69e1-45fb-9c0a-389f6c6a2138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 21:50:14,194 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/55e5835a-777c-4230-b245-f0e66f9f5766/action 0.058s 2025-08-05 21:50:14,195 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-89eef4f3-c422-4b34-8cf3-207b4314a78e', 'connection': 'close', 'status': '202', 'content-location': 'http://1 0.0.0.210/volume/v3/groups/55e5835a-777c-4230-b245-f0e66f9f5766/action'} Body: b'' 2025-08-05 21:50:14,210 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/55e5835a-777c-4230-b245-f0e66f9f5766 0.014s 2025-08-05 21:50:14,210 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-eeb3df80-77ac-4586-8b7e-f5423172f76f', 'x-openstack-request-id': 'req-eeb3df80-77ac-4586-8b7e-f5423172f76f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/55e5835a-777c-4230-b245-f0e66f9f5766'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 55e5835a-777c-4230-b245-f0e66f9f5766 could not be found."}}' 2025-08-05 21:50:14,237 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/3178c002-7d70-420b-8086-df246d7f9611 0.026s 2025-08-05 21:50:14,238 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-a2ba8498-f40e-4e5e-b271-b246a7ff649c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/3178c002-7d70-420b-8086-df246d7f9611'} Body: b'' 2025-08-05 21:50:14,288 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/82c21ed6-c843-4a2d-88e5-a180d9815678 0.049s 2025-08-05 21:50:14,288 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-24443a63-adb6-404f-a361-9e094baed09c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/82c21ed6-c843-4a2d-88e5-a180d9815678'} Body: b'' 2025-08-05 21:50:14,305 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/82c21ed6-c843-4a2d-88e5-a180d9815678 0.016s 2025-08-05 21:50:14,305 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-72eaaca9-daf3-48cd-bd64-2ba685388729', 'x-openstack-request-id': 'req-72eaaca9-daf3-48cd-bd64-2ba685388729', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/82c21ed6-c843-4a2d-88e5-a180d9815678'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 82c21ed6-c843-4a2d-88e5-a180d9815678 could not be found."}}' {6} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.150622s] ... ok {6} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.089625s] ... ok {6} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [1.652528s] ... 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 fd704181-c0d7-4a61-965e-1c0326312db8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:50:21,245 99282 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/volumes 0.291s 2025-08-05 21:50:21,245 99282 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-529849984"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da9f8686-6ac6-4f8b-95d8-8a6c159b12ca', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da9f8686-6ac6-4f8b-95d8-8a6c159b12ca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fd704181-c0d7-4a61-965e-1c0326312db8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:21.186613", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-529849984", "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/fd704181-c0d7-4a61-965e-1c0326312db8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd704181-c0d7-4a61-965e-1c0326312db8"}], "user_id": "96c84e1f542c4891aa2978bfbc044d68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:50:21,296 99282 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8 0.037s 2025-08-05 21:50:21,296 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b69acca-1930-4ec7-b5ff-48865c00237d', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b69acca-1930-4ec7-b5ff-48865c00237d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8'} Body: b'{"volume": {"id": "fd704181-c0d7-4a61-965e-1c0326312db8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:21.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-529849984", "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/fd704181-c0d7-4a61-965e-1c0326312db8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd704181-c0d7-4a61-965e-1c0326312db8"}], "user_id": "96c84e1f542c4891aa2978bfbc044d68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "69e8bf21d66147d78b8e3c6d37d001e7"}}' 2025-08-05 21:50:22,352 99282 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8 0.040s 2025-08-05 21:50:22,352 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:22 GMT', 'server': 'Apa che/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69315ed8-3109-459f-902c-4126f72f5454', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69315ed8-3109-459f-902c-4126f72f5454', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8'} Body: b'{"volume": {"id": "fd704181-c0d7-4a61-965e-1c0326312db8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:21.000000", "updated_at": "2025-08-05T21:50:21.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-529849984", "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/fd704181-c0d7-4a61-965e-1c0326312db8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd704181-c0d7-4a61-965e-1c0326312db8"}], "user_id": "96c84e1f542c4891aa2978bfbc044d68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "69e8bf21d66147d78b8e3c6d37d001e7"}}' 2025-08-05 21:50:22,409 99282 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8 0.039s 2025-08-05 21:50:22,410 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2107f53d-0a9d-4caa-85c7-939c14dd0543', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2107f53d-0a9d-4caa-85c7-939c14dd0543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8'} Body: b'{"volume": {"id": "fd704181-c0d7-4a61-965e-1c0326312db8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:21.000000", "updated_at": "2025-08-05T21:50:21.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-529849984", "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/fd704181-c0d7-4a61-965e-1c0326312db8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd704181-c0d7-4a61-965e-1c0326312db8"}], "user_id": "96c84e1f542c4891aa2978bfbc044d68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "69e8bf21d66147d78b8e3c6d37d001e7"}}' 2025-08-05 21:50:22,542 99282 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8 0.114s 2025-08-05 21:50:22,543 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab21554c-9d6a-4a1c-8294-8d1255af7078', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8'} Body: b'' 2025-08-05 21:50:22,604 99282 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWitho utMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8 0.060s 2025-08-05 21:50:22,604 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ee9a37a-aec0-44c9-bf19-c3c0a2c04b69', 'x-openstack-request-id': 'req-8ee9a37a-aec0-44c9-bf19-c3c0a2c04b69', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fd704181-c0d7-4a61-965e-1c0326312db8 could not be found."}}' {6} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [1.630231s] ... 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 3aad8c03-7146-4792-b579-30816cb38bec failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:50:26,043 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/volumes 0.327s 2025-08-05 21:50:26,043 99282 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-188778758"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2b8c708-d976-472f-9533-8d2f066cefd8', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2b8c708-d976-472f-9533-8d2f066cefd8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3aad8c03-7146-4792-b579-30816cb38bec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:25.988477", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-188778758", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3aad8c03-7146-4792-b579-30816cb38bec"}], "user_id": "95579d60d0ad40b09b6cdfb9f5552b9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:50:26,104 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec 0.049s 2025-08-05 21:50:26,105 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdf2f5ec-2de7-4583-a847-277d3586872f', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdf2f5ec-2de7-4583-a847-277d3586872f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec'} Body: b'{"volume": {"id": "3aad8c03-7146-4792-b579-30816cb38bec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:26.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-188778758", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3aad8c03-7146-4792-b579-30816cb38bec"}], "user_id": "95579d60d0ad40b09b6cdfb9f5552b9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6de4a971af6c45dfbe6af9772164218d"}}' 2025-08-05 21:50:27,160 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec 0.036s 2025-08-05 21:50:27,160 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10b8dbda-9542-4aec-8ed1-846 1e79c74c1', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10b8dbda-9542-4aec-8ed1-8461e79c74c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec'} Body: b'{"volume": {"id": "3aad8c03-7146-4792-b579-30816cb38bec", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:26.000000", "updated_at": "2025-08-05T21:50:26.000000", "name": "tempest-VolumesDeleteCascade-Volume-188778758", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3aad8c03-7146-4792-b579-30816cb38bec"}], "user_id": "95579d60d0ad40b09b6cdfb9f5552b9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6de4a971af6c45dfbe6af9772164218d"}}' 2025-08-05 21:50:27,214 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec 0.040s 2025-08-05 21:50:27,214 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dde0eb38-fd87-4021-94f6-02018da1ef3b', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dde0eb38-fd87-4021-94f6-02018da1ef3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec'} Body: b'{"volume": {"id": "3aad8c03-7146-4792-b579-30816cb38bec", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:26.000000", "updated_at": "2025-08-05T21:50:26.000000", "name": "tempest-VolumesDeleteCascade-Volume-188778758", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3aad8c03-7146-4792-b579-30816cb38bec"}], "user_id": "95579d60d0ad40b09b6cdfb9f5552b9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6de4a971af6c45dfbe6af9772164218d"}}' 2025-08-05 21:50:27,322 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec 0.094s 2025-08-05 21:50:27,323 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28ca0709-1a95-48de-b7b7-eb3fb5966a2e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec'} Body: b'' 2025-08-05 21:50:27,344 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec 0.020s 2025-08-05 21:50:27,344 99282 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:27 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-739bcf99-b60a-4b37-9ae3-9a49be093741', 'x-openstack-request-id': 'req-739bcf99-b60a-4b37-9ae3-9a49be093741', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3aad8c03-7146-4792-b579-30816cb38bec could not be found."}}' {6} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [1.534819s] ... 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 6060c7df-0997-418b-a6b1-4b3752216b8b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:50:27,541 99282 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.194s 2025-08-05 21:50:27,542 99282 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-504200851"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fc6f302-04ff-4582-91fa-0a82d9d65987', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fc6f302-04ff-4582-91fa-0a82d9d65987', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6060c7df-0997-418b-a6b1-4b3752216b8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:27.477345", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-504200851", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b"}], "user_id": "95579d60d0ad40b09b6cdfb9f5552b9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:50:27,595 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b 0.041s 2025-08-05 21:50:27,596 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f25c251d-cb60-4409-a531-ce880faad9ea', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f25c251d-cb60-4409-a531-ce880faad9ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b'} Body: b'{"volume": {"id": "6060c7df-0997-418b-a6b1-4b3752216b8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:27.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-504200851", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b"}], "user_id": "95579d60d0ad40b09b6cdfb9f5552b9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6de4a971af6c45dfbe6af9772164218d"}}' 2025-08-05 21:50:28,672 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b 0.062s 2025-08-05 21:50:28,673 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-req uest-id': 'req-cfebde90-2c8f-4495-875a-7905cea27f76', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfebde90-2c8f-4495-875a-7905cea27f76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b'} Body: b'{"volume": {"id": "6060c7df-0997-418b-a6b1-4b3752216b8b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:27.000000", "updated_at": "2025-08-05T21:50:28.000000", "name": "tempest-VolumesDeleteCascade-Volume-504200851", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b"}], "user_id": "95579d60d0ad40b09b6cdfb9f5552b9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6de4a971af6c45dfbe6af9772164218d"}}' 2025-08-05 21:50:28,724 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b 0.038s 2025-08-05 21:50:28,725 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf563005-cc6f-47d8-a194-2874d8ebebb5', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf563005-cc6f-47d8-a194-2874d8ebebb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b'} Body: b'{"volume": {"id": "6060c7df-0997-418b-a6b1-4b3752216b8b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:27.000000", "updated_at": "2025-08-05T21:50:28.000000", "name": "tempest-VolumesDeleteCascade-Volume-504200851", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b"}], "user_id": "95579d60d0ad40b09b6cdfb9f5552b9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6de4a971af6c45dfbe6af9772164218d"}}' 2025-08-05 21:50:28,846 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b 0.104s 2025-08-05 21:50:28,846 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91e142f6-96dc-4170-a39d-77047eb31db9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b'} Body: b'' 2025-08-05 21:50:28,880 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b 0.033s 2025-08-05 21:50 :28,880 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0a840e5-b2c1-4a49-918a-0c368eb9bdad', 'x-openstack-request-id': 'req-d0a840e5-b2c1-4a49-918a-0c368eb9bdad', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6060c7df-0997-418b-a6b1-4b3752216b8b could not be found."}}' {6} 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 0c614760-a32b-4973-9cff-daab56874418 failed to build and is in ERROR status {9} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [282.494012s] ... 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 675ec549-bfd7-4501-ad61-e1adaba7a482 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-05T21:50:23Z', 'message': 'Build of instance 675ec549-bfd7-4501-ad61-e1adaba7a482 aborted: Volume f8056b1b-2559-4e14-833a-262f081ed10a 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-7f3af2e8-a338-4796-be12-58532a51331a. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:46:16,338 99288 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.087s 2025-08-05 21:46:16,338 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:16 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-a418e99a-f237-4f2e-b333-45e15fb8ae61', '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": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612-project-member", "password_expires_at": null}, "audit_ids": ["Ag1RbwnBSzuzdzsE_3C__Q"], "expires_at": "2025-08-05T22:46:16.000000Z", "issued_at": "2025-08-05T21:46:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e092b24f65b84980b550524c58deda79", "name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e092b24f65b84980b550524c58deda79", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:46:16,339 99288 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'f94361ea-73b7-4dd8-b8c6-97e2154aeefa', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-7501266-network', 'tenant_id': 'e092b24f65b84980b550524c58deda79', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e092b24f65b84980b550524c58deda79', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 64481, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:41:27Z', 'updated_at': '2025-08-05T21:41:28Z', 'revision_number': 1} available for tenant 2025-08-05 21:46:16,804 99288 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.465s 2025-08-05 21:46:16,805 99288 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-1696852978", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "f94361ea-73b7-4dd8-b8c6-97e2154aeefa"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081', '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-bafff446-c241-4c3e-903a-ec1d72521d22', 'x-compute-request-id': 'req-bafff446-c241-4c3e-903a-ec1d72521d22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "8Z7nivrYMmQR"}}' 2025-08-05 21:46:16,886 99288 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/b825c6ee-ef42-421d-bdb6-3f63ff48d081 0.078s 2025-08-05 21:46:16,886 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:16 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-fa4e9862-f325-48f7-ae5d-7f628ff70692', 'x-compute-request-id': 'req-fa4e9862-f325-48f7-ae5d-7f628ff70692', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081'} Body: b'{"server": {"id": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1696852978", "status": "BUILD", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:46:17Z", "updated": "2025-08-05T21:46:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}], "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-08-05 21:47:07,279 99288 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/b825c6ee-ef42-421d-bdb6-3f63ff48d081 0.321s 2025-08-05 21:47:07,279 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1688', '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-0a1d2568-ab77-4a36-91ce-cf794b54107d', 'x-compute-request-id': 'req-0a1d2568-ab77-4a36-91ce-cf794b54107d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081'} Body: b'{"server": {"id": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1696852978", "status": "ACTIVE", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "ea30b1488670a14763294f57c7a5c8e0f9b7deeac6c248301ecbe558", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:46:16Z", "updated": "2025-08-05T21:46:35Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-7501266-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:be:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:46:35.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-08-05 21:47:07,299 99288 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 21:48:08,067 99288 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/b825c6ee-ef42-421d-bdb6-3f63ff48d081/action 0.707s 2025-08-05 21:48:08,067 99288 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-578896427"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:07 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-da5e8b41-1960-4a08-ad04-0aed06e33f29', 'x-compute-request-id': 'req-da5e8b41-1960-4a08-ad04-0aed06e33f29', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081/action'} Body: b'{"image_id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1"}' 2025-08-05 21:48:08,102 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.033s 2025-08-05 21:48:08,102 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6c267083-e50b-4196-8675-2ba992e8fda4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:08Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:09,138 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.034s 2025-08-05 21:48:09,139 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c20f146c-d15c-4e11-a1e1-3486761ff3df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884 d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:08Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:10,161 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.021s 2025-08-05 21:48:10,161 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-39aebc24-95a1-48f4-b9ba-0733d695cd9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:08Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:11,187 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.025s 2025-08-05 21:48:11,188 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1ab17e1b-b033-4e30-ae2c-cc7309b51589', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_project_name": "tempest-ServerBootFr omVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:08Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:12,221 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.031s 2025-08-05 21:48:12,221 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-751a6e16-7cd4-41cd-8dfc-9150a0871cc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:08Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:13,248 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.025s 2025-08-05 21:48:13,248 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2e3e4d67-a307-4b22-9b74-d0b7f6618d9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:08Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:14,273 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.023s 2025-08-05 21:48:14,274 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ca110f97-c18f-42ee-806c-c79379c90af8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:08Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:15,298 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.022s 2025-08-05 21:48:15,298 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': ' application/json', 'x-openstack-request-id': 'req-429e093f-7cdc-43fa-b59e-bb393836a9ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_id": "e092b24f65b84980b550524c58deda79", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:15Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:16,323 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.024s 2025-08-05 21:48:16,324 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d2c9c069-1470-4d6b-b502-c1423d008862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_id": "e092b24f65b84980b550524c58deda79", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "5db802d6332b391b0efa28e1091b28dc", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "7f8ca552581fd2c300b0dd022449cfbb713c83088b1fde3a5b01e1760a221d6b28653070a0c979501473e1e92dcc14760ec64bf93f13c6c44e7d861eb2b1df36", "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:16Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:16,354 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.030s 2025-08-05 21:48:16,355 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a42d2516-5b3b-452f-b2eb-1272c7e2fbe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_id": "e092b24f65b84980b550524c58deda79", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "5db802d6332b391b0efa28e1091b28dc", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "7f8ca552581fd2c300b0dd022449cfbb713c83088b1fde3a5b01e1760a221d6b28653070a0c979501473e1e92dcc14760ec64bf93f13c6c44e7d861eb2b1df36", "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:16Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:16,620 99288 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/b825c6ee-ef42-421d-bdb6-3f63ff48d081 0.264s 2025-08-05 21:48:16,620 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1701', '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-ba8d4a95-855e-4b4e-b59a-c4bfdd9c69da', 'x-compute-request-id': 'req-ba8d4a95-855e-4b4e-b59a-c4bfdd9c69da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081'} Body: b'{"server": {"id": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1696852978", "status": "ACTIVE", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "ea30b1488670a14763294f57c7a5c8e0f9b7deeac6c248301ecbe558", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:46:16Z", "updated": "2025-08-05T21:48:14Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-7501266-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:be:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:46:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "image_uploading", "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-08-05 21:49:06,901 99288 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/b825c6ee-ef42-421d-bdb6-3f63ff48d081 0.214s 2025-08-05 21:49:06,902 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1688', '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-8eb528cc-98b4-4922-aa7f-01280fc1fb5c', 'x-compute-request-id': 'req-8eb528cc-98b4-4922-aa7f-01280fc1fb5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081'} Body: b'{"server": {"id": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1696852978", "status": "ACTIVE", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "ea30b1488670a14763294f57c7a5c8e0f9b7deeac6c248301ecbe558", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:46:16Z", "updated": "2025-08-05T21:48:16Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-7501266-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:be:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:46:35.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-08-05 21:49:06,92 1 99288 INFO [tempest.common.waiters] State transition "ACTIVE/image_uploading" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:50:07,087 99288 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.103s 2025-08-05 21:50:07,088 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:06 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-ebcd99f3-8be5-4861-acd9-4f1abee0ff7f', '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": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612-project-member", "password_expires_at": null}, "audit_ids": ["isLc9L0wS76cBfPbgHdiIQ"], "expires_at": "2025-08-05T22:50:07.000000Z", "issued_at": "2025-08-05T21:50:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e092b24f65b84980b550524c58deda79", "name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e092b24f65b84980b550524c58deda79", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:50:07,088 99288 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'f94361ea-73b7-4dd8-b8c6-97e2154aeefa', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-7501266-network', 'tenant_id': 'e092b24f65b84980b550524c58deda79', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e092b24f65b84980b550524c58deda79', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 6448 1, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:41:27Z', 'updated_at': '2025-08-05T21:41:28Z', 'revision_number': 1} available for tenant 2025-08-05 21:50:07,728 99288 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.638s 2025-08-05 21:50:07,728 99288 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-169212815", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "74252a56-508e-4c15-96b1-e348eb8dba1e", "destination_type": "volume"}], "networks": [{"uuid": "f94361ea-73b7-4dd8-b8c6-97e2154aeefa"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/675ec549-bfd7-4501-ad61-e1adaba7a482', '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-7f3af2e8-a338-4796-be12-58532a51331a', 'x-compute-request-id': 'req-7f3af2e8-a338-4796-be12-58532a51331a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "675ec549-bfd7-4501-ad61-e1adaba7a482", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/675ec549-bfd7-4501-ad61-e1adaba7a482"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/675ec549-bfd7-4501-ad61-e1adaba7a482"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "iN88fmhyS4yn"}}' 2025-08-05 21:50:07,815 99288 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/675ec549-bfd7-4501-ad61-e1adaba7a482 0.084s 2025-08-05 21:50:07,816 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-721a6c25-573b-4d50-ae02-73e71914aff8', 'x-compute-request-id': 'req-721a6c25-573b-4d50-ae02-73e71914aff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/675ec549-bfd7-4501-ad61-e1adaba7a482'} Body: b'{"server": {"id": "675ec549-bfd7-4501-ad61-e1adaba7a482", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-169212815", "status": "BUILD", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:50:08Z", "updated": "2025-08-05T21:50:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/675ec549-bfd7-4501 -ad61-e1adaba7a482"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/675ec549-bfd7-4501-ad61-e1adaba7a482"}], "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-08-05 21:50:58,042 99288 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/675ec549-bfd7-4501-ad61-e1adaba7a482 0.156s 2025-08-05 21:50:58,042 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:57 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-0a8f10ec-b1c7-4dcd-8366-6056cb3f8c92', 'x-compute-request-id': 'req-0a8f10ec-b1c7-4dcd-8366-6056cb3f8c92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/675ec549-bfd7-4501-ad61-e1adaba7a482'} Body: b'{"server": {"id": "675ec549-bfd7-4501-ad61-e1adaba7a482", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-169212815", "status": "ERROR", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:50:07Z", "updated": "2025-08-05T21:50:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/675ec549-bfd7-4501-ad61-e1adaba7a482"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/675ec549-bfd7-4501-ad61-e1adaba7a482"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-05T21:50:23Z", "message": "Build of instance 675ec549-bfd7-4501-ad61-e1adaba7a482 aborted: Volume f8056b1b-2559-4e14-833a-262f081ed10a 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-08-05 21:50:58,063 99288 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2025-08-05 21:50:58,690 99288 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/675ec549-bfd7-4501-ad61-e1adaba7a482 0.626s 2025-08-05 21:50:58,691 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': '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-0d5deed1-2dc5-48f5-9aae-2bd8e6659322', 'x-compute-request-id': 'req-0d5deed1-2dc5-48f5-9aae-2bd8e6659322', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/675ec549-bfd7-4501-ad61-e1adaba7a482'} Body: b'' 2025-08-05 21:50:58,736 99288 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/675ec549-bfd7-4501-ad61-e1adaba7a482 0.045s 2025-08-05 21:50:58,737 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-f89d28a7-265c-42ca-8aaa-c569e25363e0', 'x-compute-request-id': 'req-f89d28a7-265c-42ca-8aaa-c569e25363e0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/675ec549-bfd7-4501-ad61-e1adaba7a482'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 675ec549-bfd7-4501-ad61-e1adaba7a482 could not be found."}}' {7} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [166.659007s] ... 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 39166aea-c0bf-49c4-9581-7148f55236d4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:26,926 99284 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-08-05 21:48:27,547 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.619s 2025-08-05 21:48:27,548 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--2112954764", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-bd8d5c96-a20f-49c8-a77d-0f7c2ade63d6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--2112954764", "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": "51d17131f7874312812dc0333b935aae", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "6fce6fc6-3190-4ba3-9539-8373c4fd06d3", "created_at": "2025-08-05T21:48:28Z", "updated_at": "2025-08-05T21:48:28Z", "tags": [], "self": "/v2/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3", "file": "/v2/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:29,039 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3/file 1.490s 2025-08-05 21:48:29,039 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-80a08b83-55f3-4ac8-b518-3bf65f9e01f4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3/file'} Body: b'' 2025-08-05 21:48:29,039 99284 DEBUG [tempest.scenario.manager] image:6fce6fc6-3190-4ba3-9539-8373c4fd06d3 2025-08-05 21:48:29,094 99284 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.053s 2025-08-05 21:48:29,095 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1548931736", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH/8HfJ/AkV00dc4ar9j7lLuO2Io6g4Tt4nUFNc2NH52ZqBiW/gby2gk6aarJo9qxd+McpfXU83IG5JtUM0R3pj2xrEAxWJe/7UKhmvTs/JYx2H6VtlnEaB2sV23KduWIA=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4aacc80-ac77-4388-9177-8bba46ee1ea4', 'x-compute-request-id': 'req-a4aacc80-ac77-4388-9177-8bba46ee1ea4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-154 8931736", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH/8HfJ/AkV00dc4ar9j7lLuO2Io6g4Tt4nUFNc2NH52ZqBiW/gby2gk6aarJo9qxd+McpfXU83IG5JtUM0R3pj2xrEAxWJe/7UKhmvTs/JYx2H6VtlnEaB2sV23KduWIA==", "fingerprint": "e5:3e:b2:fa:6b:14:0a:71:d0:1d:65:ea:bf:76:5e:74", "user_id": "e7bb9d0f4a69409e82d578183a785942"}}' 2025-08-05 21:48:29,212 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.110s 2025-08-05 21:48:29,213 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:29 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-07d5382f-3176-4e30-99ca-720a7322828e', '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": "e7bb9d0f4a69409e82d578183a785942", "name": "tempest-TestMinimumBasicScenario-869708426-project-member", "password_expires_at": null}, "audit_ids": ["IOpLm7SdQTe8oP0xw_M16A"], "expires_at": "2025-08-05T22:48:29.000000Z", "issued_at": "2025-08-05T21:48:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "51d17131f7874312812dc0333b935aae", "name": "tempest-TestMinimumBasicScenario-869708426"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/51d17131f7874312812dc0333b935aae", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:48:29,213 99284 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'b950183d-4aae-4f02-b87e-b77a7257bcbf', 'name': 'tempest-TestMinimumBasicScenario-536188998-network', 'tenant_id': '51d17131f7874312812dc0333b935aae', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '51d17131f7874312812dc0333b935aae', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11526, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:45:26Z', 'updated_at': '2025-08-05T21:45:26Z', 'revision_number': 1} available for tenant 2025-08-05 21:48:30,256 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 1.041s 2025-08-05 21:48:30,256 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-70643096", "imageRef": "6fce6fc6-3190-4ba3-9539-8373c4fd06d3", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1548931736", "networks": [{"uuid": "b950183d-4aae-4f02-b87e-b77a7257bcbf"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6a24346-dc33-44f8-a944-11bfc2afcfaa', 'x-compute-request-id': 'req-e6a24346-dc33-44f8-a944-11bfc2afcfaa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5b570698-f1b7-42e2-aae0-f5d86c94efb4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "xBwH3zBoe63c"}}' 2025-08-05 21:48:30,352 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4 0.093s 2025-08-05 21:48:30,353 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:30 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-8f1dc01a-4be8-4c27-b6c6-32e567aab949', 'x-compute-request-id': 'req-8f1dc01a-4be8-4c27-b6c6-32e567aab949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4'} Body: b'{"server": {"id": "5b570698-f1b7-42e2-aae0-f5d86c94efb4", "name": "tempest-TestMinimumBasicScenario-server-70643096", "status": "BUILD", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "", "image": {"id": "6fce6fc6-3190-4ba3-9539-8373c4fd06d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:30Z", "updated": "2025-08-05T21:48:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:a vailability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1548931736", "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-08-05 21:49:20,775 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4 0.359s 2025-08-05 21:49:20,775 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1532', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40d7ef57-83b0-47b8-affe-6b1084d13af9', 'x-compute-request-id': 'req-40d7ef57-83b0-47b8-affe-6b1084d13af9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4'} Body: b'{"server": {"id": "5b570698-f1b7-42e2-aae0-f5d86c94efb4", "name": "tempest-TestMinimumBasicScenario-server-70643096", "status": "ACTIVE", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "8839fbc48dceee363e8daf3a16554be724fb0da71069adc530325c03", "image": {"id": "6fce6fc6-3190-4ba3-9539-8373c4fd06d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:30Z", "updated": "2025-08-05T21:48:47Z", "addresses": {"tempest-TestMinimumBasicScenario-536188998-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:94:a8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1548931736", "OS-SRV-USG:launched_at": "2025-08-05T21:48:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:49:20,790 99284 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:50:21,032 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4 0.224s 2025-08-05 21:50:21,032 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1532', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66392e4b-bfee-4019-821c-1299486180b7', 'x-compute-request-id': 'req-66392e4b-bfee-4019-821c-1299486180b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4'} Body: b'{"server": {"id": "5b570698-f1b7-42e2-aae0-f 5d86c94efb4", "name": "tempest-TestMinimumBasicScenario-server-70643096", "status": "ACTIVE", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "8839fbc48dceee363e8daf3a16554be724fb0da71069adc530325c03", "image": {"id": "6fce6fc6-3190-4ba3-9539-8373c4fd06d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:30Z", "updated": "2025-08-05T21:48:47Z", "addresses": {"tempest-TestMinimumBasicScenario-536188998-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:94:a8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1548931736", "OS-SRV-USG:launched_at": "2025-08-05T21:48:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:50:21,236 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.189s 2025-08-05 21:50:21,237 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '339', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15ba694e-9180-4a2d-8d98-80aefe6a46b2', 'x-compute-request-id': 'req-15ba694e-9180-4a2d-8d98-80aefe6a46b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "5b570698-f1b7-42e2-aae0-f5d86c94efb4", "name": "tempest-TestMinimumBasicScenario-server-70643096", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}]}]}' 2025-08-05 21:50:21,454 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4 0.213s 2025-08-05 21:50:21,454 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1532', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b3f53b6-d9ac-4b7a-a57e-7633973d6dc4', 'x-compute-request-id': 'req-9b3f53b6-d9ac-4b7a-a57e-7633973d6dc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4'} Body: b'{"server": {"id": "5b570698-f1b7-42e2-aae0-f5d86c94efb4", "name": "tempest-TestMinimumBasicScenario-server-70643096", "status": "ACTIVE", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "8839fbc48dceee363 e8daf3a16554be724fb0da71069adc530325c03", "image": {"id": "6fce6fc6-3190-4ba3-9539-8373c4fd06d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:30Z", "updated": "2025-08-05T21:48:47Z", "addresses": {"tempest-TestMinimumBasicScenario-536188998-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:94:a8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1548931736", "OS-SRV-USG:launched_at": "2025-08-05T21:48:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:50:21,647 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/volumes 0.178s 2025-08-05 21:50:21,647 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-319382692", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e66e7c7-24f7-4bfc-8bd0-626fd14b6fed', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e66e7c7-24f7-4bfc-8bd0-626fd14b6fed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "39166aea-c0bf-49c4-9581-7148f55236d4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:21.591448", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-319382692", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/39166aea-c0bf-49c4-9581-7148f55236d4"}], "user_id": "e7bb9d0f4a69409e82d578183a785942", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:50:21,696 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4 0.038s 2025-08-05 21:50:21,697 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d37ba0-f008-4096-8509-bf0586bfe3a8', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d37ba0-f008-4096-8509-bf0586bfe3a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4'} Body: b'{"volume": {"id": "39166aea-c0bf-49c4-9581-7148f55236d4", "status": "creating", "size": 1, "availability_z one": "nova", "created_at": "2025-08-05T21:50:22.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-319382692", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/39166aea-c0bf-49c4-9581-7148f55236d4"}], "user_id": "e7bb9d0f4a69409e82d578183a785942", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "51d17131f7874312812dc0333b935aae"}}' 2025-08-05 21:50:22,748 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4 0.036s 2025-08-05 21:50:22,748 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d06edb10-9919-4480-bf07-f5189f7a19aa', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d06edb10-9919-4480-bf07-f5189f7a19aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4'} Body: b'{"volume": {"id": "39166aea-c0bf-49c4-9581-7148f55236d4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:22.000000", "updated_at": "2025-08-05T21:50:22.000000", "name": "tempest-TestMinimumBasicScenario-volume-319382692", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/39166aea-c0bf-49c4-9581-7148f55236d4"}], "user_id": "e7bb9d0f4a69409e82d578183a785942", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "51d17131f7874312812dc0333b935aae"}}' 2025-08-05 21:50:22,880 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4 0.118s 2025-08-05 21:50:22,880 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-913e4f63-6c66-4cc4-bc9f-b9ed1209b323', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4'} Body: b'' 2025-08-05 21:50:22,905 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4 0.024s 2025-08-05 21:50:22,905 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-49cde67d-ebb 9-48b5-9c90-1d735487f3fd', 'x-openstack-request-id': 'req-49cde67d-ebb9-48b5-9c90-1d735487f3fd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 39166aea-c0bf-49c4-9581-7148f55236d4 could not be found."}}' 2025-08-05 21:50:23,027 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4 0.121s 2025-08-05 21:50:23,028 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:22 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-1185235f-bf2b-445e-8ab6-5ec097fa2478', 'x-compute-request-id': 'req-1185235f-bf2b-445e-8ab6-5ec097fa2478', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4'} Body: b'' 2025-08-05 21:50:23,203 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4 0.175s 2025-08-05 21:50:23,204 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd78352f-c17d-4243-8fd8-4b7dfb570cef', 'x-compute-request-id': 'req-dd78352f-c17d-4243-8fd8-4b7dfb570cef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4'} Body: b'{"server": {"id": "5b570698-f1b7-42e2-aae0-f5d86c94efb4", "name": "tempest-TestMinimumBasicScenario-server-70643096", "status": "ACTIVE", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "8839fbc48dceee363e8daf3a16554be724fb0da71069adc530325c03", "image": {"id": "6fce6fc6-3190-4ba3-9539-8373c4fd06d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:30Z", "updated": "2025-08-05T21:50:23Z", "addresses": {"tempest-TestMinimumBasicScenario-536188998-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:94:a8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1548931736", "OS-SRV-USG:launched_at": "2025-08-05T21:48:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:51:13,423 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7- 42e2-aae0-f5d86c94efb4 0.159s 2025-08-05 21:51:13,424 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:13 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-b5e1ec87-d9e9-43e1-9d75-90f536b0dbbd', 'x-compute-request-id': 'req-b5e1ec87-d9e9-43e1-9d75-90f536b0dbbd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5b570698-f1b7-42e2-aae0-f5d86c94efb4 could not be found."}}' 2025-08-05 21:51:13,480 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1548931736 0.054s 2025-08-05 21:51:13,480 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:13 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-e3c6ba80-bd01-4f53-b8fa-5ea6681aaed4', 'x-compute-request-id': 'req-e3c6ba80-bd01-4f53-b8fa-5ea6681aaed4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1548931736'} Body: b'' 2025-08-05 21:51:13,584 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3 0.103s 2025-08-05 21:51:13,584 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-f5e62647-266f-4c11-b19c-330beb281fe4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3'} Body: b'' {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [166.687977s] ... 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 0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:30,897 99290 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 21:48:30,897 99290 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:48:31,031 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.132s 2025-08-05 21:48:31,031 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1271353906", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIvBcW4O3PcbkTbYeMeA9Fs5GWDq6icCo6T95UiE4FNypB3vQLculAd0GwpB1isSTDFFYvRt1FaNL71NrVLvLYhsMFrOZ4Ml0SfcKySZIpcbCbpojJG0Ec51aLxyjRbRSw=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:30 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-87ca3636-d89a-4d84-acfb-abfcb03b5732', 'x-compute-request-id': 'req-87ca3636-d89a-4d84-acfb-abfcb03b5732', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1271353906", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIvBcW4O3PcbkTbYeMeA9Fs5GWDq6icCo6T95UiE4FNypB3vQLculAd0GwpB1isSTDFFYvRt1FaNL71NrVLvLYhsMFrOZ4Ml0SfcKySZIpcbCbpojJG0Ec51aLxyjRbRSw==", "fingerprint": "65:f8:9f:bb:79:5a:38:27:df:23:08:15:e9:25:f9:3a", "user_id": "21f2ad057f094d93afe08c12b86da7c2"}}' 2025-08-05 21:48:31,034 99290 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1271353906 created 2025-08-05 21:48:31,321 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.287s 2025-08-05 21:48:31,322 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1666457474", "description": "tempest-description--915207941"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-f95f70d0-e01a-4bb0-8a04-a346843df25a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f4d2d0c5-8744-41fd-87bb-67fc2ed3d547", "name": "tempest-securitygroup--1666457474", "stateful": true, "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "description": "tempest-description--915207941", "shared": false, "security_group_rules": [{"id": "15656bd1-a7c5-47eb-9d2c-3fa89311d696", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "security_group_id": "f4d2d0c5-8744-41fd-87bb-67fc2ed3d547", "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": 782, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:48:31Z", "updated_at": "2025-08-05T21:48:31Z", "revision_number": 0}, {"id": "c8d7e15a-d4b7-4015-a3e5-07f6badb9fcf", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "security_group_id": "f4d2d0c5-8744-41fd-87bb-67fc2ed3d547", "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": 781, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:48:31Z", "updated_at": "2025-08-05T21:48:31Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:48:31Z", "updated_at": "2025-08-05T21:48:31Z", "revision_number": 1, "project_id": "9b9a1cf1979f4944bc528c1da07ef979"}}' 2025-08-05 21:48:31,558 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.235s 2025-08-05 21:48:31,559 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f4d2d0c5-8744-41fd-87bb-67fc2ed3d547", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d79aa19d-1b30-435d-81fe-dc43828ce060', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2fd68143-d5aa-422b-b1eb-0fbc03ba971f", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "security_group_id": "f4d2d0c5-8744-41fd-87bb-67fc2ed3d547", "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-08-05T21:48:31Z", "updated_at": "2025-08-05T21:48:31Z", "revision_number": 0}}' 2025-08-05 21:48:31,802 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.242s 2025-08-05 21:48:31,802 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f4d2d0c5-8744-41fd-87bb-67fc2ed3d547", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-0bfc024e-4458-4a89-9d23-2d0f9b2716a0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3480d746-93e1-47d0-bcee-b77409f0fb09", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "security_group_id": "f4d2d0c5-8744-41fd-87bb-67fc2ed3d547", "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-08-05T21:48:31Z", "updated_at": "2025-08-05T21:48:31Z", "revision_number": 0}}' 2025-08-05 21:48:31,802 99290 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1666457474 created 2025-08-05 21:48:32,580 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.776s 2025-08-05 21:48:32,580 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-83b76b18-8aaa-43f5-9b45-8d0a2fbfedcb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "00368a43-1ee6-4e0e-98f0-e2fd936c1f63", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "floating_ip_address": "172.24.4.34", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:48:32Z", "updated_at": "2025-08-05T21:48:32Z", "revision_number": 0}}' 2025-08-05 21:48:32,581 99290 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '00368a43-1ee6-4e0e-98f0-e2fd936c1f63', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'floating_ip_address': '172.24.4.34', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:48:32Z', 'updated_at': '2025-08-05T21:48:32Z', 'revision_number': 0, 'ip': '172.24.4.34'} created 2025-08-05 21:48:32,670 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.083s 2025-08-05 21:48:32,670 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:32 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-013f4e7f-147a-40f4-9cf1-87d8ff529322', '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": "21f2ad057f094d93afe08c12b86da7c2", "name": "tempest-AttachVolumeTestJSON-1968961469-project-member", "password_expires_at": null}, "audit_ids": ["EYzLciaBSxuR07jNTWzZTw"], "expires_at": "2025-08-05T22:48:32.000000Z", "issued_at": "2025-08-05T21:48:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b9a1cf1979f4944bc528c1da07ef979", "name": "tempest-AttachVolumeTestJSON-1968961469"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9b9a1cf1979f4944bc528c1da07ef979", "region": "RegionOne"}], "id": "3daf87d99a7746d 0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:48:32,671 99290 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '4cb71b16-a6a0-4898-ac7b-fbcffc0e0a5f', 'name': 'tempest-AttachVolumeTestJSON-1603432914-network', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 47821, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:48:23Z', 'updated_at': '2025-08-05T21:48:23Z', 'revision_number': 1} available for tenant 2025-08-05 21:48:32,671 99290 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1271353906', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIvBcW4O3PcbkTbYeMeA9Fs5GWDq6icCo6T95UiE4FNypB3vQLculAd0GwpB1isSTDFFYvRt1FaNL71NrVLvLYhsMFrOZ4Ml0SfcKySZIpcbCbpojJG0Ec51aLxyjRbRSw==', 'fingerprint': '65:f8:9f:bb:79:5a:38:27:df:23:08:15:e9:25:f9:3a', 'user_id': '21f2ad057f094d93afe08c12b86da7c2', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCmcwDcRosj25MJ3kWEsfw1+qqSd5ZFa0FeMukrwF5N9BXHKFr6veXV\nSd9SUtos8BCgBwYFK4EEACKhZANiAASLwXFuDtz3G5E22HjHgPRbORlg6uonAqOk\n/eVIhOBTcqQd70C3LpQHdBsKQdYrEkwxRWL0bdRWjS+9Ta1S7y2IbDBazmeDJdEn\n3CskmSKXGwm6aIyRtBHOdWi8co0W0Us=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f4d2d0c5-8744-41fd-87bb-67fc2ed3d547', 'name': 'tempest-securitygroup--1666457474', 'stateful': True, 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'description': 'tempest-description--915207941', 'shared': False, 'security_group_rules': [{'id': '15656bd1-a7c5-47eb-9d2c-3fa89311d696', 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'security_group_id': 'f4d2d0c5-8744-41fd-87bb-67fc2ed3d547', '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': 782, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:48:31Z', 'updated_at': '2025-08-05T21:48:31Z', 'revision_number': 0}, {'id': 'c8d7e15a-d4b7-4015-a3e5-07f6badb9fcf', 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'security_group_id': 'f4d2d0c5-8744-41fd-87bb-67fc2ed3d547', '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': 781, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:48:31Z', 'updated_at': '2025-08-05T21:48:31Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T21:48:31Z', 'up dated_at': '2025-08-05T21:48:31Z', 'revision_number': 1, 'project_id': '9b9a1cf1979f4944bc528c1da07ef979'}, 'floating_ip': {'id': '00368a43-1ee6-4e0e-98f0-e2fd936c1f63', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'floating_ip_address': '172.24.4.34', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:48:32Z', 'updated_at': '2025-08-05T21:48:32Z', 'revision_number': 0, 'ip': '172.24.4.34'}} 2025-08-05 21:48:33,250 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.577s 2025-08-05 21:48:33,250 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-2027388113", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "4cb71b16-a6a0-4898-ac7b-fbcffc0e0a5f"}], "security_groups": [{"name": "tempest-securitygroup--1666457474"}], "key_name": "tempest-keypair-1271353906", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eab4a661-eeb0-46c3-aadc-b8b5ecf67803', 'x-compute-request-id': 'req-eab4a661-eeb0-46c3-aadc-b8b5ecf67803', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7523cbeb-6c1f-404a-bb8b-2773337d2123", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1666457474"}], "adminPass": "password"}}' 2025-08-05 21:48:33,324 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123 0.071s 2025-08-05 21:48:33,325 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:33 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-9009f37c-2938-447e-9bff-7b2254369896', 'x-compute-request-id': 'req-9009f37c-2938-447e-9bff-7b2254369896', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123'} Body: b'{"server": {"id": "7523cbeb-6c1f-404a-bb8b-2773337d2123", "name": "tempest-AttachVolumeTestJSON-server-2027388113", "status": "BUILD", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "user_id": "21f2ad057f094d93afe08c12b86da7c2", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:33Z", "updated": "2025-08-05T21:48:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1271353906", "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-08-05 21:49:23,607 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123 0.217s 2025-08-05 21:49:23,607 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2fcb21a-b78d-4021-84d7-7a78fff13b3a', 'x-compute-request-id': 'req-c2fcb21a-b78d-4021-84d7-7a78fff13b3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123'} Body: b'{"server": {"id": "7523cbeb-6c1f-404a-bb8b-2773337d2123", "name": "tempest-AttachVolumeTestJSON-server-2027388113", "status": "ACTIVE", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "user_id": "21f2ad057f094d93afe08c12b86da7c2", "metadata": {}, "hostId": "c6a5b1c52820f5f6a611a8646521a6cbbb80175c871afe412dc94faf", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:33Z", "updated": "2025-08-05T21:48:49Z", "addresses": {"tempest-AttachVolumeTestJSON-1603432914-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:1d:e3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1271353906", "OS-SRV-USG:launched_at": "2025-08-05T21:48:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666457474"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:49:23,639 99290 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:50:23,824 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123/os-interface 0.170s 2025-08-05 21:50:23,824 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openst ack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-153428ae-7620-4c6e-a4db-064ce6fa1794', 'x-compute-request-id': 'req-153428ae-7620-4c6e-a4db-064ce6fa1794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "4cb71b16-a6a0-4898-ac7b-fbcffc0e0a5f", "port_id": "48eae017-ee6b-44fa-9e25-f72f1513c3b8", "mac_addr": "fa:16:3e:58:1d:e3", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8c3e7703-0ada-4cfc-ad50-e2bede92794b", "ip_address": "10.0.0.7"}]}]}' 2025-08-05 21:50:24,727 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/00368a43-1ee6-4e0e-98f0-e2fd936c1f63 0.897s 2025-08-05 21:50:24,728 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "48eae017-ee6b-44fa-9e25-f72f1513c3b8"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-9a9b1f42-0548-4b5a-b4d2-28260fce62a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/00368a43-1ee6-4e0e-98f0-e2fd936c1f63'} Body: b'{"floatingip": {"id": "00368a43-1ee6-4e0e-98f0-e2fd936c1f63", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "floating_ip_address": "172.24.4.34", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "1d53b8db-163d-4379-ba30-8c3439342022", "port_id": "48eae017-ee6b-44fa-9e25-f72f1513c3b8", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "4cb71b16-a6a0-4898-ac7b-fbcffc0e0a5f", "mac_address": "fa:16:3e:58:1d:e3", "admin_state_up": true, "status": "ACTIVE", "device_id": "7523cbeb-6c1f-404a-bb8b-2773337d2123", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:48:32Z", "updated_at": "2025-08-05T21:50:24Z", "revision_number": 1, "project_id": "9b9a1cf1979f4944bc528c1da07ef979"}}' 2025-08-05 21:50:24,734 99290 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.34:22' as 'cirros' with public key authentication 2025-08-05 21:50:24,747 99290 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:50:24,850 99290 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:50:24,851 99290 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.34 successfully created 2025-08-05 21:50:24,895 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123/ips 0.043s 2025-08-05 21:50:24,895 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:24 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-29751585-3c3d-4b4b-ba10-56814fba6893', 'x-compute-request-id': 'req-29751585-3c3d-4b4b-ba10-56814fba6893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1603432914-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2025-08-05 21:50:24,899 99290 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.34:22' as 'cirros' with public key authentication 2025-08-05 21:50:24,901 99290 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:50:25,002 99290 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:50:25,002 99290 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.34 successfully created 2025-08-05 21:50:25,003 99290 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-08-05 21:50:25,003 99290 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.34:22' as 'cirros' with public key authentication 2025-08-05 21:50:25,005 99290 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:50:25,107 99290 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:50:25,107 99290 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.34 successfully created 2025-08-05 21:50:25,455 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.337s 2025-08-05 21:50:25,455 99290 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-1883375218"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c507e0a5-802b-4ed9-8e3f-f3949781cbec', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c507e0a5-802b-4ed9-8e3f-f3949781cbec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:25.377534", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1883375218", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb"}], "user_id": "21f2ad057f094d93afe08c12b86da7c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:50:25,511 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb 0.043s 2025-08-05 21:50:25,512 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7c06278-8f7d-4b2f-909c-02433e8454e6', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7c06278-8f7d-4b2f-909c-02433e8454e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb'} Body: b'{"volume": {"id": "0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:25.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1883375218", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "se lf", "href": "http://10.0.0.210/volume/v3/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb"}], "user_id": "21f2ad057f094d93afe08c12b86da7c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9b9a1cf1979f4944bc528c1da07ef979"}}' 2025-08-05 21:50:26,565 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb 0.039s 2025-08-05 21:50:26,566 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb65e705-5e35-426f-b7d1-3c0d805f4afa', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb65e705-5e35-426f-b7d1-3c0d805f4afa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb'} Body: b'{"volume": {"id": "0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:25.000000", "updated_at": "2025-08-05T21:50:26.000000", "name": "tempest-AttachVolumeTestJSON-volume-1883375218", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb"}], "user_id": "21f2ad057f094d93afe08c12b86da7c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9b9a1cf1979f4944bc528c1da07ef979"}}' 2025-08-05 21:50:26,689 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123 0.107s 2025-08-05 21:50:26,690 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-0b2a8def-da31-4322-bbf0-f5e7e35a9460', 'x-compute-request-id': 'req-0b2a8def-da31-4322-bbf0-f5e7e35a9460', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123'} Body: b'' 2025-08-05 21:50:26,850 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123 0.160s 2025-08-05 21:50:26,851 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:26 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-273753ba-1e25-4970-ab6d-ce43d1f2bb57', 'x-compute-request-id': 'req-273753ba-1e25-4970-ab6d-ce43d1f2bb57', 'conn ection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123'} Body: b'{"server": {"id": "7523cbeb-6c1f-404a-bb8b-2773337d2123", "name": "tempest-AttachVolumeTestJSON-server-2027388113", "status": "ACTIVE", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "user_id": "21f2ad057f094d93afe08c12b86da7c2", "metadata": {}, "hostId": "c6a5b1c52820f5f6a611a8646521a6cbbb80175c871afe412dc94faf", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:33Z", "updated": "2025-08-05T21:50:27Z", "addresses": {"tempest-AttachVolumeTestJSON-1603432914-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:1d:e3"}, {"version": 4, "addr": "172.24.4.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:1d:e3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1271353906", "OS-SRV-USG:launched_at": "2025-08-05T21:48:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666457474"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:51:16,958 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123 0.041s 2025-08-05 21:51:16,958 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:16 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-e7da1f9f-d7df-41c6-806b-e23a2465f808', 'x-compute-request-id': 'req-e7da1f9f-d7df-41c6-806b-e23a2465f808', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7523cbeb-6c1f-404a-bb8b-2773337d2123 could not be found."}}' 2025-08-05 21:51:16,984 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1271353906 0.024s 2025-08-05 21:51:16,984 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cd4d4d8-38f3-40f8-a820-7cb7e71bb066', 'x-compute-request-id': 'req-5cd4d4d8-38f3-40f8-a820-7cb7e71bb066', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1271353906'} Body: b'' 2025-08-05 21:51:17,185 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0. 0.210/networking/v2.0/security-groups/f4d2d0c5-8744-41fd-87bb-67fc2ed3d547 0.200s 2025-08-05 21:51:17,186 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-aac839dc-aaf3-4a68-9e1a-fac8b3f59c7a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/f4d2d0c5-8744-41fd-87bb-67fc2ed3d547'} Body: b'' 2025-08-05 21:51:17,205 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/f4d2d0c5-8744-41fd-87bb-67fc2ed3d547 0.018s 2025-08-05 21:51:17,205 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-22315e80-b23c-42da-a973-95de754ebc4e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/f4d2d0c5-8744-41fd-87bb-67fc2ed3d547'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f4d2d0c5-8744-41fd-87bb-67fc2ed3d547 does not exist", "detail": ""}}' 2025-08-05 21:51:17,581 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/00368a43-1ee6-4e0e-98f0-e2fd936c1f63 0.375s 2025-08-05 21:51:17,582 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-b7e396cf-8c06-4017-8a7d-0fcac18211fa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/00368a43-1ee6-4e0e-98f0-e2fd936c1f63'} Body: b'' {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [167.290211s] ... 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 e4ce4218-3e08-4955-b6db-9c337070860f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:41,733 99270 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 21:48:41,734 99270 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:48:41,782 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.047s 2025-08-05 21:48:41,782 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-132662449", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHCKF8Ibs2U3HhQ4hg7/7+Utu1BcqUr8mly8NZ7yS+SDQRrwmR7gBQJtS08VVWhwn1FPpKi/IG6QMd1s0naZmRbu614wrD8NhWhsT1c7JMX4lzkKiKERSpQP7C9jyC0NhA=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 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-51134649-b1c7-4acb-8761-6a6b5a981f17', 'x-compute-request-id': 'req-51134649-b1c7-4acb-8761-6a6b5a981f17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-132662449", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHCKF8Ibs2U3HhQ4hg7/7+Utu1BcqUr8mly8NZ7yS+SDQRrwmR7gBQJtS08VVWhwn1FPpKi/IG6QMd1s0naZmRbu614wrD8NhWhsT1c7JMX4lzkKiKERSpQP7C9jyC0NhA==", "fingerprint": "18:00:0b:f5:0e:38:6f:fb:6a:5c:b9:a6:af:f5:38:18", "user_id": "5dff5149fe8c4980b708ae021985c714"}}' 2025-08-05 21:48:41,784 99270 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-132662449 created 2025-08-05 21:48:42,114 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.329s 2025-08-05 21:48:42,115 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1058194121", "description": "tempest-description--946385963"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-ba8728e1-cf31-4625-8654-2980c1f71e7c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d0af7690-451a-4501-8628-f01cf90fcbc7", "name": "tempest-securitygroup--1058194121", "stateful": true, "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "description": "tempest-description--946385963", "shared": false, "security_group_rules": [{"id": "49894b21-381a-45d3-bd08-aeba7f2fd695", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "d0af7690-451a-4501-8628-f01cf90fcbc7", "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": 810, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:48:41Z", "updated_at": "2025-08-05T21:48:41Z", "revision_number": 0}, {"id": "b80f4c02-2dce-4033-8cce-584d4ad426a6", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "d0af7690-451a-4501-8628-f01cf90fcbc7", "ethertype": "IPv6", "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": 811, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:48:41Z", "updated_at": "2025-08-05T21:48:41Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:48:41Z", "updated_at": "2025-08-05T21:48:41Z", "revision_number": 1, "project_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:48:42,319 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.204s 2025-08-05 21:48:42,320 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d0af7690-451a-4501-8628-f01cf90fcbc7", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-eb79b11c-08b3-49d1-af45-c7e888e46946', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "26e312c0-6462-46de-8f87-6c4c2f116a34", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "d0af7690-451a-4501-8628-f01cf90fcbc7", "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-08-05T21:48:42Z", "updated_at": "2025-08-05T21:48:42Z", "revision_number": 0}}' 2025-08-05 21:48:42,522 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.202s 2025-08-05 21:48:42,523 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d0af7690-451a-4501-8628-f01cf90fcbc7", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-5e217058-1d87-4bb7-8a71-a1d5c79a4ad0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8eb719f9-b84f-413f-9129-78fdee18129f", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "d0af7690-451a-4501-8628-f01cf90fcbc7", "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-08-05T21:48:42Z", "updated_at": "2025-08-05T21:48:42Z", "revision_number": 0}}' 2025-08-05 21:48:42,523 99270 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1058194121 created 2025-08-05 21:48:43,255 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.731s 2025-08-05 21:48:43,256 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-b4f68a1b-3e99-4d6f-ae46-ed49ed139968', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d5708426-8701-440f-9f4c-60d57ddd890d", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "floating_ip_address": "172.24.4.234", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:48:42Z", "updated_at": "2025-08-05T21:48:42Z", "revision_number": 0}}' 2025-08-05 21:48:43,256 99270 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd5708426-8701-440f-9f4c-60d57ddd890d', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'floating_ip_address': '172.24.4.234', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:48:42Z', 'updated_at': '2025-08-05T21:48:42Z', 'revision_number': 0, 'ip': '172.24.4.234'} created 2025-08-05 21:48:43,382 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.100s 2025-08-05 21:48:43,385 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:43 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-34a70f5d-3baa-4833-80f1-35a07e037019', '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": "5dff5149fe8c4980b708ae021985c714", "name": "tempest-AttachVolumeNegativeTest-1286888203-project-member", "password_expires_at": null}, "audit_ids": ["hRKFasYHRguW2DVv_xtCFw"], "expires_at": "2025-08-05T22:48:43.000000Z", "issued_at": "2025-08-05T21:48:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c3a08f750f6490189a2571a83bb89a1", "name": "tempest-AttachVolumeNegativeTest-1286888203"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9c3a08f750f6490189a2571a83bb89a1", "region": "RegionOne"}], "id": "3 daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:48:43,386 99270 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'fbd278bc-3e53-4aec-a77d-eaccee53646b', 'name': 'tempest-AttachVolumeNegativeTest-914677661-network', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60851, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:42:36Z', 'updated_at': '2025-08-05T21:42:36Z', 'revision_number': 1} available for tenant 2025-08-05 21:48:43,388 99270 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-132662449', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHCKF8Ibs2U3HhQ4hg7/7+Utu1BcqUr8mly8NZ7yS+SDQRrwmR7gBQJtS08VVWhwn1FPpKi/IG6QMd1s0naZmRbu614wrD8NhWhsT1c7JMX4lzkKiKERSpQP7C9jyC0NhA==', 'fingerprint': '18:00:0b:f5:0e:38:6f:fb:6a:5c:b9:a6:af:f5:38:18', 'user_id': '5dff5149fe8c4980b708ae021985c714', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBSDva1oSZ7795+8he5Vm+x9OsRFhafy5uXVnUbQFRUDmxPClPH8fpL\nV45eFo/hnTagBwYFK4EEACKhZANiAARwihfCG7NlNx4UOIYO/+/lLbtQXKlK/Jpc\nvDWe8kvkg0Ea8Jke4AUCbUtPFVVocJ9RT6SovyBukDHdbNJ2mZkW7uteMKw/DYVo\nbE9XOyTF+Jc5CoihEUqUD+wvY8gtDYQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd0af7690-451a-4501-8628-f01cf90fcbc7', 'name': 'tempest-securitygroup--1058194121', 'stateful': True, 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'description': 'tempest-description--946385963', 'shared': False, 'security_group_rules': [{'id': '49894b21-381a-45d3-bd08-aeba7f2fd695', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'security_group_id': 'd0af7690-451a-4501-8628-f01cf90fcbc7', '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': 810, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:48:41Z', 'updated_at': '2025-08-05T21:48:41Z', 'revision_number': 0}, {'id': 'b80f4c02-2dce-4033-8cce-584d4ad426a6', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'security_group_id': 'd0af7690-451a-4501-8628-f01cf90fcbc7', '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': 811, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:48:41Z', 'updated_at': '2025-08-05T21:48:41Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025 -08-05T21:48:41Z', 'updated_at': '2025-08-05T21:48:41Z', 'revision_number': 1, 'project_id': '9c3a08f750f6490189a2571a83bb89a1'}, 'floating_ip': {'id': 'd5708426-8701-440f-9f4c-60d57ddd890d', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'floating_ip_address': '172.24.4.234', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:48:42Z', 'updated_at': '2025-08-05T21:48:42Z', 'revision_number': 0, 'ip': '172.24.4.234'}} 2025-08-05 21:48:44,462 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.072s 2025-08-05 21:48:44,463 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1451379256", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "fbd278bc-3e53-4aec-a77d-eaccee53646b"}], "security_groups": [{"name": "tempest-securitygroup--1058194121"}], "key_name": "tempest-keypair-132662449", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5671c855-4de5-4242-848a-257e8c1046b0', 'x-compute-request-id': 'req-5671c855-4de5-4242-848a-257e8c1046b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a20c492c-8c19-464a-b999-fdfbe0de1ac5", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1058194121"}], "adminPass": "password"}}' 2025-08-05 21:48:44,537 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5 0.069s 2025-08-05 21:48:44,538 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:44 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-705396ad-da9c-42e5-926f-f8bceb95d790', 'x-compute-request-id': 'req-705396ad-da9c-42e5-926f-f8bceb95d790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5'} Body: b'{"server": {"id": "a20c492c-8c19-464a-b999-fdfbe0de1ac5", "name": "tempest-AttachVolumeNegativeTest-server-1451379256", "status": "BUILD", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "user_id": "5dff5149fe8c4980b708ae021985c714", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:44Z", "updated": "2025-08-05T21:48:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-132662449", "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-08-05 21:49:34,819 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5 0.217s 2025-08-05 21:49:34,819 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:34 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-60f4abd7-865c-4dc6-ad47-ce550e4e4777', 'x-compute-request-id': 'req-60f4abd7-865c-4dc6-ad47-ce550e4e4777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5'} Body: b'{"server": {"id": "a20c492c-8c19-464a-b999-fdfbe0de1ac5", "name": "tempest-AttachVolumeNegativeTest-server-1451379256", "status": "ACTIVE", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "user_id": "5dff5149fe8c4980b708ae021985c714", "metadata": {}, "hostId": "5ed9ae78546f407d19f04885dddc2c75ab48c7792eeda067ab6ec367", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:44Z", "updated": "2025-08-05T21:49:00Z", "addresses": {"tempest-AttachVolumeNegativeTest-914677661-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:e7:bf"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-132662449", "OS-SRV-USG:launched_at": "2025-08-05T21:49:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1058194121"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:49:34,834 99270 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:50:35,104 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5/os-interface 0.212s 2025-08-05 21:50:35,104 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'applicat ion/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8554e7c-865a-4147-b4db-fae4d2e343ab', 'x-compute-request-id': 'req-d8554e7c-865a-4147-b4db-fae4d2e343ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "fbd278bc-3e53-4aec-a77d-eaccee53646b", "port_id": "ffc5266c-90d8-440d-a3a9-314063ccafd9", "mac_addr": "fa:16:3e:0e:e7:bf", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "11154377-4938-4e8f-9d6e-91d231351f7d", "ip_address": "10.0.0.4"}]}]}' 2025-08-05 21:50:36,266 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/d5708426-8701-440f-9f4c-60d57ddd890d 1.157s 2025-08-05 21:50:36,266 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ffc5266c-90d8-440d-a3a9-314063ccafd9"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-26caf0c7-c820-4c6a-ba98-aebcb30c980b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/d5708426-8701-440f-9f4c-60d57ddd890d'} Body: b'{"floatingip": {"id": "d5708426-8701-440f-9f4c-60d57ddd890d", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "floating_ip_address": "172.24.4.234", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "48a12ba8-311b-483d-a3d2-becc91c152c1", "port_id": "ffc5266c-90d8-440d-a3a9-314063ccafd9", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "fbd278bc-3e53-4aec-a77d-eaccee53646b", "mac_address": "fa:16:3e:0e:e7:bf", "admin_state_up": true, "status": "ACTIVE", "device_id": "a20c492c-8c19-464a-b999-fdfbe0de1ac5", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:48:42Z", "updated_at": "2025-08-05T21:50:35Z", "revision_number": 1, "project_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:50:36,268 99270 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.234:22' as 'cirros' with public key authentication 2025-08-05 21:50:36,283 99270 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:50:36,390 99270 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:50:36,390 99270 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.234 successfully created 2025-08-05 21:50:36,433 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5/ips 0.041s 2025-08-05 21:50:36,434 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:36 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-35195c6c-dc33-4317-8cbd-a82c448be62b', 'x-compute-request-id': 'req-35195c6c-dc33-4317-8cbd-a82c448be62b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-914677661-network": [{"version": 4, "addr": "10.0.0.4"} ]}}' 2025-08-05 21:50:36,713 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.275s 2025-08-05 21:50:36,713 99270 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-777718003"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c23712d-de1c-4258-a0a5-0f0eb5ad630c', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c23712d-de1c-4258-a0a5-0f0eb5ad630c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e4ce4218-3e08-4955-b6db-9c337070860f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:36.601544", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-777718003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e4ce4218-3e08-4955-b6db-9c337070860f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e4ce4218-3e08-4955-b6db-9c337070860f"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:50:36,771 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/e4ce4218-3e08-4955-b6db-9c337070860f 0.045s 2025-08-05 21:50:36,772 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f03bcadd-2627-4903-8bd1-3cc07030e938', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f03bcadd-2627-4903-8bd1-3cc07030e938', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e4ce4218-3e08-4955-b6db-9c337070860f'} Body: b'{"volume": {"id": "e4ce4218-3e08-4955-b6db-9c337070860f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:37.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-777718003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e4ce4218-3e08-4955-b6db-9c337070860f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e4ce4218-3e08-4955-b6db-9c337070860f"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:50:37,838 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/e4ce4218-3e08-4955-b6db-9c337070860f 0.051s 2025-08-05 21:50:37,838 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reque st-id': 'req-cf5dcd9e-b04f-4e56-bf2a-8ea3b3f35329', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf5dcd9e-b04f-4e56-bf2a-8ea3b3f35329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e4ce4218-3e08-4955-b6db-9c337070860f'} Body: b'{"volume": {"id": "e4ce4218-3e08-4955-b6db-9c337070860f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:37.000000", "updated_at": "2025-08-05T21:50:37.000000", "name": "tempest-AttachVolumeNegativeTest-volume-777718003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e4ce4218-3e08-4955-b6db-9c337070860f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e4ce4218-3e08-4955-b6db-9c337070860f"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:50:37,960 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5 0.106s 2025-08-05 21:50:37,960 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:37 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-78bb21da-972f-41a2-93c7-bee6194e8875', 'x-compute-request-id': 'req-78bb21da-972f-41a2-93c7-bee6194e8875', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5'} Body: b'' 2025-08-05 21:50:38,265 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5 0.305s 2025-08-05 21:50:38,266 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:37 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-bc41e0b5-7a47-49b0-bbf5-c50e4d422c16', 'x-compute-request-id': 'req-bc41e0b5-7a47-49b0-bbf5-c50e4d422c16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5'} Body: b'{"server": {"id": "a20c492c-8c19-464a-b999-fdfbe0de1ac5", "name": "tempest-AttachVolumeNegativeTest-server-1451379256", "status": "ACTIVE", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "user_id": "5dff5149fe8c4980b708ae021985c714", "metadata": {}, "hostId": "5ed9ae78546f407d19f04885dddc2c75ab48c7792eeda067ab6ec367", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:44Z", "updated": "2025-08-05T21:50:38Z", "addresses": {"tempest-AttachVolumeNegativeTest-914677661-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:e7:bf"}, {"version": 4, "addr" : "172.24.4.234", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:e7:bf"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-132662449", "OS-SRV-USG:launched_at": "2025-08-05T21:49:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1058194121"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:51:28,377 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5 0.049s 2025-08-05 21:51:28,378 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:28 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-b28c4838-e1ff-4d57-9570-e8e8c906a726', 'x-compute-request-id': 'req-b28c4838-e1ff-4d57-9570-e8e8c906a726', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a20c492c-8c19-464a-b999-fdfbe0de1ac5 could not be found."}}' 2025-08-05 21:51:28,406 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-132662449 0.027s 2025-08-05 21:51:28,406 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:28 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-bd2e0e28-b82d-435f-92b5-10bf1ef7e272', 'x-compute-request-id': 'req-bd2e0e28-b82d-435f-92b5-10bf1ef7e272', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-132662449'} Body: b'' 2025-08-05 21:51:28,618 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/d0af7690-451a-4501-8628-f01cf90fcbc7 0.211s 2025-08-05 21:51:28,619 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-27f93759-73f0-4373-83ab-883e617a1017', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/d0af7690-451a-4501-8628-f01cf90fcbc7'} Body: b'' 2025-08-05 21:51:28,642 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/d0af7690-451a-4501-8628-f01cf90fcbc7 0.023s 2025-08-05 21:51:28,643 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'applicat ion/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-0c600327-0b26-416d-bd1c-3396e87782af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/d0af7690-451a-4501-8628-f01cf90fcbc7'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d0af7690-451a-4501-8628-f01cf90fcbc7 does not exist", "detail": ""}}' 2025-08-05 21:51:29,021 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/d5708426-8701-440f-9f4c-60d57ddd890d 0.378s 2025-08-05 21:51:29,022 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-73390fad-694e-4038-b01e-e2050203c8eb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/d5708426-8701-440f-9f4c-60d57ddd890d'} Body: b'' {0} setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest) ... SKIPPED: Attached encrypted volume extend is disabled. {0} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [1.956376s] ... 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 65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:51:35,351 99270 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.228s 2025-08-05 21:51:35,352 99270 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-1068970049"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea442a83-d50d-4aaf-af3b-1997e7fd09f2', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea442a83-d50d-4aaf-af3b-1997e7fd09f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "e437732e-5ea7-4329-a2f7-ca2dac67b0c2", "name": "tempest-GroupsTest-volume-type-1068970049", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:51:35,390 99270 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.034s 2025-08-05 21:51:35,391 99270 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-1462426113"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed851794-ba4b-4684-bb40-0f837ae56bea', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed851794-ba4b-4684-bb40-0f837ae56bea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "cb5eaa88-5243-4402-8e6f-fd21eff4a830", "name": "tempest-GroupsTest-group-type-1462426113", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 21:51:35,619 99270 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.225s 2025-08-05 21:51:35,619 99270 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": "cb5eaa88-5243-4402-8e6f-fd21eff4a830", "volume_types": ["e437732e-5ea7-4329-a2f7-ca2dac67b0c2"], "name": "tempest-Group1-8645719"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c287297d-fe8e-4d50-ae12-ca1f22786afa', 'content-length': '91', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c287297d-fe8e-4d50-ae12-ca1f22786afa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7", "name": "tempest-Group1-8645719"}}' 2025-08-05 21:51:35,655 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7 0.033s 2025-08-05 21:51:35,656 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request- id': 'req-3e7026fe-fcdc-4b3b-8bdb-070e2fc1c300', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e7026fe-fcdc-4b3b-8bdb-070e2fc1c300', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7'} Body: b'{"group": {"id": "65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T21:51:36.000000", "name": "tempest-Group1-8645719", "description": null, "group_type": "cb5eaa88-5243-4402-8e6f-fd21eff4a830", "volume_types": ["e437732e-5ea7-4329-a2f7-ca2dac67b0c2"]}}' 2025-08-05 21:51:36,700 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7 0.034s 2025-08-05 21:51:36,700 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a78fe2a6-169d-4c24-90c1-5113dd7260a3', 'content-length': '316', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a78fe2a6-169d-4c24-90c1-5113dd7260a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7'} Body: b'{"group": {"id": "65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T21:51:36.000000", "name": "tempest-Group1-8645719", "description": null, "group_type": "cb5eaa88-5243-4402-8e6f-fd21eff4a830", "volume_types": ["e437732e-5ea7-4329-a2f7-ca2dac67b0c2"]}}' 2025-08-05 21:51:36,757 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.050s 2025-08-05 21:51:36,757 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d068aada-166d-4389-964d-c76f6b749744', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d068aada-166d-4389-964d-c76f6b749744', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 21:51:36,843 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7/action 0.071s 2025-08-05 21:51:36,843 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:36 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-4f9d4047-bde9-4a59-b44a-ad619ee68acd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7/action'} Body: b'' 2025-08-05 21:51:36,890 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7 0.046s 2025-08-05 21:51:36,890 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:36 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-65a1b244-2244-4739-9920-1d5ecc45586b', 'x-openstack-request-id': 'req-65a1b244-2244-4739-9920-1d5ecc45586b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7 could not be found."}}' 2025-08-05 21:51:36,947 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/cb5eaa88-5243-4402-8e6f-fd21eff4a830 0.055s 2025-08-05 21:51:36,948 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:36 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-78fcf477-49cd-4ea2-a62d-928e4342db38', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/cb5eaa88-5243-4402-8e6f-fd21eff4a830'} Body: b'' 2025-08-05 21:51:37,042 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/e437732e-5ea7-4329-a2f7-ca2dac67b0c2 0.094s 2025-08-05 21:51:37,043 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df6a51de-ea50-4a5f-bab7-fc1afcf865c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/e437732e-5ea7-4329-a2f7-ca2dac67b0c2'} Body: b'' 2025-08-05 21:51:37,078 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/e437732e-5ea7-4329-a2f7-ca2dac67b0c2 0.034s 2025-08-05 21:51:37,078 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:37 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-7026260c-fc2f-42ec-8468-4e1cc05beb4b', 'x-openstack-request-id': 'req-7026260c-fc2f-42ec-8468-4e1cc05beb4b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/e437732e-5ea7-4329-a2f7-ca2dac67b0c2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e437732e-5ea7-4329-a2f7-ca2dac67b0c2 could not be found."}}' {0} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [1.707579s] ... 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 c161db06-ab50-4eb8-bb8d-f23791d4f955 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:51:37,119 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/types 0.037s 2025-08-05 21:51:37,120 99270 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-627837847"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2e1a298-5a45-44c7-b5c3-9b9f9883a279', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2e1a298-5a45-44c7-b5c3-9b9f9883a279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "ae436625-6c6c-4fd3-8a64-cd5ac93b3cba", "name": "tempest-GroupsTest-volume-type-627837847", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:51:37,258 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/group_types 0.136s 2025-08-05 21:51:37,259 99270 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-779125230"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f0aea62-e186-4227-a6d7-fd1edf134b55', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f0aea62-e186-4227-a6d7-fd1edf134b55', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "0ce273cd-6a9f-4710-880a-612b46ecd346", "name": "tempest-GroupsTest-group-type-779125230", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 21:51:37,358 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/groups 0.096s 2025-08-05 21:51:37,359 99270 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": "0ce273cd-6a9f-4710-880a-612b46ecd346", "volume_types": ["ae436625-6c6c-4fd3-8a64-cd5ac93b3cba"], "name": "tempest-GroupsTest-Group-1259109220"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3389087-9a4f-4882-bc6b-8fee4595b76d', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3389087-9a4f-4882-bc6b-8fee4595b76d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "c161db06-ab50-4eb8-bb8d-f23791d4f955", "name": "tempest-GroupsTest-Group-1259109220"}}' 2025-08-05 21:51:37,397 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/c161db06-ab50-4eb8-bb8d-f23791d4f955 0.036s 2025-08-05 21:51:37,397 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3adcab79-225b-40bb-97bf-0a8491abeb9 7', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3adcab79-225b-40bb-97bf-0a8491abeb97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/c161db06-ab50-4eb8-bb8d-f23791d4f955'} Body: b'{"group": {"id": "c161db06-ab50-4eb8-bb8d-f23791d4f955", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T21:51:37.000000", "name": "tempest-GroupsTest-Group-1259109220", "description": null, "group_type": "0ce273cd-6a9f-4710-880a-612b46ecd346", "volume_types": ["ae436625-6c6c-4fd3-8a64-cd5ac93b3cba"]}}' 2025-08-05 21:51:38,430 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/c161db06-ab50-4eb8-bb8d-f23791d4f955 0.027s 2025-08-05 21:51:38,431 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fc82c57-0676-4eb8-bd06-7b6fa5f93384', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fc82c57-0676-4eb8-bd06-7b6fa5f93384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/c161db06-ab50-4eb8-bb8d-f23791d4f955'} Body: b'{"group": {"id": "c161db06-ab50-4eb8-bb8d-f23791d4f955", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T21:51:37.000000", "name": "tempest-GroupsTest-Group-1259109220", "description": null, "group_type": "0ce273cd-6a9f-4710-880a-612b46ecd346", "volume_types": ["ae436625-6c6c-4fd3-8a64-cd5ac93b3cba"]}}' 2025-08-05 21:51:38,471 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.035s 2025-08-05 21:51:38,471 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc316c03-e26a-40ff-96f4-215fb60ca189', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc316c03-e26a-40ff-96f4-215fb60ca189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 21:51:38,647 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/c161db06-ab50-4eb8-bb8d-f23791d4f955/action 0.161s 2025-08-05 21:51:38,648 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:38 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-4feee194-25f0-4ef4-98bb-a8165cad242a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/c161db06-ab50-4eb8-bb8d-f23791d4f955/action'} Body: b'' 2025-08-05 21:51:38,663 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/c161db06-ab50-4eb8-bb8d-f23791d4f955 0.015s 2025-08-05 21:51:38,663 99270 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:38 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-da5d9636-bb97-43b6-a702-088d850d5d6c', 'x-openstack-request-id': 'req-da5d9636-bb97-43b6-a702-088d850d5d6c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/c161db06-ab50-4eb8-bb8d-f23791d4f955'} Body: b'{"itemNotFound": {"code": 404, "message": "Group c161db06-ab50-4eb8-bb8d-f23791d4f955 could not be found."}}' 2025-08-05 21:51:38,692 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/0ce273cd-6a9f-4710-880a-612b46ecd346 0.028s 2025-08-05 21:51:38,693 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:38 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-d6abb87f-3754-4bba-9ac4-d7014ea4c24d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/0ce273cd-6a9f-4710-880a-612b46ecd346'} Body: b'' 2025-08-05 21:51:38,770 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/ae436625-6c6c-4fd3-8a64-cd5ac93b3cba 0.077s 2025-08-05 21:51:38,771 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51: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-5345cca9-6ad4-43a0-9885-cb77c53d1d79', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/ae436625-6c6c-4fd3-8a64-cd5ac93b3cba'} Body: b'' 2025-08-05 21:51:38,788 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/ae436625-6c6c-4fd3-8a64-cd5ac93b3cba 0.017s 2025-08-05 21:51:38,789 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:38 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-00f171c7-6ab4-4fc6-a96c-278705a13c10', 'x-openstack-request-id': 'req-00f171c7-6ab4-4fc6-a96c-278705a13c10', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/ae436625-6c6c-4fd3-8a64-cd5ac93b3cba'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ae436625-6c6c-4fd3-8a64-cd5ac93b3cba could not be found."}}' {7} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [4.192595s] ... 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 d7628f88-1fe2-41f8-8d97-01a7e4b1b737 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:51:37,147 99284 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.287s 2025-08-05 21:51:37,148 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1160902315", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCXqy9wy5RMdBHjpl6y8sZ+Wlg9LAh5cqTBsZWgvYWtsaaaWHJ2TOg2Spom5cc8aT2f9LyudF80CBemTZCpgi0Nh7gCPuCh+YumqaKsK94TNR+36h5G6hRPnrcX73D1oFA=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-525e3caf-c607-4d65-aace-d01ae55df527', 'x-compute-request-id': 'req-525e3caf-c607-4d65-aace-d01ae55df527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1160902315", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCXqy9wy5RMdBHjpl6y8sZ+Wlg9LAh5cqTBsZWgvYWtsaaaWHJ2TOg2Spom5cc8aT2f9LyudF80CBemTZCpgi0Nh7gCPuCh+YumqaKsK94TNR+36h5G6hRPnrcX73D1oFA==", "fingerprint": "aa:93:15:bd:13:a5:d8:00:69:e1:29:6f:7a:26:1d:5c", "user_id": "5615624dd3d543b18d4a5b569c00b842"}}' 2025-08-05 21:51:37,515 99284 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.365s 2025-08-05 21:51:37,515 99284 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-29114101", "description": "tempest-secgroup-smoke-29114101 description", "project_id": "bc73f8e056b840dda3da326c11d08d14"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1671', 'x-openstack-request-id': 'req-bf9efb42-7619-43a0-9b99-3dfa6dd21158', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "name": "tempest-secgroup-smoke-29114101", "stateful": true, "tenant_id": "bc73f8e056b840dda3da326c11d08d14", "description": "tempest-secgroup-smoke-29114101 description", "shared": false, "security_group_rules": [{"id": "3a8815af-9a2e-453e-b1bf-e58669ab7a60", "project_id": "bc73f8e056b840dda3da326c11d08d14", "tenant_id": "bc73f8e056b840dda3da326c11d08d14", "security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "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": 957, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:51:37Z", "updated_at": "2025-08-05T21:51:37Z", "revision_number": 0}, {"id": "53c96721-81c3-45b9-baab-2f75c48e6cf7", "project_id": "bc73f8e056b840dda3da326c11d08d14", "tenant_id": "bc73f8e056b840dda3da326c11d08d14", "security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "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": 958, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:51:37Z", "updated_at": "2025-08-05T21:51:37Z", "revision_number": 0} ], "tags": [], "created_at": "2025-08-05T21:51:37Z", "updated_at": "2025-08-05T21:51:37Z", "revision_number": 1, "project_id": "bc73f8e056b840dda3da326c11d08d14"}}' 2025-08-05 21:51:37,748 99284 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.232s 2025-08-05 21:51:37,749 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "project_id": "bc73f8e056b840dda3da326c11d08d14", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d0300a0a-9b98-4904-a04a-664add62a643', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "647b63d4-b7fe-4e57-8637-e9ead4af8790", "project_id": "bc73f8e056b840dda3da326c11d08d14", "tenant_id": "bc73f8e056b840dda3da326c11d08d14", "security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "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-08-05T21:51:37Z", "updated_at": "2025-08-05T21:51:37Z", "revision_number": 0}}' 2025-08-05 21:51:37,951 99284 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.202s 2025-08-05 21:51:37,952 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "project_id": "bc73f8e056b840dda3da326c11d08d14", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-408ca768-2917-4a23-8774-cff64a6af616', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b2127db3-fed7-47c6-b145-170036f4cc2c", "project_id": "bc73f8e056b840dda3da326c11d08d14", "tenant_id": "bc73f8e056b840dda3da326c11d08d14", "security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "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-08-05T21:51:37Z", "updated_at": "2025-08-05T21:51:37Z", "revision_number": 0}}' 2025-08-05 21:51:38,183 99284 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.231s 2025-08-05 21:51:38,184 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "project_id": "bc73f8e056b840dda3da326c11d08d14", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'conten t-length': '602', 'x-openstack-request-id': 'req-f2b03eb1-2744-48d0-baff-574e1137f1eb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2c85b7b9-8581-4031-94eb-e03b38914fc4", "project_id": "bc73f8e056b840dda3da326c11d08d14", "tenant_id": "bc73f8e056b840dda3da326c11d08d14", "security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "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-08-05T21:51:38Z", "updated_at": "2025-08-05T21:51:38Z", "revision_number": 0}}' 2025-08-05 21:51:38,528 99284 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.343s 2025-08-05 21:51:38,528 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "project_id": "bc73f8e056b840dda3da326c11d08d14", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-d13b16fc-1795-41e7-832e-83d9c5ae56ab', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6291a8cb-cba7-4c7f-9e06-1bffa9111b94", "project_id": "bc73f8e056b840dda3da326c11d08d14", "tenant_id": "bc73f8e056b840dda3da326c11d08d14", "security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "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-08-05T21:51:38Z", "updated_at": "2025-08-05T21:51:38Z", "revision_number": 0}}' 2025-08-05 21:51:38,772 99284 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.243s 2025-08-05 21:51:38,772 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "project_id": "bc73f8e056b840dda3da326c11d08d14", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-6c7e35d4-ecee-47bd-81aa-043c2414cbab', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e66138e1-7690-41f2-a4a3-4be9d43e9219", "project_id": "bc73f8e056b840dda3da326c11d08d14", "tenant_id": "bc73f8e056b840dda3da326c11d08d14", "security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "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-08-05T21:51:38Z", "updated_at": "2025-08-05T21:51:38Z", "revision_number": 0}}' 2025-08-05 21:51:39,017 99284 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backe d_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.244s 2025-08-05 21:51:39,017 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "project_id": "bc73f8e056b840dda3da326c11d08d14", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-73fd3f15-10c4-4d82-bc3c-914f1603277d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "583cdb2e-c504-4c09-9951-3bedb1fd5562", "project_id": "bc73f8e056b840dda3da326c11d08d14", "tenant_id": "bc73f8e056b840dda3da326c11d08d14", "security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "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-08-05T21:51:38Z", "updated_at": "2025-08-05T21:51:38Z", "revision_number": 0}}' 2025-08-05 21:51:39,107 99284 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.083s 2025-08-05 21:51:39,108 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:39 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-58bab74c-6b44-4b27-9757-e646e16d54df', '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": "5615624dd3d543b18d4a5b569c00b842", "name": "tempest-TestShelveInstance-2021165591-project-member", "password_expires_at": null}, "audit_ids": ["AUYKgPVLQp-ZoW5PTfYi7Q"], "expires_at": "2025-08-05T22:51:39.000000Z", "issued_at": "2025-08-05T21:51:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bc73f8e056b840dda3da326c11d08d14", "name": "tempest-TestShelveInstance-2021165591"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bc73f8e056b840dda3da326c11d08d14", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http:/ /10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:51:39,108 99284 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'bd4b84e0-e610-498a-9f8d-9d136d9cf92d', 'name': 'tempest-TestShelveInstance-1997865315-network', 'tenant_id': 'bc73f8e056b840dda3da326c11d08d14', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bc73f8e056b840dda3da326c11d08d14', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62658, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:51:21Z', 'updated_at': '2025-08-05T21:51:21Z', 'revision_number': 1} available for tenant 2025-08-05 21:51:39,520 99284 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/volumes 0.410s 2025-08-05 21:51:39,520 99284 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-152160559", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-095e74a3-6f45-4b54-9bfa-f844b86b58cc', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-095e74a3-6f45-4b54-9bfa-f844b86b58cc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d7628f88-1fe2-41f8-8d97-01a7e4b1b737", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:51:39.428877", "updated_at": null, "name": "tempest-tempest.common.compute-volume-152160559", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737"}], "user_id": "5615624dd3d543b18d4a5b569c00b842", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:51:39,584 99284 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737 0.050s 2025-08-05 21:51:39,584 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8184fcc5-5a21-409a-b7f0-f69d77650357', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8184fcc5-5a21-409a-b 7f0-f69d77650357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737'} Body: b'{"volume": {"id": "d7628f88-1fe2-41f8-8d97-01a7e4b1b737", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:51:39.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-152160559", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737"}], "user_id": "5615624dd3d543b18d4a5b569c00b842", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bc73f8e056b840dda3da326c11d08d14"}}' 2025-08-05 21:51:40,645 99284 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737 0.046s 2025-08-05 21:51:40,646 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5352ec85-082c-4786-b4de-b77a094c7fd9', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5352ec85-082c-4786-b4de-b77a094c7fd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737'} Body: b'{"volume": {"id": "d7628f88-1fe2-41f8-8d97-01a7e4b1b737", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:51:39.000000", "updated_at": "2025-08-05T21:51:40.000000", "name": "tempest-tempest.common.compute-volume-152160559", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737"}], "user_id": "5615624dd3d543b18d4a5b569c00b842", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bc73f8e056b840dda3da326c11d08d14"}}' 2025-08-05 21:51:40,764 99284 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737 0.103s 2025-08-05 21:51:40,764 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d424463-ebc9-40a9-a191-f3181db41c6a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737'} Body: b'' 2025-08-05 21:51:40,790 99284 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737 0.025s 2025-08-05 21:51:40,790 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecaec151-d52b-4f53-bf74-f7b39b6eacd9', 'x-openstack-request-id': 'req-ecaec151-d52b-4f53-bf74-f7b39b6eacd9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d7628f88-1fe2-41f8-8d97-01a7e4b1b737 could not be found."}}' 2025-08-05 21:51:41,019 99284 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/bcfadbf6-ad71-4e3f-9d74-79655fef78f8 0.227s 2025-08-05 21:51:41,020 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-bb79910f-3a5e-41d9-9184-e0c4510c2d0e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/bcfadbf6-ad71-4e3f-9d74-79655fef78f8'} Body: b'' 2025-08-05 21:51:41,048 99284 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1160902315 0.028s 2025-08-05 21:51:41,049 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:41 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-2af5e103-6bcd-4afa-8e99-d252ed898ae2', 'x-compute-request-id': 'req-2af5e103-6bcd-4afa-8e99-d252ed898ae2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1160902315'} Body: b'' {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.014571s] ... ok {0} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.165003s] ... ok {0} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [1.671156s] ... 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 3610eb44-9f5e-48a2-9337-ebb2814e6d36 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:51:43,374 99270 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.367s 2025-08-05 21:51:43,375 99270 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-259368770"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aa26863-fbd6-4451-a639-801cc8bdda04', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aa26863-fbd6-4451-a639-801cc8bdda04', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3610eb44-9f5e-48a2-9337-ebb2814e6d36", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T21:51:43.318414", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-259368770", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36"}], "user_id": "1e66132cd4ad42f78b4e709bc90de65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:51:43,436 99270 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36 0.049s 2025-08-05 21:51:43,436 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f9a97de-47c1-4f5a-8dd2-f3056409f808', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f9a97de-47c1-4f5a-8dd2-f3056409f808', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36'} Body: b'{"volume": {"id": "3610eb44-9f5e-48a2-9337-ebb2814e6d36", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T21:51:43.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-259368770", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36"}], "user_id": "1e66132cd4ad42f78b4e709bc90de65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6d0ea18eedef428a8e2403f1febdcfb0"}}' 2025-08-05 21:51:44,493 99270 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36 0.042s 2025-08-05 21:51:44,493 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-3814c90a-0903-4c91-a226-e6c7a60e0714', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3814c90a-0903-4c91-a226-e6c7a60e0714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36'} Body: b'{"volume": {"id": "3610eb44-9f5e-48a2-9337-ebb2814e6d36", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T21:51:43.000000", "updated_at": "2025-08-05T21:51:43.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-259368770", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36"}], "user_id": "1e66132cd4ad42f78b4e709bc90de65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6d0ea18eedef428a8e2403f1febdcfb0"}}' 2025-08-05 21:51:44,545 99270 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36 0.037s 2025-08-05 21:51:44,545 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c826ccca-dc54-445f-943b-2c88171bb3ab', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c826ccca-dc54-445f-943b-2c88171bb3ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36'} Body: b'{"volume": {"id": "3610eb44-9f5e-48a2-9337-ebb2814e6d36", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T21:51:43.000000", "updated_at": "2025-08-05T21:51:43.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-259368770", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36"}], "user_id": "1e66132cd4ad42f78b4e709bc90de65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6d0ea18eedef428a8e2403f1febdcfb0"}}' 2025-08-05 21:51:44,654 99270 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36 0.095s 2025-08-05 21:51:44,654 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51: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-41ef520d-3bf8-4e92-a323-55ceddfbe8dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36'} Body: b'' 2025-08-05 21:51:44,676 99270 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2- 9337-ebb2814e6d36 0.021s 2025-08-05 21:51:44,677 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51: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-de639cf4-8bf6-485f-9441-7117d46b2b1f', 'x-openstack-request-id': 'req-de639cf4-8bf6-485f-9441-7117d46b2b1f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3610eb44-9f5e-48a2-9337-ebb2814e6d36 could not be found."}}' {0} setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest) ... SKIPPED: Attached volume extend is disabled. {7} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {7} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm [122.279825s] ... 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 9339642e-9230-42ed-9efb-29067ad7c0f6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:49:57,660 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7 0.224s 2025-08-05 21:49:57,661 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a70f1a8d-9c1c-4e24-8ff4-6fa26c4800af', 'x-compute-request-id': 'req-a70f1a8d-9c1c-4e24-8ff4-6fa26c4800af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7'} Body: b'{"server": {"id": "bf8820a5-80b8-4c06-ac58-c56cd2b0cab7", "name": "tempest-ServerActionsTestOtherA-server-1925002207", "status": "ACTIVE", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "user_id": "58808288af454894927dec847ec6e678", "metadata": {}, "hostId": "8a995fc1c759a5f3b231b0861328cd9faf7c48405473fcc182d4edf7", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:15Z", "updated": "2025-08-05T21:43:44Z", "addresses": {"tempest-ServerActionsTestOtherA-847960062-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:62:cc"}, {"version": 4, "addr": "172.24.4.97", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:62:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-236088512", "OS-SRV-USG:launched_at": "2025-08-05T21:43:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1364181730"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:50:57,820 99276 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.081s 2025-08-05 21:50:57,821 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:57 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-7071fcd6-b305-4b21-993b-2ceed4a84140', '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": "58808288af454894927dec847ec6e678", "name": "tempest-ServerActionsTestOtherA-1329378002-project-member", "password_expires_at": null}, "audit_ids": ["vykWXdBbR9Kj3734hSF8jw"], "expires_at": "2025-08-05T22:50:57.000000Z", "issued_at": "2025-08-05T21:50:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "951c9bfd7e6c42dcbeee31cb28340b42", "name": "tempest-ServerActionsTestOtherA-1329378002"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb 1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/951c9bfd7e6c42dcbeee31cb28340b42", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:50:57,821 99276 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm) Found network {'id': 'e3ccaa06-2335-4f8b-b238-ca5e65e290d4', 'name': 'tempest-ServerActionsTestOtherA-847960062-network', 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 25314, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:42:41Z', 'updated_at': '2025-08-05T21:42:41Z', 'revision_number': 1} available for tenant 2025-08-05 21:50:57,822 99276 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-236088512', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDqGKfxsQrunkAnIH8ZwyyUG6YoK2ts7z+z2JqRT/dfz/KhLnlsDOt6GHFUwcsa7avEDYZw4Erc2Amcuhz/HOBXWXOBiZs/vduSOScu0oW0r+LQgSU9a0Kad+1Jca/lC7Q==', 'fingerprint': '45:8e:2d:a5:bf:77:2b:08:13:6e:da:28:a4:51:d5:36', 'user_id': '58808288af454894927dec847ec6e678', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBTWR5+UR5N1xfZn2HMyWV2RVOSUAkXgGAZ4hAvz1US7B5HWnalzdzj\n/bf9C/HG4/mgBwYFK4EEACKhZANiAAQ6hin8bEK7p5AJyB/GcMslBumKCtrbO8/s\n9iakU/3X8/yoS55bAzrehhxVMHLGu2rxA2GcOBK3NgJnLoc/xzgV1lzgYmbP73bk\njknLtKFtK/i0IElPWtCmnftSXGv5Qu0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '80c886aa-916c-48ba-a1ec-dbbf3d85f17e', 'name': 'tempest-securitygroup--1364181730', 'stateful': True, 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'description': 'tempest-description--1564781271', 'shared': False, 'security_group_rules': [{'id': '7e5c45b9-e550-4194-8c6c-c47c6fc8c382', 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'security_group_id': '80c886aa-916c-48ba-a1ec-dbbf3d85f17e', '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': 443, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:42:56Z', 'updated_at': '2025-08-05T21:42:56Z', 'revision_number': 0}, {'id': 'e98040f1-32ba-4f42-8204-59a027a3a3e8', 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'security_group_id': '80c886aa-916c-48ba-a1ec-dbbf3d85f17e', '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': 442, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:42:56Z', 'updated_at': '2025-08-05T21:42:56Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T21:42:56Z', 'updated_at': '2025-08-05T21:42:56Z', 'revision_number': 1, 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42'}, 'floating_ip': {'id': '46668411-312e-4a4a-a847-8a0326e74054', 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'floating_ip_address': '172.24.4.97', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:43:07Z', 'updated_at': '2025-08-05T21:43:07Z', 'revision_number': 0, 'ip': '172.24.4.97'}} 2025-08-05 21:50:58,194 99276 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.371s 2025-08-05 21:50:58,194 99276 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-887193262", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78566f31-7a72-433b-9f45-03ea8de1bc09', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78566f31-7a72-433b-9f45-03ea8de1bc09', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9339642e-9230-42ed-9efb-29067ad7c0f6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:58.109606", "updated_at": null, "name": "tempest-tempest.common.compute-volume-887193262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6"}], "user_id": "58808288af454894927dec847ec6e678", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:50:58,249 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6 0.043s 2025-08-05 21:50:58,250 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-487a0a9e-29b0-412e-9d08-bcc2d21ee12a', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-487a0a9e-29b0-412e-9d08-bcc2d21ee12a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6'} Body: b'{"volume": {"id": "9339642e-9230-42ed-9efb-29067ad7c0f6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:58.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-887193262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6"}], "user_id": "58808288af454894927dec847ec6e678", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42"}}' 2025-08-05 21:50:59,301 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6 0.037s 2025-08-05 21:50:59,301 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ccbff0f-4fe5-44cf-b213-4194d00a99dd', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ccbff0f-4fe5-44cf-b213-4194d00a99dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6'} Body: b'{"volume": {"id": "9339642e-9230-42ed-9efb-29067ad7c0f6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:58.000000", "updated_at": "2025-08-05T21:50:58.000000", "name": "tempest-tempest.common.compute-volume-887193262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6"}], "user_id": "58808288af454894927dec847ec6e678", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42"}}' 2025-08-05 21:50:59,409 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6 0.094s 2025-08-05 21:50:59,409 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6533a67c-ab50-4957-bd50-b0246d5fdcde', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6'} Body: b'' 2025-08-05 21:50:59,430 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/volu mes/9339642e-9230-42ed-9efb-29067ad7c0f6 0.020s 2025-08-05 21:50:59,430 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-400d7890-21f7-4fb2-9336-98b8966cec4f', 'x-openstack-request-id': 'req-400d7890-21f7-4fb2-9336-98b8966cec4f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9339642e-9230-42ed-9efb-29067ad7c0f6 could not be found."}}' 2025-08-05 21:50:59,431 99276 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-08-05 21:50:59,641 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7 0.209s 2025-08-05 21:50:59,642 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7718c83e-e356-4889-b36e-137ee981b88c', 'x-compute-request-id': 'req-7718c83e-e356-4889-b36e-137ee981b88c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7'} Body: b'{"server": {"id": "bf8820a5-80b8-4c06-ac58-c56cd2b0cab7", "name": "tempest-ServerActionsTestOtherA-server-1925002207", "status": "ACTIVE", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "user_id": "58808288af454894927dec847ec6e678", "metadata": {}, "hostId": "8a995fc1c759a5f3b231b0861328cd9faf7c48405473fcc182d4edf7", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:15Z", "updated": "2025-08-05T21:43:44Z", "addresses": {"tempest-ServerActionsTestOtherA-847960062-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:62:cc"}, {"version": 4, "addr": "172.24.4.97", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:62:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-236088512", "OS-SRV-USG:launched_at": "2025-08-05T21:43:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1364181730"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [1.948625s] ... 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 f8663181-6125-44be-93c9-e053eef58f9a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:52:56,749 99276 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.156s 2025-08-05 21:52:56,749 99276 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-976983655", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0b11327-dfcf-4fbf-ae60-f9942c3f0023', 'content-length': '272', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0b11327-dfcf-4fbf-ae60-f9942c3f0023', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "2e99f107-6c43-4d15-9ba1-4f2e9683a880", "name": "tempest-VolumeTypesTest-volume-type-976983655", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:52:56,792 99276 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-08-05 21:52:56,793 99276 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-1523508942", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e37eb048-ab09-4d7e-b2c6-2eb66d153c18', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e37eb048-ab09-4d7e-b2c6-2eb66d153c18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "fb1e4c38-fde3-407f-9f1e-6389ff368e22", "name": "tempest-VolumeTypesTest-volume-type-1523508942", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:52:57,089 99276 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.293s 2025-08-05 21:52:57,089 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1133185276", "volume_type": "2e99f107-6c43-4d15-9ba1-4f2e9683a880", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b85f0b0d-4d5a-4fd6-a6eb-3aee54d3175e', 'content-length': '781', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b85f0b0d-4d5a-4fd6-a6eb-3aee54d3175e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f8663181-6125-44be-93c9-e053eef58f9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:52:57.024042", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1133185276", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-976983655", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f8663181 -6125-44be-93c9-e053eef58f9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f8663181-6125-44be-93c9-e053eef58f9a"}], "user_id": "e593033571ab48dcab9e435796aa1ec2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:52:57,145 99276 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/f8663181-6125-44be-93c9-e053eef58f9a 0.043s 2025-08-05 21:52:57,146 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bd7d566-b742-4eed-853d-90556d65b139', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bd7d566-b742-4eed-853d-90556d65b139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a'} Body: b'{"volume": {"id": "f8663181-6125-44be-93c9-e053eef58f9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:52:57.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1133185276", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-976983655", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f8663181-6125-44be-93c9-e053eef58f9a"}], "user_id": "e593033571ab48dcab9e435796aa1ec2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "775760a60722412abae66f01348b7d1e"}}' 2025-08-05 21:52:58,198 99276 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/f8663181-6125-44be-93c9-e053eef58f9a 0.038s 2025-08-05 21:52:58,198 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d06381b9-83f7-4f4a-8dcd-60d3dd4258ee', 'content-length': '870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d06381b9-83f7-4f4a-8dcd-60d3dd4258ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a'} Body: b'{"volume": {"id": "f8663181-6125-44be-93c9-e053eef58f9a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:52:57.000000", "updated_at": "2025-08-05T21:52:57.000000", "name": "tempest-VolumeTypesTest-volume-1133185276", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-976983655", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f8663181-6125-44be-93c9-e053eef58f9a"}], "user_id": "e593033571ab48dcab9e435796aa1ec2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "775760a60722412abae66f01348b7d1e"}}' 2025-08-05 21:52:58,257 99276 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 2 00 GET http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a 0.044s 2025-08-05 21:52:58,257 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-952d44f3-d927-4f89-be8a-3d7287d78657', 'content-length': '870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-952d44f3-d927-4f89-be8a-3d7287d78657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a'} Body: b'{"volume": {"id": "f8663181-6125-44be-93c9-e053eef58f9a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:52:57.000000", "updated_at": "2025-08-05T21:52:57.000000", "name": "tempest-VolumeTypesTest-volume-1133185276", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-976983655", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f8663181-6125-44be-93c9-e053eef58f9a"}], "user_id": "e593033571ab48dcab9e435796aa1ec2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "775760a60722412abae66f01348b7d1e"}}' 2025-08-05 21:52:58,374 99276 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a 0.103s 2025-08-05 21:52:58,374 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52: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-b4d57494-4f65-465c-9917-d2ee410ce2f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a'} Body: b'' 2025-08-05 21:52:58,394 99276 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a 0.020s 2025-08-05 21:52:58,395 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52: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-0b15a072-b458-4ea3-bb7c-dc684ed52f77', 'x-openstack-request-id': 'req-0b15a072-b458-4ea3-bb7c-dc684ed52f77', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f8663181-6125-44be-93c9-e053eef58f9a could not be found."}}' 2025-08-05 21:52:58,444 99276 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/fb1e4c38-fde3-407f-9f1e-6389ff368e22 0.049s 2025-08-05 21:52:58,444 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:58 GMT', 'server': 'Apa che/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb42c7b1-61c1-44f1-bdce-e268aae0275b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/fb1e4c38-fde3-407f-9f1e-6389ff368e22'} Body: b'' 2025-08-05 21:52:58,459 99276 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/fb1e4c38-fde3-407f-9f1e-6389ff368e22 0.014s 2025-08-05 21:52:58,459 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:58 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-b67f360d-aaad-4916-8296-eeff69db6a28', 'x-openstack-request-id': 'req-b67f360d-aaad-4916-8296-eeff69db6a28', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/fb1e4c38-fde3-407f-9f1e-6389ff368e22'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type fb1e4c38-fde3-407f-9f1e-6389ff368e22 could not be found."}}' 2025-08-05 21:52:58,525 99276 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/2e99f107-6c43-4d15-9ba1-4f2e9683a880 0.065s 2025-08-05 21:52:58,525 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52: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-7558313c-f491-4fa6-89da-ad8f685cc147', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/2e99f107-6c43-4d15-9ba1-4f2e9683a880'} Body: b'' 2025-08-05 21:52:58,539 99276 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/2e99f107-6c43-4d15-9ba1-4f2e9683a880 0.014s 2025-08-05 21:52:58,540 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:58 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-92df0526-7076-4402-895d-dd7b2e75c4b9', 'x-openstack-request-id': 'req-92df0526-7076-4402-895d-dd7b2e75c4b9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/2e99f107-6c43-4d15-9ba1-4f2e9683a880'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 2e99f107-6c43-4d15-9ba1-4f2e9683a880 could not be found."}}' {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.134273s] ... ok {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.349003s] ... ok {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.037188s] ... ok {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.190456s] ... ok {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.272969s] ... ok {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.073620s] ... ok {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.199063s] ... ok {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.112205s] ... ok {3} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [1.757645s] ... 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 e119e988-e92e-426b-8913-d2778c765187 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:53:07,682 99276 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.358s 2025-08-05 21:53:07,683 99276 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-624154269", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b18c22f-8ec7-40b2-92d2-1457ebe0bf4c', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b18c22f-8ec7-40b2-92d2-1457ebe0bf4c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e119e988-e92e-426b-8913-d2778c765187", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:07.622270", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-624154269", "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/e119e988-e92e-426b-8913-d2778c765187"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e119e988-e92e-426b-8913-d2778c765187"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:53:07,774 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187 0.079s 2025-08-05 21:53:07,774 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f080bb7-7216-433d-995f-ba0128be522b', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f080bb7-7216-433d-995f-ba0128be522b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187'} Body: b'{"volume": {"id": "e119e988-e92e-426b-8913-d2778c765187", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:08.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-624154269", "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/e119e988-e92e-426b-8913-d2778c765187"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e119e988-e92e-426b-8913-d2778c765187"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbae98b24acc4697bdf513404ee2f59b"}}' 2025-08-05 21:53:08,827 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187 0.039s 2025-08-05 21:53:08,828 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-c ompute-request-id': 'req-2cb7d8b8-012d-4a27-913e-30d1eb907411', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cb7d8b8-012d-4a27-913e-30d1eb907411', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187'} Body: b'{"volume": {"id": "e119e988-e92e-426b-8913-d2778c765187", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:08.000000", "updated_at": "2025-08-05T21:53:08.000000", "name": "tempest-VolumesGetTest-Volume-624154269", "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/e119e988-e92e-426b-8913-d2778c765187"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e119e988-e92e-426b-8913-d2778c765187"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbae98b24acc4697bdf513404ee2f59b"}}' 2025-08-05 21:53:08,881 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187 0.039s 2025-08-05 21:53:08,881 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb3cf909-f4ed-490d-ac9e-0a56ce889651', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb3cf909-f4ed-490d-ac9e-0a56ce889651', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187'} Body: b'{"volume": {"id": "e119e988-e92e-426b-8913-d2778c765187", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:08.000000", "updated_at": "2025-08-05T21:53:08.000000", "name": "tempest-VolumesGetTest-Volume-624154269", "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/e119e988-e92e-426b-8913-d2778c765187"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e119e988-e92e-426b-8913-d2778c765187"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbae98b24acc4697bdf513404ee2f59b"}}' 2025-08-05 21:53:09,057 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187 0.161s 2025-08-05 21:53:09,057 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53: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-7c368216-547c-44b3-a767-e39e31a67362', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187'} Body: b'' 2025-08-05 21:53:09,080 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187 0.022s 2025-08- 05 21:53:09,080 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53: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-7c961c42-0adc-48d4-b6d4-2ebe6061a557', 'x-openstack-request-id': 'req-7c961c42-0adc-48d4-b6d4-2ebe6061a557', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e119e988-e92e-426b-8913-d2778c765187 could not be found."}}' {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [1.688928s] ... 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 cbbeabef-6ea6-4cc5-949c-33d9caafa995 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:53:09,267 99276 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.183s 2025-08-05 21:53:09,267 99276 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-814201094"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-646c788a-ba47-49ce-a06f-da7332d05b9d', 'content-length': '745', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-646c788a-ba47-49ce-a06f-da7332d05b9d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "cbbeabef-6ea6-4cc5-949c-33d9caafa995", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:09.208252", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-814201094", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:53:09,342 99276 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/cbbeabef-6ea6-4cc5-949c-33d9caafa995 0.062s 2025-08-05 21:53:09,343 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbac08ef-a39b-48fe-b0f7-fbaa84bb6518', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbac08ef-a39b-48fe-b0f7-fbaa84bb6518', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995'} Body: b'{"volume": {"id": "cbbeabef-6ea6-4cc5-949c-33d9caafa995", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:09.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-814201094", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbae98b24acc4697bdf513404ee2f59b"}}' 2025-08-05 21:53:10,396 99276 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/cbbeabef-6ea6-4cc5-949c-33d9caafa995 0.039s 2025-08-05 21:53:10,397 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2517f9 95-2fa2-44d0-a102-66ed84cb9612', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2517f995-2fa2-44d0-a102-66ed84cb9612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995'} Body: b'{"volume": {"id": "cbbeabef-6ea6-4cc5-949c-33d9caafa995", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:09.000000", "updated_at": "2025-08-05T21:53:09.000000", "name": "tempest-VolumesGetTest-Volume-814201094", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbae98b24acc4697bdf513404ee2f59b"}}' 2025-08-05 21:53:10,448 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995 0.037s 2025-08-05 21:53:10,448 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcabca68-24c9-4890-91c2-8193cf5ab8cf', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcabca68-24c9-4890-91c2-8193cf5ab8cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995'} Body: b'{"volume": {"id": "cbbeabef-6ea6-4cc5-949c-33d9caafa995", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:09.000000", "updated_at": "2025-08-05T21:53:09.000000", "name": "tempest-VolumesGetTest-Volume-814201094", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbae98b24acc4697bdf513404ee2f59b"}}' 2025-08-05 21:53:10,746 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995 0.284s 2025-08-05 21:53:10,747 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53: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-b2a5a612-2d82-4c2c-9178-5d8be2575378', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995'} Body: b'' 2025-08-05 21:53:10,770 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995 0.023s 2025-08-05 21:53:10,771 99276 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53: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-e1ffc260-d5cd-4dc8-8e58-a37eb3a71350', 'x-openstack-request-id': 'req-e1ffc260-d5cd-4dc8-8e58-a37eb3a71350', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cbbeabef-6ea6-4cc5-949c-33d9caafa995 could not be found."}}' {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [1.841383s] ... 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 9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:53:10,798 99276 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/74252a56-508e-4c15-96b1-e348eb8dba1e 0.024s 2025-08-05 21:53:10,799 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d1c269f9-6df7-4e4d-bdc1-b2efdf8a4d8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} 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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:53:10,821 99276 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/74252a56-508e-4c15-96b1-e348eb8dba1e 0.021s 2025-08-05 21:53:10,822 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-917fa7c0-7cdd-418f-8e72-e8ddd576ceb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} 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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:53:11,243 99276 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.420s 2025-08-05 21:53:11,243 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1, "name": "tempest-Volumes GetTest-Volume-791499063", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3aa01f2-afe7-4c08-b28e-d7fcc465dcb4', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3aa01f2-afe7-4c08-b28e-d7fcc465dcb4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:11.135792", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-791499063", "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/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:53:11,341 99276 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/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102 0.085s 2025-08-05 21:53:11,341 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4df16641-cd05-492d-951c-9486e8bd4011', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4df16641-cd05-492d-951c-9486e8bd4011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102'} Body: b'{"volume": {"id": "9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:11.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-791499063", "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/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbae98b24acc4697bdf513404ee2f59b"}}' 2025-08-05 21:53:12,395 99276 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/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102 0.039s 2025-08-05 21:53:12,395 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4816141e-4658-4e30-b277-5a0c98966d63', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4816141e-4658-4e30-b277-5a0c98966d63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102'} Body: b'{"volume": {"id": "9c7d8ea3-ba 85-4fed-a7d7-1d8790ddb102", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:11.000000", "updated_at": "2025-08-05T21:53:11.000000", "name": "tempest-VolumesGetTest-Volume-791499063", "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/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbae98b24acc4697bdf513404ee2f59b"}}' 2025-08-05 21:53:12,465 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102 0.056s 2025-08-05 21:53:12,465 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e1a1fdb-479d-4d93-9325-cf6e6eaee22d', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e1a1fdb-479d-4d93-9325-cf6e6eaee22d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102'} Body: b'{"volume": {"id": "9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:11.000000", "updated_at": "2025-08-05T21:53:11.000000", "name": "tempest-VolumesGetTest-Volume-791499063", "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/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbae98b24acc4697bdf513404ee2f59b"}}' 2025-08-05 21:53:12,589 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102 0.110s 2025-08-05 21:53:12,589 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53: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-649b69ca-3d47-414b-a6ad-0a02b944c6fe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102'} Body: b'' 2025-08-05 21:53:12,614 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102 0.024s 2025-08-05 21:53:12,614 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53: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-307bf4e8-98c6-4cd3-9d28-3e03ccaa49fc', 'x-openstack-request-id': 'req-307bf4e8-98c6-4cd3-9d28-3e03ccaa49fc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102 could not be found."}}' {3} 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 d04705e6-bb49-4bb0-8fa0-b732b9ff818a failed to build and is in ERROR status {3} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal [1.630475s] ... 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 8ac09a97-f39e-402b-a9d8-557705aad4a7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:53:31,017 99276 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 202 POST http://10.0.0.210/volume/v3/volumes 0.379s 2025-08-05 21:53:31,018 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDependencyTests-volume-1955903777", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6afbb35-8ea1-4c57-b147-ef8cd54d9cb3', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6afbb35-8ea1-4c57-b147-ef8cd54d9cb3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8ac09a97-f39e-402b-a9d8-557705aad4a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:30.959682", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-1955903777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7"}], "user_id": "d41e9cc79e984b6aaffd5729b20a648d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:53:31,081 99276 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7 0.051s 2025-08-05 21:53:31,081 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c92034a-7e72-403f-a496-b38b7fb368df', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c92034a-7e72-403f-a496-b38b7fb368df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7'} Body: b'{"volume": {"id": "8ac09a97-f39e-402b-a9d8-557705aad4a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:31.000000", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-1955903777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7"}], "user_id": "d41e9cc79e984b6aaffd5729b20a648d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f921e194c49419bbc8a0310c6d90036"}}' 2025-08-05 21:53:32,134 99276 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7 0.038s 2025-08-05 21:53:32,135 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-f355cdb9-75d4-4d91-82da-260d22962a96', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f355cdb9-75d4-4d91-82da-260d22962a96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7'} Body: b'{"volume": {"id": "8ac09a97-f39e-402b-a9d8-557705aad4a7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:31.000000", "updated_at": "2025-08-05T21:53:31.000000", "name": "tempest-SnapshotDependencyTests-volume-1955903777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7"}], "user_id": "d41e9cc79e984b6aaffd5729b20a648d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f921e194c49419bbc8a0310c6d90036"}}' 2025-08-05 21:53:32,244 99276 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7 0.094s 2025-08-05 21:53:32,244 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd1fc2bc-107f-47a4-8ceb-aaa036185bef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7'} Body: b'' 2025-08-05 21:53:32,266 99276 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7 0.021s 2025-08-05 21:53:32,266 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53: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-8b9182b4-c649-4590-af10-12dd9b2c1160', 'x-openstack-request-id': 'req-8b9182b4-c649-4590-af10-12dd9b2c1160', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8ac09a97-f39e-402b-a9d8-557705aad4a7 could not be found."}}' {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [166.944665s] ... 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 fedee5a1-9c1c-4b8c-ae0a-346db40b91e4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:51:17,593 99290 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 21:51:17,593 99290 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:51:17,659 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.063s 2025-08-05 21:51:17,659 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1705023657", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEvCHiFeI5+IynlucsOo3he0jIS5xGIwhSwO6kHTOV7Zz5oK4WeSe5dOLgzP0OxSiToQfNbQAFcgL1BL5+s91KeXGNxGg5SqobagXFISSOxo+swIEmiQB7i/QlspdVmcSw=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:17 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-bf1b6505-b1e5-4b9d-ae35-602322a4b38b', 'x-compute-request-id': 'req-bf1b6505-b1e5-4b9d-ae35-602322a4b38b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1705023657", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEvCHiFeI5+IynlucsOo3he0jIS5xGIwhSwO6kHTOV7Zz5oK4WeSe5dOLgzP0OxSiToQfNbQAFcgL1BL5+s91KeXGNxGg5SqobagXFISSOxo+swIEmiQB7i/QlspdVmcSw==", "fingerprint": "d6:67:b9:34:71:e3:1a:a1:e9:f3:1f:88:bf:e3:03:dc", "user_id": "21f2ad057f094d93afe08c12b86da7c2"}}' 2025-08-05 21:51:17,662 99290 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1705023657 created 2025-08-05 21:51:17,942 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.280s 2025-08-05 21:51:17,942 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1717026240", "description": "tempest-description--1615430470"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-71fc0e6f-b730-4af2-ac8c-0e40397d59c2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "169db152-3732-4116-9ea9-4697d6f357b0", "name": "tempest-securitygroup--1717026240", "stateful": true, "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "description": "tempest-description--1615430470", "shared": false, "security_group_rules": [{"id": "1b13264c-09db-43ba-b2f5-0602a9f90fd4", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "security_group_id": "169db152-3732-4116-9ea9-4697d6f357b0", "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": 925, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:51:17Z", "updated_at": "2025-08-05T21:51:17Z", "revision_number": 0}, {"id": "20d262c5-fbf2-40ef-b034-61e70388cf2b", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "security_group_id": "169db152-3732-4116-9ea9-4697d6f357b0", "ethertype": "IPv6", "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": 926, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:51:17Z", "updated_at": "2025-08-05T21:51:17Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:51:17Z", "updated_at": "2025-08-05T21:51:17Z", "revision_number": 1, "project_id": "9b9a1cf1979f4944bc528c1da07ef979"}}' 2025-08-05 21:51:18,172 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.229s 2025-08-05 21:51:18,172 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "169db152-3732-4116-9ea9-4697d6f357b0", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-99dd024a-3cf5-437f-a4b7-a0475bfa45d6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6ee24797-997a-4f0b-a65d-011a7704b0fd", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "security_group_id": "169db152-3732-4116-9ea9-4697d6f357b0", "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-08-05T21:51:18Z", "updated_at": "2025-08-05T21:51:18Z", "revision_number": 0}}' 2025-08-05 21:51:18,393 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.220s 2025-08-05 21:51:18,393 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "169db152-3732-4116-9ea9-4697d6f357b0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-5164bc55-bd75-4ee6-940c-198d1429ee5d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "717d3761-4621-4206-8550-8622ad04e92e", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "security_group_id": "169db152-3732-4116-9ea9-4697d6f357b0", "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-08-05T21:51:18Z", "updated_at": "2025-08-05T21:51:18Z", "revision_number": 0}}' 2025-08-05 21:51:18,394 99290 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1717026240 created 2025-08-05 21:51:19,266 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.871s 2025-08-05 21:51:19,266 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth -Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-a08558c9-2480-4ed4-af0d-c7f5de3ede2f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "911d8e76-a894-465e-96fa-ce46fbbde687", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "floating_ip_address": "172.24.4.52", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:51:18Z", "updated_at": "2025-08-05T21:51:18Z", "revision_number": 0}}' 2025-08-05 21:51:19,266 99290 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '911d8e76-a894-465e-96fa-ce46fbbde687', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'floating_ip_address': '172.24.4.52', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:51:18Z', 'updated_at': '2025-08-05T21:51:18Z', 'revision_number': 0, 'ip': '172.24.4.52'} created 2025-08-05 21:51:19,372 99290 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.095s 2025-08-05 21:51:19,373 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:19 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-59cbb93d-8da4-4749-a518-9b5193dbf9d8', '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": "21f2ad057f094d93afe08c12b86da7c2", "name": "tempest-AttachVolumeTestJSON-1968961469-project-member", "password_expires_at": null}, "audit_ids": ["Ibby3Op3QWORlLCh9kgPlg"], "expires_at": "2025-08-05T22:51:19.000000Z", "issued_at": "2025-08-05T21:51:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b9a1cf1979f4944bc528c1da07ef979", "name": "tempest-AttachVolumeTestJSON-1968961469"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9b9a1cf1979f4944bc528c1da07ef979", "region": "RegionOne"}], "id": "3daf87 d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:51:19,373 99290 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '4cb71b16-a6a0-4898-ac7b-fbcffc0e0a5f', 'name': 'tempest-AttachVolumeTestJSON-1603432914-network', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 47821, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:48:23Z', 'updated_at': '2025-08-05T21:48:23Z', 'revision_number': 1} available for tenant 2025-08-05 21:51:19,374 99290 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1705023657', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEvCHiFeI5+IynlucsOo3he0jIS5xGIwhSwO6kHTOV7Zz5oK4WeSe5dOLgzP0OxSiToQfNbQAFcgL1BL5+s91KeXGNxGg5SqobagXFISSOxo+swIEmiQB7i/QlspdVmcSw==', 'fingerprint': 'd6:67:b9:34:71:e3:1a:a1:e9:f3:1f:88:bf:e3:03:dc', 'user_id': '21f2ad057f094d93afe08c12b86da7c2', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBNdwEBuP31WBCxpPJnDmlw7C8ZXVYgsdpQwuYgBJrGXUWUZUDidRQ2\ndz0jwxs6J06gBwYFK4EEACKhZANiAARLwh4hXiOfiMp5bnLDqN4XtIyEucRiMIUs\nDupB0zle2c+aCuFnknuXTi4Mz9DsUok6EHzW0ABXIC9QS+frPdSnlxjcRoOUqqG2\noFxSEkjsaPrMCBJokAe4v0JbKXVZnEs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '169db152-3732-4116-9ea9-4697d6f357b0', 'name': 'tempest-securitygroup--1717026240', 'stateful': True, 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'description': 'tempest-description--1615430470', 'shared': False, 'security_group_rules': [{'id': '1b13264c-09db-43ba-b2f5-0602a9f90fd4', 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'security_group_id': '169db152-3732-4116-9ea9-4697d6f357b0', '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': 925, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:51:17Z', 'updated_at': '2025-08-05T21:51:17Z', 'revision_number': 0}, {'id': '20d262c5-fbf2-40ef-b034-61e70388cf2b', 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'security_group_id': '169db152-3732-4116-9ea9-4697d6f357b0', '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': 926, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:51:17Z', 'updated_at': '2025-08-05T21:51:17Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-0 5T21:51:17Z', 'updated_at': '2025-08-05T21:51:17Z', 'revision_number': 1, 'project_id': '9b9a1cf1979f4944bc528c1da07ef979'}, 'floating_ip': {'id': '911d8e76-a894-465e-96fa-ce46fbbde687', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'floating_ip_address': '172.24.4.52', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:51:18Z', 'updated_at': '2025-08-05T21:51:18Z', 'revision_number': 0, 'ip': '172.24.4.52'}} 2025-08-05 21:51:19,996 99290 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.620s 2025-08-05 21:51:19,996 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-2046204594", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "4cb71b16-a6a0-4898-ac7b-fbcffc0e0a5f"}], "security_groups": [{"name": "tempest-securitygroup--1717026240"}], "key_name": "tempest-keypair-1705023657", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e12a3da-78e8-4e73-81f6-8beeed6b3cc6', 'x-compute-request-id': 'req-0e12a3da-78e8-4e73-81f6-8beeed6b3cc6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a2cc9bbe-4807-4c92-8ee6-4e68aebf7062", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1717026240"}], "adminPass": "password"}}' 2025-08-05 21:51:20,343 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062 0.344s 2025-08-05 21:51:20,343 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:20 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-b308bedc-832f-441a-a7bf-5d9a69254d33', 'x-compute-request-id': 'req-b308bedc-832f-441a-a7bf-5d9a69254d33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062'} Body: b'{"server": {"id": "a2cc9bbe-4807-4c92-8ee6-4e68aebf7062", "name": "tempest-AttachVolumeTestJSON-server-2046204594", "status": "BUILD", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "user_id": "21f2ad057f094d93afe08c12b86da7c2", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links ": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:51:20Z", "updated": "2025-08-05T21:51:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1705023657", "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-08-05 21:52:10,618 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062 0.214s 2025-08-05 21:52:10,619 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe850c93-6dc7-47d4-bc82-39cab2481469', 'x-compute-request-id': 'req-fe850c93-6dc7-47d4-bc82-39cab2481469', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062'} Body: b'{"server": {"id": "a2cc9bbe-4807-4c92-8ee6-4e68aebf7062", "name": "tempest-AttachVolumeTestJSON-server-2046204594", "status": "ACTIVE", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "user_id": "21f2ad057f094d93afe08c12b86da7c2", "metadata": {}, "hostId": "c6a5b1c52820f5f6a611a8646521a6cbbb80175c871afe412dc94faf", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:51:19Z", "updated": "2025-08-05T21:51:36Z", "addresses": {"tempest-AttachVolumeTestJSON-1603432914-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:3f:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1705023657", "OS-SRV-USG:launched_at": "2025-08-05T21:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1717026240"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:52:10,633 99290 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:53:10,904 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062/os-interface 0.210s 2025-08-05 21:53:10,905 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'ope nstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0510667b-2b97-4242-83d4-bc279552e5e1', 'x-compute-request-id': 'req-0510667b-2b97-4242-83d4-bc279552e5e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "4cb71b16-a6a0-4898-ac7b-fbcffc0e0a5f", "port_id": "35f3882e-b245-4e60-b4c3-bd7d6d7b3582", "mac_addr": "fa:16:3e:4c:3f:99", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8c3e7703-0ada-4cfc-ad50-e2bede92794b", "ip_address": "10.0.0.5"}]}]}' 2025-08-05 21:53:11,695 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/911d8e76-a894-465e-96fa-ce46fbbde687 0.782s 2025-08-05 21:53:11,696 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "35f3882e-b245-4e60-b4c3-bd7d6d7b3582"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-cee2c8d7-19ab-474a-9d65-fb398839ac42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/911d8e76-a894-465e-96fa-ce46fbbde687'} Body: b'{"floatingip": {"id": "911d8e76-a894-465e-96fa-ce46fbbde687", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "floating_ip_address": "172.24.4.52", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "1d53b8db-163d-4379-ba30-8c3439342022", "port_id": "35f3882e-b245-4e60-b4c3-bd7d6d7b3582", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "4cb71b16-a6a0-4898-ac7b-fbcffc0e0a5f", "mac_address": "fa:16:3e:4c:3f:99", "admin_state_up": true, "status": "ACTIVE", "device_id": "a2cc9bbe-4807-4c92-8ee6-4e68aebf7062", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:51:18Z", "updated_at": "2025-08-05T21:53:11Z", "revision_number": 1, "project_id": "9b9a1cf1979f4944bc528c1da07ef979"}}' 2025-08-05 21:53:11,697 99290 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.52:22' as 'cirros' with public key authentication 2025-08-05 21:53:11,706 99290 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:53:11,808 99290 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:53:11,808 99290 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.52 successfully created 2025-08-05 21:53:11,851 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062/ips 0.042s 2025-08-05 21:53:11,851 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:11 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-970f72b5-7672-4389-8541-de3b08fe9b74', 'x-compute-request-id': 'req-970f72b5-7672-4389-8541-de3b08fe9b74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1603432914-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2025-08-05 21: 53:12,107 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/volumes 0.252s 2025-08-05 21:53:12,107 99290 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-1351605456"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b0e90d5-fc87-44e6-baa7-3b060eb0cbd2', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b0e90d5-fc87-44e6-baa7-3b060eb0cbd2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fedee5a1-9c1c-4b8c-ae0a-346db40b91e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:11.978170", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1351605456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4"}], "user_id": "21f2ad057f094d93afe08c12b86da7c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:53:12,168 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4 0.048s 2025-08-05 21:53:12,168 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39ac86f4-733c-4720-9e2e-3bdb414f9096', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39ac86f4-733c-4720-9e2e-3bdb414f9096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4'} Body: b'{"volume": {"id": "fedee5a1-9c1c-4b8c-ae0a-346db40b91e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:12.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1351605456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4"}], "user_id": "21f2ad057f094d93afe08c12b86da7c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9b9a1cf1979f4944bc528c1da07ef979"}}' 2025-08-05 21:53:13,222 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4 0.039s 2025-08-05 21:53:13,223 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aceed2d0-a01 3-4f96-a302-3dbffc31898f', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aceed2d0-a013-4f96-a302-3dbffc31898f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4'} Body: b'{"volume": {"id": "fedee5a1-9c1c-4b8c-ae0a-346db40b91e4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:12.000000", "updated_at": "2025-08-05T21:53:12.000000", "name": "tempest-AttachVolumeTestJSON-volume-1351605456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4"}], "user_id": "21f2ad057f094d93afe08c12b86da7c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9b9a1cf1979f4944bc528c1da07ef979"}}' 2025-08-05 21:53:13,360 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062 0.121s 2025-08-05 21:53:13,360 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:13 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-57ab36b9-c0ab-482e-9115-b5efc1915abf', 'x-compute-request-id': 'req-57ab36b9-c0ab-482e-9115-b5efc1915abf', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062'} Body: b'' 2025-08-05 21:53:13,645 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062 0.284s 2025-08-05 21:53:13,645 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:13 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-79c61ead-aa21-4b68-86d5-456288f7be5f', 'x-compute-request-id': 'req-79c61ead-aa21-4b68-86d5-456288f7be5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062'} Body: b'{"server": {"id": "a2cc9bbe-4807-4c92-8ee6-4e68aebf7062", "name": "tempest-AttachVolumeTestJSON-server-2046204594", "status": "ACTIVE", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "user_id": "21f2ad057f094d93afe08c12b86da7c2", "metadata": {}, "hostId": "c6a5b1c52820f5f6a611a8646521a6cbbb80175c871afe412dc94faf", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:51:19Z", "updated": "2025-08-05T21:53:13Z", "addresses": {"tempest-AttachVolumeTestJSON-1603432914-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:3f:99"}, {"version": 4, "addr": "172.24.4.52", "OS-EXT-IPS:type": "floati ng", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:3f:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1705023657", "OS-SRV-USG:launched_at": "2025-08-05T21:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1717026240"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:54:03,952 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062 0.244s 2025-08-05 21:54:03,953 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-4aaf4ed4-132a-47d1-8001-db21526a0ade', 'x-compute-request-id': 'req-4aaf4ed4-132a-47d1-8001-db21526a0ade', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a2cc9bbe-4807-4c92-8ee6-4e68aebf7062 could not be found."}}' 2025-08-05 21:54:03,980 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1705023657 0.027s 2025-08-05 21:54:03,980 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85f6e117-9555-455d-aae4-e33b653f4aea', 'x-compute-request-id': 'req-85f6e117-9555-455d-aae4-e33b653f4aea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1705023657'} Body: b'' 2025-08-05 21:54:04,185 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/169db152-3732-4116-9ea9-4697d6f357b0 0.203s 2025-08-05 21:54:04,185 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-1637d8d3-fda6-49d4-bdbd-27c915010904', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/169db152-3732-4116-9ea9-4697d6f357b0'} Body: b'' 2025-08-05 21:54:04,202 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/169db152-3732-4116-9ea9-4697d6f357b0 0.017s 2025-08-05 21:54:04,203 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: Non e Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-c4c62a10-8eb7-4e3e-9cee-7c99254615f6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/169db152-3732-4116-9ea9-4697d6f357b0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 169db152-3732-4116-9ea9-4697d6f357b0 does not exist", "detail": ""}}' 2025-08-05 21:54:04,536 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/911d8e76-a894-465e-96fa-ce46fbbde687 0.332s 2025-08-05 21:54:04,536 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-a540ab81-7666-4e27-b3c2-bf39b771ab60', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/911d8e76-a894-465e-96fa-ce46fbbde687'} Body: b'' {10} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {10} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.177783s] ... ok {10} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.702434s] ... ok {10} 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 39f74230-5311-4e47-b886-887bc99ceddc failed to build and is in ERROR status {10} setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 6f01ae7c-1c43-45ef-82e5-3b81838700b2 failed to build and is in ERROR status {10} 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 42c72751-c89f-4f48-9b28-47222d2855e5 failed to build and is in ERROR status {0} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [167.322444s] ... 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 ed44f371-f7ae-4ceb-9964-d89cd77ef044 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:52:00,925 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.339s 2025-08-05 21:52:00,925 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-300235109", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53f28578-cb8c-48fe-9ac7-b0390f45e34d', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53f28578-cb8c-48fe-9ac7-b0390f45e34d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ed44f371-f7ae-4ceb-9964-d89cd77ef044", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:52:00.867277", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-300235109", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044"}], "user_id": "0424273cc6994ec58f5494b266d7b5ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:52:01,178 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.240s 2025-08-05 21:52:01,179 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-30741791", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6684122-2515-4433-a7f0-94ef0d6d7a54', 'content-length': '764', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6684122-2515-4433-a7f0-94ef0d6d7a54', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8623173d-6b84-442d-9022-a2e383a10e9b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:52:01.076293", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-30741791", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8623173d-6b84-442d-9022-a2e383a10e9b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8623173d-6b84-442d-9022-a2e383a10e9b"}], "user_id": "0424273cc6994ec58f5494b266d7b5ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:52:01,237 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.041s 2025-08-05 21:52:01,237 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', ' content-type': 'application/json', 'content-length': '2517', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e1aac1c3-ff06-4243-89b9-46ea5ce17c7d', '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": "0424273cc6994ec58f5494b266d7b5ee", "name": "tempest-TestServerVolumeAttachmentScenario-1737940341-project-member", "password_expires_at": null}, "audit_ids": ["xj3g7M4RSsaLNXur3AkUPQ"], "expires_at": "2025-08-05T22:52:01.000000Z", "issued_at": "2025-08-05T21:52:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c81d6d6db0ae4580aba53201efc319c1", "name": "tempest-TestServerVolumeAttachmentScenario-1737940341"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c81d6d6db0ae4580aba53201efc319c1", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:52:01,238 99270 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '5eabea01-c48e-4c68-a9fb-55d668a35519', 'name': 'tempest-TestServerVolumeAttachmentScenario-78890728-network', 'tenant_id': 'c81d6d6db0ae4580aba53201efc319c1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c81d6d6db0ae4580aba53201efc319c1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42971, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:51:46Z', 'updated_at': '2025-08-05T21:51:46Z', 'revision_number': 1} available for tenant 2025-08-05 21:52:01,239 99270 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 21:52:01,239 99270 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:52:01,289 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.048s 2025-08-05 21:52:01,289 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-839173908", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBASSp/XI/4U4u52BEvPZXDCs9FQmzRRllefzlYmrndhQhQZGwfD9l76W0QzVMtgrprBp9HlCq5Z1sa7c8ZsmuV29f9GmhEKnZtcQeCW7z0VCvEFYO5gddRqspOy+0NDZ/A=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:01 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-c6a4770e-2406-4b44-b1ef-d3a9118366d4', 'x-compute-request-id': 'req-c6a4770e-2406-4b44-b1ef-d3a9118366d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-839173908", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBASSp/XI/4U4u52BEvPZXDCs9FQmzRRllefzlYmrndhQhQZGwfD9l76W0QzVMtgrprBp9HlCq5Z1sa7c8ZsmuV29f9GmhEKnZtcQeCW7z0VCvEFYO5gddRqspOy+0NDZ/A==", "fingerprint": "9a:a4:7b:f1:b7:73:16:40:cb:c2:47:a1:07:8c:55:a5", "user_id": "0424273cc6994ec58f5494b266d7b5ee"}}' 2025-08-05 21:52:01,292 99270 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-839173908 created 2025-08-05 21:52:01,692 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.399s 2025-08-05 21:52:01,692 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--711434335", "description": "tempest-description--1869066873"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-5ce65e3c-e798-4b00-88df-ae281db3526d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1f0111b7-dc3e-479e-81ce-d390815f0863", "name": "tempest-securitygroup--711434335", "stateful": true, "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "description": "tempest-description--1869066873", "shared": false, "security_group_rules": [{"id": "1957d230-3f17-477a-83d3-1d4555f1e564", "project_id": "c81d6d6db0ae4580aba53201efc319c1", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "security_group_id": "1f0111b7-dc3e-479e-81ce-d390815f0863", "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": 1010, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:52:01Z", "updated_at": "2025-08-05T21:52:01Z", "revision_number": 0}, {"id": "ae1eb899-a38d-4d4a-9505-8e7800a97be8", "project_id": "c81d6d6db0ae4580aba53201efc319c1", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "security_group_id": "1f0111b7-dc3e-479e-81ce-d390815f0863", "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": 1011, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:52:01Z", "updated_at": "2025-08-05T21:52:01Z", "revision_number": 0}], "tag s": [], "created_at": "2025-08-05T21:52:01Z", "updated_at": "2025-08-05T21:52:01Z", "revision_number": 1, "project_id": "c81d6d6db0ae4580aba53201efc319c1"}}' 2025-08-05 21:52:01,896 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.203s 2025-08-05 21:52:01,896 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1f0111b7-dc3e-479e-81ce-d390815f0863", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-dd29205e-02ce-47d8-bd98-572be74a7694', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "824ae9ee-7d25-461b-9a2e-b6005f04e357", "project_id": "c81d6d6db0ae4580aba53201efc319c1", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "security_group_id": "1f0111b7-dc3e-479e-81ce-d390815f0863", "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-08-05T21:52:01Z", "updated_at": "2025-08-05T21:52:01Z", "revision_number": 0}}' 2025-08-05 21:52:02,112 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.215s 2025-08-05 21:52:02,113 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1f0111b7-dc3e-479e-81ce-d390815f0863", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-2bb590ef-2def-4d18-8688-6a46f63b0303', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d9af4ef3-52d9-4dc2-8255-d951d4c55cd1", "project_id": "c81d6d6db0ae4580aba53201efc319c1", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "security_group_id": "1f0111b7-dc3e-479e-81ce-d390815f0863", "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-08-05T21:52:01Z", "updated_at": "2025-08-05T21:52:01Z", "revision_number": 0}}' 2025-08-05 21:52:02,113 99270 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--711434335 created 2025-08-05 21:52:02,792 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.678s 2025-08-05 21:52:02,793 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-642ab0fd-db11-4d62-b546-6e9cc8c8805c', ' connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "cff74db8-d027-4c86-9f13-7bb093a0e973", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "floating_ip_address": "172.24.4.73", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c81d6d6db0ae4580aba53201efc319c1", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:52:02Z", "updated_at": "2025-08-05T21:52:02Z", "revision_number": 0}}' 2025-08-05 21:52:02,793 99270 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'cff74db8-d027-4c86-9f13-7bb093a0e973', 'tenant_id': 'c81d6d6db0ae4580aba53201efc319c1', 'floating_ip_address': '172.24.4.73', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c81d6d6db0ae4580aba53201efc319c1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:52:02Z', 'updated_at': '2025-08-05T21:52:02Z', 'revision_number': 0, 'ip': '172.24.4.73'} created 2025-08-05 21:52:02,794 99270 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-839173908', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBASSp/XI/4U4u52BEvPZXDCs9FQmzRRllefzlYmrndhQhQZGwfD9l76W0QzVMtgrprBp9HlCq5Z1sa7c8ZsmuV29f9GmhEKnZtcQeCW7z0VCvEFYO5gddRqspOy+0NDZ/A==', 'fingerprint': '9a:a4:7b:f1:b7:73:16:40:cb:c2:47:a1:07:8c:55:a5', 'user_id': '0424273cc6994ec58f5494b266d7b5ee', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBDnQwpGgEyYoLd20JKy2OVmkpOrbGEeeRNv66NWe/G0XeTZyOQvXPN\nv1QJlw0IMcygBwYFK4EEACKhZANiAAQEkqf1yP+FOLudgRLz2VwwrPRUJs0UZZXn\n85WJq53YUIUGRsHw/Ze+ltEM1TLYK6awafR5QquWdbGu3PGbJrldvX/RpoRCp2bX\nEHglu89FQrxBWDuYHXUarKTsvtDQ2fw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1f0111b7-dc3e-479e-81ce-d390815f0863', 'name': 'tempest-securitygroup--711434335', 'stateful': True, 'tenant_id': 'c81d6d6db0ae4580aba53201efc319c1', 'description': 'tempest-description--1869066873', 'shared': False, 'security_group_rules': [{'id': '1957d230-3f17-477a-83d3-1d4555f1e564', 'project_id': 'c81d6d6db0ae4580aba53201efc319c1', 'tenant_id': 'c81d6d6db0ae4580aba53201efc319c1', 'security_group_id': '1f0111b7-dc3e-479e-81ce-d390815f0863', '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': 1010, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:52:01Z', 'updated_at': '2025-08-05T21:52:01Z', 'revision_number': 0}, {'id': 'ae1eb899-a38d-4d4a-9505-8e7800a97be8', 'project_id': 'c81d6d6db0ae4580aba53201efc319c1', 'tenant_id': 'c81d6d6db0ae4580aba53201efc319c1', 'security_group_id': '1f0111b7-dc3e-479e-81ce-d390815f0863', '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': 1011, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:52:01Z', 'updated_at': '2025-08-05T21:52:01Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T21:52:01Z', 'updated_at': '2025-08-05T21:52:01Z', 'revision_number': 1, 'project_id': 'c81d6d6db0ae4580aba53201efc319c1'}, 'floating_ip': {'id': 'cff74db8-d027-4c86-9f13-7bb093a0e973', 'tenant_id': 'c81d6d6db0ae4580aba53201efc319c1', 'floating_ip_address': '172.24.4.73', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c81d6d 6db0ae4580aba53201efc319c1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:52:02Z', 'updated_at': '2025-08-05T21:52:02Z', 'revision_number': 0, 'ip': '172.24.4.73'}} 2025-08-05 21:52:03,487 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/compute/v2.1/servers 0.692s 2025-08-05 21:52:03,487 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-2136985715", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "5eabea01-c48e-4c68-a9fb-55d668a35519"}], "security_groups": [{"name": "tempest-securitygroup--711434335"}], "key_name": "tempest-keypair-839173908", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a620ef4-3955-424d-8729-e58a70bb66f3', 'x-compute-request-id': 'req-6a620ef4-3955-424d-8729-e58a70bb66f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0c903f33-db9e-4f99-b36d-c99048a67e10", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--711434335"}], "adminPass": "S5CwNMFG967z"}}' 2025-08-05 21:52:03,598 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10 0.108s 2025-08-05 21:52:03,599 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:03 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-63b0d5ea-151f-41cd-ba5a-5132e6d13c8b', 'x-compute-request-id': 'req-63b0d5ea-151f-41cd-ba5a-5132e6d13c8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10'} Body: b'{"server": {"id": "0c903f33-db9e-4f99-b36d-c99048a67e10", "name": "tempest-TestServerVolumeAttachmentScenario-server-2136985715", "status": "BUILD", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "user_id": "0424273cc6994ec58f5494b266d7b5ee", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:52:03Z", "updated": "2025-08-05T21:52:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}], "OS-DCF :diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-839173908", "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-08-05 21:52:53,958 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10 0.299s 2025-08-05 21:52:53,959 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1561', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cacdbb2d-5455-4cce-81c8-6543f65ac2f0', 'x-compute-request-id': 'req-cacdbb2d-5455-4cce-81c8-6543f65ac2f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10'} Body: b'{"server": {"id": "0c903f33-db9e-4f99-b36d-c99048a67e10", "name": "tempest-TestServerVolumeAttachmentScenario-server-2136985715", "status": "ACTIVE", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "user_id": "0424273cc6994ec58f5494b266d7b5ee", "metadata": {}, "hostId": "c04702d910537b6567c2a4c287221e6b55ef08a6d3b66e75613b6c0c", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:52:03Z", "updated": "2025-08-05T21:52:19Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-78890728-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:ba:f9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-839173908", "OS-SRV-USG:launched_at": "2025-08-05T21:52:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--711434335"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:52:53,973 99270 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:53:54,198 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10/os-interface 0.163s 2025-08-05 21:53:54,198 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53: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-2e6a245a-e839-48dd-abf7-6bbd9a9a1256', 'x-compute-request-id': 'req-2e6a245a-e839-48dd-abf7-6bbd9a9a1256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0c903f33-db 9e-4f99-b36d-c99048a67e10/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5eabea01-c48e-4c68-a9fb-55d668a35519", "port_id": "569bdbe1-bd56-4024-ad46-1811f18a3633", "mac_addr": "fa:16:3e:23:ba:f9", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "1fef3f1c-e0f1-4f62-9b69-266c646b5c06", "ip_address": "10.0.0.14"}]}]}' 2025-08-05 21:53:54,992 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/cff74db8-d027-4c86-9f13-7bb093a0e973 0.789s 2025-08-05 21:53:54,992 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "569bdbe1-bd56-4024-ad46-1811f18a3633"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-5dc34855-591a-4ff1-ad61-a5ff6c4a4284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/cff74db8-d027-4c86-9f13-7bb093a0e973'} Body: b'{"floatingip": {"id": "cff74db8-d027-4c86-9f13-7bb093a0e973", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "floating_ip_address": "172.24.4.73", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "d72d4881-1c9c-4c9f-bbed-cc1f500cb549", "port_id": "569bdbe1-bd56-4024-ad46-1811f18a3633", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5eabea01-c48e-4c68-a9fb-55d668a35519", "mac_address": "fa:16:3e:23:ba:f9", "admin_state_up": true, "status": "ACTIVE", "device_id": "0c903f33-db9e-4f99-b36d-c99048a67e10", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:52:02Z", "updated_at": "2025-08-05T21:53:54Z", "revision_number": 1, "project_id": "c81d6d6db0ae4580aba53201efc319c1"}}' 2025-08-05 21:53:54,994 99270 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.73:22' as 'cirros' with public key authentication 2025-08-05 21:53:55,011 99270 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:53:55,113 99270 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:53:55,114 99270 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.73 successfully created 2025-08-05 21:53:55,363 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10 0.248s 2025-08-05 21:53:55,364 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1561', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec6ce1ae-d796-46c8-b788-8edbbdfa9160', 'x-compute-request-id': 'req-ec6ce1ae-d796-46c8-b788-8edbbdfa9160', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10'} Body: b'{"server": {"id": "0c903f33-db9e-4f99-b36d-c99048a67e10", "name": "tempest-TestServerVolumeAttachmentScenario-server-2136985715", "status": "ACTIVE", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "user_id": "0424273cc6994ec58f5494b266d7b5ee", "metadata": {}, "hostId": "c04702d910537b6567c2a4c287221e6b55ef08a6d3b66e75613b6c0c", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}] }, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:52:03Z", "updated": "2025-08-05T21:52:19Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-78890728-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:ba:f9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-839173908", "OS-SRV-USG:launched_at": "2025-08-05T21:52:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--711434335"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:53:55,446 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers 0.067s 2025-08-05 21:53:55,446 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:55 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-c822e1a9-1b68-4908-8639-d1c013747725', 'x-compute-request-id': 'req-c822e1a9-1b68-4908-8639-d1c013747725', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "0c903f33-db9e-4f99-b36d-c99048a67e10", "name": "tempest-TestServerVolumeAttachmentScenario-server-2136985715", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}]}]}' 2025-08-05 21:53:55,490 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044 0.040s 2025-08-05 21:53:55,490 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fa1e05b-2e6e-414f-af1a-438f03b24440', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fa1e05b-2e6e-414f-af1a-438f03b24440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044'} Body: b'{"volume": {"id": "ed44f371-f7ae-4ceb-9964-d89cd77ef044", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:52:01.000000", "updated_at": "2025-08-05T21:52:01.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-300235109", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044"}], "user_id": "0424273cc6994ec58f5494b266d7b5ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiatt ach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c81d6d6db0ae4580aba53201efc319c1"}}' 2025-08-05 21:53:56,548 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044 0.043s 2025-08-05 21:53:56,548 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9baef652-c9c5-4822-8ba4-ee32f5242f14', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9baef652-c9c5-4822-8ba4-ee32f5242f14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044'} Body: b'{"volume": {"id": "ed44f371-f7ae-4ceb-9964-d89cd77ef044", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:52:01.000000", "updated_at": "2025-08-05T21:52:01.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-300235109", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044"}], "user_id": "0424273cc6994ec58f5494b266d7b5ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c81d6d6db0ae4580aba53201efc319c1"}}' 2025-08-05 21:53:56,696 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10 0.122s 2025-08-05 21:53:56,698 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:56 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-ebe8eede-f1d8-4cb6-8520-f7f763921146', 'x-compute-request-id': 'req-ebe8eede-f1d8-4cb6-8520-f7f763921146', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10'} Body: b'' 2025-08-05 21:53:56,859 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10 0.160s 2025-08-05 21:53:56,859 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1685', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82095a67-7e89-4aa1-9b5c-5e34022df561', 'x-compute-request-id': 'req-82095a67-7e89-4aa1-9b5c-5e34022df561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10'} Body: b'{"server": {"id": "0c903f33-db9e-4f99-b36d-c99048a67e10", "name": "tempest-TestServerVolumeAttachmentScenario-server-2136985715", "status": "AC TIVE", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "user_id": "0424273cc6994ec58f5494b266d7b5ee", "metadata": {}, "hostId": "c04702d910537b6567c2a4c287221e6b55ef08a6d3b66e75613b6c0c", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:52:03Z", "updated": "2025-08-05T21:53:57Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-78890728-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:ba:f9"}, {"version": 4, "addr": "172.24.4.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:ba:f9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-839173908", "OS-SRV-USG:launched_at": "2025-08-05T21:52:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--711434335"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:54:46,958 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10 0.050s 2025-08-05 21:54:46,958 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:46 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-2f5165b9-cfb4-4532-ada5-7733800a43ee', 'x-compute-request-id': 'req-2f5165b9-cfb4-4532-ada5-7733800a43ee', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0c903f33-db9e-4f99-b36d-c99048a67e10 could not be found."}}' 2025-08-05 21:54:46,984 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-839173908 0.024s 2025-08-05 21:54:46,984 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:46 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-3b6a3084-7bf1-4391-95a3-10690935e0c0', 'x-compute-request-id': 'req-3b6a3084-7bf1-4391-95a3-10690935e0c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-839173908'} Body: b'' 2025-08-05 21:54:47,161 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/1f0111b7-dc3e-479e-81ce-d390815f0863 0.176s 2025-08-05 21:54:47,161 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'applica tion/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-e2055744-7e58-4d7f-8f9a-659ee63eea21', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/1f0111b7-dc3e-479e-81ce-d390815f0863'} Body: b'' 2025-08-05 21:54:47,201 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/1f0111b7-dc3e-479e-81ce-d390815f0863 0.039s 2025-08-05 21:54:47,202 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-4dfe9c0d-6b1a-4aad-9856-47dcffa96811', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/1f0111b7-dc3e-479e-81ce-d390815f0863'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1f0111b7-dc3e-479e-81ce-d390815f0863 does not exist", "detail": ""}}' 2025-08-05 21:54:47,549 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/cff74db8-d027-4c86-9f13-7bb093a0e973 0.346s 2025-08-05 21:54:47,550 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-13839516-0c86-4d7a-a5d6-86a2c5c779a5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/cff74db8-d027-4c86-9f13-7bb093a0e973'} Body: b'' 2025-08-05 21:54:47,741 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/8623173d-6b84-442d-9022-a2e383a10e9b 0.191s 2025-08-05 21:54:47,742 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54: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-c5e33cc8-35d9-4650-8585-d706fdc0ffbd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8623173d-6b84-442d-9022-a2e383a10e9b'} Body: b'' 2025-08-05 21:54:47,767 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/8623173d-6b84-442d-9022-a2e383a10e9b 0.025s 2025-08-05 21:54:47,768 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-07ef71ed-fb3f-4dd5-8fcd-460036844d27', 'x-openstack-request-id': 'req-07ef71ed-fb3f-4dd5-8fcd-460036844d27', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8623173d-6b84-442d-9022-a2e383a10e9b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8623173d-6b84-442d-9022-a2e383a10e9b co uld not be found."}}' 2025-08-05 21:54:47,872 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044 0.104s 2025-08-05 21:54:47,873 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54: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-ac1fca70-ec06-4dea-99fe-683c8a3107e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044'} Body: b'' 2025-08-05 21:54:47,906 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044 0.032s 2025-08-05 21:54:47,906 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-52247926-f3ec-4db6-b019-eb8aa3c542c8', 'x-openstack-request-id': 'req-52247926-f3ec-4db6-b019-eb8aa3c542c8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ed44f371-f7ae-4ceb-9964-d89cd77ef044 could not be found."}}' {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_snapshot_stop_start_instance [1.887929s] ... 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 a25ed4cb-28ae-4dae-90ac-33b318fc269f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:55:12,014 99270 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/74252a56-508e-4c15-96b1-e348eb8dba1e 0.241s 2025-08-05 21:55:12,014 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ae57fa37-3527-4751-87c1-ed8e5953e3be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} 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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:55:12,375 99270 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.360s 2025-08-05 21:55:12,375 99270 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-357469088", "snapshot_id": null, "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d5e5cde-9283-4b54-b327-e09f0b02b277', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d5e5cde-9283-4b54-b327-e09f0b02b277', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a25ed4cb-28ae-4dae-90ac-33b318fc269f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:12.318091", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-357469088", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:55:12,433 99270 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/a25ed4cb-28ae-4dae-90ac-33b318fc269f 0.045s 2025-08-05 21:55:12,433 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-948a09ea-c39c-4615-8dfc-beceefaecb92', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-948a09ea-c39c-4615-8dfc-beceefaecb92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f'} Body: b'{"volume": {"id": "a25ed4cb-28ae-4dae-90ac-33b318fc269f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:12.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-357469088", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3acd67af50a54b368e64cd502a4dbef3"}}' 2025-08-05 21:55:13,488 99270 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/a25ed4cb-28ae-4dae-90ac-33b318fc269f 0.040s 2025-08-05 21:55:13,488 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-344e02ea-f76f-44ff-b8b7-8922a902feb2', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-344e02ea-f76f-44ff-b8b7-8922a902feb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f'} Body: b'{"volume": {"id": "a25ed4cb-28ae-4dae-90ac-33b318fc269f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:12.000000", "updated_at": "2025-08-05T21:55:12.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-357469088", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3acd67af50a54b368e64cd502a4dbef3"}}' 2025-08-05 21:55:13,637 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f 0.133s 2025-08-05 21:55:13,637 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55: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-179fea66-739f-4d0a-bec3-ba48ea9e90b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f'} Body: b'' 2025-08-05 21:55:13,659 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f 0.021s 2025-08-05 21:55:13,659 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55: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-647cfabf-a44f-4692-9988-f0572b2d2ada', 'x-openstack-request-id': 'req-647cfabf-a44f-4692-9988-f0572b2d2ada', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a25ed4cb-28ae-4dae-90ac-33b318fc269f could not be found."}}' {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [1.673993s] ... 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 7c86652a-219e-496b-810c-1863ba1bd1ba failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:55:13,685 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e 0.023s 2025-08-05 21:55:13,685 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-496c20b9-ccb2-4963-8e4e-4e606c8ae536', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} 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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:55:14,099 99270 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.413s 2025-08-05 21:55:14,100 99270 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-2144716867", "snapshot_id": null, "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6e567ad-3c9a-42d6-b4d6-9b69a1b9816b', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6e567ad-3c9a-42d6-b4d6-9b69a1b9816b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7c86652a-219e-496b-810c-1863ba1bd1ba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:14.041079", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2144716867", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:55:14,153 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba 0.041s 2025-08-05 21:55:14,154 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'d ate': 'Tue, 05 Aug 2025 21:55:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b2a7610-e23d-4e06-ba3f-3f9976517955', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b2a7610-e23d-4e06-ba3f-3f9976517955', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba'} Body: b'{"volume": {"id": "7c86652a-219e-496b-810c-1863ba1bd1ba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:14.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2144716867", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3acd67af50a54b368e64cd502a4dbef3"}}' 2025-08-05 21:55:15,206 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba 0.037s 2025-08-05 21:55:15,206 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e3e1877-65db-40af-88d6-45a2f6fb6b1c', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e3e1877-65db-40af-88d6-45a2f6fb6b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba'} Body: b'{"volume": {"id": "7c86652a-219e-496b-810c-1863ba1bd1ba", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:14.000000", "updated_at": "2025-08-05T21:55:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2144716867", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3acd67af50a54b368e64cd502a4dbef3"}}' 2025-08-05 21:55:15,313 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba 0.093s 2025-08-05 21:55:15,313 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55: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-75b8697b-32e7-4b0c-aa92-2dbb488a7a07', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba'} Body: b'' 2025-08-05 21:55:15,334 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba 0.021s 2025-08-05 21:55:15,335 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-86c37cbc-8455-4687-b1e8-d25b781fac2a', 'x-openstack-request-id': 'req-86c37cbc-8455-4687-b1e8-d25b781fac2a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7c86652a-219e-496b-810c-1863ba1bd1ba could not be found."}}' {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [1.792324s] ... 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 55a645f3-8f5d-4ec9-893d-8db19c9dcede failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:55:15,356 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e 0.018s 2025-08-05 21:55:15,356 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6cca6099-62d2-4646-a4c7-7aff87bcc78f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} 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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:55:15,833 99270 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.476s 2025-08-05 21:55:15,833 99270 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-1393770495", "snapshot_id": null, "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2a1f291-a00b-4ff7-96ff-25c442473eca', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2a1f291-a00b-4ff7-96ff-25c442473eca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "55a645f3-8f5d-4ec9-893d-8db19c9dcede", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:15.717711", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1393770495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:55:15,905 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede 0.060s 2025-08-05 21:55:15,905 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6946b050-a07b-4b72-9b16-33152ac45b38', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6946b050-a07b-4b72-9b16-33152ac45b38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede'} Body: b'{"volume": {"id": "55a645f3-8f5d-4ec9-893d-8db19c9dcede", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:16.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1393770495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3acd67af50a54b368e64cd502a4dbef3"}}' 2025-08-05 21:55:16,958 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede 0.038s 2025-08-05 21:55:16,959 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f350edb4-0177-4ae9-a057-1e87a3165649', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f350edb4-0177-4ae9-a057-1e87a3165649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede'} Body: b'{"volume": {"id": "55a645f3-8f5d-4ec9-893d-8db19c9dcede", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:16.000000", "updated_at": "2025-08-05T21:55:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1393770495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3acd67af50a54b368e64cd502a4dbef3"}}' 2025-08-05 21:55:17,105 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede 0.115s 2025-08-05 21:55:17,105 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9e22d80-e4ee-4d85-b96a-139229d1d266', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede'} Body: b'' 2025-08-05 21:55:17,128 99270 INFO [tempest.lib.common.rest_client] Request (TestVol umeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede 0.022s 2025-08-05 21:55:17,129 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-96f44919-a0a6-4cab-a84e-775c1fe4a11d', 'x-openstack-request-id': 'req-96f44919-a0a6-4cab-a84e-775c1fe4a11d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 55a645f3-8f5d-4ec9-893d-8db19c9dcede could not be found."}}' {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [4.033770s] ... 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 c6fc5c40-0d3d-4cf8-abb4-86a5115530e7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:55:17,131 99270 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2025-08-05 21:55:17,205 99270 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-08-05 21:55:17,205 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1887474085", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDfcIwfEcqfHUzVzwbRQ/b+VyWLi8jdRHugqdEeKWNITO1Co/Gi48MQmamDSnsOVASt21M3wFbw0B+lYNQd439z6QX0sgDBw0cpNQ6l8P1eYmW46gpTK7bJSMjt+G/B+Fg=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:17 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-bbed292a-50cb-4fcf-9a21-196fff2fa784', 'x-compute-request-id': 'req-bbed292a-50cb-4fcf-9a21-196fff2fa784', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1887474085", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDfcIwfEcqfHUzVzwbRQ/b+VyWLi8jdRHugqdEeKWNITO1Co/Gi48MQmamDSnsOVASt21M3wFbw0B+lYNQd439z6QX0sgDBw0cpNQ6l8P1eYmW46gpTK7bJSMjt+G/B+Fg==", "fingerprint": "ff:b2:ec:bd:29:62:4f:55:9c:2f:ef:98:b0:2d:c0:7a", "user_id": "c6cef60b511c437788d5e601990f0710"}}' 2025-08-05 21:55:17,595 99270 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.387s 2025-08-05 21:55:17,596 99270 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-832349095", "description": "tempest-secgroup-smoke-832349095 description", "project_id": "3acd67af50a54b368e64cd502a4dbef3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-11dcbcb4-df6b-422b-aa7f-9672db7fe8a6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "name": "tempest-secgroup-smoke-832349095", "stateful": true, "tenant_id": "3acd67af50a54b368e64cd502a4dbef3", "description": "tempest-secgroup-smoke-832349095 description", "shared": false, "security_group_rules": [{"id": "7c0df95f-d0d7-41d6-a1d1-b89556d5e655", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "tenant_id": "3acd67af50a54b368e64cd502a4dbef3", "security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "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": 1188, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:55:17Z", "updated_at": "2025-08-05T21:55:17Z", "revision_number": 0}, {"id": "807569f9-f4f9-41ca-b9b9-3b51b9a62276", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "tenant_id": "3acd67af50a54b368e64cd502a4dbef3", "security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "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-08-05T21:55:17Z", "updated_at": "2025-08-05T21:55:17Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:55:17Z", "updated_at": "2025-08-05T21:55:17Z", "revision_number": 1, "project_id": "3acd67af50a54b368e64cd502a4dbef3"}}' 2025-08-05 21:55:17,798 99270 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.202s 2025-08-05 21:55:17,799 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-696d98a2-b13a-4170-ac3a-e931b30a4317', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7522a8c1-2d36-4193-920c-6cb09788bf07", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "tenant_id": "3acd67af50a54b368e64cd502a4dbef3", "security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "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-08-05T21:55:17Z", "updated_at": "2025-08-05T21:55:17Z", "revision_number": 0}}' 2025-08-05 21:55:18,030 99270 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.231s 2025-08-05 21:55:18,030 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-080f21b1-65da-4969-82c9-c2650931fe5e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "39e59531-e4d8-4eef-b405-c0de317f4718", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "tenant_id": "3acd67af50a54b368e64cd502a4dbef3", "security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "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-08-05T21:55:17Z", "updated_at": "2025-08-05T21:55:17Z", "revision_number": 0}}' 2025-08-05 21:55:18,244 99270 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.212s 2025-08-05 21:55:18,244 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 202 5 21:55:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ba49b3cc-29ef-4cce-93f1-791c72bae1de', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "248afdf5-5b1b-435a-a737-38dd00e0d87b", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "tenant_id": "3acd67af50a54b368e64cd502a4dbef3", "security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "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-08-05T21:55:18Z", "updated_at": "2025-08-05T21:55:18Z", "revision_number": 0}}' 2025-08-05 21:55:18,476 99270 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.231s 2025-08-05 21:55:18,476 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-3c19e900-2252-4235-adad-49e9ddbc1312', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c88cfec6-67e6-46ba-8cac-6a012b67e1b1", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "tenant_id": "3acd67af50a54b368e64cd502a4dbef3", "security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "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-08-05T21:55:18Z", "updated_at": "2025-08-05T21:55:18Z", "revision_number": 0}}' 2025-08-05 21:55:18,711 99270 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.234s 2025-08-05 21:55:18,711 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-49dd4a8e-cd25-480c-910d-872fa85a7041', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2440150b-b838-416d-9546-16039290ccdf", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "tenant_id": "3acd67af50a54b368e64cd502a4dbef3", "security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "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-08-05T21:55:18Z", "updated_at": "2025-08-05T21:55:18Z", "revision_number": 0}}' 2025-08-05 21:55:18,952 99270 INFO [te mpest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.240s 2025-08-05 21:55:18,953 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-2f9b20bf-01f7-4816-aceb-65e78ee8606b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1ce5c079-06c0-44ef-9d1b-6113699a505b", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "tenant_id": "3acd67af50a54b368e64cd502a4dbef3", "security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "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-08-05T21:55:18Z", "updated_at": "2025-08-05T21:55:18Z", "revision_number": 0}}' 2025-08-05 21:55:18,953 99270 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2025-08-05 21:55:18,974 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e 0.020s 2025-08-05 21:55:18,974 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6eee06c7-966e-41ee-9cf4-b4dff1ca55f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} 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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:55:19,584 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.609s 2025-08-05 21:55:19,584 99270 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-761581506", "snapshot_id": null, "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:18 GMT', 'server': 'Apache/2.4.52 (Ubunt u)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bb092ca-589a-4359-b86f-0b69417f2062', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bb092ca-589a-4359-b86f-0b69417f2062', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c6fc5c40-0d3d-4cf8-abb4-86a5115530e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:19.484057", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-761581506", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:55:19,638 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7 0.041s 2025-08-05 21:55:19,639 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddea9417-8809-4dd9-9bd2-68e09fdfc076', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddea9417-8809-4dd9-9bd2-68e09fdfc076', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7'} Body: b'{"volume": {"id": "c6fc5c40-0d3d-4cf8-abb4-86a5115530e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:19.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-761581506", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3acd67af50a54b368e64cd502a4dbef3"}}' 2025-08-05 21:55:20,693 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7 0.039s 2025-08-05 21:55:20,694 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cff5dec-c4f6-4ebc-870c-93caca73d08c', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cff5dec-c4f6-4ebc-870c-93caca73d08c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7'} Body: b'{"volume": {"id": "c6fc5c40-0d3d-4cf8-abb4-86a5115530e7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:19.000000", "updated_at": "2025-08-05T21:55:20.000000", "name": "tem pest-TestVolumeBootPattern-volume-origin-761581506", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3acd67af50a54b368e64cd502a4dbef3"}}' 2025-08-05 21:55:20,864 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7 0.156s 2025-08-05 21:55:20,865 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d12d9e7d-c06d-4f67-9fc6-f7bed1598bd2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7'} Body: b'' 2025-08-05 21:55:20,886 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7 0.021s 2025-08-05 21:55:20,887 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:20 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-4d1c01f4-18f5-4a71-9e8d-81ad879b8cb5', 'x-openstack-request-id': 'req-4d1c01f4-18f5-4a71-9e8d-81ad879b8cb5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c6fc5c40-0d3d-4cf8-abb4-86a5115530e7 could not be found."}}' 2025-08-05 21:55:21,129 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/1a0d9508-55a9-43bb-b4eb-952992a92050 0.241s 2025-08-05 21:55:21,129 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-a454350e-7c14-453d-ba1b-def748857697', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/1a0d9508-55a9-43bb-b4eb-952992a92050'} Body: b'' 2025-08-05 21:55:21,164 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1887474085 0.034s 2025-08-05 21:55:21,164 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-682 6d5b6-c1f3-4847-87f8-1d528839cf14', 'x-compute-request-id': 'req-6826d5b6-c1f3-4847-87f8-1d528839cf14', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1887474085'} Body: b'' {10} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [168.362390s] ... 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 a5dde0a2-8d72-4f5a-a42b-d187db3d60c5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:54:46,300 99290 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 21:54:46,301 99290 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:54:46,437 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.135s 2025-08-05 21:54:46,438 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-56776032", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAgIC3TKohuJl9tRnq56mpDZI3/FekYt7Dkh2tUIVI/5DGhNzdjPq7QKT0B8T5sIwALo71XFkaGMy1LJIwq1/to2iIeM+YqZNA3UcV7NnUkL4O4NzFRS/EmiOAN8j1YKyQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:46 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-f884694a-fe12-4ed5-8710-90ee461a34c5', 'x-compute-request-id': 'req-f884694a-fe12-4ed5-8710-90ee461a34c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-56776032", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAgIC3TKohuJl9tRnq56mpDZI3/FekYt7Dkh2tUIVI/5DGhNzdjPq7QKT0B8T5sIwALo71XFkaGMy1LJIwq1/to2iIeM+YqZNA3UcV7NnUkL4O4NzFRS/EmiOAN8j1YKyQ==", "fingerprint": "56:b9:4b:60:4a:19:ab:0b:2d:89:82:28:e6:44:02:d8", "user_id": "7d5d09db5d424494ba3dcf894c2883af"}}' 2025-08-05 21:54:46,440 99290 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-56776032 created 2025-08-05 21:54:46,641 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.200s 2025-08-05 21:54:46,641 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1081791690", "description": "tempest-description--148467862"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-c2277b0d-5242-4fb8-bf6a-83be5b41a770', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "90751bd8-c06b-453c-91f3-36852bbcc0c9", "name": "tempest-securitygroup--1081791690", "stateful": true, "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "description": "tempest-description--148467862", "shared": false, "security_group_rules": [{"id": "50d657b8-4361-4237-a4c8-e73685ee377e", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "90751bd8-c06b-453c-91f3-36852bbcc0c9", "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": 1146, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:54:46Z", "updated_at": "2025-08-05T21:54:46Z", "revision_number": 0}, {"id": "bc1ebb18-4e69-4683-bb95-c3ac9c9c636c", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "90751bd8-c06b-453c-91f3-36852bbcc0c9", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_ran ge_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": 1147, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:54:46Z", "updated_at": "2025-08-05T21:54:46Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:54:46Z", "updated_at": "2025-08-05T21:54:46Z", "revision_number": 1, "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6"}}' 2025-08-05 21:54:46,834 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.193s 2025-08-05 21:54:46,835 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "90751bd8-c06b-453c-91f3-36852bbcc0c9", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-366fbccb-20ee-44f3-9e56-085a7caceffc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "47934e3d-0894-413e-a2ec-3ea72a4bb357", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "90751bd8-c06b-453c-91f3-36852bbcc0c9", "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-08-05T21:54:46Z", "updated_at": "2025-08-05T21:54:46Z", "revision_number": 0}}' 2025-08-05 21:54:47,052 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.216s 2025-08-05 21:54:47,052 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "90751bd8-c06b-453c-91f3-36852bbcc0c9", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-49bee14b-ff6b-4a32-8d98-a36d6448e0d1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1f33f6cf-1b96-4d6a-b678-bf7edae03afb", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "90751bd8-c06b-453c-91f3-36852bbcc0c9", "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-08-05T21:54:46Z", "updated_at": "2025-08-05T21:54:46Z", "revision_number": 0}}' 2025-08-05 21:54:47,053 99290 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1081791690 created 2025-08-05 21:54:47,774 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.720s 2025-08-05 21:54:47,774 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token ': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-d1783c36-6883-4171-9df7-ae95b9829ff9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "649b7823-b026-4d4f-b394-fc11d3ee1a06", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "floating_ip_address": "172.24.4.236", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:54:47Z", "updated_at": "2025-08-05T21:54:47Z", "revision_number": 0}}' 2025-08-05 21:54:47,774 99290 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '649b7823-b026-4d4f-b394-fc11d3ee1a06', 'tenant_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'floating_ip_address': '172.24.4.236', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:54:47Z', 'updated_at': '2025-08-05T21:54:47Z', 'revision_number': 0, 'ip': '172.24.4.236'} created 2025-08-05 21:54:48,016 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.241s 2025-08-05 21:54:48,017 99290 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-1631670816", "description": "tempest-secgroup-smoke-1631670816 description", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1677', 'x-openstack-request-id': 'req-ca96b950-97d8-4b7e-b964-d481028455c6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a835294b-fa37-4d55-a439-41972c09b1be", "name": "tempest-secgroup-smoke-1631670816", "stateful": true, "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "description": "tempest-secgroup-smoke-1631670816 description", "shared": false, "security_group_rules": [{"id": "3a95285c-cda8-49d2-b69e-23c6acf903ab", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "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": 1154, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:54:47Z", "updated_at": "2025-08-05T21:54:47Z", "revision_number": 0}, {"id": "80c3742b-aa6b-4818-a881-570626243b08", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "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": 1153, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:54:47Z", "updated_at": "2025-08-05T21:54:47Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:54:47Z", "updated_at": "2025-08-05T21:54:47Z", "revision_number": 1, "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6"}}' 2025-08-05 21:54:48,229 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.211s 2025-08-05 21:54:48,229 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-0c299427-b6f8-4977-9d8d-d2bb574bee35', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f1cb308d-a094-40fa-84f0-9929c860647a", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "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-08-05T21:54:48Z", "updated_at": "2025-08-05T21:54:48Z", "revision_number": 0}}' 2025-08-05 21:54:48,452 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.222s 2025-08-05 21:54:48,452 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-5be805f4-419e-4b52-8cdf-67f3d344299c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "06f69384-2c35-4579-8918-a815cd612cd1", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "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-08-05T21:54:48Z", "updated_at": "2025-08-05T21:54:48Z", "revision_number": 0}}' 2025-08-05 21:54:48,683 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.230s 2025-08-05 21:54:48,683 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-4b181b25-6241-40 9c-b610-83ee66da6cfe', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5a26e738-394a-484b-80ef-bcfd12ca96d9", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "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-08-05T21:54:48Z", "updated_at": "2025-08-05T21:54:48Z", "revision_number": 0}}' 2025-08-05 21:54:48,894 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.210s 2025-08-05 21:54:48,895 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-83c0232f-3382-4d54-85fc-da1ba2eaa1c9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "003e81a4-6568-4eaa-96ff-6a17756b989a", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "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-08-05T21:54:48Z", "updated_at": "2025-08-05T21:54:48Z", "revision_number": 0}}' 2025-08-05 21:54:49,195 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.300s 2025-08-05 21:54:49,196 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-c0ded380-7017-4983-8dd9-59567ae6bd74', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "91413ede-0814-40bd-9f10-cf1d9adc9d97", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "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-08-05T21:54:49Z", "updated_at": "2025-08-05T21:54:49Z", "revision_number": 0}}' 2025-08-05 21:54:49,468 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.271s 2025-08-05 21:54:49,468 99290 DEBUG [temp est.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-fce7ff62-280c-4ef9-a0a3-8000dbf8654c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "77609bff-29c4-47ee-bd84-57769d27cc15", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "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-08-05T21:54:49Z", "updated_at": "2025-08-05T21:54:49Z", "revision_number": 0}}' 2025-08-05 21:54:49,516 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.041s 2025-08-05 21:54:49,516 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:49 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-1615f11e-801c-4aad-aedb-92e60e7beed6', '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": "7d5d09db5d424494ba3dcf894c2883af", "name": "tempest-SnapshotDataIntegrityTests-1099793676-project-member", "password_expires_at": null}, "audit_ids": ["fWBZnie0Ry6iSh8B1ajZ-Q"], "expires_at": "2025-08-05T22:54:49.000000Z", "issued_at": "2025-08-05T21:54:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5f6b7b802cc2460ea20ffe87dcc144c6", "name": "tempest-SnapshotDataIntegrityTests-1099793676"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5f6b7b802cc2460ea20ffe87dcc144c6", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement" , "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:54:49,517 99290 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '48c9e658-6bab-461f-8755-d6bcd1ba1de7', 'name': 'tempest-SnapshotDataIntegrityTests-1973512318-network', 'tenant_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 6851, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:54:31Z', 'updated_at': '2025-08-05T21:54:32Z', 'revision_number': 1} available for tenant 2025-08-05 21:54:49,518 99290 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-56776032', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAgIC3TKohuJl9tRnq56mpDZI3/FekYt7Dkh2tUIVI/5DGhNzdjPq7QKT0B8T5sIwALo71XFkaGMy1LJIwq1/to2iIeM+YqZNA3UcV7NnUkL4O4NzFRS/EmiOAN8j1YKyQ==', 'fingerprint': '56:b9:4b:60:4a:19:ab:0b:2d:89:82:28:e6:44:02:d8', 'user_id': '7d5d09db5d424494ba3dcf894c2883af', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBhP8CeQ1ri0bHSfmp4SV7XHuZRQLKjgYjFdI0KPyfUFXh5jVNntEoB\nA8WXLdVTJdigBwYFK4EEACKhZANiAAQICAt0yqIbiZfbUZ6uepqQ2SN/xXpGLew5\nIdrVCFSP+QxoTc3Yz6u0Ck9AfE+bCMAC6O9VxZGhjMtSySMKtf7aNoiHjPmKmTQN\n1HFezZ1JC+DuDcxUUvxJojgDfI9WCsk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '90751bd8-c06b-453c-91f3-36852bbcc0c9', 'name': 'tempest-securitygroup--1081791690', 'stateful': True, 'tenant_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'description': 'tempest-description--148467862', 'shared': False, 'security_group_rules': [{'id': '50d657b8-4361-4237-a4c8-e73685ee377e', 'project_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'tenant_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'security_group_id': '90751bd8-c06b-453c-91f3-36852bbcc0c9', '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': 1146, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:54:46Z', 'updated_at': '2025-08-05T21:54:46Z', 'revision_number': 0}, {'id': 'bc1ebb18-4e69-4683-bb95-c3ac9c9c636c', 'project_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'tenant_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'security_group_id': '90751bd8-c06b-453c-91f3-36852bbcc0c9', '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': 1147, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:54:46Z', 'updated_at': '2025-08-05T21:54:46Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T21:54:46Z', 'updated_at': '2025-08-05T21:54:46Z', 'revision_number': 1, 'project_id': '5f6b7b802cc2460ea20ffe87dcc144c6'}, 'floating_ip': {'id': '649b7823-b026-4d4f-b394-fc11d3ee1a06', 'tenant_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'floating_ip_address': '172.24.4.236', 'floating_network_id': '360d7 8d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:54:47Z', 'updated_at': '2025-08-05T21:54:47Z', 'revision_number': 0, 'ip': '172.24.4.236'}} 2025-08-05 21:54:50,237 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.719s 2025-08-05 21:54:50,237 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-476931792", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "key_name": "tempest-keypair-56776032", "security_groups": [{"name": "tempest-secgroup-smoke-1631670816"}, {"name": "tempest-securitygroup--1081791690"}], "networks": [{"uuid": "48c9e658-6bab-461f-8755-d6bcd1ba1de7"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '451', 'location': 'http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d994e669-a695-4d8c-9f9f-bfd524d4f376', 'x-compute-request-id': 'req-d994e669-a695-4d8c-9f9f-bfd524d4f376', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "337b6d86-7a78-4df4-a1c1-47cd2702b913", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1631670816"}, {"name": "tempest-securitygroup--1081791690"}], "adminPass": "6Ak3xD6YBxSB"}}' 2025-08-05 21:54:50,315 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913 0.074s 2025-08-05 21:54:50,316 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:50 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-bda31604-fd59-4e4a-99ba-9ae7fff2afca', 'x-compute-request-id': 'req-bda31604-fd59-4e4a-99ba-9ae7fff2afca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913'} Body: b'{"server": {"id": "337b6d86-7a78-4df4-a1c1-47cd2702b913", "name": "tempest-SnapshotDataIntegrityTests-server-476931792", "status": "BUILD", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "user_id": "7d5d09db5d424494ba3dcf894c2883af", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:54:50Z", "updated": "2025-08-05T21:54:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "s elf", "href": "http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-56776032", "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-08-05 21:55:40,586 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913 0.226s 2025-08-05 21:55:40,587 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a7f1689-8cee-4f70-842f-62a4aa937ce6', 'x-compute-request-id': 'req-9a7f1689-8cee-4f70-842f-62a4aa937ce6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913'} Body: b'{"server": {"id": "337b6d86-7a78-4df4-a1c1-47cd2702b913", "name": "tempest-SnapshotDataIntegrityTests-server-476931792", "status": "ACTIVE", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "user_id": "7d5d09db5d424494ba3dcf894c2883af", "metadata": {}, "hostId": "e7381da23850f26bcd37a11010e92c90e3f18b40766c96ceaff704b9", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:54:50Z", "updated": "2025-08-05T21:55:05Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1973512318-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1b:58"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-56776032", "OS-SRV-USG:launched_at": "2025-08-05T21:55:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1081791690"}, {"name": "tempest-secgroup-smoke-1631670816"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:55:40,607 99290 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:56:40,829 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913/os-interface 0.161s 2025-08-05 21:56:40,829 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56:40 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-i d': 'req-aa109875-57c4-4f7a-827b-5125a1fad093', 'x-compute-request-id': 'req-aa109875-57c4-4f7a-827b-5125a1fad093', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "48c9e658-6bab-461f-8755-d6bcd1ba1de7", "port_id": "813aad88-b38b-4cab-9786-60de74a14394", "mac_addr": "fa:16:3e:e5:1b:58", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "596e45f3-4d95-46ee-b056-eeba235e8e54", "ip_address": "10.0.0.9"}]}]}' 2025-08-05 21:56:41,579 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/649b7823-b026-4d4f-b394-fc11d3ee1a06 0.746s 2025-08-05 21:56:41,579 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "813aad88-b38b-4cab-9786-60de74a14394"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-6dd1a6c3-2c98-4aff-b182-ff7bd9c69ab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/649b7823-b026-4d4f-b394-fc11d3ee1a06'} Body: b'{"floatingip": {"id": "649b7823-b026-4d4f-b394-fc11d3ee1a06", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "floating_ip_address": "172.24.4.236", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "842f20b1-5c43-4343-9f0d-b5dc739acd4a", "port_id": "813aad88-b38b-4cab-9786-60de74a14394", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "48c9e658-6bab-461f-8755-d6bcd1ba1de7", "mac_address": "fa:16:3e:e5:1b:58", "admin_state_up": true, "status": "ACTIVE", "device_id": "337b6d86-7a78-4df4-a1c1-47cd2702b913", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:54:47Z", "updated_at": "2025-08-05T21:56:41Z", "revision_number": 1, "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6"}}' 2025-08-05 21:56:41,581 99290 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.236:22' as 'cirros' with public key authentication 2025-08-05 21:56:41,597 99290 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:56:41,701 99290 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:56:41,701 99290 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.236 successfully created 2025-08-05 21:56:41,944 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913 0.241s 2025-08-05 21:56:41,944 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5807cbb9-ce3c-4686-bb1c-0c45479c0cdb', 'x-compute-request-id': 'req-5807cbb9-ce3c-4686-bb1c-0c45479c0cdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913'} Body: b'{"server": {"id": "337b6d86-7a78-4df4-a1c1-47cd2702b913", "name": "tempest-SnapshotDataIntegrityTests-server-476931792", "status": "ACTIVE", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "user_id": "7d5d09db5d424494ba3dcf894c2883af", "metadata": {}, "hostId": "e7381da23850f26 bcd37a11010e92c90e3f18b40766c96ceaff704b9", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:54:50Z", "updated": "2025-08-05T21:55:05Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1973512318-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1b:58"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-56776032", "OS-SRV-USG:launched_at": "2025-08-05T21:55:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1081791690"}, {"name": "tempest-secgroup-smoke-1631670816"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:56:42,172 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/volumes 0.211s 2025-08-05 21:56:42,172 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1177833305", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-590d471f-eeab-4c0d-b288-42b4e7589bbc', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-590d471f-eeab-4c0d-b288-42b4e7589bbc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a5dde0a2-8d72-4f5a-a42b-d187db3d60c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:56:42.105713", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1177833305", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5"}], "user_id": "7d5d09db5d424494ba3dcf894c2883af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:56:42,232 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5 0.048s 2025-08-05 21:56:42,233 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68b1b300-8369-4fda-b582-5f88bd2c384c', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68b1b300-8369-4fda-b582-5f88bd2c384c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5'} Body: b'{"volume": {"id": "a5dde0a2-8d72-4f 5a-a42b-d187db3d60c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:56:42.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1177833305", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5"}], "user_id": "7d5d09db5d424494ba3dcf894c2883af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6"}}' 2025-08-05 21:56:43,288 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5 0.040s 2025-08-05 21:56:43,288 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19ca174b-92e4-46d9-b7d2-a4c79d7530ea', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19ca174b-92e4-46d9-b7d2-a4c79d7530ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5'} Body: b'{"volume": {"id": "a5dde0a2-8d72-4f5a-a42b-d187db3d60c5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:56:42.000000", "updated_at": "2025-08-05T21:56:42.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1177833305", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5"}], "user_id": "7d5d09db5d424494ba3dcf894c2883af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6"}}' 2025-08-05 21:56:43,395 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5 0.092s 2025-08-05 21:56:43,396 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56: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-b4e8e8a7-20cb-4dd6-89a6-1b1d87ba016e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5'} Body: b'' 2025-08-05 21:56:43,444 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5 0.048s 2025-08-05 21:56:43,445 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56: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-b3e5463e-3519-4a49-8b51-f5e933afa66a', 'x-openstack-request-id': 'req-b3e5463e-3519-4a49-8b51-f5e933afa66a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a5dde0a2-8d72-4f5a-a42b-d187db3d60c5 could not be found."}}' 2025-08-05 21:56:43,565 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913 0.120s 2025-08-05 21:56:43,566 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63c41baf-7ea2-4f98-b437-e7fb3b8b4ff7', 'x-compute-request-id': 'req-63c41baf-7ea2-4f98-b437-e7fb3b8b4ff7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913'} Body: b'' 2025-08-05 21:56:43,739 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913 0.172s 2025-08-05 21:56:43,739 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56:43 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-97f9a49d-7608-4833-b67d-c39fcca0e972', 'x-compute-request-id': 'req-97f9a49d-7608-4833-b67d-c39fcca0e972', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913'} Body: b'{"server": {"id": "337b6d86-7a78-4df4-a1c1-47cd2702b913", "name": "tempest-SnapshotDataIntegrityTests-server-476931792", "status": "ACTIVE", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "user_id": "7d5d09db5d424494ba3dcf894c2883af", "metadata": {}, "hostId": "e7381da23850f26bcd37a11010e92c90e3f18b40766c96ceaff704b9", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:54:50Z", "updated": "2025-08-05T21:56:44Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1973512318-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1b:58"}, {"version": 4, "addr": "172.24.4.236", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1b:58"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-56776032", "OS-SRV-USG:launched_at": "2025-08-05T21:55:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1081791690"}, {"name": "tempest-secgroup-smoke-1631670816"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": " active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:57:33,806 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913 0.042s 2025-08-05 21:57:33,807 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:57:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-79c24c33-37a5-4e48-a624-7edabda5f890', 'x-compute-request-id': 'req-79c24c33-37a5-4e48-a624-7edabda5f890', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 337b6d86-7a78-4df4-a1c1-47cd2702b913 could not be found."}}' 2025-08-05 21:57:34,046 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/a835294b-fa37-4d55-a439-41972c09b1be 0.239s 2025-08-05 21:57:34,047 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:57:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-1790710d-540f-44b4-8232-831f5521b5ca', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a835294b-fa37-4d55-a439-41972c09b1be'} Body: b'' 2025-08-05 21:57:34,075 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-56776032 0.027s 2025-08-05 21:57:34,076 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:57: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-74a864aa-1fc1-47de-85ee-9646354539f8', 'x-compute-request-id': 'req-74a864aa-1fc1-47de-85ee-9646354539f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-56776032'} Body: b'' 2025-08-05 21:57:34,291 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/90751bd8-c06b-453c-91f3-36852bbcc0c9 0.215s 2025-08-05 21:57:34,292 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:57:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-fffc9ab0-7c18-4bd9-a266-0e6dccb8c0d7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/90751bd8-c06b-453c-91f3-36852bbcc0c9'} Body: b'' 2025-08-05 21:57:34,310 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/90751bd8-c06b-453c-91f3-36852bbcc0c9 0.017s 2025-08-05 21:57:34,310 99290 DEBUG [tempest.lib.common.rest_client] Request - Hea ders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:57:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-04601f87-0899-4eab-b127-58704bdf3258', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/90751bd8-c06b-453c-91f3-36852bbcc0c9'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 90751bd8-c06b-453c-91f3-36852bbcc0c9 does not exist", "detail": ""}}' 2025-08-05 21:57:34,661 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/649b7823-b026-4d4f-b394-fc11d3ee1a06 0.350s 2025-08-05 21:57:34,661 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:57:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-b2e404a8-b74e-4ffa-962f-1114c64562df', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/649b7823-b026-4d4f-b394-fc11d3ee1a06'} Body: b'' {9} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [122.313805s] ... 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 9bedba8d-a093-4ae6-a07d-0eed47845bad failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:57:25,304 99288 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0 0.457s 2025-08-05 21:57:25,305 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:57:24 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-370c9836-7e2a-4d4d-8f55-cb8d1fc78d09', 'x-compute-request-id': 'req-370c9836-7e2a-4d4d-8f55-cb8d1fc78d09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0'} Body: b'{"server": {"id": "a028108a-ceae-4c93-8fbe-354d6f2e86e0", "name": "tempest-ServersNegativeTestJSON-server-1508740469", "status": "ACTIVE", "tenant_id": "627693c80fba4ac19e941395ac5366ca", "user_id": "ae1a335ff7834581a00683663bfc967c", "metadata": {}, "hostId": "a4bb8d6f820da8ef46a282c84c152e56c7385fa2e673fad142572265", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:52:52Z", "updated": "2025-08-05T21:53:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1222142517-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:28:90"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:53:08.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-08-05 21:58:25,778 99288 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.432s 2025-08-05 21:58:25,779 99288 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-1169911327"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:58:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81901eac-e61f-4772-ad9d-4ad622317ef1', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81901eac-e61f-4772-ad9d-4ad622317ef1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9bedba8d-a093-4ae6-a07d-0eed47845bad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:58:25.719182", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1169911327", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9bedba8d-a093-4ae6-a07d-0eed47845bad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9bedba8d-a093-4ae6-a07d-0eed47845bad"}], "user_id": "ae1a335ff7834581a00683663bf c967c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:58:25,834 99288 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/9bedba8d-a093-4ae6-a07d-0eed47845bad 0.042s 2025-08-05 21:58:25,834 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:58:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c98ada1e-f7ff-4a44-b9a1-8efe878a5222', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c98ada1e-f7ff-4a44-b9a1-8efe878a5222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9bedba8d-a093-4ae6-a07d-0eed47845bad'} Body: b'{"volume": {"id": "9bedba8d-a093-4ae6-a07d-0eed47845bad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:58:26.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1169911327", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9bedba8d-a093-4ae6-a07d-0eed47845bad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9bedba8d-a093-4ae6-a07d-0eed47845bad"}], "user_id": "ae1a335ff7834581a00683663bfc967c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "627693c80fba4ac19e941395ac5366ca"}}' 2025-08-05 21:58:26,903 99288 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/9bedba8d-a093-4ae6-a07d-0eed47845bad 0.054s 2025-08-05 21:58:26,903 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:58:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e24e4c4-2f3f-4230-82e2-59eb33e29171', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e24e4c4-2f3f-4230-82e2-59eb33e29171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9bedba8d-a093-4ae6-a07d-0eed47845bad'} Body: b'{"volume": {"id": "9bedba8d-a093-4ae6-a07d-0eed47845bad", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:58:26.000000", "updated_at": "2025-08-05T21:58:26.000000", "name": "tempest-ServersNegativeTestJSON-volume-1169911327", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9bedba8d-a093-4ae6-a07d-0eed47845bad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9bedba8d-a093-4ae6-a07d-0eed47845bad"}], "user_id": "ae1a335ff7834581a00683663bfc967c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "627693c80fba4ac19e941395ac5366ca"}}' 2025-08-05 21:58:27,138 99288 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0 0.220s 2025-08-05 21:58:27,139 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:58:26 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-db3921b9-f2d2-4db9-bdb4-47ff1a3a618b', 'x-compute-request-id': 'req-db3921b9-f2d2-4db9-bdb4-47ff1a3a618b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0'} Body: b'{"server": {"id": "a028108a-ceae-4c93-8fbe-354d6f2e86e0", "name": "tempest-ServersNegativeTestJSON-server-1508740469", "status": "ACTIVE", "tenant_id": "627693c80fba4ac19e941395ac5366ca", "user_id": "ae1a335ff7834581a00683663bfc967c", "metadata": {}, "hostId": "a4bb8d6f820da8ef46a282c84c152e56c7385fa2e673fad142572265", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:52:52Z", "updated": "2025-08-05T21:53:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1222142517-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:28:90"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:53:08.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} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [122.068741s] ... 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 40fa5a01-ee2c-4471-b478-a0a1d1cf24a2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:59:27,515 99288 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0 0.351s 2025-08-05 21:59:27,515 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:59:27 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-4dc4d89e-6a0a-4bf5-8e5d-252111d31dd4', 'x-compute-request-id': 'req-4dc4d89e-6a0a-4bf5-8e5d-252111d31dd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0'} Body: b'{"server": {"id": "a028108a-ceae-4c93-8fbe-354d6f2e86e0", "name": "tempest-ServersNegativeTestJSON-server-1508740469", "status": "ACTIVE", "tenant_id": "627693c80fba4ac19e941395ac5366ca", "user_id": "ae1a335ff7834581a00683663bfc967c", "metadata": {}, "hostId": "a4bb8d6f820da8ef46a282c84c152e56c7385fa2e673fad142572265", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:52:52Z", "updated": "2025-08-05T21:53:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1222142517-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:28:90"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:53:08.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-08-05 22:00:27,785 99288 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.193s 2025-08-05 22:00:27,786 99288 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-2142806932"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:00:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4b22b20-cbb2-4a8b-8bd2-33f953b3341a', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4b22b20-cbb2-4a8b-8bd2-33f953b3341a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "40fa5a01-ee2c-4471-b478-a0a1d1cf24a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:00:27.724105", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-2142806932", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2"}], "user_id": "ae1a335ff7834581a00683663bfc 967c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 22:00:27,836 99288 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/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2 0.038s 2025-08-05 22:00:27,836 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:00:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b2057f9-3282-4fb4-8ddd-abe4d1a89bd0', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b2057f9-3282-4fb4-8ddd-abe4d1a89bd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2'} Body: b'{"volume": {"id": "40fa5a01-ee2c-4471-b478-a0a1d1cf24a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:00:28.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-2142806932", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2"}], "user_id": "ae1a335ff7834581a00683663bfc967c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "627693c80fba4ac19e941395ac5366ca"}}' 2025-08-05 22:00:28,891 99288 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/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2 0.039s 2025-08-05 22:00:28,891 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:00:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f2d413b-39e5-4f1d-8e9f-37711b486868', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f2d413b-39e5-4f1d-8e9f-37711b486868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2'} Body: b'{"volume": {"id": "40fa5a01-ee2c-4471-b478-a0a1d1cf24a2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:00:28.000000", "updated_at": "2025-08-05T22:00:28.000000", "name": "tempest-ServersNegativeTestJSON-volume-2142806932", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2"}], "user_id": "ae1a335ff7834581a00683663bfc967c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "627693c80fba4ac19e941395ac5366ca"}}' 2025-08-05 22:00:29,203 99288 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0 0.299s 2025-08-05 22:00:29,204 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acc ept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:00:28 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-4ddcb4fd-2958-437a-b0a5-b5a38295dd64', 'x-compute-request-id': 'req-4ddcb4fd-2958-437a-b0a5-b5a38295dd64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0'} Body: b'{"server": {"id": "a028108a-ceae-4c93-8fbe-354d6f2e86e0", "name": "tempest-ServersNegativeTestJSON-server-1508740469", "status": "ACTIVE", "tenant_id": "627693c80fba4ac19e941395ac5366ca", "user_id": "ae1a335ff7834581a00683663bfc967c", "metadata": {}, "hostId": "a4bb8d6f820da8ef46a282c84c152e56c7385fa2e673fad142572265", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:52:52Z", "updated": "2025-08-05T21:53:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1222142517-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:28:90"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:53:08.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} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [166.448556s] ... 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 44ea19c3-4d11-44ec-b1ea-81eeea5ecab8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 22:02:30,802 99288 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 22:02:30,803 99288 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 22:02:30,998 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.193s 2025-08-05 22:02:30,999 99288 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-1097578203", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF97hKktOzZVgg4fUDCJR0oV06eyJa0VKaMyv9vXWdtCgqg0yxsnSguYwAuCkygt10gsX23wLFw7SxqvLqB/JnPtiy2JAs3kr5bkCbAeRmVtsZZjKt4ARSX/avaOw0YHGQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:02:30 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-38cd4aae-130d-4fcf-9a9e-c94e13a97041', 'x-compute-request-id': 'req-38cd4aae-130d-4fcf-9a9e-c94e13a97041', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1097578203", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF97hKktOzZVgg4fUDCJR0oV06eyJa0VKaMyv9vXWdtCgqg0yxsnSguYwAuCkygt10gsX23wLFw7SxqvLqB/JnPtiy2JAs3kr5bkCbAeRmVtsZZjKt4ARSX/avaOw0YHGQ==", "fingerprint": "9b:ed:d4:8b:80:7a:f3:fb:89:14:d4:06:cd:75:df:aa", "user_id": "0e9898cc9375479390bab5e1219b5fff"}}' 2025-08-05 22:02:31,001 99288 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1097578203 created 2025-08-05 22:02:31,239 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.237s 2025-08-05 22:02:31,239 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--211110008", "description": "tempest-description--952890054"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:02:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-359de8d5-58fd-4b59-a9c1-a8aa1e2136aa', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "feb241b5-9b8c-495f-b628-8ee77368cba4", "name": "tempest-securitygroup--211110008", "stateful": true, "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "description": "tempest-description--952890054", "shared": false, "security_group_rules": [{"id": "092269da-75c6-4ce3-8788-11d22c2a0dc4", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "security_group_id": "feb241b5-9b8c-495f-b628-8ee77368cba4", "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": 1210, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T22:02:31Z", "updated_at": "2025-08-05T22:02:31Z", "revision_number": 0}, {"id": "5d6553e1-9c7b-42e7-a5f8-29cbe1179add", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "security_group_id": "feb241b5-9b8c-495f-b628-8ee77368cba4", "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": 1209, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T22:02:31Z", "updated_at": "2025-08-05T22:02:31Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T22:02:31Z", "updated_at": "2025-08-05T22:02:31Z", "revision_number": 1, "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0"}}' 2025-08-05 22:02:31,454 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.214s 2025-08-05 22:02:31,455 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "feb241b5-9b8c-495f-b628-8ee77368cba4", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:02:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-dad2c833-2463-4b32-887d-80f3b7a03061', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "137d2955-88b9-4787-b5d4-3238fbe484e3", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "security_group_id": "feb241b5-9b8c-495f-b628-8ee77368cba4", "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-08-05T22:02:31Z", "updated_at": "2025-08-05T22:02:31Z", "revision_number": 0}}' 2025-08-05 22:02:31,783 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.328s 2025-08-05 22:02:31,783 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "feb241b5-9b8c-495f-b628-8ee77368cba4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:02:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-babc9397-fa9c-459b-be5a-e96e03d7ef20', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2c71202c-78d8-4ac3-ac9f-eda5b3c8ed5a", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "security_group_id": "feb241b5-9b8c-495f-b628-8ee77368cba4", "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-08-05T22:02:31Z", "updated_at": "2025-08-05T22:02:31Z", "revision_number": 0}}' 2025-08-05 22:02:31,784 99288 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--211110008 created 2025-08-05 22:02:32,414 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.630s 2025-08-05 22:02:32,415 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'ap plication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:02:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-49ce67ed-83c9-4095-9412-2f01793b12f9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "09ea50b1-8cfa-457e-9d9b-9da57bb57618", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "floating_ip_address": "172.24.4.175", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T22:02:32Z", "updated_at": "2025-08-05T22:02:32Z", "revision_number": 0}}' 2025-08-05 22:02:32,415 99288 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '09ea50b1-8cfa-457e-9d9b-9da57bb57618', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'floating_ip_address': '172.24.4.175', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T22:02:32Z', 'updated_at': '2025-08-05T22:02:32Z', 'revision_number': 0, 'ip': '172.24.4.175'} created 2025-08-05 22:02:32,463 99288 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.043s 2025-08-05 22:02:32,463 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 22:02:32 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-2e1b695f-a4c9-425a-890e-8d059a1af09b', '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": "0e9898cc9375479390bab5e1219b5fff", "name": "tempest-AttachVolumeShelveTestJSON-1330037388-project-member", "password_expires_at": null}, "audit_ids": ["UCQ6ma2TTtOEAhmVyywzWw"], "expires_at": "2025-08-05T23:02:32.000000Z", "issued_at": "2025-08-05T22:02:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "name": "tempest-AttachVolumeShelveTestJSON-1330037388"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.2 10/compute/v2/0ec42e7b35b54f2b8a7e0def6e7404e0", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 22:02:32,464 99288 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '19c4c9d2-c1e6-496b-96b1-4c8304ac984e', 'name': 'tempest-AttachVolumeShelveTestJSON-123815450-network', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52921, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T22:02:25Z', 'updated_at': '2025-08-05T22:02:25Z', 'revision_number': 1} available for tenant 2025-08-05 22:02:32,464 99288 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1097578203', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF97hKktOzZVgg4fUDCJR0oV06eyJa0VKaMyv9vXWdtCgqg0yxsnSguYwAuCkygt10gsX23wLFw7SxqvLqB/JnPtiy2JAs3kr5bkCbAeRmVtsZZjKt4ARSX/avaOw0YHGQ==', 'fingerprint': '9b:ed:d4:8b:80:7a:f3:fb:89:14:d4:06:cd:75:df:aa', 'user_id': '0e9898cc9375479390bab5e1219b5fff', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDFh32nq5Tu5XXCwHI7I4aL8PNDyeNqWVXNDg1V3AcVS8g30KloSKSN\nIUF5DpNkkjqgBwYFK4EEACKhZANiAARfe4SpLTs2VYIOH1AwiUdKFdOnsiWtFSmj\nMr/b11nbQoKoNMsbJ0oLmMALgpMoLddILF9t8CxcO0sary6gfyZz7YstiQLN5K+W\n5AmwHkZlbbGWYyreAEUl/2r2jsNGBxk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'feb241b5-9b8c-495f-b628-8ee77368cba4', 'name': 'tempest-securitygroup--211110008', 'stateful': True, 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'description': 'tempest-description--952890054', 'shared': False, 'security_group_rules': [{'id': '092269da-75c6-4ce3-8788-11d22c2a0dc4', 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'security_group_id': 'feb241b5-9b8c-495f-b628-8ee77368cba4', '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': 1210, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T22:02:31Z', 'updated_at': '2025-08-05T22:02:31Z', 'revision_number': 0}, {'id': '5d6553e1-9c7b-42e7-a5f8-29cbe1179add', 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'security_group_id': 'feb241b5-9b8c-495f-b628-8ee77368cba4', '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': 1209, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at ': '2025-08-05T22:02:31Z', 'updated_at': '2025-08-05T22:02:31Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T22:02:31Z', 'updated_at': '2025-08-05T22:02:31Z', 'revision_number': 1, 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0'}, 'floating_ip': {'id': '09ea50b1-8cfa-457e-9d9b-9da57bb57618', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'floating_ip_address': '172.24.4.175', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T22:02:32Z', 'updated_at': '2025-08-05T22:02:32Z', 'revision_number': 0, 'ip': '172.24.4.175'}} 2025-08-05 22:02:33,051 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.586s 2025-08-05 22:02:33,052 99288 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-365890649", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "19c4c9d2-c1e6-496b-96b1-4c8304ac984e"}], "security_groups": [{"name": "tempest-securitygroup--211110008"}], "key_name": "tempest-keypair-1097578203", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:02:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0', '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-e9507ce1-8039-4f70-b5e7-f6c6ad6f464e', 'x-compute-request-id': 'req-e9507ce1-8039-4f70-b5e7-f6c6ad6f464e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "15057b70-1abe-4c55-821a-4bfa3e4ad5d0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--211110008"}], "adminPass": "password"}}' 2025-08-05 22:02:33,178 99288 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/15057b70-1abe-4c55-821a-4bfa3e4ad5d0 0.123s 2025-08-05 22:02:33,178 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:02:33 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-228878c9-908e-467f-9a18-78e4095d6884', 'x-compute-request-id': 'req-228878c9-908e-467f-9a18-78e4095d6884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0'} Body: b'{"server": {"id": "15057b70-1abe-4c55-821a-4bfa3e4ad5d0", "name": "tempest-AttachVolumeShelveTestJSON-server-365890649", "status": "BUILD", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "user_id": "0e9898cc 9375479390bab5e1219b5fff", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:02:33Z", "updated": "2025-08-05T22:02:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1097578203", "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-08-05 22:03:23,520 99288 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/15057b70-1abe-4c55-821a-4bfa3e4ad5d0 0.274s 2025-08-05 22:03:23,520 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:03:23 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-a4c6b648-12da-4c7d-80bf-bab3a74c01fc', 'x-compute-request-id': 'req-a4c6b648-12da-4c7d-80bf-bab3a74c01fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0'} Body: b'{"server": {"id": "15057b70-1abe-4c55-821a-4bfa3e4ad5d0", "name": "tempest-AttachVolumeShelveTestJSON-server-365890649", "status": "ACTIVE", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "user_id": "0e9898cc9375479390bab5e1219b5fff", "metadata": {}, "hostId": "1dc8e37766f291078c2377020a0b676f0c844b2c1039024b453a87de", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:02:33Z", "updated": "2025-08-05T22:02:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-123815450-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:39:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1097578203", "OS-SRV-USG:launched_at": "2025-08-05T22:02:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--211110008"}], "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-08-05 22:03:23,538 99288 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 22:04:23,769 99288 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/15057b70-1a be-4c55-821a-4bfa3e4ad5d0/os-interface 0.170s 2025-08-05 22:04:23,769 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:04:23 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-01f3b510-686c-46bf-aa51-f773c11df8ec', 'x-compute-request-id': 'req-01f3b510-686c-46bf-aa51-f773c11df8ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "19c4c9d2-c1e6-496b-96b1-4c8304ac984e", "port_id": "1448d947-2305-4352-be6b-a241aba52094", "mac_addr": "fa:16:3e:e6:39:fd", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "39d4c38b-f0a7-4aca-8109-da987901156d", "ip_address": "10.0.0.11"}]}]}' 2025-08-05 22:04:24,580 99288 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/09ea50b1-8cfa-457e-9d9b-9da57bb57618 0.806s 2025-08-05 22:04:24,580 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "1448d947-2305-4352-be6b-a241aba52094"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:04:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-e5849913-f1fc-412a-9e10-735e8b73b347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/09ea50b1-8cfa-457e-9d9b-9da57bb57618'} Body: b'{"floatingip": {"id": "09ea50b1-8cfa-457e-9d9b-9da57bb57618", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "floating_ip_address": "172.24.4.175", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "1b4338ce-9101-49aa-81ae-90744fa6758b", "port_id": "1448d947-2305-4352-be6b-a241aba52094", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "19c4c9d2-c1e6-496b-96b1-4c8304ac984e", "mac_address": "fa:16:3e:e6:39:fd", "admin_state_up": true, "status": "ACTIVE", "device_id": "15057b70-1abe-4c55-821a-4bfa3e4ad5d0", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T22:02:32Z", "updated_at": "2025-08-05T22:04:24Z", "revision_number": 1, "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0"}}' 2025-08-05 22:04:24,582 99288 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.175:22' as 'cirros' with public key authentication 2025-08-05 22:04:24,594 99288 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 22:04:24,697 99288 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 22:04:24,697 99288 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.175 successfully created 2025-08-05 22:04:24,751 99288 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/15057b70-1abe-4c55-821a-4bfa3e4ad5d0/ips 0.053s 2025-08-05 22:04:24,751 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:04:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-v ersion': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dfa2b3c-c322-47a4-aa3e-17e7c94fde29', 'x-compute-request-id': 'req-7dfa2b3c-c322-47a4-aa3e-17e7c94fde29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-123815450-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2025-08-05 22:04:25,028 99288 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.274s 2025-08-05 22:04:25,029 99288 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-60981461"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:04:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4733e9a8-2e07-419b-a4d5-95b8ae443a20', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4733e9a8-2e07-419b-a4d5-95b8ae443a20', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "44ea19c3-4d11-44ec-b1ea-81eeea5ecab8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:04:24.945736", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-60981461", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8"}], "user_id": "0e9898cc9375479390bab5e1219b5fff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 22:04:25,083 99288 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/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8 0.043s 2025-08-05 22:04:25,084 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:04:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c2cdc14-6e59-490f-9169-d8c16b42c5a2', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c2cdc14-6e59-490f-9169-d8c16b42c5a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8'} Body: b'{"volume": {"id": "44ea19c3-4d11-44ec-b1ea-81eeea5ecab8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:04:25.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-60981461", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8"}], "user_id": "0e9898cc9375479390bab5e1219b5fff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0"}}' 2025-08-05 2 2:04:26,143 99288 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/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8 0.044s 2025-08-05 22:04:26,143 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:04:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8efea870-524b-4f6b-a477-8c07482a36a6', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8efea870-524b-4f6b-a477-8c07482a36a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8'} Body: b'{"volume": {"id": "44ea19c3-4d11-44ec-b1ea-81eeea5ecab8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:04:25.000000", "updated_at": "2025-08-05T22:04:25.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-60981461", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8"}], "user_id": "0e9898cc9375479390bab5e1219b5fff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0"}}' 2025-08-05 22:04:26,286 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0 0.129s 2025-08-05 22:04:26,287 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:04:26 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-d7d3fb90-337b-4ed0-8649-8d00d7fea5f5', 'x-compute-request-id': 'req-d7d3fb90-337b-4ed0-8649-8d00d7fea5f5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0'} Body: b'' 2025-08-05 22:04:26,510 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0 0.223s 2025-08-05 22:04:26,511 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:04:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1709', '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-0d01ac4c-63fe-4810-a2d3-f663085d9390', 'x-compute-request-id': 'req-0d01ac4c-63fe-4810-a2d3-f663085d9390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0'} Body: b'{"server": {"id": "15057b70-1abe-4c55-821a-4bfa3e4ad5d0", "name": "tempest-AttachVolumeShelveTestJSON-server-365890649", "status": "ACTIVE", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e 0", "user_id": "0e9898cc9375479390bab5e1219b5fff", "metadata": {}, "hostId": "1dc8e37766f291078c2377020a0b676f0c844b2c1039024b453a87de", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:02:33Z", "updated": "2025-08-05T22:04:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-123815450-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:39:fd"}, {"version": 4, "addr": "172.24.4.175", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:39:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1097578203", "OS-SRV-USG:launched_at": "2025-08-05T22:02:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--211110008"}], "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-08-05 22:05:16,619 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0 0.040s 2025-08-05 22:05:16,619 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:16 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-44a3bc94-a57c-4476-ba2d-e9bca44e078a', 'x-compute-request-id': 'req-44a3bc94-a57c-4476-ba2d-e9bca44e078a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 15057b70-1abe-4c55-821a-4bfa3e4ad5d0 could not be found."}}' 2025-08-05 22:05:16,662 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1097578203 0.042s 2025-08-05 22:05:16,662 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:16 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-fc20b8b2-9031-4d9c-8505-675cdc21f099', 'x-compute-request-id': 'req-fc20b8b2-9031-4d9c-8505-675cdc21f099', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1097578203'} Body: b'' 2025-08-05 22:05:16,903 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/feb241b5-9b8c-495f-b628-8ee77368cba4 0.240s 2025-08-05 22:05:16,903 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json' , 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6245fd89-ad4d-4ca6-901b-b888c6dec0ea', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/feb241b5-9b8c-495f-b628-8ee77368cba4'} Body: b'' 2025-08-05 22:05:16,924 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/feb241b5-9b8c-495f-b628-8ee77368cba4 0.019s 2025-08-05 22:05:16,924 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-679ae592-e72a-4f8d-a15c-6eab8da19fd3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/feb241b5-9b8c-495f-b628-8ee77368cba4'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group feb241b5-9b8c-495f-b628-8ee77368cba4 does not exist", "detail": ""}}' 2025-08-05 22:05:17,249 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/09ea50b1-8cfa-457e-9d9b-9da57bb57618 0.324s 2025-08-05 22:05:17,250 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-98e3af5f-2846-43e3-b3d2-d72261037465', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/09ea50b1-8cfa-457e-9d9b-9da57bb57618'} Body: b'' {9} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [166.482915s] ... 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 01104714-f01e-4992-a98e-bebe9c852a23 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 22:05:17,257 99288 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 22:05:17,257 99288 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 22:05:17,352 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.092s 2025-08-05 22:05:17,352 99288 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-1331527750", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIAFAwGA2UFpMtZ1Cl5BtZfehBHCv6UHR4/Vow752Y5Q9V94edSKPkzDuqPDP908CQGQTlkz1ETxk8YLqPo6svtepY6s+b4q2UShTuNeZLnSwREU4qpQ6aNUUP8Z5RO5QQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:17 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-f01f9663-c1c5-4f08-a97b-cb60c324b1c0', 'x-compute-request-id': 'req-f01f9663-c1c5-4f08-a97b-cb60c324b1c0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1331527750", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIAFAwGA2UFpMtZ1Cl5BtZfehBHCv6UHR4/Vow752Y5Q9V94edSKPkzDuqPDP908CQGQTlkz1ETxk8YLqPo6svtepY6s+b4q2UShTuNeZLnSwREU4qpQ6aNUUP8Z5RO5QQ==", "fingerprint": "25:69:9b:21:7a:d2:a3:85:fb:94:18:6a:2d:32:4a:3f", "user_id": "0e9898cc9375479390bab5e1219b5fff"}}' 2025-08-05 22:05:17,355 99288 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1331527750 created 2025-08-05 22:05:17,609 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.254s 2025-08-05 22:05:17,609 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1574128042", "description": "tempest-description--582282386"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-14f66e66-2f3a-405f-bd78-2c5293ce2b16', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8d45fa63-43bb-456f-90f2-67ba3318b09d", "name": "tempest-securitygroup--1574128042", "stateful": true, "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "description": "tempest-description--582282386", "shared": false, "security_group_rules": [{"id": "77d9eb42-5f90-45f8-bcd3-81e7c3ee6308", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "security_group_id": "8d45fa63-43bb-456f-90f2-67ba3318b09d", "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": 1217, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T22:05:17Z", "updated_at": "2025-08-05T22:05:17Z", "revision_number": 0}, {"id": "bd76d08c-124c-475d-a99a-455b535dc87b", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "security_group_id": "8d45fa63-43bb-456f-90f2-67ba3318b09d", "etherty pe": "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": 1218, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T22:05:17Z", "updated_at": "2025-08-05T22:05:17Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T22:05:17Z", "updated_at": "2025-08-05T22:05:17Z", "revision_number": 1, "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0"}}' 2025-08-05 22:05:17,819 99288 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-08-05 22:05:17,820 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d45fa63-43bb-456f-90f2-67ba3318b09d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-b74180a3-af24-4308-8349-f26b8f9949e8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "36329ecc-b146-4248-b93e-0a1fd632641f", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "security_group_id": "8d45fa63-43bb-456f-90f2-67ba3318b09d", "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-08-05T22:05:17Z", "updated_at": "2025-08-05T22:05:17Z", "revision_number": 0}}' 2025-08-05 22:05:18,025 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.204s 2025-08-05 22:05:18,025 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d45fa63-43bb-456f-90f2-67ba3318b09d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d3e32081-1d6a-4df4-bce4-f96b1b2bb55a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1d1a8560-00e8-4024-b2b1-7df7b3b82337", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "security_group_id": "8d45fa63-43bb-456f-90f2-67ba3318b09d", "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-08-05T22:05:17Z", "updated_at": "2025-08-05T22:05:17Z", "revision_number": 0}}' 2025-08-05 22:05:18,025 99288 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1574128042 created 2025-08-05 22:05:18,899 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.873s 2025-08-05 22:05:18,899 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-95801d63-aadd-4997-bd55-9d8893c70ff6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "3e6457ee-6a3b-4583-8c57-a381b404aa94", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "floating_ip_address": "172.24.4.101", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T22:05:18Z", "updated_at": "2025-08-05T22:05:18Z", "revision_number": 0}}' 2025-08-05 22:05:18,900 99288 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3e6457ee-6a3b-4583-8c57-a381b404aa94', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'floating_ip_address': '172.24.4.101', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T22:05:18Z', 'updated_at': '2025-08-05T22:05:18Z', 'revision_number': 0, 'ip': '172.24.4.101'} created 2025-08-05 22:05:18,954 99288 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.049s 2025-08-05 22:05:18,954 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:18 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-5c77d7fe-5321-4fa3-90a4-b2a1172f7e00', '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": "0e9898cc9375479390bab5e1219b5fff", "name": "tempest-AttachVolumeShelveTestJSON-1330037388-project-member", "password_expires_at": null}, "audit_ids": ["c504MvXkQKSEVK0ObG2O1A"], "expires_at": "2025-08-05T23:05:18.000000Z", "issued_at": "2025-08-05T22:05:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "name": "tempest-AttachVolumeShelveTestJSON-1330037388"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0. 0.210/compute/v2/0ec42e7b35b54f2b8a7e0def6e7404e0", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 22:05:18,955 99288 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '19c4c9d2-c1e6-496b-96b1-4c8304ac984e', 'name': 'tempest-AttachVolumeShelveTestJSON-123815450-network', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52921, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T22:02:25Z', 'updated_at': '2025-08-05T22:02:25Z', 'revision_number': 1} available for tenant 2025-08-05 22:05:18,955 99288 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1331527750', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIAFAwGA2UFpMtZ1Cl5BtZfehBHCv6UHR4/Vow752Y5Q9V94edSKPkzDuqPDP908CQGQTlkz1ETxk8YLqPo6svtepY6s+b4q2UShTuNeZLnSwREU4qpQ6aNUUP8Z5RO5QQ==', 'fingerprint': '25:69:9b:21:7a:d2:a3:85:fb:94:18:6a:2d:32:4a:3f', 'user_id': '0e9898cc9375479390bab5e1219b5fff', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBbYkfHpVb8WWkPCI6MKzkOrAfdM5bp60UHD0PvEIkBetZudblYE4KP\nN2rD7lc31l+gBwYFK4EEACKhZANiAASABQMBgNlBaTLWdQpeQbWX3oQRwr+lB0eP\n1aMO+dmOUPVfeHnUij5Mw7qjwz/dPAkBkE5ZM9RE8ZPGC6j6OrL7XqWOrPm+KtlE\noU7jXmS50sERFOKqUOmjVFD/GeUTuUE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8d45fa63-43bb-456f-90f2-67ba3318b09d', 'name': 'tempest-securitygroup--1574128042', 'stateful': True, 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'description': 'tempest-description--582282386', 'shared': False, 'security_group_rules': [{'id': '77d9eb42-5f90-45f8-bcd3-81e7c3ee6308', 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'security_group_id': '8d45fa63-43bb-456f-90f2-67ba3318b09d', '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': 1217, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T22:05:17Z', 'updated_at': '2025-08-05T22:05:17Z', 'revision_number': 0}, {'id': 'bd76d08c-124c-475d-a99a-455b535dc87b', 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'security_group_id': '8d45fa63-43bb-456f-90f2-67ba3318b09d', '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': 1218, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'create d_at': '2025-08-05T22:05:17Z', 'updated_at': '2025-08-05T22:05:17Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T22:05:17Z', 'updated_at': '2025-08-05T22:05:17Z', 'revision_number': 1, 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0'}, 'floating_ip': {'id': '3e6457ee-6a3b-4583-8c57-a381b404aa94', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'floating_ip_address': '172.24.4.101', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T22:05:18Z', 'updated_at': '2025-08-05T22:05:18Z', 'revision_number': 0, 'ip': '172.24.4.101'}} 2025-08-05 22:05:19,685 99288 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.729s 2025-08-05 22:05:19,686 99288 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-1318222920", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "19c4c9d2-c1e6-496b-96b1-4c8304ac984e"}], "security_groups": [{"name": "tempest-securitygroup--1574128042"}], "key_name": "tempest-keypair-1331527750", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74', '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-47cc9be0-89f9-4e3a-9f36-ad5f658984ab', 'x-compute-request-id': 'req-47cc9be0-89f9-4e3a-9f36-ad5f658984ab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a8f76250-583c-451a-9a3f-b0afadfe9f74", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1574128042"}], "adminPass": "password"}}' 2025-08-05 22:05:19,761 99288 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/a8f76250-583c-451a-9a3f-b0afadfe9f74 0.073s 2025-08-05 22:05:19,762 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1274', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b10e4e1-0640-4f13-883c-e8f7bc0d8fec', 'x-compute-request-id': 'req-3b10e4e1-0640-4f13-883c-e8f7bc0d8fec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74'} Body: b'{"server": {"id": "a8f76250-583c-451a-9a3f-b0afadfe9f74", "name": "tempest-AttachVolumeShelveTestJSON-server-1318222920", "status": "BUILD", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "user_id": " 0e9898cc9375479390bab5e1219b5fff", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:05:20Z", "updated": "2025-08-05T22:05:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1331527750", "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-08-05 22:06:10,056 99288 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/a8f76250-583c-451a-9a3f-b0afadfe9f74 0.227s 2025-08-05 22:06:10,056 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:06:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1586', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-963b713f-6f9c-4210-a16b-d6db63825da1', 'x-compute-request-id': 'req-963b713f-6f9c-4210-a16b-d6db63825da1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74'} Body: b'{"server": {"id": "a8f76250-583c-451a-9a3f-b0afadfe9f74", "name": "tempest-AttachVolumeShelveTestJSON-server-1318222920", "status": "ACTIVE", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "user_id": "0e9898cc9375479390bab5e1219b5fff", "metadata": {}, "hostId": "1dc8e37766f291078c2377020a0b676f0c844b2c1039024b453a87de", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:05:19Z", "updated": "2025-08-05T22:05:35Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-123815450-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:c6:b1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1331527750", "OS-SRV-USG:launched_at": "2025-08-05T22:05:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1574128042"}], "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-08-05 22:06:10,073 99288 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 22:07:10,315 99288 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/a 8f76250-583c-451a-9a3f-b0afadfe9f74/os-interface 0.180s 2025-08-05 22:07:10,316 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:07:10 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-7dde1a69-233a-4814-b924-14c2dd9602db', 'x-compute-request-id': 'req-7dde1a69-233a-4814-b924-14c2dd9602db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "19c4c9d2-c1e6-496b-96b1-4c8304ac984e", "port_id": "bba97401-83df-4397-8b02-2e468cc27710", "mac_addr": "fa:16:3e:f6:c6:b1", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "39d4c38b-f0a7-4aca-8109-da987901156d", "ip_address": "10.0.0.13"}]}]}' 2025-08-05 22:07:11,125 99288 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/3e6457ee-6a3b-4583-8c57-a381b404aa94 0.804s 2025-08-05 22:07:11,126 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "bba97401-83df-4397-8b02-2e468cc27710"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:07:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-100f7153-116c-4128-8a3a-ea8ab37fbcf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/3e6457ee-6a3b-4583-8c57-a381b404aa94'} Body: b'{"floatingip": {"id": "3e6457ee-6a3b-4583-8c57-a381b404aa94", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "floating_ip_address": "172.24.4.101", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "1b4338ce-9101-49aa-81ae-90744fa6758b", "port_id": "bba97401-83df-4397-8b02-2e468cc27710", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "19c4c9d2-c1e6-496b-96b1-4c8304ac984e", "mac_address": "fa:16:3e:f6:c6:b1", "admin_state_up": true, "status": "ACTIVE", "device_id": "a8f76250-583c-451a-9a3f-b0afadfe9f74", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T22:05:18Z", "updated_at": "2025-08-05T22:07:10Z", "revision_number": 1, "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0"}}' 2025-08-05 22:07:11,127 99288 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.101:22' as 'cirros' with public key authentication 2025-08-05 22:07:11,146 99288 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 22:07:11,249 99288 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 22:07:11,249 99288 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.101 successfully created 2025-08-05 22:07:11,308 99288 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/a8f76250-583c-451a-9a3f-b0afadfe9f74/ips 0.058s 2025-08-05 22:07:11,308 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'opens tack-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-f533444e-bb7c-44b2-b313-1ba08c10253b', 'x-compute-request-id': 'req-f533444e-bb7c-44b2-b313-1ba08c10253b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-123815450-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2025-08-05 22:07:11,525 99288 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.213s 2025-08-05 22:07:11,525 99288 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-1013085824"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-465a80f1-c874-490f-b7e1-cac0f19985d2', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-465a80f1-c874-490f-b7e1-cac0f19985d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "01104714-f01e-4992-a98e-bebe9c852a23", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:07:11.461737", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1013085824", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/01104714-f01e-4992-a98e-bebe9c852a23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/01104714-f01e-4992-a98e-bebe9c852a23"}], "user_id": "0e9898cc9375479390bab5e1219b5fff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 22:07:11,577 99288 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/01104714-f01e-4992-a98e-bebe9c852a23 0.038s 2025-08-05 22:07:11,578 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a391d161-f6de-4244-85ab-0bea49c07ac2', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a391d161-f6de-4244-85ab-0bea49c07ac2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/01104714-f01e-4992-a98e-bebe9c852a23'} Body: b'{"volume": {"id": "01104714-f01e-4992-a98e-bebe9c852a23", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:07:11.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1013085824", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/01104714-f01e-4992-a98e-bebe9c852a23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/01104714-f01e-4992-a98e-bebe9c852a23"}], "user_id": "0e9898cc9375479390bab5e1219b5fff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0" }}' 2025-08-05 22:07:12,634 99288 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/01104714-f01e-4992-a98e-bebe9c852a23 0.040s 2025-08-05 22:07:12,634 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:07:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d334b69c-fa4f-471b-b573-fb60696d80a5', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d334b69c-fa4f-471b-b573-fb60696d80a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/01104714-f01e-4992-a98e-bebe9c852a23'} Body: b'{"volume": {"id": "01104714-f01e-4992-a98e-bebe9c852a23", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:07:11.000000", "updated_at": "2025-08-05T22:07:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1013085824", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/01104714-f01e-4992-a98e-bebe9c852a23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/01104714-f01e-4992-a98e-bebe9c852a23"}], "user_id": "0e9898cc9375479390bab5e1219b5fff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0"}}' 2025-08-05 22:07:12,762 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74 0.115s 2025-08-05 22:07:12,763 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:07:12 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-1e83211f-866e-45cf-88a1-fd358ca8d2ab', 'x-compute-request-id': 'req-1e83211f-866e-45cf-88a1-fd358ca8d2ab', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74'} Body: b'' 2025-08-05 22:07:12,980 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74 0.217s 2025-08-05 22:07:12,980 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:07:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1711', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d59a9dd4-a1d3-4891-b5eb-28bcde84e110', 'x-compute-request-id': 'req-d59a9dd4-a1d3-4891-b5eb-28bcde84e110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74'} Body: b'{"server": {"id": "a8f76250-583c-451a-9a3f-b0afadfe9f74", "name": "tempest-AttachVolumeShelveTestJSON-server-1318222920", "status": "ACTIVE", "tenant_id": "0ec42e7b35b5 4f2b8a7e0def6e7404e0", "user_id": "0e9898cc9375479390bab5e1219b5fff", "metadata": {}, "hostId": "1dc8e37766f291078c2377020a0b676f0c844b2c1039024b453a87de", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:05:19Z", "updated": "2025-08-05T22:07:13Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-123815450-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:c6:b1"}, {"version": 4, "addr": "172.24.4.101", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:c6:b1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1331527750", "OS-SRV-USG:launched_at": "2025-08-05T22:05:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1574128042"}], "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-08-05 22:08:03,122 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74 0.074s 2025-08-05 22:08:03,123 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:03 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-a1326f9c-be55-4e01-b1ac-cdf3d65c7c71', 'x-compute-request-id': 'req-a1326f9c-be55-4e01-b1ac-cdf3d65c7c71', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a8f76250-583c-451a-9a3f-b0afadfe9f74 could not be found."}}' 2025-08-05 22:08:03,161 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1331527750 0.038s 2025-08-05 22:08:03,162 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:03 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-8a75fc21-e129-4c13-89e8-0c2638f649ae', 'x-compute-request-id': 'req-8a75fc21-e129-4c13-89e8-0c2638f649ae', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1331527750'} Body: b'' 2025-08-05 22:08:03,374 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/8d45fa63-43bb-456f-90f2-67ba3318b09d 0.212s 2025-08-05 22:08:03,375 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type' : 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-16928e59-b00d-4d74-9e82-b5c3a9bb78c1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/8d45fa63-43bb-456f-90f2-67ba3318b09d'} Body: b'' 2025-08-05 22:08:03,394 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/8d45fa63-43bb-456f-90f2-67ba3318b09d 0.018s 2025-08-05 22:08:03,394 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-7bf58a62-66ff-4f07-bb35-3f271031e74e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/8d45fa63-43bb-456f-90f2-67ba3318b09d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8d45fa63-43bb-456f-90f2-67ba3318b09d does not exist", "detail": ""}}' 2025-08-05 22:08:03,737 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/3e6457ee-6a3b-4583-8c57-a381b404aa94 0.343s 2025-08-05 22:08:03,738 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-63fa11a5-bf81-40bc-bb21-3441612d5825', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/3e6457ee-6a3b-4583-8c57-a381b404aa94'} Body: b'' {9} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.543244s] ... ok {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.292322s] ... ok {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.030483s] ... ok {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.036070s] ... ok {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [1.674665s] ... 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 7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 22:08:13,282 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/os-quota-sets/df0b625a1d8f4ade9bca5d13f638cad1?usage=True 0.040s 2025-08-05 22:08:13,282 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f9570b9-9f5e-4ada-8f87-0d3ca278c3c3', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f9570b9-9f5e-4ada-8f87-0d3ca278c3c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/os-quota-sets/df0b625a1d8f4ade9bca5d13f638cad1?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": "df0b625a1d8f4ade9bca5d13f638cad1"}}' 2025-08-05 22:08:13,596 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/volumes 0.304s 2025-08-05 22:08:13,597 99288 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-113647644"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2645e1d5-8ad2-4651-84d4-956e7ee86af8', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2645e1d5-8ad2-4651-84d4-956e7ee86af8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:08:13.529832", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-113647644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac"}], "user_id": "c974198c2c2443ba90c90c075cab3af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 22:08:13,653 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac 0.044s 2025-08-05 22:08:13,654 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'appli cation/json', 'x-compute-request-id': 'req-fbc625c8-52d0-47d6-832e-ebdca511a0f6', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbc625c8-52d0-47d6-832e-ebdca511a0f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac'} Body: b'{"volume": {"id": "7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:08:14.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-113647644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac"}], "user_id": "c974198c2c2443ba90c90c075cab3af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0b625a1d8f4ade9bca5d13f638cad1"}}' 2025-08-05 22:08:14,716 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac 0.048s 2025-08-05 22:08:14,716 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6e09fc7-24c3-4154-8a46-448e5db6867d', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6e09fc7-24c3-4154-8a46-448e5db6867d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac'} Body: b'{"volume": {"id": "7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:08:14.000000", "updated_at": "2025-08-05T22:08:14.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-113647644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac"}], "user_id": "c974198c2c2443ba90c90c075cab3af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0b625a1d8f4ade9bca5d13f638cad1"}}' 2025-08-05 22:08:14,771 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac 0.039s 2025-08-05 22:08:14,772 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cf4495a-742a-460f-959a-98e9721fdde0', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cf4495a-742a-460f-959a-98e9721fdde0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac'} Body: b'{"volume": {"id": "7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "202 5-08-05T22:08:14.000000", "updated_at": "2025-08-05T22:08:14.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-113647644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac"}], "user_id": "c974198c2c2443ba90c90c075cab3af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0b625a1d8f4ade9bca5d13f638cad1"}}' 2025-08-05 22:08:14,890 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac 0.101s 2025-08-05 22:08:14,891 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08: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-f0a64678-a38f-4617-8446-c230507a14fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac'} Body: b'' 2025-08-05 22:08:14,912 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac 0.021s 2025-08-05 22:08:14,912 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08: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-29c01b60-db3c-4252-b416-381fdbc769c4', 'x-openstack-request-id': 'req-29c01b60-db3c-4252-b416-381fdbc769c4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac could not be found."}}' {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [1.476814s] ... 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 e6d258af-b343-44fa-a9be-a41284fe3ec2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 22:08:15,106 99288 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.186s 2025-08-05 22:08:15,106 99288 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-759093665"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ae117a2-a92c-45a2-95c4-9cb88251e8a4', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ae117a2-a92c-45a2-95c4-9cb88251e8a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e6d258af-b343-44fa-a9be-a41284fe3ec2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:08:15.040935", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-759093665", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2"}], "user_id": "c974198c2c2443ba90c90c075cab3af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 22:08:15,156 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2 0.039s 2025-08-05 22:08:15,157 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-851fa4b7-47d0-4e32-900c-d62553097b56', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-851fa4b7-47d0-4e32-900c-d62553097b56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2'} Body: b'{"volume": {"id": "e6d258af-b343-44fa-a9be-a41284fe3ec2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:08:15.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-759093665", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2"}], "user_id": "c974198c2c2443ba90c90c075cab3af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0b625a1d8f4ade9bca5d13f638cad1"}}' 2025-08-05 22:08:16,208 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2 0.037s 2025-08-05 22:08:16,209 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-61d25495-3995-4744-83d5-f1a1853b2f57', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61d25495-3995-4744-83d5-f1a1853b2f57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2'} Body: b'{"volume": {"id": "e6d258af-b343-44fa-a9be-a41284fe3ec2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:08:15.000000", "updated_at": "2025-08-05T22:08:15.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-759093665", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2"}], "user_id": "c974198c2c2443ba90c90c075cab3af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0b625a1d8f4ade9bca5d13f638cad1"}}' 2025-08-05 22:08:16,265 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2 0.043s 2025-08-05 22:08:16,265 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53458f8d-d496-489e-8390-b82d172f46df', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53458f8d-d496-489e-8390-b82d172f46df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2'} Body: b'{"volume": {"id": "e6d258af-b343-44fa-a9be-a41284fe3ec2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:08:15.000000", "updated_at": "2025-08-05T22:08:15.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-759093665", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2"}], "user_id": "c974198c2c2443ba90c90c075cab3af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0b625a1d8f4ade9bca5d13f638cad1"}}' 2025-08-05 22:08:16,372 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2 0.091s 2025-08-05 22:08:16,373 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29ea835e-3adc-42ad-9efd-5747b91d2ff2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2'} Body: b'' 2025-08-05 22:08:16,393 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e6d258af-b3 43-44fa-a9be-a41284fe3ec2 0.020s 2025-08-05 22:08:16,393 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee7759fd-bbf8-4653-a94d-9fe87967fa43', 'x-openstack-request-id': 'req-ee7759fd-bbf8-4653-a94d-9fe87967fa43', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e6d258af-b343-44fa-a9be-a41284fe3ec2 could not be found."}}' {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.051820s] ... ok {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.245903s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.013234s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.013185s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.028435s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.016825s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.023806s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.015660s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.016099s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.011678s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.011213s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.030331s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.040543s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.027485s] ... ok {9} 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 034f5236-badd-440c-b4cd-1a6b8b5e7155 failed to build and is in ERROR status {9} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.175958s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.152232s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.072566s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.012942s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.051916s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.014189s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [1.543795s] ... 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 fb665e9e-a834-4292-82dd-f36976ba5c1a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 22:08:30,740 99288 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.244s 2025-08-05 22:08:30,740 99288 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-592277000"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32c8fdb5-12ac-4da6-97f3-f70980c0ce95', 'content-length': '762', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32c8fdb5-12ac-4da6-97f3-f70980c0ce95', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fb665e9e-a834-4292-82dd-f36976ba5c1a", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T22:08:30.673821", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-592277000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a"}], "user_id": "0175ffd0964747329a52d38a104a0237", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 22:08:30,793 99288 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a 0.041s 2025-08-05 22:08:30,793 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57f47d56-ac7a-40f2-a7e9-62534f2ae4fa', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57f47d56-ac7a-40f2-a7e9-62534f2ae4fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a'} Body: b'{"volume": {"id": "fb665e9e-a834-4292-82dd-f36976ba5c1a", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T22:08:31.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-592277000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a"}], "user_id": "0175ffd0964747329a52d38a104a0237", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a30ae000c9a8486394507ea56bed180b"}}' 2025-08-05 22:08:31,851 99288 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a 0.043s 2025-08-05 22:08:31,852 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:31 GMT', 'server': 'Apache /2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47d9b693-f93b-439f-9ac8-42395c26049f', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47d9b693-f93b-439f-9ac8-42395c26049f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a'} Body: b'{"volume": {"id": "fb665e9e-a834-4292-82dd-f36976ba5c1a", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T22:08:31.000000", "updated_at": "2025-08-05T22:08:31.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-592277000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a"}], "user_id": "0175ffd0964747329a52d38a104a0237", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a30ae000c9a8486394507ea56bed180b"}}' 2025-08-05 22:08:31,909 99288 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a 0.038s 2025-08-05 22:08:31,909 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b146f18-9af1-475b-a137-803066e22958', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b146f18-9af1-475b-a137-803066e22958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a'} Body: b'{"volume": {"id": "fb665e9e-a834-4292-82dd-f36976ba5c1a", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T22:08:31.000000", "updated_at": "2025-08-05T22:08:31.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-592277000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a"}], "user_id": "0175ffd0964747329a52d38a104a0237", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a30ae000c9a8486394507ea56bed180b"}}' 2025-08-05 22:08:32,017 99288 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a 0.093s 2025-08-05 22:08:32,017 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b00882b6-e425-460e-b348-6786ee827bcf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a'} Body: b'' 2025-08-05 22:08:32,038 99288 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJ SON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a 0.020s 2025-08-05 22:08:32,038 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08: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-2aef5b28-b9d7-466d-bffa-caa3f5d96b8f', 'x-openstack-request-id': 'req-2aef5b28-b9d7-466d-bffa-caa3f5d96b8f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fb665e9e-a834-4292-82dd-f36976ba5c1a could not be found."}}' {9} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [167.512583s] ... 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 80265ba0-be2f-4853-a340-5ba5dfefa371 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 22:08:50,311 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.086s 2025-08-05 22:08:50,311 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:50 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-47d3495f-f1f4-4b68-a33d-ff2253a8aa34', '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": "c1fe10ab5f8d460cbad3b8d0740cb974", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-639020612-project-member", "password_expires_at": null}, "audit_ids": ["-HLU46CyQp6tROqoe4SIsg"], "expires_at": "2025-08-05T23:08:50.000000Z", "issued_at": "2025-08-05T22:08:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62cafb9263224fdc93bfe51f24d633ac", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-639020612"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/62cafb9263224fdc93bfe51f24d633ac", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 22:08:50,312 99288 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '1aca9f72-c9ae-42d1-9883-29fe130f6d4c', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-1402296934-network', 'tenant_id': '62cafb9263224fdc93bfe51f24d633ac', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '62cafb9263224fdc93bfe51f24d633ac', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 64768, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_ad dress_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T22:08:34Z', 'updated_at': '2025-08-05T22:08:34Z', 'revision_number': 1} available for tenant 2025-08-05 22:08:50,313 99288 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 22:08:50,313 99288 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 22:08:50,467 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.153s 2025-08-05 22:08:50,468 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1111627763", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE8pxnQlLLJr4J9NHbQwds77rJEsJ/cGdx0R6LotEqoT0dmvtsFa6FtGVopFHte1z8FHYG9oPza4kpw1Y7WbWKCL98vx/suHtijE0+7lhRXx311lwLYjTKpGDsUIvNzmMA=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:50 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-f2e86015-e555-422b-a1b4-3124f171b868', 'x-compute-request-id': 'req-f2e86015-e555-422b-a1b4-3124f171b868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1111627763", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE8pxnQlLLJr4J9NHbQwds77rJEsJ/cGdx0R6LotEqoT0dmvtsFa6FtGVopFHte1z8FHYG9oPza4kpw1Y7WbWKCL98vx/suHtijE0+7lhRXx311lwLYjTKpGDsUIvNzmMA==", "fingerprint": "9a:0b:ed:e6:55:2a:17:56:4c:b9:04:ca:40:89:71:54", "user_id": "c1fe10ab5f8d460cbad3b8d0740cb974"}}' 2025-08-05 22:08:50,470 99288 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1111627763 created 2025-08-05 22:08:50,685 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.214s 2025-08-05 22:08:50,685 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1471386877", "description": "tempest-description--1780139967"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-c00783b6-76b9-48eb-a34d-6c69dd94ce77', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "972c49b5-41c5-4ab4-a5c9-8ade6233bae0", "name": "tempest-securitygroup--1471386877", "stateful": true, "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "description": "tempest-description--1780139967", "shared": false, "security_group_rules": [{"id": "282f41ce-c76c-4983-9da4-ca61a02641c0", "project_id": "62cafb9263224fdc93bfe51f24d633ac", "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "security_group_id": "972c49b5-41c5-4ab4-a5c9-8ade6233bae0", "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": 1304, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T22:08:50Z", "updated_at": "2025-08-05T22:08:50Z", "revision_number": 0}, {"id": "81314ed7-85be-479a-8641-85d47ccfa6f1", "project_id": "62cafb9263224fdc93bfe51f24d633ac", "te nant_id": "62cafb9263224fdc93bfe51f24d633ac", "security_group_id": "972c49b5-41c5-4ab4-a5c9-8ade6233bae0", "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": 1305, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T22:08:50Z", "updated_at": "2025-08-05T22:08:50Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T22:08:50Z", "updated_at": "2025-08-05T22:08:50Z", "revision_number": 1, "project_id": "62cafb9263224fdc93bfe51f24d633ac"}}' 2025-08-05 22:08:50,879 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.193s 2025-08-05 22:08:50,879 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "972c49b5-41c5-4ab4-a5c9-8ade6233bae0", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-57ba7798-608c-4284-a096-b9cf8d9e3dbd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b7eaa29f-6122-4eca-bd88-f72e9ea40982", "project_id": "62cafb9263224fdc93bfe51f24d633ac", "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "security_group_id": "972c49b5-41c5-4ab4-a5c9-8ade6233bae0", "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-08-05T22:08:50Z", "updated_at": "2025-08-05T22:08:50Z", "revision_number": 0}}' 2025-08-05 22:08:51,094 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.215s 2025-08-05 22:08:51,095 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "972c49b5-41c5-4ab4-a5c9-8ade6233bae0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ea350fa2-d8c1-419d-9e15-8eeace6ac559', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4c7fbde3-9c3a-414c-a94c-5d98a2f9e70a", "project_id": "62cafb9263224fdc93bfe51f24d633ac", "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "security_group_id": "972c49b5-41c5-4ab4-a5c9-8ade6233bae0", "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-08-05T22:08:50Z", "updated_at": "2025-08-05T22:08:50Z", "revision_number": 0}}' 2025-08-05 22:08:51,095 99288 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1471386877 created 2025-08-05 22:08:51,715 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.619s 2025-08-05 22:08:51,715 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-677ac36a-38fb-445c-9bf9-7fa4667eb40e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "029a8ff5-2d69-4c34-939f-2a5b0a054066", "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "floating_ip_address": "172.24.4.111", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "62cafb9263224fdc93bfe51f24d633ac", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T22:08:51Z", "updated_at": "2025-08-05T22:08:51Z", "revision_number": 0}}' 2025-08-05 22:08:51,716 99288 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '029a8ff5-2d69-4c34-939f-2a5b0a054066', 'tenant_id': '62cafb9263224fdc93bfe51f24d633ac', 'floating_ip_address': '172.24.4.111', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '62cafb9263224fdc93bfe51f24d633ac', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T22:08:51Z', 'updated_at': '2025-08-05T22:08:51Z', 'revision_number': 0, 'ip': '172.24.4.111'} created 2025-08-05 22:08:51,716 99288 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1111627763', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE8pxnQlLLJr4J9NHbQwds77rJEsJ/cGdx0R6LotEqoT0dmvtsFa6FtGVopFHte1z8FHYG9oPza4kpw1Y7WbWKCL98vx/suHtijE0+7lhRXx311lwLYjTKpGDsUIvNzmMA==', 'fingerprint': '9a:0b:ed:e6:55:2a:17:56:4c:b9:04:ca:40:89:71:54', 'user_id': 'c1fe10ab5f8d460cbad3b8d0740cb974', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCsUGB3pEBhXtYwApMF49iJ8tl0ch28J+qgCeY6c3EI7NRCeUkzPnwF\nXIgTqUQ/QdWgBwYFK4EEACKhZANiAARPKcZ0JSyya+CfTR20MHbO+6yRLCf3Bncd\nEei6LRKqE9HZr7bBWuhbRlaKRR7Xtc/BR2BvaD82uJKcNWO1m1igi/fL8f7Lh7Yo\nxNPu5YUV8d9dZcC2I0yqRg7FCLzc5jA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '972c49b5-41c5-4ab4-a5c9-8ade6233bae0', 'name': 'tempest-securitygroup--1471386877', 'stateful': True, 'tenant_id': '62cafb9263224fdc93bfe51f24d633ac', 'description': 'tempest-description--1780139967', 'shared': False, 'security_group_rules': [{'id': '282f41ce-c76c-4983-9da4-ca61a02641c0', 'project_id': '62cafb9263224fdc93bfe51f24d633ac', 'tenant_id': '62cafb9263224fdc93bfe51f24d633ac', 'security_group_id': '972c49b5-41c5-4ab4-a5c9-8ade6233bae0', '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': 1304, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T22:08:50Z', 'updated_at': '2025-08-05T22:08:50Z', 'revision_number': 0}, {'id': '81314ed7-85be-479a-8641-85d47ccfa6f1', 'project_id': '62cafb9263224fdc93bfe51f24d633ac', 'tenant_id': '62cafb9263224fdc93bfe51f24d633ac', 'security_group_id': '972c49b5-41c5-4ab4-a5c9-8ade6233bae0', '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': 1305, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T22:08:50Z', 'updated_ at': '2025-08-05T22:08:50Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T22:08:50Z', 'updated_at': '2025-08-05T22:08:50Z', 'revision_number': 1, 'project_id': '62cafb9263224fdc93bfe51f24d633ac'}, 'floating_ip': {'id': '029a8ff5-2d69-4c34-939f-2a5b0a054066', 'tenant_id': '62cafb9263224fdc93bfe51f24d633ac', 'floating_ip_address': '172.24.4.111', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '62cafb9263224fdc93bfe51f24d633ac', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T22:08:51Z', 'updated_at': '2025-08-05T22:08:51Z', 'revision_number': 0, 'ip': '172.24.4.111'}} 2025-08-05 22:08:52,252 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/compute/v2.1/servers 0.535s 2025-08-05 22:08:52,253 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1465736364", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "1aca9f72-c9ae-42d1-9883-29fe130f6d4c"}], "security_groups": [{"name": "tempest-securitygroup--1471386877"}], "key_name": "tempest-keypair-1111627763", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9dd100f8-9e85-4826-8469-17d7a55b2a9f', 'x-compute-request-id': 'req-9dd100f8-9e85-4826-8469-17d7a55b2a9f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "74117b27-1805-4a3b-b7c5-7071d86228d5", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1471386877"}], "adminPass": "zsMnWpgbD56w"}}' 2025-08-05 22:08:52,335 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5 0.078s 2025-08-05 22:08:52,335 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:52 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-720da8a2-4143-4267-bb5b-af6c6f05dbe0', 'x-compute-request-id': 'req-720da8a2-4143-4267-bb5b-af6c6f05dbe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5'} Body: b'{"server": {"id": "74117b27-1805-4a3b-b7c5-7071d86228d5", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1465736364", "status": "BUILD", "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "user_id": "c1fe10ab5f8d460cbad3b8d0740cb974", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:08:52Z", "updated": "2025-08-05T22:08:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1111627763", "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-08-05 22:09:42,607 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5 0.257s 2025-08-05 22:09:42,607 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:09:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1576', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c021e4bb-4f31-44b2-b43f-fb50769ed24d', 'x-compute-request-id': 'req-c021e4bb-4f31-44b2-b43f-fb50769ed24d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5'} Body: b'{"server": {"id": "74117b27-1805-4a3b-b7c5-7071d86228d5", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1465736364", "status": "ACTIVE", "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "user_id": "c1fe10ab5f8d460cbad3b8d0740cb974", "metadata": {}, "hostId": "300914a74eba2225ea07eb94461368b765f8a6bfe85431c83195c69b", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:08:52Z", "updated": "2025-08-05T22:09:07Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-1402296934-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:02:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1111627763", "OS-SRV-USG:launched_at": "2025-08-05T22:09:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1471386877"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 22:09:42,621 99288 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 22:10:42,902 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5/os-interface 0.222s 2025-08-05 22:10:42,903 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ' '} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:10:42 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-88bcba17-630c-4081-9213-12028eae7e5d', 'x-compute-request-id': 'req-88bcba17-630c-4081-9213-12028eae7e5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "1aca9f72-c9ae-42d1-9883-29fe130f6d4c", "port_id": "0bc4d98f-4c63-4cbc-8405-04508b33ec65", "mac_addr": "fa:16:3e:62:02:66", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c5e0f3dc-24aa-4870-8927-4bcf17383a81", "ip_address": "10.0.0.9"}]}]}' 2025-08-05 22:10:43,694 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/029a8ff5-2d69-4c34-939f-2a5b0a054066 0.787s 2025-08-05 22:10:43,695 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0bc4d98f-4c63-4cbc-8405-04508b33ec65"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:10:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c16c0c98-1349-4bc8-9636-a5e6da85d9c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/029a8ff5-2d69-4c34-939f-2a5b0a054066'} Body: b'{"floatingip": {"id": "029a8ff5-2d69-4c34-939f-2a5b0a054066", "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "floating_ip_address": "172.24.4.111", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "488077f7-d654-4018-bc76-358cb40ad57d", "port_id": "0bc4d98f-4c63-4cbc-8405-04508b33ec65", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "1aca9f72-c9ae-42d1-9883-29fe130f6d4c", "mac_address": "fa:16:3e:62:02:66", "admin_state_up": true, "status": "ACTIVE", "device_id": "74117b27-1805-4a3b-b7c5-7071d86228d5", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T22:08:51Z", "updated_at": "2025-08-05T22:10:43Z", "revision_number": 1, "project_id": "62cafb9263224fdc93bfe51f24d633ac"}}' 2025-08-05 22:10:43,696 99288 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.111:22' as 'cirros' with public key authentication 2025-08-05 22:10:44,726 99288 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 22:10:44,831 99288 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 22:10:44,831 99288 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.111 successfully created 2025-08-05 22:10:45,018 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5 0.186s 2025-08-05 22:10:45,019 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:10:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1695', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d0d509f-8113-450f-a4f0-a83a7ae1cea2', 'x-compute-request-id': 'req-7d0d509f-8113-450f-a4f0-a83a7ae1cea2', 'connection': 'close', 'status': '200', 'content-location ': 'http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5'} Body: b'{"server": {"id": "74117b27-1805-4a3b-b7c5-7071d86228d5", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1465736364", "status": "ACTIVE", "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "user_id": "c1fe10ab5f8d460cbad3b8d0740cb974", "metadata": {}, "hostId": "300914a74eba2225ea07eb94461368b765f8a6bfe85431c83195c69b", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:08:52Z", "updated": "2025-08-05T22:09:07Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-1402296934-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:02:66"}, {"version": 4, "addr": "172.24.4.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:02:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1111627763", "OS-SRV-USG:launched_at": "2025-08-05T22:09:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1471386877"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 22:10:45,103 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers 0.069s 2025-08-05 22:10:45,103 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:10:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-950106d7-49b4-4baa-b388-1d8b64509a0a', 'x-compute-request-id': 'req-950106d7-49b4-4baa-b388-1d8b64509a0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "74117b27-1805-4a3b-b7c5-7071d86228d5", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1465736364", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}]}]}' 2025-08-05 22:10:45,307 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/volume/v3/volumes 0.200s 2025-08-05 22:10:45,307 99288 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-422969573", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:10:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f76e119f-0909-42ca-a276-894e44956735', 'content-length': '789', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f76e119f-0909-42ca-a276-894e4495673 5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "80265ba0-be2f-4853-a340-5ba5dfefa371", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:10:45.247578", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-422969573", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371"}], "user_id": "c1fe10ab5f8d460cbad3b8d0740cb974", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 22:10:45,360 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371 0.042s 2025-08-05 22:10:45,360 99288 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': 'Tue, 05 Aug 2025 22:10:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f50299c5-a3c4-4067-a577-680a24beba13', 'content-length': '857', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f50299c5-a3c4-4067-a577-680a24beba13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371'} Body: b'{"volume": {"id": "80265ba0-be2f-4853-a340-5ba5dfefa371", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:10:45.000000", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-422969573", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371"}], "user_id": "c1fe10ab5f8d460cbad3b8d0740cb974", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "62cafb9263224fdc93bfe51f24d633ac"}}' 2025-08-05 22:10:46,419 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371 0.044s 2025-08-05 22:10:46,419 99288 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': 'Tue, 05 Aug 2025 22:10:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6aaf72c-dde3-43d5-9a89-2a1b88c54645', 'content-length': '878', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6aaf72c-dde3-43d5-9a89-2a1b88c54645', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371'} Body: b'{"volume": {"id": "80265ba0-be2f-4853-a340-5ba5dfefa371", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:10:45.000000", "updated_at": "2025-08-05T22:10:45.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-422969573", "description": null, "volum e_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371"}], "user_id": "c1fe10ab5f8d460cbad3b8d0740cb974", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "62cafb9263224fdc93bfe51f24d633ac"}}' 2025-08-05 22:10:46,533 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371 0.100s 2025-08-05 22:10:46,534 99288 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': 'Tue, 05 Aug 2025 22:10:46 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-7ffd573d-0236-46e7-8b49-f5a49f102b7a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371'} Body: b'' 2025-08-05 22:10:46,554 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371 0.020s 2025-08-05 22:10:46,554 99288 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': 'Tue, 05 Aug 2025 22:10:46 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-dba95eb9-2ab2-4e89-b0e5-15a92da223c3', 'x-openstack-request-id': 'req-dba95eb9-2ab2-4e89-b0e5-15a92da223c3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 80265ba0-be2f-4853-a340-5ba5dfefa371 could not be found."}}' 2025-08-05 22:10:46,665 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5 0.110s 2025-08-05 22:10:46,665 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:10:46 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-fe72947f-82e6-4b14-bb23-9840f344b726', 'x-compute-request-id': 'req-fe72947f-82e6-4b14-bb23-9840f344b726', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5'} Body: b'' 2025-08-05 22:10:46,873 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5 0.206s 2025-08-05 22:10:46,873 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'da te': 'Tue, 05 Aug 2025 22:10:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1701', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e8d3ca1-394d-46e6-b32f-73ab8de95a3f', 'x-compute-request-id': 'req-3e8d3ca1-394d-46e6-b32f-73ab8de95a3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5'} Body: b'{"server": {"id": "74117b27-1805-4a3b-b7c5-7071d86228d5", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1465736364", "status": "ACTIVE", "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "user_id": "c1fe10ab5f8d460cbad3b8d0740cb974", "metadata": {}, "hostId": "300914a74eba2225ea07eb94461368b765f8a6bfe85431c83195c69b", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:08:52Z", "updated": "2025-08-05T22:10:47Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-1402296934-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:02:66"}, {"version": 4, "addr": "172.24.4.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:02:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1111627763", "OS-SRV-USG:launched_at": "2025-08-05T22:09:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1471386877"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 22:11:36,982 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5 0.050s 2025-08-05 22:11:36,982 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:11:36 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-6788dc22-b566-4b7e-bf71-1dbc586e23bd', 'x-compute-request-id': 'req-6788dc22-b566-4b7e-bf71-1dbc586e23bd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 74117b27-1805-4a3b-b7c5-7071d86228d5 could not be found."}}' 2025-08-05 22:11:37,021 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1111627763 0.038s 2025-08-05 22:11:37,021 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:11:36 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-056f1ece-a444-466e-954c-53d7fd3811d3', 'x-compute-request-id': 'req-056f1ece-a444-466e-954c-53d7fd3811d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1111627763'} Body: b'' 2025-08-05 22:11:37,293 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/972c49b5-41c5-4ab4-a5c9-8ade6233bae0 0.272s 2025-08-05 22:11:37,294 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:11:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-3118013e-7c47-4d05-9039-927821b7da50', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/972c49b5-41c5-4ab4-a5c9-8ade6233bae0'} Body: b'' 2025-08-05 22:11:37,310 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/972c49b5-41c5-4ab4-a5c9-8ade6233bae0 0.016s 2025-08-05 22:11:37,310 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:11:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-ce05ae14-1ebd-40d0-91a9-808320cd0490', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/972c49b5-41c5-4ab4-a5c9-8ade6233bae0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 972c49b5-41c5-4ab4-a5c9-8ade6233bae0 does not exist", "detail": ""}}' 2025-08-05 22:11:37,731 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/029a8ff5-2d69-4c34-939f-2a5b0a054066 0.420s 2025-08-05 22:11:37,732 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:11:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-98f42f46-19ed-4e78-be0c-98b0774317ba', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/029a8ff5-2d69-4c34-939f-2a5b0a054066'} Body: b'' ============================== Failed 112 tests - output below: ============================== tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] --------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volume_snapshots.py", line 53, in test_volume_snapshot_create_get_list_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 22ab961d-bf20-4378-9163-67862a7cd088 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:41:26,257 99278 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 1.555s 2025-08-05 21:41:26,258 99278 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-360871167"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '344', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/22ab961d-bf20-4378-9163-67862a7cd088', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-658e8f58-3f02-46b6-8bb6-2ed1776a1862', 'x-compute-request-id': 'req-658e8f58-3f02-46b6-8bb6-2ed1776a1862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "22ab961d-bf20-4378-9163-67862a7cd088", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T21:41:25.760204", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-360871167", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-05 21:41:26,452 99278 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/22ab961d-bf20-4378-9163-67862a7cd088 0.188s 2025-08-05 21:41:26,452 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:26 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-59b71974-0100-41a2-817f-802989eda738', 'x-compute-request-id': 'req-59b71974-0100-41a2-817f-802989eda738', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/22ab961d-bf20-4378-9163-67862a7cd088'} Body: b'{"volume": {"id": "22ab961d-bf20-4378-9163-67862a7cd088", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T21:41:26.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-360871167", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-05 21:41:27,632 99278 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/22ab961d-bf20-4378-9163-67862a7cd088 0.173s 2025-08-05 21:41:27,632 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:27 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-7dba350c-244c-4ca4-9809-5381b540364e', 'x-compute-request-id': 'req-7dba350c-244c-4ca4-9809-5381b540364e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/22ab961d-bf20-4378-9163-67862a7cd088'} Body: b'{"volume": {"id": "22ab961d-bf20-4378-9163-67862a7cd088", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T2 1:41:26.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-360871167", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 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 284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:41:26,160 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/types 0.776s 2025-08-05 21:41:26,161 99286 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-1465431950"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b92ac1c-9220-43d5-b297-de74f0a5e6b6', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b92ac1c-9220-43d5-b297-de74f0a5e6b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "a55da0c3-4a4a-4130-8978-0d96c64a5a85", "name": "tempest-GroupsV320Test-volume-type-1465431950", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:41:26,230 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/group_types 0.066s 2025-08-05 21:41:26,230 99286 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-198830648"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39d8c0f1-c92f-4a24-8502-f255477c86a9', 'content-length': '176', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39d8c0f1-c92f-4a24-8502-f255477c86a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "fa4a3963-b4a7-47e2-ada6-9a0a86f25e1a", "name": "tempest-GroupsV320Test-group-type-198830648", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 21:41:26,656 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/groups 0.423s 2025-08-05 21:41:26,656 99286 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": "fa4a3963-b4a7-47e2-ada6-9a0a86f25e1a", "volume_types": ["a55da0c3-4a4a-4130-8978-0d96c64a5a85"], "name": "tempest-GroupsV320Test-Group-270390022"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ae402ed-5986-4672-aa15-c5ef98e05a69', 'content-length': '107', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ae402ed-5986-4672-aa15-c5ef98e05a69', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8", "name": "tempest-GroupsV320Test-Group-270390022"}}' 2025-08-05 21:41:26,716 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8 0.057s 2025-08-05 21:41:26,716 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18340a50-a42b-4aab-a3c5-e337645b45ba', 'content-length': '387', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18340a50-a42b-4aab-a3c5-e337645b45ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8'} Body: b'{"group": {"id": "284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T21:41:27.000000", "name": "tempest-GroupsV320Test-Group-270390022", "description": null, "group_type": "fa4a3963-b4a7-47e2-ada6-9a0a86f25e1a", "volume_types": ["a55da0c3-4a4a-4130-8978-0d96c64a5a85"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:41:27,758 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8 0.037s 2025-08-05 21:41:27,758 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fd5b6a93-3c49-4694-8bbd-70b60b562b1f', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fd5b6a93-3c49-4694-8bbd-70b60b562b1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8'} Body: b'{"group": {"id": "284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T21:41:27.000000", "name": "tempest-GroupsV320Test-Group-270390022", "description": null, "group_type": "fa4a3963-b4a7-47e2-ada6-9a0a86f25e1a", "volume_types": ["a55da0c3-4a4a-4130-8978-0d96c64a5a85"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:41:27,826 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.062s 2025-08-05 21:41:27,826 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8a7b136-b46a-49f7-abb6-818422ffe9b6', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8a7b136-b46a-49f7-abb6-818422ffe9b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 21:41:27,933 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8/action 0.092s 2025-08-05 21:41:27,933 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:27 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-8712b879-a700-4fb9-8c50-ff2e82c2fb9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8/action'} Body: b'' 2025-08-05 21:41:27,949 99286 INFO [tempest.lib.common.rest_clien t] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8 0.015s 2025-08-05 21:41:27,949 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:27 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-fda8384a-8d53-48f8-8ceb-2768651da043', 'x-openstack-request-id': 'req-fda8384a-8d53-48f8-8ceb-2768651da043', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 284bd3c1-ace5-4ed3-9e04-ea0a2f7afdc8 could not be found."}}' 2025-08-05 21:41:27,998 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/fa4a3963-b4a7-47e2-ada6-9a0a86f25e1a 0.048s 2025-08-05 21:41:27,999 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:27 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-5a91a079-a802-4f2c-a450-397afb59067d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/fa4a3963-b4a7-47e2-ada6-9a0a86f25e1a'} Body: b'' 2025-08-05 21:41:28,142 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/a55da0c3-4a4a-4130-8978-0d96c64a5a85 0.142s 2025-08-05 21:41:28,142 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5403dbfd-dd27-44f4-92ab-b7b69e0e20b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/a55da0c3-4a4a-4130-8978-0d96c64a5a85'} Body: b'' 2025-08-05 21:41:28,156 99286 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/a55da0c3-4a4a-4130-8978-0d96c64a5a85 0.014s 2025-08-05 21:41:28,157 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:28 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-8a9b4b20-39d0-4da0-bce2-2e3c7981c7d1', 'x-openstack-request-id': 'req-8a9b4b20-39d0-4da0-bce2-2e3c7981c7d1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/a55da0c3-4a4a-4130-8978-0d96c64a5a85'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type a55da0c3-4a4a-4130-8978-0d96c64a5a85 could not be found."}}' 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 2b337aa3-029b-4e63-b92c-934ea2dd20a1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:41:59,300 99278 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/types 0.171s 2025-08-05 21:41:59,301 99278 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-599553049"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-59aa0ba3-032f-44f6-98a2-3397253f312c', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-59aa0ba3-032f-44f6-98a2-3397253f312c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "c8ec908c-00d1-43d5-adfe-a9e7746e216f", "name": "tempest-GroupsV314Test-volume-type-599553049", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:41:59,343 99278 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.039s 2025-08-05 21:41:59,343 99278 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-306317539"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b47757a-0d44-4f46-a5c7-6881c20cc6c7', 'content-length': '176', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b47757a-0d44-4f46-a5c7-6881c20cc6c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "0c298543-1675-4d8a-a760-201c834e77c4", "name": "tempest-GroupsV314Test-group-type-306317539", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 21:41:59,625 99278 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/groups 0.277s 2025-08-05 21:41:59,625 99278 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": "0c298543-1675-4d8a-a760-201c834e77c4", "volume_types": ["c8ec908c-00d1-43d5-adfe-a9e7746e216f"], "name": "tempest-GroupsV314Test-Group-281570531"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c10303a-238b-4ac6-ba51-d0e317909b93', 'content-length': '107', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c10303a-238b-4ac6-ba51-d0e317909b93', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "2b337aa3-029b-4e63-b92c-934ea2dd20a1", "name": "tempest-GroupsV314Test-Group-281570531"}}' 2025-08-05 21:41:59,667 99278 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/2b337aa3-029b-4e63-b92c-934ea2dd20a1 0.040s 2025-08-05 21:41:59,668 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'a pplication/json', 'x-compute-request-id': 'req-c105db20-3a9e-4a34-abc2-525173805467', 'content-length': '387', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c105db20-3a9e-4a34-abc2-525173805467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/2b337aa3-029b-4e63-b92c-934ea2dd20a1'} Body: b'{"group": {"id": "2b337aa3-029b-4e63-b92c-934ea2dd20a1", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T21:42:00.000000", "name": "tempest-GroupsV314Test-Group-281570531", "description": null, "group_type": "0c298543-1675-4d8a-a760-201c834e77c4", "volume_types": ["c8ec908c-00d1-43d5-adfe-a9e7746e216f"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:42:00,721 99278 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/2b337aa3-029b-4e63-b92c-934ea2dd20a1 0.043s 2025-08-05 21:42:00,722 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f21ca85-a5dd-4bb0-9e5e-9699947a72d7', 'content-length': '384', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f21ca85-a5dd-4bb0-9e5e-9699947a72d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/2b337aa3-029b-4e63-b92c-934ea2dd20a1'} Body: b'{"group": {"id": "2b337aa3-029b-4e63-b92c-934ea2dd20a1", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T21:42:00.000000", "name": "tempest-GroupsV314Test-Group-281570531", "description": null, "group_type": "0c298543-1675-4d8a-a760-201c834e77c4", "volume_types": ["c8ec908c-00d1-43d5-adfe-a9e7746e216f"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:42:00,806 99278 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.078s 2025-08-05 21:42:00,807 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4d3e30cb-5f22-4852-a767-59134b8c47fd', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4d3e30cb-5f22-4852-a767-59134b8c47fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 21:42:00,901 99278 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/2b337aa3-029b-4e63-b92c-934ea2dd20a1/action 0.078s 2025-08-05 21:42:00,901 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:00 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-e46c0f4b-072a-47c6-9b4c-9e92a5dc4877', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/2b337aa3-029b-4e63-b92c-934ea2dd20a1/action'} Body: b'' 2025-08-05 21:42:00,923 99278 INFO [tempes t.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/2b337aa3-029b-4e63-b92c-934ea2dd20a1 0.021s 2025-08-05 21:42:00,924 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:00 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-980bbee4-b202-41d5-aba0-870dba26a91f', 'x-openstack-request-id': 'req-980bbee4-b202-41d5-aba0-870dba26a91f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/2b337aa3-029b-4e63-b92c-934ea2dd20a1'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2b337aa3-029b-4e63-b92c-934ea2dd20a1 could not be found."}}' 2025-08-05 21:42:00,964 99278 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/0c298543-1675-4d8a-a760-201c834e77c4 0.039s 2025-08-05 21:42:00,964 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:00 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-244d4eac-7d63-4912-afec-6609f1ac98cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/0c298543-1675-4d8a-a760-201c834e77c4'} Body: b'' 2025-08-05 21:42:01,066 99278 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/c8ec908c-00d1-43d5-adfe-a9e7746e216f 0.101s 2025-08-05 21:42:01,067 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d2b2c9b-f8c9-46fd-a01a-06b027094c71', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/c8ec908c-00d1-43d5-adfe-a9e7746e216f'} Body: b'' 2025-08-05 21:42:01,084 99278 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/c8ec908c-00d1-43d5-adfe-a9e7746e216f 0.016s 2025-08-05 21:42:01,084 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:01 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-1c32eb18-0364-4e19-a66c-b9fc9c50318a', 'x-openstack-request-id': 'req-1c32eb18-0364-4e19-a66c-b9fc9c50318a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/c8ec908c-00d1-43d5-adfe-a9e7746e216f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c8ec908c-00d1-43d5-adfe-a9e7746e216f 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 8799e603-b93e-4753-b5df-c7b92adae117 failed to build and is in ERROR status tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] ------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 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 34271d0e-137d-49a6-ab1c-4e9608327dd3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:08,191 99286 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.417s 2025-08-05 21:42:08,191 99286 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-954982171"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b782921f-894c-4a34-93d5-33d0967e2211', 'content-length': '819', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b782921f-894c-4a34-93d5-33d0967e2211', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "34271d0e-137d-49a6-ab1c-4e9608327dd3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:08.136337", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-954982171", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3"}], "user_id": "70a79d26b0b8492a94d337f667f3677d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-05 21:42:08,249 99286 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/34271d0e-137d-49a6-ab1c-4e9608327dd3 0.042s 2025-08-05 21:42:08,249 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d1e681d-f4c3-41cc-b307-ecc8d31630f7', 'content-length': '887', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d1e681d-f4c3-41cc-b307-ecc8d31630f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3'} Body: b'{"volume": {"id": "34271d0e-137d-49a6-ab1c-4e9608327dd3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:08.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-954982171", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3"}], "user_id": "70a79d26b0b8492a94d337f667f3677d", "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": "7f1e77d139dd4fffb73483adf1211407"}}' 2025-08-05 21:42:09,302 99286 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/34271d0e-137d-49a6-ab1c-4e9608327dd3 0.037s 2025-08-05 21:42:09,302 99286 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': 'Tue, 05 Aug 2025 21:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b294014-2f92-42b5-bda8-0457c7e0b53a', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b294014-2f92-42b5-bda8-0457c7e0b53a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3'} Body: b'{"volume": {"id": "34271d0e-137d-49a6-ab1c-4e9608327dd3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:08.000000", "updated_at": "2025-08-05T21:42:08.000000", "name": "tempest-VolumesTransfersV355Test-Volume-954982171", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3"}], "user_id": "70a79d26b0b8492a94d337f667f3677d", "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": "7f1e77d139dd4fffb73483adf1211407"}}' 2025-08-05 21:42:09,359 99286 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3 0.042s 2025-08-05 21:42:09,360 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-834d4448-daee-4960-9599-ea579f4af205', 'content-length': '908', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-834d4448-daee-4960-9599-ea579f4af205', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3'} Body: b'{"volume": {"id": "34271d0e-137d-49a6-ab1c-4e9608327dd3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:08.000000", "updated_at": "2025-08-05T21:42:08.000000", "name": "tempest-VolumesTransfersV355Test-Volume-954982171", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3"}], "user_id": "70a79d26b0b8492a94d337f667f3677d", "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": "7f1e77d139dd4fffb73483adf1211407"}}' 2025-08-05 21:42:09,473 99286 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3 0.098s 2025-08-05 21:42:09,473 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:09 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-9bdb7af1-02f4-40bc-adc6-ad3ec62dc373', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3'} Body: b'' 2025-08-05 21:42:09,498 99286 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3 0.024s 2025-08-05 21:42:09,499 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:09 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-63d28050-5366-43be-954e-ef9ad7f5b507', 'x-openstack-request-id': 'req-63d28050-5366-43be-954e-ef9ad7f5b507', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/34271d0e-137d-49a6-ab1c-4e9608327dd3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 34271d0e-137d-49a6-ab1c-4e9608327dd3 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 db8e9721-d8d6-44e7-98e2-4ea38ef1a09e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:09,684 99286 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.180s 2025-08-05 21:42:09,685 99286 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-1802315199"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d946d45e-ad32-493f-aa27-c1e6de5f6c23', 'content-length': '820', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d946d45e-ad32-493f-aa27-c1e6de5f6c23', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "db8e9721-d8d6-44e7-98e2-4ea38ef1a09e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:09.625872", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1802315199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e"}], "user_id": "70a79d26b0b8492a94d337f667f3677d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-05 21:42:09,740 99286 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e 0.043s 2025-08-05 21:42:09,741 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5217aafd-72e5-4cf3-a1ec-68ed29403e56', 'content-length': '888', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5217aafd-72e5-4cf3-a1ec-68ed29403e56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e'} Body: b'{"volume": {"id": "db8e9721-d8d6-44e7-98e2-4ea38ef1a09e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:10.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1802315199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e"}], "user_id": "70a79d26b0b8492a94d337f667f3677d", "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": "7f1e77d139dd4fffb73483adf1211407"}}' 2025-08-05 21:42:10,797 99286 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e 0.041s 2025-08-05 21:42:10,797 99286 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': 'Tue, 05 Aug 2025 21:42:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fde4266-59a2-4634-8991-094fa8b72209', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fde4266-59a2-4634-8991-094fa8b72209', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e'} Body: b'{"volume": {"id": "db8e9721-d8d6-44e7-98e2-4ea38ef1a09e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:10.000000", "updated_at": "2025-08-05T21:42:10.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1802315199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e"}], "user_id": "70a79d26b0b8492a94d337f667f3677d", "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": "7f1e77d139dd4fffb73483adf1211407"}}' 2025-08-05 21:42:10,857 99286 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e 0.046s 2025-08-05 21:42:10,858 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-477c82ec-e1aa-42eb-a9f0-095fbc9d2f7b', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-477c82ec-e1aa-42eb-a9f0-095fbc9d2f7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e'} Body: b'{"volume": {"id": "db8e9721-d8d6-44e7-98e2-4ea38ef1a09e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:10.000000", "updated_at": "2025-08-05T21:42:10.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1802315199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e"}], "user_id": "70a79d26b0b8492a94d337f667f3677d", "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": "7f1e77d139dd4fffb73483adf1211407"}}' 2025-08-05 21:42:11,000 99286 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e 0.127s 2025-08-05 21:42:11,001 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:10 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-969e4c07-d2d3-4f6a-bbf6-b631f2732ba3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e'} Body: b'' 2025-08-05 21:42:11,023 99286 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e 0.021s 2025-08-05 21:42:11,023 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:11 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-ba73d488-11e4-4ddd-880e-9fd355ff9472', 'x-openstack-request-id': 'req-ba73d488-11e4-4ddd-880e-9fd355ff9472', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/db8e9721-d8d6-44e7-98e2-4ea38ef1a09e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume db8e9721-d8d6-44e7-98e2-4ea38ef1a09e 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 de9510da-1088-4ae1-a3ca-f9950f4333c8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:10,102 99274 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/volumes 0.321s 2025-08-05 21:42:10,102 99274 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-1501320613"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-273d6edf-2484-4d32-823e-8753c3e6bd67', 'content-length': '746', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-273d6edf-2484-4d32-823e-8753c3e6bd67', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "de9510da-1088-4ae1-a3ca-f9950f4333c8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:10.040960", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1501320613", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8"}], "user_id": "b7cc38818b474adab3dee2632fa777a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:42:10,185 99274 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8 0.069s 2025-08-05 21:42:10,185 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f0809de-9d0c-4e39-a859-48836f3f6bcd', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f0809de-9d0c-4e39-a859-48836f3f6bcd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8'} Body: b'{"volume": {"id": "de9510da-1088-4ae1-a3ca-f9950f4333c8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:10.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-1501320613", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8"}], "user_id": "b7cc38818b474adab3dee2632fa777a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20752f3e3efa4f7eae4aaafb134223d5"}}' 2025-08-05 21:42:11,260 99274 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8 0.059s 2025-08-05 21:42:11,260 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a54774be-775e-4705-ba65-8f89cedff16a', 'content-length': '835', 'openstack-api-ver sion': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a54774be-775e-4705-ba65-8f89cedff16a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8'} Body: b'{"volume": {"id": "de9510da-1088-4ae1-a3ca-f9950f4333c8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:10.000000", "updated_at": "2025-08-05T21:42:10.000000", "name": "tempest-TestVolumeSwap-volume-1501320613", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/de9510da-1088-4ae1-a3ca-f9950f4333c8"}], "user_id": "b7cc38818b474adab3dee2632fa777a9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "20752f3e3efa4f7eae4aaafb134223d5"}}' 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 f93b4a29-671f-4ba7-900c-5e580f40d638 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:10,805 99280 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.566s 2025-08-05 21:42:10,806 99280 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-1311765802", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7a04018-7f57-4209-a9cb-4d2d06e6096a', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7a04018-7f57-4209-a9cb-4d2d06e6096a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f93b4a29-671f-4ba7-900c-5e580f40d638", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:10.707245", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1311765802", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638"}], "user_id": "15181106e1244815b138540d3283a9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:42:10,858 99280 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638 0.040s 2025-08-05 21:42:10,859 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-223480d7-c33b-43c7-bd77-ac0835a235b4', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-223480d7-c33b-43c7-bd77-ac0835a235b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638'} Body: b'{"volume": {"id": "f93b4a29-671f-4ba7-900c-5e580f40d638", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:11.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1311765802", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638"}], "user_id": "15181106e1244815b138540d3283a9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dc786013874422cacffbb19bc099ccb"}}' 2025-08-05 21:42:11,913 99280 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638 0.039s 2025-08-05 21:42:11,913 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-629cdcf5-0171-4374-999b-25c9d2c0d276', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-629cdcf5-0171-4374-999b-25c9d2c0d276', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638'} Body: b'{"volume": {"id": "f93b4a29-671f-4ba7-900c-5e580f40d638", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:11.000000", "updated_at": "2025-08-05T21:42:11.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1311765802", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f93b4a29-671f-4ba7-900c-5e580f40d638"}], "user_id": "15181106e1244815b138540d3283a9a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dc786013874422cacffbb19bc099ccb"}}' 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 18ded2cf-8f0e-4808-9bd9-acac3224f360 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:12,232 99276 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.781s 2025-08-05 21:42:12,233 99276 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-2066789717", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-22475222-d00e-4013-9594-2f9402c4c11c', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-22475222-d00e-4013-9594-2f9402c4c11c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "18ded2cf-8f0e-4808-9bd9-acac3224f360", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:12.171905", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2066789717", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360"}], "user_id": "427e7bbd4cf04697a69edc89ce7ea50e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:42:12,282 99276 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360 0.034s 2025-08-05 21:42:12,283 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05d3c2ab-ae9a-4b5b-9e85-6519f5f77705', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05d3c2ab-ae9a-4b5b-9e85-6519f5f77705', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360'} Body: b'{"volume": {"id": "18ded2cf-8f0e-4808-9bd9-acac3224f360", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:12.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-2066789717", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360"}], "user_id": "427e7bbd4cf04697a69edc89ce7ea50e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f4d5106425b4d46bd8623748aca3c6f"}}' 2025-08-05 21:42:13,332 99276 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360 0.035s 2025-08-05 21:42:13,332 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-ed49a061-a0e0-4339-906f-9c4af25c8003', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed49a061-a0e0-4339-906f-9c4af25c8003', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360'} Body: b'{"volume": {"id": "18ded2cf-8f0e-4808-9bd9-acac3224f360", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:12.000000", "updated_at": "2025-08-05T21:42:12.000000", "name": "tempest-TaggedBootDevicesTest-volume-2066789717", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18ded2cf-8f0e-4808-9bd9-acac3224f360"}], "user_id": "427e7bbd4cf04697a69edc89ce7ea50e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6f4d5106425b4d46bd8623748aca3c6f"}}' 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 2e3089be-e720-42c2-8fa6-531c660df8f6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:18,756 99290 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/networks 3.429s 2025-08-05 21:42:18,756 99290 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-74855530"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '600', 'x-openstack-request-id': 'req-3f39bdab-8ce5-4fe8-92c1-7b1928f6e385', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/networks'} Body: b'{"network":{"id":"053d7721-ff61-4ad8-b335-c5646c8e142e","name":"tempest-tagged-attachments-test-net-74855530","tenant_id":"66bdfaba3b56484a8ce7d29e28dc8d79","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"66bdfaba3b56484a8ce7d29e28dc8d79","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-08-05T21:42:18Z","updated_at":"2025-08-05T21:42:18Z","revision_number":1}}' 2025-08-05 21:42:21,751 99290 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/subnets 2.994s 2025-08-05 21:42:21,751 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "053d7721-ff61-4ad8-b335-c5646c8e142e", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-b0b12b46-a983-4cca-a6c3-798b8b1ef973', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"e2972b77-5704-4808-a979-1b21c1c10983","name":"","tenant_id":"66bdfaba3b56484a8ce7d29e28dc8d79","network_id":"053d7721-ff61-4ad8-b335-c5646c8e142e","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-08-05T21:42:20Z","updated_at":"2025-08-05T21:42:20Z","revision_number":0,"project_id":"66bdfaba3b56484a8ce7d29e28dc8d79"}}' 2025-08-05 21:42:21,999 99290 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/volumes 0.246s 2025-08-05 21:42:21,999 99290 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-2141314097"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1603e5b-e411-4d06-af01-8310a8d06aa6', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1603e5b-e411-4d06-af01-8310a8d06aa6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2e3089be-e720-42c2-8fa6-531c660df8f6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:21.910376", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-2141314097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6"}], "user_id": "2d317a6e01cb4eae90e673dc30f4a93f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:42:22,101 99290 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6 0.089s 2025-08-05 21:42:22,101 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38a9fe9c-c19c-4eb1-af38-67dcf19e370b', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38a9fe9c-c19c-4eb1-af38-67dcf19e370b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6'} Body: b'{"volume": {"id": "2e3089be-e720-42c2-8fa6-531c660df8f6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:22.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-2141314097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6"}], "user_id": "2d317a6e01cb4eae90e673dc30f4a93f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "66bdfaba3b56484a8ce7d29e28dc8d79"}}' 2025-08-05 21:42:23,158 99290 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6 0.041s 2025-08-05 21:42:23,158 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eb9da1d-1f1c-481a-9bbc-af56265cf8e7', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eb9da1d-1f1c-481a-9bbc-af56265cf8e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6'} Body: b'{"volume": {"id": "2e3089be-e720-42c2-8fa6-531c660df8f6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:22.000000", "updated_at": "2025-08-05T21:42:22.000000", "name": "tempest-TaggedAttachmentsTest-volume-2141314097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e3089be-e720-42c2-8fa6-531c660df8f6"}], "user_id": "2d317a6e01cb4eae90e673dc30f4a93f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "66bdfaba3b56484a8ce7d29e28dc8d79"}}' 2025-08-05 21:42:25,70 4 99290 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/subnets/e2972b77-5704-4808-a979-1b21c1c10983 2.527s 2025-08-05 21:42:25,705 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-2f87e248-a33c-4dd7-a82c-f51eae8ff149', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets/e2972b77-5704-4808-a979-1b21c1c10983'} Body: b'' 2025-08-05 21:42:30,330 99290 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/networks/053d7721-ff61-4ad8-b335-c5646c8e142e 4.624s 2025-08-05 21:42:30,330 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-2d6465de-d7e4-45aa-b2d7-58b1fca3f67f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/networks/053d7721-ff61-4ad8-b335-c5646c8e142e'} 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 383e5dfc-c63a-42c2-826b-e2191c80906b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:30,765 99282 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.393s 2025-08-05 21:42:30,765 99282 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-1361246724"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-994bd11e-2c71-409e-b8e6-6f9158fc9ff4', 'content-length': '786', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-994bd11e-2c71-409e-b8e6-6f9158fc9ff4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "383e5dfc-c63a-42c2-826b-e2191c80906b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:30.640773", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-1361246724", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b"}], "user_id": "e65c8aafe3354667b6b57f0328c4d253", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}' 2025-08-05 21:42:30,867 99282 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b 0.085s 2025-08-05 21:42:30,867 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab754b59-cd04-476d-ae62-7e88052d2c6e', 'content-length': '965', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab754b59-cd04-476d-ae62-7e88052d2c6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b'} Body: b'{"volume": {"id": "383e5dfc-c63a-42c2-826b-e2191c80906b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:31.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-1361246724", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b"}], "user_id": "e65c8aafe3354667b6b57f0328c4d253", "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": "96110e43699c44cf9c6baece6668a3a7"}}' 2025-08-05 21:42:31,922 99282 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b 0.039s 2025-08-05 21:42:31,923 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71dd3589-5a83-4f99-bfc5-aa71d4645c12', 'content-length': '986', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71dd3589-5a83-4f99-bfc5-aa71d4645c12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b'} Body: b'{"volume": {"id": "383e5dfc-c63a-42c2-826b-e2191c80906b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:42:31.000000", "updated_at": "2025-08-05T21:42:31.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-1361246724", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/383e5dfc-c63a-42c2-826b-e2191c80906b"}], "user_id": "e65c8aafe3354667b6b57f0328c4d253", "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": "96110e43699c44cf9c6baece6668a3a7"}}' 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 eed39f4d-27c5-4321-ba12-727001777c58 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 31a24d6f-760f-4ec1-b047-bd2519965e32 failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON) --------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 5ed3f6a9-919d-4dc1-af9d-4d3466d2e3fd failed to build and is in ERROR status 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 8f5a22c8-2e2b-4787-9dd1-c75ffe9ac55e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:42,645 99280 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 0.498s 2025-08-05 21:42:42,645 99280 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-1026141770", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/8f5a22c8-2e2b-4787-9dd1-c75ffe9ac55e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6cfdfb05-f43b-4dec-b336-407a03e69694', 'x-compute-request-id': 'req-6cfdfb05-f43b-4dec-b336-407a03e69694', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "8f5a22c8-2e2b-4787-9dd1-c75ffe9ac55e", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T21:42:42.514469", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1026141770", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-05 21:42:42,705 99280 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/8f5a22c8-2e2b-4787-9dd1-c75ffe9ac55e 0.054s 2025-08-05 21:42:42,705 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:42 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-696a9b3c-9985-4911-83dc-a699fe44d077', 'x-compute-request-id': 'req-696a9b3c-9985-4911-83dc-a699fe44d077', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/8f5a22c8-2e2b-4787-9dd1-c75ffe9ac55e'} Body: b'{"volume": {"id": "8f5a22c8-2e2b-4787-9dd1-c75ffe9ac55e", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T21:42:43.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1026141770", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-05 21:42:43,768 99280 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/8f5a22c8-2e2b-4787-9dd1-c75ffe9ac55e 0.057s 2025-08-05 21:42:43,769 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:43 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-4c03036c-1cb9-440f-8e2e-148887c095a8', 'x-compute-request-id': 'req-4c03036c-1cb9-440f-8e2e-148887c095a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/8f5a22c8-2e2b-4787-9dd1-c75ffe9ac55e'} Body: b'{"volume": {"id": "8f5a22c8-2e2b-4787-9dd1-c75ffe9ac55e", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T21:42:43.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1026141770", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 0be3b49d-e4e0-482a-ad96-c895af5be7fa failed to build and is in ERROR status 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 5cc95794-8b43-4dff-a7be-5ce1f62aab07 failed to build and is in ERROR status tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_type_access.py", line 51, in test_volume_type_access_add volume = self.create_volume(volume_type=volume_type['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 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 62e06411-c37a-46b7-8d11-42f809b2bcec failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:59,993 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/types 0.216s 2025-08-05 21:42:59,994 99280 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-1805282243", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-135db295-3c23-4584-99b7-09aa9d758e74', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-135db295-3c23-4584-99b7-09aa9d758e74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "937e2b12-ba77-4b7a-8fcd-a224140120df", "name": "tempest-VolumeTypesAccessTest-volume-type-1805282243", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2025-08-05 21:43:00,309 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/volumes 0.312s 2025-08-05 21:43:00,309 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "937e2b12-ba77-4b7a-8fcd-a224140120df", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:59 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-249b5e5e-e6fa-4a0b-8d9c-8b438db2f39b', 'x-openstack-request-id': 'req-249b5e5e-e6fa-4a0b-8d9c-8b438db2f39b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 937e2b12-ba77-4b7a-8fcd-a224140120df could not be found."}}' 2025-08-05 21:43:00,310 99280 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2025-08-05 21:43:00,381 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/types/937e2b12-ba77-4b7a-8fcd-a224140120df/action 0.070s 2025-08-05 21:43:00,382 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "7f87ff7ce7c348ed9b23419d75ec5a06"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4622f60c-023f-4b18-9c0a-a9fd5d052cff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/937e2b12-ba77-4b7a-8fcd-a224140120df/action'} Body: b'' 2025-08-05 21:43:00,639 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/volumes 0.256s 2025-08-05 21:43:00,640 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "937e2b12-ba77-4b7a-8fcd-a224140120df", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1851489292"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-requ est-id': 'req-3da37d2b-4e9f-42f5-83ef-5a68626b4f1b', 'content-length': '794', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3da37d2b-4e9f-42f5-83ef-5a68626b4f1b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "62e06411-c37a-46b7-8d11-42f809b2bcec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:00.553162", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1851489292", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1805282243", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec"}], "user_id": "347666d74012428392c7fd6bb3b7db15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:00,693 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec 0.041s 2025-08-05 21:43:00,694 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-af6693ec-794d-4956-b8ad-271f24d32e4b', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-af6693ec-794d-4956-b8ad-271f24d32e4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec'} Body: b'{"volume": {"id": "62e06411-c37a-46b7-8d11-42f809b2bcec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:01.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1851489292", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1805282243", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec"}], "user_id": "347666d74012428392c7fd6bb3b7db15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f87ff7ce7c348ed9b23419d75ec5a06"}}' 2025-08-05 21:43:01,748 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec 0.040s 2025-08-05 21:43:01,749 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-364a3589-1903-4ec6-96d6-ae2ff67339a1', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-364a3589-1903-4ec6-96d6-ae2ff67339a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec'} Body: b'{"volume": {"id": "62e06411-c37a-46b7-8d11-42f809b2bcec", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:01.000000", "updated_at": "2025-08-05T21:43:01.0 00000", "name": "tempest-VolumeTypesAccessTest-Volume-1851489292", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1805282243", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec"}], "user_id": "347666d74012428392c7fd6bb3b7db15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f87ff7ce7c348ed9b23419d75ec5a06"}}' 2025-08-05 21:43:01,845 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec 0.082s 2025-08-05 21:43:01,846 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-28d462d5-33b6-46ef-a665-9c78808c09f8', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28d462d5-33b6-46ef-a665-9c78808c09f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec'} Body: b'{"volume": {"id": "62e06411-c37a-46b7-8d11-42f809b2bcec", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:01.000000", "updated_at": "2025-08-05T21:43:01.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1851489292", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1805282243", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec"}], "user_id": "347666d74012428392c7fd6bb3b7db15", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7f87ff7ce7c348ed9b23419d75ec5a06"}}' 2025-08-05 21:43:01,962 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec 0.102s 2025-08-05 21:43:01,962 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c1b8fd8-c8d1-4153-bacf-6a1e388d609b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec'} Body: b'' 2025-08-05 21:43:01,986 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec 0.023s 2025-08-05 21:43:01,986 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:01 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-fd789f81-e929-413e-a822-e02 d5eaf586d', 'x-openstack-request-id': 'req-fd789f81-e929-413e-a822-e02d5eaf586d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/62e06411-c37a-46b7-8d11-42f809b2bcec'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 62e06411-c37a-46b7-8d11-42f809b2bcec could not be found."}}' 2025-08-05 21:43:02,026 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/types/937e2b12-ba77-4b7a-8fcd-a224140120df/action 0.039s 2025-08-05 21:43:02,027 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "7f87ff7ce7c348ed9b23419d75ec5a06"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94f138e8-6478-4045-bf46-5d96489e0286', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/937e2b12-ba77-4b7a-8fcd-a224140120df/action'} Body: b'' 2025-08-05 21:43:02,093 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/937e2b12-ba77-4b7a-8fcd-a224140120df 0.065s 2025-08-05 21:43:02,093 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d65ec497-3ef4-4631-98e7-55954542d9f0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/937e2b12-ba77-4b7a-8fcd-a224140120df'} Body: b'' 2025-08-05 21:43:02,108 99280 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/937e2b12-ba77-4b7a-8fcd-a224140120df 0.014s 2025-08-05 21:43:02,108 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:02 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-1b8694e6-0ca7-4b0c-ac7a-120cfb47e9a4', 'x-openstack-request-id': 'req-1b8694e6-0ca7-4b0c-ac7a-120cfb47e9a4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/937e2b12-ba77-4b7a-8fcd-a224140120df'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 937e2b12-ba77-4b7a-8fcd-a224140120df 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 b8b92a14-b4f1-45cf-be88-c5558a060b7a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:07,262 99286 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e 0.234s 2025-08-05 21:43:07,262 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8c32a923-3f59-4041-88b7-af2b4ca6390d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:43:07,697 99286 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.434s 2025-08-05 21:43:07,697 99286 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-735804574", "snapshot_id": null, "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd45f5a6-3af5-4515-bf7f-2fdb39d9e2b6', 'content-length': '781', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd45f5a6-3af5-4515-bf7f-2fdb39d9e2b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b8b92a14-b4f1-45cf-be88-c5558a060b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:07.600960", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-735804574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a"}], "user_id": "1caccba7b32a447dad2597a37ba5c125", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:43:07,768 99286 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a 0.057s 2025-08-05 21:43:07,769 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'applicat ion/json', 'Openstack-Api-Version': 'volume 3.46', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d2d165d-3dff-42cf-8ad3-cf9f6a289221', 'content-length': '849', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d2d165d-3dff-42cf-8ad3-cf9f6a289221', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a'} Body: b'{"volume": {"id": "b8b92a14-b4f1-45cf-be88-c5558a060b7a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:08.000000", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-735804574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a"}], "user_id": "1caccba7b32a447dad2597a37ba5c125", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "6588acc7b37748b3b7378aa7eed92bea"}}' 2025-08-05 21:43:08,824 99286 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a 0.040s 2025-08-05 21:43:08,824 99286 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': 'Tue, 05 Aug 2025 21:43:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b65d769-b977-4e45-a816-e72eb1201869', 'content-length': '870', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b65d769-b977-4e45-a816-e72eb1201869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a'} Body: b'{"volume": {"id": "b8b92a14-b4f1-45cf-be88-c5558a060b7a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:08.000000", "updated_at": "2025-08-05T21:43:08.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-735804574", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a"}], "user_id": "1caccba7b32a447dad2597a37ba5c125", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "6588acc7b37748b3b7378aa7eed92bea"}}' 2025-08-05 21:43:08,951 99286 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a 0.112s 2025-08-05 21:43:08,952 99286 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': 'Tue, 05 Aug 2025 21:43:08 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-9f8 21a40-06f7-4ed6-bf28-f3829d9fa992', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a'} Body: b'' 2025-08-05 21:43:08,992 99286 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a 0.040s 2025-08-05 21:43:08,992 99286 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': 'Tue, 05 Aug 2025 21:43:08 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-bfd6c938-20e1-45fe-be75-d7eac6edbf04', 'x-openstack-request-id': 'req-bfd6c938-20e1-45fe-be75-d7eac6edbf04', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b8b92a14-b4f1-45cf-be88-c5558a060b7a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b8b92a14-b4f1-45cf-be88-c5558a060b7a 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 69c9850f-1336-49a7-9193-52be10d70580 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:16,211 99280 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.631s 2025-08-05 21:43:16,212 99280 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-1441318680"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7243a231-5662-4b8b-9696-523973360976', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7243a231-5662-4b8b-9696-523973360976', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "69c9850f-1336-49a7-9193-52be10d70580", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:16.035760", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1441318680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69c9850f-1336-49a7-9193-52be10d70580"}], "user_id": "21ba011782544806b2bb604add167ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:16,294 99280 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/69c9850f-1336-49a7-9193-52be10d70580 0.070s 2025-08-05 21:43:16,294 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27334f07-1029-48e9-90ea-803cc1e97a41', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27334f07-1029-48e9-90ea-803cc1e97a41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580'} Body: b'{"volume": {"id": "69c9850f-1336-49a7-9193-52be10d70580", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:16.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1441318680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69c9850f-1336-49a7-9193-52be10d70580"}], "user_id": "21ba011782544806b2bb604add167ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58d7affe858544848b27337a353742eb"}}' 2025-08-05 21:43:17,373 99280 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/69c9850f-1336-49a7-9193-52be10d70580 0.062s 2025-08-05 21:43:17,373 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x -compute-request-id': 'req-dc9e1b48-a75f-46e9-99ee-e4ac974377a3', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc9e1b48-a75f-46e9-99ee-e4ac974377a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580'} Body: b'{"volume": {"id": "69c9850f-1336-49a7-9193-52be10d70580", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:16.000000", "updated_at": "2025-08-05T21:43:16.000000", "name": "tempest-VolumesTransfersTest-Volume-1441318680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69c9850f-1336-49a7-9193-52be10d70580"}], "user_id": "21ba011782544806b2bb604add167ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58d7affe858544848b27337a353742eb"}}' 2025-08-05 21:43:17,437 99280 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580 0.048s 2025-08-05 21:43:17,437 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe0302ec-9377-4f90-b915-1020a27da10c', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe0302ec-9377-4f90-b915-1020a27da10c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580'} Body: b'{"volume": {"id": "69c9850f-1336-49a7-9193-52be10d70580", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:16.000000", "updated_at": "2025-08-05T21:43:16.000000", "name": "tempest-VolumesTransfersTest-Volume-1441318680", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69c9850f-1336-49a7-9193-52be10d70580"}], "user_id": "21ba011782544806b2bb604add167ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58d7affe858544848b27337a353742eb"}}' 2025-08-05 21:43:17,580 99280 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580 0.128s 2025-08-05 21:43:17,580 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43: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-2d253122-0cab-41ab-bd42-4aa9e638bbfd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580'} Body: b'' 2025-08-05 21:43:17,603 99280 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580 0.022s 20 25-08-05 21:43:17,603 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-6696e5aa-23bd-4e87-9e26-de3bc5f9ec36', 'x-openstack-request-id': 'req-6696e5aa-23bd-4e87-9e26-de3bc5f9ec36', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69c9850f-1336-49a7-9193-52be10d70580'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 69c9850f-1336-49a7-9193-52be10d70580 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 aec87891-2ebc-4716-acfd-521fae69e2c3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:17,901 99280 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.293s 2025-08-05 21:43:17,902 99280 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-1456858105"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d6a5b90-94b9-42cd-a908-c6782456aa34', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d6a5b90-94b9-42cd-a908-c6782456aa34', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "aec87891-2ebc-4716-acfd-521fae69e2c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:17.841075", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1456858105", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3"}], "user_id": "21ba011782544806b2bb604add167ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:17,964 99280 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3 0.050s 2025-08-05 21:43:17,965 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-457e3cf1-aeb6-4dab-a86a-78ea90917e0a', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-457e3cf1-aeb6-4dab-a86a-78ea90917e0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3'} Body: b'{"volume": {"id": "aec87891-2ebc-4716-acfd-521fae69e2c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:18.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1456858105", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3"}], "user_id": "21ba011782544806b2bb604add167ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58d7affe858544848b27337a353742eb"}}' 2025-08-05 21:43:19,046 99280 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3 0.061s 2025-08-05 21:43:19,047 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-req uest-id': 'req-b00e3110-cc40-4ef9-9483-3cdb88b525e4', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b00e3110-cc40-4ef9-9483-3cdb88b525e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3'} Body: b'{"volume": {"id": "aec87891-2ebc-4716-acfd-521fae69e2c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:18.000000", "updated_at": "2025-08-05T21:43:18.000000", "name": "tempest-VolumesTransfersTest-Volume-1456858105", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3"}], "user_id": "21ba011782544806b2bb604add167ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58d7affe858544848b27337a353742eb"}}' 2025-08-05 21:43:19,123 99280 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3 0.049s 2025-08-05 21:43:19,123 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d248046-d234-41b6-992b-308dcfc7c6ea', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d248046-d234-41b6-992b-308dcfc7c6ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3'} Body: b'{"volume": {"id": "aec87891-2ebc-4716-acfd-521fae69e2c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:18.000000", "updated_at": "2025-08-05T21:43:18.000000", "name": "tempest-VolumesTransfersTest-Volume-1456858105", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3"}], "user_id": "21ba011782544806b2bb604add167ecf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "58d7affe858544848b27337a353742eb"}}' 2025-08-05 21:43:19,291 99280 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3 0.143s 2025-08-05 21:43:19,292 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d971afec-0608-42ee-a670-88dfa9555228', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3'} Body: b'' 2025-08-05 21:43:19,321 99280 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3 0.028s 2025-08-05 21: 43:19,321 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf9d2cfc-5b75-452f-80c2-3ff7a30ce71a', 'x-openstack-request-id': 'req-cf9d2cfc-5b75-452f-80c2-3ff7a30ce71a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aec87891-2ebc-4716-acfd-521fae69e2c3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aec87891-2ebc-4716-acfd-521fae69e2c3 could not be found."}}' setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) --------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 e81e8a9c-720b-4647-ac7d-c04886c5ae33 failed to build and is in ERROR status 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 8b4a1c65-02c4-4d26-86c4-385999bf8eb0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:35,874 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 202 POST http://10.0.0.210/volume/v3/volumes 0.350s 2025-08-05 21:43:35,874 99280 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-700966834"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f5f63a1-2c19-4778-8516-ac3014446b58', 'content-length': '770', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f5f63a1-2c19-4778-8516-ac3014446b58', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8b4a1c65-02c4-4d26-86c4-385999bf8eb0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:35.795304", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-700966834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:43:35,944 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0 0.057s 2025-08-05 21:43:35,944 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a9f67c1-7a7a-4c85-9c51-3fd8293ca199', 'content-length': '838', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a9f67c1-7a7a-4c85-9c51-3fd8293ca199', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0'} Body: b'{"volume": {"id": "8b4a1c65-02c4-4d26-86c4-385999bf8eb0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:36.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-700966834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f37ce510e4ef4f7fa6ad82b198c320a7"}}' 2025-08-05 21:43:37,042 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0 0.084s 2025-08-05 21:43:37,043 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c938e31-e7c7-42b4-b932-3eb98be76c95', 'content-length': '859', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c938e31-e7c7-42b4-b932-3eb98be76c95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0'} Body: b'{"volume": {"id": "8b4a1c65-02c4-4d26-86c4-385999bf8eb0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:36.000000", "updated_at": "2025-08-05T21:43:36.000000", "name": "tempest-VolumeDependencyTests-Volume-700966834", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8b4a1c65-02c4-4d26-86c4-385999bf8eb0"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f37ce510e4ef4f7fa6ad82b198c320a7"}}' 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 15452fc0-ce1b-4aba-9e6c-d7628fd451f5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:37,329 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.269s 2025-08-05 21:43:37,330 99280 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-1817133388"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-650eb5d2-dcfd-496d-a899-484d2083cb99', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-650eb5d2-dcfd-496d-a899-484d2083cb99', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "15452fc0-ce1b-4aba-9e6c-d7628fd451f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:37.207147", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1817133388", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:43:37,415 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5 0.073s 2025-08-05 21:43:37,415 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-836daaf6-acb0-4b53-bb7b-a2434844ee18', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-836daaf6-acb0-4b53-bb7b-a2434844ee18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5'} Body: b'{"volume": {"id": "15452fc0-ce1b-4aba-9e6c-d7628fd451f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:37.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1817133388", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f37ce510e4ef4f7fa6ad82b198c320a7"}}' 2025-08-05 21:43:38,518 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5 0.080s 2025-08-05 21:43:38,519 99280 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': 'Tu e, 05 Aug 2025 21:43:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24a178c5-79e4-4dc4-b80f-b7a4f009334f', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24a178c5-79e4-4dc4-b80f-b7a4f009334f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5'} Body: b'{"volume": {"id": "15452fc0-ce1b-4aba-9e6c-d7628fd451f5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:37.000000", "updated_at": "2025-08-05T21:43:37.000000", "name": "tempest-VolumeDependencyTests-Volume-1817133388", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/15452fc0-ce1b-4aba-9e6c-d7628fd451f5"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f37ce510e4ef4f7fa6ad82b198c320a7"}}' 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 bd5b2a2b-00db-48af-9176-4cc871229987 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:36,764 99286 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.369s 2025-08-05 21:43:36,764 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-2113827533"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b43485f-9dfe-45f2-ba19-15ed1f1dfaf8', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b43485f-9dfe-45f2-ba19-15ed1f1dfaf8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "bd5b2a2b-00db-48af-9176-4cc871229987", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:36.702994", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-2113827533", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd5b2a2b-00db-48af-9176-4cc871229987"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd5b2a2b-00db-48af-9176-4cc871229987"}], "user_id": "24691687a12b410b91c806d950d62477", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:37,077 99286 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.301s 2025-08-05 21:43:37,078 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-603840988"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dddc0c9c-7bec-4a78-b533-77db19563c8f', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dddc0c9c-7bec-4a78-b533-77db19563c8f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "bb689bcb-d94b-4885-89d1-6cacaad8417f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:36.955204", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-603840988", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bb689bcb-d94b-4885-89d1-6cacaad8417f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bb689bcb-d94b-4885-89d1-6cacaad8417f"}], "user_id": "24691687a12b410b91c806d950d62477", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:37,371 99286 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.281s 2025-08-05 21:43:37,371 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-19436278 44"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76fd2549-a77c-41ec-90cf-d182c8933e9f', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76fd2549-a77c-41ec-90cf-d182c8933e9f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "24a533ad-7be8-433b-b814-b0e713b5df8c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:37.295318", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1943627844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/24a533ad-7be8-433b-b814-b0e713b5df8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/24a533ad-7be8-433b-b814-b0e713b5df8c"}], "user_id": "24691687a12b410b91c806d950d62477", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:37,676 99286 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.292s 2025-08-05 21:43:37,677 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1955790877"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1168040e-6e9b-4919-848d-207e34842245', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1168040e-6e9b-4919-848d-207e34842245', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "778cdaf3-bdb4-4409-a723-d62f452c81bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:37.572687", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1955790877", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/778cdaf3-bdb4-4409-a723-d62f452c81bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/778cdaf3-bdb4-4409-a723-d62f452c81bf"}], "user_id": "24691687a12b410b91c806d950d62477", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:37,924 99286 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.235s 2025-08-05 21:43:37,924 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-917393806"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f391922-6b99-48d1-a44c-ae0fffd492b1', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f391922-6b99-48d1-a44c-ae0fffd492b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1b2687af-b344-4e 3a-976c-38c06c807c4e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:37.836016", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-917393806", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1b2687af-b344-4e3a-976c-38c06c807c4e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1b2687af-b344-4e3a-976c-38c06c807c4e"}], "user_id": "24691687a12b410b91c806d950d62477", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:37,993 99286 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/bd5b2a2b-00db-48af-9176-4cc871229987 0.056s 2025-08-05 21:43:37,994 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b35c442a-3fb1-4691-90ed-fa7c4388cda5', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b35c442a-3fb1-4691-90ed-fa7c4388cda5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd5b2a2b-00db-48af-9176-4cc871229987'} Body: b'{"volume": {"id": "bd5b2a2b-00db-48af-9176-4cc871229987", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:37.000000", "updated_at": "2025-08-05T21:43:37.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-2113827533", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd5b2a2b-00db-48af-9176-4cc871229987"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd5b2a2b-00db-48af-9176-4cc871229987"}], "user_id": "24691687a12b410b91c806d950d62477", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5b805a49d34dc4af609a7146324a4f"}}' 2025-08-05 21:43:39,098 99286 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/bd5b2a2b-00db-48af-9176-4cc871229987 0.087s 2025-08-05 21:43:39,098 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a0f3716-a1c8-4c35-9e33-62f08f2e8425', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a0f3716-a1c8-4c35-9e33-62f08f2e8425', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd5b2a2b-00db-48af-9176-4cc871229987'} Body: b'{"volume": {"id": "bd5b2a2b-00db-48af-9176-4cc871229987", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:37.000000", "updated_at": "2025-08-05T21:43:37.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-2113827533", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd5b2a2b-00db-48af-9176-4cc871229987"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd5b2a2b-00db-48af-9176-4cc871229987"}], "user_id ": "24691687a12b410b91c806d950d62477", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb5b805a49d34dc4af609a7146324a4f"}}' 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 ba2cfcfe-fde0-4432-9872-05d40b391b62 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:38,864 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 202 POST http://10.0.0.210/volume/v3/volumes 0.330s 2025-08-05 21:43:38,864 99280 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-1002362257"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca55eb84-f30d-4f17-9f5c-da8eeb05fb2f', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca55eb84-f30d-4f17-9f5c-da8eeb05fb2f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ba2cfcfe-fde0-4432-9872-05d40b391b62", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:38.780663", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1002362257", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:43:38,922 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62 0.045s 2025-08-05 21:43:38,922 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d630e8cf-8605-42f1-a063-207bc14e7b39', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d630e8cf-8605-42f1-a063-207bc14e7b39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62'} Body: b'{"volume": {"id": "ba2cfcfe-fde0-4432-9872-05d40b391b62", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:39.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1002362257", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f37ce510e4ef4f7fa6ad82b198c320a7"}}' 2025-08-05 21:43:40,002 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62 0.065s 2025-08-05 21:43:40,002 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fef482a-112b-4834-b297-9b6a978943b6', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fef482a-112b-4834-b297-9b6a978943b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62'} Body: b'{"volume": {"id": "ba2cfcfe-fde0-4432-9872-05d40b391b62", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:39.000000", "updated_at": "2025-08-05T21:43:39.000000", "name": "tempest-VolumeDependencyTests-Volume-1002362257", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ba2cfcfe-fde0-4432-9872-05d40b391b62"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f37ce510e4ef4f7fa6ad82b198c320a7"}}' 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 002bd783-e6c5-497f-98e8-fa2438c6083c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:40,364 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.339s 2025-08-05 21:43:40,365 99280 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-2029629437"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4118969-43d9-4d57-81e9-941e688ac8d0', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4118969-43d9-4d57-81e9-941e688ac8d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "002bd783-e6c5-497f-98e8-fa2438c6083c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:40.283928", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-2029629437", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:43:40,437 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c 0.059s 2025-08-05 21:43:40,437 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-154ca969-2489-46a4-8d49-c2b5dcc9baae', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-154ca969-2489-46a4-8d49-c2b5dcc9baae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c'} Body: b'{"volume": {"id": "002bd783-e6c5-497f-98e8-fa2438c6083c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:40.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-2029629437", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f37ce510e4ef4f7fa6ad82b198c320a7"}}' 2025-08-05 21:43:41,530 99280 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c 0.077s 2025-08-05 21:43:41,530 99280 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date ': 'Tue, 05 Aug 2025 21:43:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db48d50a-9737-4d7d-aa83-00cc9f923ed1', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db48d50a-9737-4d7d-aa83-00cc9f923ed1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c'} Body: b'{"volume": {"id": "002bd783-e6c5-497f-98e8-fa2438c6083c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:40.000000", "updated_at": "2025-08-05T21:43:41.000000", "name": "tempest-VolumeDependencyTests-Volume-2029629437", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/002bd783-e6c5-497f-98e8-fa2438c6083c"}], "user_id": "aa968e8b86d44580aed1609117ffcf24", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "f37ce510e4ef4f7fa6ad82b198c320a7"}}' 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 91a489d2-cc8a-4d2f-ac52-fb8570c67cde failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:42,767 99286 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.464s 2025-08-05 21:43:42,767 99286 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-1874188691"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3923ccf-42d6-4c30-b8a6-aa9965f95887', 'content-length': '761', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3923ccf-42d6-4c30-b8a6-aa9965f95887', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "91a489d2-cc8a-4d2f-ac52-fb8570c67cde", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:42.690217", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1874188691", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde"}], "user_id": "e74a808ae8784d1c80f5a8d62dba1bd1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:42,827 99286 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde 0.047s 2025-08-05 21:43:42,827 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6037511-6d4f-44d4-95c1-a4cb8f74cb7c', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6037511-6d4f-44d4-95c1-a4cb8f74cb7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde'} Body: b'{"volume": {"id": "91a489d2-cc8a-4d2f-ac52-fb8570c67cde", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:43.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1874188691", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde"}], "user_id": "e74a808ae8784d1c80f5a8d62dba1bd1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "677b8ec510cd406c84744104ed03f0a6"}}' 2025-08-05 21:43:43,898 99286 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde 0.056s 2025-08-05 21:43:43,898 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:43 GMT', 'server': 'Apache/2.4.52 ( Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96705f65-9ee2-48fa-beef-17e328ea0d9a', 'content-length': '850', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96705f65-9ee2-48fa-beef-17e328ea0d9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde'} Body: b'{"volume": {"id": "91a489d2-cc8a-4d2f-ac52-fb8570c67cde", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:43.000000", "updated_at": "2025-08-05T21:43:43.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-1874188691", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/91a489d2-cc8a-4d2f-ac52-fb8570c67cde"}], "user_id": "e74a808ae8784d1c80f5a8d62dba1bd1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "677b8ec510cd406c84744104ed03f0a6"}}' 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 af748683-3d8d-4f68-a5ff-f61df9d76852 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:47,582 99286 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.469s 2025-08-05 21:43:47,583 99286 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-294736645"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3398b995-ee6f-4a6a-9f00-64521ec3b9ee', 'content-length': '764', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3398b995-ee6f-4a6a-9f00-64521ec3b9ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "af748683-3d8d-4f68-a5ff-f61df9d76852", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:47.500640", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-294736645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af748683-3d8d-4f68-a5ff-f61df9d76852"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af748683-3d8d-4f68-a5ff-f61df9d76852"}], "user_id": "39b43831384345a8a4e3c0ca75178892", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:47,674 99286 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/af748683-3d8d-4f68-a5ff-f61df9d76852 0.075s 2025-08-05 21:43:47,675 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab024a85-9111-480e-89d8-d2c119228e67', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab024a85-9111-480e-89d8-d2c119228e67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af748683-3d8d-4f68-a5ff-f61df9d76852'} Body: b'{"volume": {"id": "af748683-3d8d-4f68-a5ff-f61df9d76852", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:48.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-294736645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af748683-3d8d-4f68-a5ff-f61df9d76852"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af748683-3d8d-4f68-a5ff-f61df9d76852"}], "user_id": "39b43831384345a8a4e3c0ca75178892", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "025e3bd97f2a4ece816d4f0a297d79ff"}}' 2025-08-05 21:43:48,750 99286 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/af748683-3d8d-4f68-a5ff-f61df9d76852 0.058s 2025-08-05 21:43:48,751 99286 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43 :48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae926036-59eb-425e-8ac2-0b0054ee2b2d', 'content-length': '853', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae926036-59eb-425e-8ac2-0b0054ee2b2d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af748683-3d8d-4f68-a5ff-f61df9d76852'} Body: b'{"volume": {"id": "af748683-3d8d-4f68-a5ff-f61df9d76852", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:48.000000", "updated_at": "2025-08-05T21:43:48.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-294736645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af748683-3d8d-4f68-a5ff-f61df9d76852"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af748683-3d8d-4f68-a5ff-f61df9d76852"}], "user_id": "39b43831384345a8a4e3c0ca75178892", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "025e3bd97f2a4ece816d4f0a297d79ff"}}' 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 ec685cb9-56b2-4061-a3f3-20fdcc029c09 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:41:52,081 99284 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.042s 2025-08-05 21:41:52,081 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:52 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-4e20dd3b-85be-4696-a59b-b3e5b1bcde4c', '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": "f50484813c5744e083a90d27e9107224", "name": "tempest-DeleteServersTestJSON-821594953-project-member", "password_expires_at": null}, "audit_ids": ["FELlVqVdRKuj1xUP60xhtQ"], "expires_at": "2025-08-05T22:41:52.000000Z", "issued_at": "2025-08-05T21:41:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2065f5e481184edd9b34a37e96988ad9", "name": "tempest-DeleteServersTestJSON-821594953"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2065f5e481184edd9b34a37e96988ad9", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:41:52,082 99284 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '6eeaa68d-a784-4df5-9113-1553e1dee20d', 'name': 'tempest-DeleteServersTestJSON-297658449-network', 'tenant_id': '2065f5e481184edd9b34a37e96988ad9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2065f5e481184edd9b34a37e96988ad9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 13229, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'create d_at': '2025-08-05T21:41:27Z', 'updated_at': '2025-08-05T21:41:27Z', 'revision_number': 1} available for tenant 2025-08-05 21:42:18,132 99284 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 26.050s 2025-08-05 21:42:18,133 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-810857786", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "6eeaa68d-a784-4df5-9113-1553e1dee20d"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/54979afa-aa47-4016-9b1d-b7820d32e253', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd13fa50-97c1-456c-b23d-b7c630b4483a', 'x-compute-request-id': 'req-cd13fa50-97c1-456c-b23d-b7c630b4483a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "54979afa-aa47-4016-9b1d-b7820d32e253", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/54979afa-aa47-4016-9b1d-b7820d32e253"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/54979afa-aa47-4016-9b1d-b7820d32e253"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "G6mWjy4DrSmC"}}' 2025-08-05 21:42:20,166 99284 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/54979afa-aa47-4016-9b1d-b7820d32e253 2.030s 2025-08-05 21:42:20,166 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:18 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-1232e351-7ef9-40b7-a592-281252dce657', 'x-compute-request-id': 'req-1232e351-7ef9-40b7-a592-281252dce657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/54979afa-aa47-4016-9b1d-b7820d32e253'} Body: b'{"server": {"id": "54979afa-aa47-4016-9b1d-b7820d32e253", "name": "tempest-DeleteServersTestJSON-server-810857786", "status": "BUILD", "tenant_id": "2065f5e481184edd9b34a37e96988ad9", "user_id": "f50484813c5744e083a90d27e9107224", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:42:18Z", "updated": "2025-08-05T21:42:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/54979afa-aa47-4016-9b1d-b7820d32e253"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/54979afa-aa47-4016-9b1d-b7820d32e253"}], "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-08-05 21:43:12,941 99284 INFO [tempest.lib.common.rest_client] Request (DeleteSer versTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/54979afa-aa47-4016-9b1d-b7820d32e253 2.709s 2025-08-05 21:43:12,941 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1486', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a41ea16f-634a-44be-ab84-76baa204820c', 'x-compute-request-id': 'req-a41ea16f-634a-44be-ab84-76baa204820c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/54979afa-aa47-4016-9b1d-b7820d32e253'} Body: b'{"server": {"id": "54979afa-aa47-4016-9b1d-b7820d32e253", "name": "tempest-DeleteServersTestJSON-server-810857786", "status": "ACTIVE", "tenant_id": "2065f5e481184edd9b34a37e96988ad9", "user_id": "f50484813c5744e083a90d27e9107224", "metadata": {}, "hostId": "172843c9b1d6cd9acc660c6c760095a4ed6e1e27e08483cebb6e7f67", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:42:18Z", "updated": "2025-08-05T21:43:03Z", "addresses": {"tempest-DeleteServersTestJSON-297658449-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0b:fd:08"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/54979afa-aa47-4016-9b1d-b7820d32e253"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/54979afa-aa47-4016-9b1d-b7820d32e253"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:43:03.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-08-05 21:43:12,957 99284 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2025-08-05 21:44:13,207 99284 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.207s 2025-08-05 21:44:13,207 99284 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-1271567301"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a19e0f6f-93c4-4b50-b576-ade2df803820', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a19e0f6f-93c4-4b50-b576-ade2df803820', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ec685cb9-56b2-4061-a3f3-20fdcc029c09", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:44:13.147269", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1271567301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ec685cb9-56b2-4061-a3f3-20fdcc029c09"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ec685cb9 -56b2-4061-a3f3-20fdcc029c09"}], "user_id": "f50484813c5744e083a90d27e9107224", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:44:13,258 99284 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/ec685cb9-56b2-4061-a3f3-20fdcc029c09 0.038s 2025-08-05 21:44:13,259 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a396d271-f4a1-46be-b0bc-2108506228d0', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a396d271-f4a1-46be-b0bc-2108506228d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ec685cb9-56b2-4061-a3f3-20fdcc029c09'} Body: b'{"volume": {"id": "ec685cb9-56b2-4061-a3f3-20fdcc029c09", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:44:13.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1271567301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ec685cb9-56b2-4061-a3f3-20fdcc029c09"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ec685cb9-56b2-4061-a3f3-20fdcc029c09"}], "user_id": "f50484813c5744e083a90d27e9107224", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2065f5e481184edd9b34a37e96988ad9"}}' 2025-08-05 21:44:14,333 99284 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/ec685cb9-56b2-4061-a3f3-20fdcc029c09 0.060s 2025-08-05 21:44:14,334 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0c90c4e-d2d6-4fd7-ba36-653d9b02a2b4', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0c90c4e-d2d6-4fd7-ba36-653d9b02a2b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ec685cb9-56b2-4061-a3f3-20fdcc029c09'} Body: b'{"volume": {"id": "ec685cb9-56b2-4061-a3f3-20fdcc029c09", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:44:13.000000", "updated_at": "2025-08-05T21:44:13.000000", "name": "tempest-DeleteServersTestJSON-volume-1271567301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ec685cb9-56b2-4061-a3f3-20fdcc029c09"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ec685cb9-56b2-4061-a3f3-20fdcc029c09"}], "user_id": "f50484813c5744e083a90d27e9107224", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2065f5e481184edd9b34a37e96988ad9"}}' 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 714f7191-b1de-4468-a406-d0ab07554f9f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:14,025 99272 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:42:14,273 99272 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.247s 2025-08-05 21:42:14,274 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-686029616", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPLrHblQDquhfp/Ys5qYVuu5v/qDrasateGcODRU3j03Sc9+CLCukYkL4WW7cDa33SV1N5kYLJCsqIipxdOlaJLPTlF80V2B4S6a2j4d2f93c3trVHncTgdqvhLUSN9anQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:14 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-13ffc847-b877-4147-9eb2-8360b7d84dd7', 'x-compute-request-id': 'req-13ffc847-b877-4147-9eb2-8360b7d84dd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-686029616", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPLrHblQDquhfp/Ys5qYVuu5v/qDrasateGcODRU3j03Sc9+CLCukYkL4WW7cDa33SV1N5kYLJCsqIipxdOlaJLPTlF80V2B4S6a2j4d2f93c3trVHncTgdqvhLUSN9anQ==", "fingerprint": "30:3b:00:09:d6:f9:15:50:64:34:85:62:c1:bb:a8:3b", "user_id": "a9caaf2c806740439217a6074b5867d3"}}' 2025-08-05 21:42:14,276 99272 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-686029616 created 2025-08-05 21:42:17,793 99272 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.517s 2025-08-05 21:42:17,794 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1236838634", "description": "tempest-description--990265202"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-90ad5dcc-6bcb-49f9-b482-3e3ab2dd904c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fbfad7f2-0e8e-4595-bec3-dbba70ae89ac", "name": "tempest-securitygroup--1236838634", "stateful": true, "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "description": "tempest-description--990265202", "shared": false, "security_group_rules": [{"id": "54309854-a7aa-493f-bac5-83bafa2f3ed9", "project_id": "a37f05f02d2b45798266f7fc3cd707d6", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "security_group_id": "fbfad7f2-0e8e-4595-bec3-dbba70ae89ac", "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": 301, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:42:17Z", "updated_at": "2025-08-05T21:42:17Z", "revision_number": 0}, {"id": "a48e50d0-3ccc-4fb3-bacf-b03df2f431fc", "project_id": "a37f05f02d2b45798266f7fc3cd707d6", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "security_group_id": "fbfad7f2-0e8e-4595-bec3-dbba70ae89ac", "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": 300, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:42:17Z", "updated_at": "2025-08-05T21:42:17Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:42:17Z", "updated_at": "2025-08-05T21:42:17Z", "revision_number": 1, "project_id": "a37f05f02d2b45798266f7fc3cd707d6"}}' 2025-08-05 21:42:20,023 99272 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.228s 2025-08-05 21:42:20,023 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fbfad7f2-0e8e-4595-bec3-dbba70ae89ac", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-48ef693f-f1b4-4750-aa18-c73870e0b703', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7f707011-087c-4c6d-b950-1458deedf169", "project_id": "a37f05f02d2b45798266f7fc3cd707d6", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "security_group_id": "fbfad7f2-0e8e-4595-bec3-dbba70ae89ac", "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-08-05T21:42:19Z", "updated_at": "2025-08-05T21:42:19Z", "revision_number": 0}}' 2025-08-05 21:42:22,698 99272 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.674s 2025-08-05 21:42:22,698 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fbfad7f2-0e8e-4595-bec3-dbba70ae89ac", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-7ba9febe-1e13-4057-bcd5-c475a056b8ad', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b2a88418-9e2a-4e25-90c7-0e355e2b8aeb", "project_id": "a37f05f02d2b45798266f7fc3cd707d6", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "security_group_id": "fbfad7f2-0e8e-4595-bec3-dbba70ae89ac", "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-08-05T21:42:22Z", "updated_at": "2025-08-05T21:42:22Z", "revision_number": 0}}' 2025-08-05 21:42:22,699 99272 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1236838634 created 2025-08-05 21:42:25,245 99272 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.545s 2025-08-05 21:42:25,245 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-4515adfc-cda5-42cf-b38e-3f2acb0b47bc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "15f82c11-44f4-46a6-a0f6-6beb397f7d52", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "floating_ip_address": "172.24.4.148", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a37f05f02d2b45798266f7fc3cd707d6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:42:24Z", "updated_at": "2025-08-05T21:42:24Z", "revision_number": 0}}' 2025-08-05 21:42:25,246 99272 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '15f82c11-44f4-46a6-a0f6-6beb397f7d52', 'tenant_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'floating_ip_address': '172.24.4.148', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:42:24Z', 'updated_at': '2025-08-05T21:42:24Z', 'revision_number': 0, 'ip': '172.24.4.148'} created 2025-08-05 21:42:25,333 99272 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.083s 2025-08-05 21:42:25,333 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:25 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-5911ecb5-d3bf-4812-94f9-fe01cb867a57', '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": "a9caaf2c806740439217a6074b5867d3", "name": "tempest-VolumesAdminNegativeTest-133312193-project-member", "password_expires_at": null}, "audit_ids": ["Y9GZR7aFQ5e8muHmPIs6sQ"], "expires_at": "2025-08-05T22:42:25.000000Z", "issued_at": "2025-08-05T21:42:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a37f05f02d2b45798266f7fc3cd707d6", "name": "tempest-VolumesAdminNegativeTest-133312193"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a37f05f02d2b45798266f7fc3cd707d6", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:42:25,334 99272 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '0a844e0e-ac66-4de9-9894-f186a840c52a', 'name': 'tempest-VolumesAdminNegativeTest-647090418-network', 'tenant_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11018, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:41:25Z', 'updated_at': '2025-08-05T21:41:25Z', 'revision_number': 1} available for tenant 2025-08-05 21:42:25,334 99272 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-686029616', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPLrHblQDquhfp/Ys5qYVuu5v/qDrasateGcODRU3j03Sc9+CLCukYkL4WW7cDa33SV1N5kYLJCsqIipxdOlaJLPTlF80V2B4S6a2j4d2f93c3trVHncTgdqvhLUSN9anQ==', 'fingerprint': '30:3b:00:09:d6:f9:15:50:64:34:85:62:c1:bb:a8:3b', 'user_id': 'a9caaf2c806740439217a6074b5867d3', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBIi23C+7r6N+KQhc+53pJgnCnUaIuXTtquLgXiVz8uVME+F31bCIP2\nRxt/rtl4zLSgBwYFK4EEACKhZANiAATy6x25UA6roX6f2LOamFbrub/6g62rGrXh\nnDg0VN49N0nPfgiwrpGJC+Flu3A2t90ldTeZGCyQrKiIqcXTpWiSz05RfNFdgeEu\nmto+Hdn/d3N7a1R53E4Har4S1EjfWp0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fbfad7f2-0e8e-4595-bec3-dbba70ae89ac', 'name': 'tempest-securitygroup--1236838634', 'stateful': True, 'tenant_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'description': 'tempest-description--990265202', 'shared': False, 'security_group_rules': [{'id': '54309854-a7aa-493f-bac5-83bafa2f3ed9', 'project_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'tenant_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'security_group_id': 'fbfad7f2-0e8e-4595-bec3-dbba70ae89ac', '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': 301, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:42:17Z', 'updated_at': '2025-08-05T21:42:17Z', 'revision_number': 0}, {'id': 'a48e50d0-3ccc-4fb3-bacf-b03df2f431fc', 'project_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'tenant_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'security_group_id': 'fbfad7f2-0e8e-4595-bec3-dbba70ae89ac', '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': 300, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:42:17Z', 'updated_at': '2025-08-05T21:42:17Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T21:42:17Z', 'updated_at': '2025-08-05T21:42:17Z', 'revision_number': 1, 'project_id': 'a37f05f02d2b45798266f7fc3cd707d6'}, 'floating_ip': {'id': '15f82c11-44f4-46a6-a0f6-6beb397f7d52', 'tenant_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'floating_ip_address': '172.24.4.148', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:42:24Z', 'updated_at': '2025-08-05T21:42:24Z', 'revision_number': 0, 'ip': '172.24.4.148'}} 2025-08-05 21:42:36,442 99272 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.106s 2025-08-05 21:42:36,442 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-2009246316", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "0a844e0e-ac66-4de9-9894-f186a840c52a"}], "security_groups": [{"name": "tempest-securitygroup--1236838634"}], "key_name": "tempest-keypair-686029616", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-77db814f-1a4e-4124-a3ea-17e2206195d9', 'x-compute-request-id': 'req-77db814f-1a4e-4124-a3ea-17e2206195d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1cba24c0-3df9-4b77-b36d-2fe709fb0363", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1236838634"}], "adminPass": "JLmiNg484dsi"}}' 2025-08-05 21:42:37,353 99272 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/1cba24c0-3df9-4b77-b36d-2fe709fb0363 0.908s 2025-08-05 21:42:37,354 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:36 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-256faba9-aae8-4af0-87c3-f645320b6194', 'x-compute-request-id': 'req-256faba9-aae8-4af0-87c3-f645320b6194', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363'} Body: b'{"server": {"id": "1cba24c0-3df9-4b77-b36d-2fe709fb0363", "name": "tempest-VolumesAdminNegativeTest-server-2009246316", "status": "BUILD", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "user_id": "a9caaf2c806740439217a6074b5867d3", "metadata": {}, "hostI d": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:42:36Z", "updated": "2025-08-05T21:42:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-686029616", "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-08-05 21:43:30,996 99272 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/1cba24c0-3df9-4b77-b36d-2fe709fb0363 3.576s 2025-08-05 21:43:30,997 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:27 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-08789b03-7c3a-4340-987b-71e0fe539aac', 'x-compute-request-id': 'req-08789b03-7c3a-4340-987b-71e0fe539aac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363'} Body: b'{"server": {"id": "1cba24c0-3df9-4b77-b36d-2fe709fb0363", "name": "tempest-VolumesAdminNegativeTest-server-2009246316", "status": "ACTIVE", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "user_id": "a9caaf2c806740439217a6074b5867d3", "metadata": {}, "hostId": "0332426405161fddcb2fc64efea2091c5f70ed909e0f95a698481c66", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:42:36Z", "updated": "2025-08-05T21:43:17Z", "addresses": {"tempest-VolumesAdminNegativeTest-647090418-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:b9:a0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-686029616", "OS-SRV-USG:launched_at": "2025-08-05T21:43:16.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1236838634"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:43:31,012 99272 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 54 second wait 2025-08-05 21:44:31,248 99272 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/1cba24c0-3df9-4b77-b36d-2fe709fb0363/os-interface 0.175s 2025-08-05 21:44:31,248 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content -Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:31 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-05f67ecb-da5b-4bb3-9125-27d3bf668b92', 'x-compute-request-id': 'req-05f67ecb-da5b-4bb3-9125-27d3bf668b92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1cba24c0-3df9-4b77-b36d-2fe709fb0363/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "0a844e0e-ac66-4de9-9894-f186a840c52a", "port_id": "e7a6978a-7b1e-4c47-beb6-bc7830490916", "mac_addr": "fa:16:3e:db:b9:a0", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "1dfe55ec-8ed3-4d7b-bdb6-e3ece0ba16c9", "ip_address": "10.0.0.4"}]}]}' 2025-08-05 21:44:32,424 99272 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/15f82c11-44f4-46a6-a0f6-6beb397f7d52 1.172s 2025-08-05 21:44:32,425 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e7a6978a-7b1e-4c47-beb6-bc7830490916"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-ad94323d-948b-4024-bbe4-fcf4cc4c6c8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/15f82c11-44f4-46a6-a0f6-6beb397f7d52'} Body: b'{"floatingip": {"id": "15f82c11-44f4-46a6-a0f6-6beb397f7d52", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "floating_ip_address": "172.24.4.148", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "bdbab6a9-4588-43e8-ba04-1e27ca5ab4c4", "port_id": "e7a6978a-7b1e-4c47-beb6-bc7830490916", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "0a844e0e-ac66-4de9-9894-f186a840c52a", "mac_address": "fa:16:3e:db:b9:a0", "admin_state_up": true, "status": "ACTIVE", "device_id": "1cba24c0-3df9-4b77-b36d-2fe709fb0363", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:42:24Z", "updated_at": "2025-08-05T21:44:31Z", "revision_number": 1, "project_id": "a37f05f02d2b45798266f7fc3cd707d6"}}' 2025-08-05 21:44:32,427 99272 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.148:22' as 'cirros' with public key authentication 2025-08-05 21:44:32,440 99272 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:44:32,545 99272 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:44:32,545 99272 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.148 successfully created 2025-08-05 21:44:32,784 99272 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.238s 2025-08-05 21:44:32,785 99272 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-208906147"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f42d9d31-42a3-489e-a6e6-18e15d0b8225', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f42d 9d31-42a3-489e-a6e6-18e15d0b8225', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "714f7191-b1de-4468-a406-d0ab07554f9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:44:32.712544", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-208906147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/714f7191-b1de-4468-a406-d0ab07554f9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/714f7191-b1de-4468-a406-d0ab07554f9f"}], "user_id": "a9caaf2c806740439217a6074b5867d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:44:32,880 99272 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/714f7191-b1de-4468-a406-d0ab07554f9f 0.082s 2025-08-05 21:44:32,880 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da808f31-8250-458c-bfa5-8a31957a93ae', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da808f31-8250-458c-bfa5-8a31957a93ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/714f7191-b1de-4468-a406-d0ab07554f9f'} Body: b'{"volume": {"id": "714f7191-b1de-4468-a406-d0ab07554f9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:44:33.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-208906147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/714f7191-b1de-4468-a406-d0ab07554f9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/714f7191-b1de-4468-a406-d0ab07554f9f"}], "user_id": "a9caaf2c806740439217a6074b5867d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a37f05f02d2b45798266f7fc3cd707d6"}}' 2025-08-05 21:44:33,943 99272 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/714f7191-b1de-4468-a406-d0ab07554f9f 0.047s 2025-08-05 21:44:33,944 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0620dc90-7353-41fc-ad67-85e28d87f219', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0620dc90-7353-41fc-ad67-85e28d87f219', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/714f7191-b1de-4468-a406-d0ab07554f9f'} Body: b'{"volume": {"id": "714f7191-b1de-4468-a406-d0ab07554f9f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:44:33.000000", "updated_at": "2025-08-05T21:44:33.000000", "name": "tempest-VolumesAdminNegativeTest-volume-208906147", "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/714f7191-b1de-4468-a406-d0ab07554f9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/714f7191-b1de-4468-a406-d0ab07554f9f"}], "user_id": "a9caaf2c806740439217a6074b5867d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a37f05f02d2b45798266f7fc3cd707d6"}}' 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 3c8c8b9f-7419-4103-aa39-9d2aeffda95b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:45:12,419 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/types 0.163s 2025-08-05 21:45:12,420 99284 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-940670300"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5a92592-728b-4674-88c2-097f05649703', 'content-length': '227', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5a92592-728b-4674-88c2-097f05649703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "e5234d4e-acaa-4fa7-91cb-b09ce27376e8", "name": "tempest-GroupSnapshotsV319Test-volume-type-940670300", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:45:12,464 99284 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.042s 2025-08-05 21:45:12,465 99284 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-849092566"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d21083d9-629c-48ba-b72e-925c53b17a25', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d21083d9-629c-48ba-b72e-925c53b17a25', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "c9ae1bad-48a8-4e16-a4c7-3d9ab6c3a0e0", "name": "tempest-GroupSnapshotsV319Test-group-type-849092566", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 21:45:12,680 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/groups 0.212s 2025-08-05 21:45:12,680 99284 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": "c9ae1bad-48a8-4e16-a4c7-3d9ab6c3a0e0", "volume_types": ["e5234d4e-acaa-4fa7-91cb-b09ce27376e8"], "name": "tempest-GroupSnapshotsV319Test-Group-1909097897"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96d906e5-1997-48c9-8a80-3081e80511f1', 'content-length': '116', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96d906e5-1997-48c9-8a80-3081e80511f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "3c8c8b9f-7419-4103-aa39-9d2aeffda95b", "name": "tempest-GroupSnapshotsV319Test-Group-1909097897"}}' 2025-08-05 21:45:12,716 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/3c8c8b9f-7419-4103-aa39-9d2aeffda95b 0.033s 2025-08-05 21:45:12,716 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers : {'date': 'Tue, 05 Aug 2025 21:45:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd31106e-4e13-4a06-926f-728949d27176', 'content-length': '396', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd31106e-4e13-4a06-926f-728949d27176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/3c8c8b9f-7419-4103-aa39-9d2aeffda95b'} Body: b'{"group": {"id": "3c8c8b9f-7419-4103-aa39-9d2aeffda95b", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T21:45:13.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1909097897", "description": null, "group_type": "c9ae1bad-48a8-4e16-a4c7-3d9ab6c3a0e0", "volume_types": ["e5234d4e-acaa-4fa7-91cb-b09ce27376e8"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:45:13,753 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/3c8c8b9f-7419-4103-aa39-9d2aeffda95b 0.032s 2025-08-05 21:45:13,754 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a131550-520c-48ee-ac98-0edcc7f7971d', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a131550-520c-48ee-ac98-0edcc7f7971d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/3c8c8b9f-7419-4103-aa39-9d2aeffda95b'} Body: b'{"group": {"id": "3c8c8b9f-7419-4103-aa39-9d2aeffda95b", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T21:45:13.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1909097897", "description": null, "group_type": "c9ae1bad-48a8-4e16-a4c7-3d9ab6c3a0e0", "volume_types": ["e5234d4e-acaa-4fa7-91cb-b09ce27376e8"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:45:13,791 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.031s 2025-08-05 21:45:13,791 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-279c2a81-6e50-4376-9b65-c11df18749ca', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-279c2a81-6e50-4376-9b65-c11df18749ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 21:45:13,865 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/3c8c8b9f-7419-4103-aa39-9d2aeffda95b/action 0.061s 2025-08-05 21:45:13,866 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:13 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-21bbdafe-ca39-4b18-a44d-648a63a950ca', 'connection': 'close', 'status': '202', 'content-location': 'h ttp://10.0.0.210/volume/v3/groups/3c8c8b9f-7419-4103-aa39-9d2aeffda95b/action'} Body: b'' 2025-08-05 21:45:13,881 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/3c8c8b9f-7419-4103-aa39-9d2aeffda95b 0.014s 2025-08-05 21:45:13,881 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:13 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-ccd9a397-dc0d-48d5-bf51-b2c477d4fa84', 'x-openstack-request-id': 'req-ccd9a397-dc0d-48d5-bf51-b2c477d4fa84', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/3c8c8b9f-7419-4103-aa39-9d2aeffda95b'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 3c8c8b9f-7419-4103-aa39-9d2aeffda95b could not be found."}}' 2025-08-05 21:45:13,910 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/c9ae1bad-48a8-4e16-a4c7-3d9ab6c3a0e0 0.028s 2025-08-05 21:45:13,910 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:13 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-5eedb621-665a-43e7-9381-fbed4e299ce4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/c9ae1bad-48a8-4e16-a4c7-3d9ab6c3a0e0'} Body: b'' 2025-08-05 21:45:13,964 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/e5234d4e-acaa-4fa7-91cb-b09ce27376e8 0.053s 2025-08-05 21:45:13,965 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45: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-d384b674-9ae1-4ad0-adf4-79130523d50f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/e5234d4e-acaa-4fa7-91cb-b09ce27376e8'} Body: b'' 2025-08-05 21:45:13,980 99284 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/e5234d4e-acaa-4fa7-91cb-b09ce27376e8 0.015s 2025-08-05 21:45:13,980 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:13 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-2ab27309-6089-4b99-8176-fb1089284cf2', 'x-openstack-request-id': 'req-2ab27309-6089-4b99-8176-fb1089284cf2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/e5234d4e-acaa-4fa7-91cb-b09ce27376e8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e5234d4e-acaa-4fa7-91cb-b09ce27376e8 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 25b31d8b-c6a4-4d8c-a8d1-3e446a5a825e failed to build and is in ERROR status 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 ed691427-a1a1-4267-a811-1a36fa61c9e3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:16,261 99292 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/74252a56-508e-4c15-96b1-e348eb8dba1e 0.094s 2025-08-05 21:42:16,261 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a2fa8c52-527f-40f5-9236-b1a8c223bd0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.3-x86_64-disk", "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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:42:16,846 99292 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 0.553s 2025-08-05 21:42:16,846 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/91ad73f4-9165-4989-be32-f7b7d2548fad', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-bdafb938-1f79-4799-b957-81b1d8241577', '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": "67608a40e9f04dedba9c0e222e490d5b", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "91ad73f4-9165-4989-be32-f7b7d2548fad", "created_at": "2025-08-05T21:42:17Z", "updated_at": "2025-08-05T21:42:17Z", "tags": [], "self": "/v2/images/91ad73f4-9165-4989-be32-f7b7d2548fad", "file": "/v2/images/91ad73f4-9165-4989-be32-f7b7d2548fad/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:42:18,274 99292 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/91ad73f4-9165-4989-be32-f7b7d2548fad/file 1.427s 2025-08-05 21:42:18,274 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-4234ec70-40d3-442b-89c9-072ac35e11e9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/91ad73f4-9165-4989-be32-f7b7d2548fad/file'} Body: b'' 2025-08-05 21:42:18,275 99292 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 21:42:18,275 99292 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:42:18,569 99292 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.293s 2025-08-05 21:42:18,569 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1317480568", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHq9XQq+QuIIFnGDRTRvR3Nr7pPB4j+b9MogVfnmImZbP5V/Zt36j19ndwwPZ88Sx9M2D21GaOvuJ4AoozPhBRagpBnBLEZJSwkicDuXeR9CjihR0pGrQdg5kkLfEZX/Ew=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:18 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-029b739e-4c2d-4c53-a370-f1bbc3efe132', 'x-compute-request-id': 'req-029b739e-4c2d-4c53-a370-f1bbc3efe132', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1317480568", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHq9XQq+QuIIFnGDRTRvR3Nr7pPB4j+b9MogVfnmImZbP5V/Zt36j19ndwwPZ88Sx9M2D21GaOvuJ4AoozPhBRagpBnBLEZJSwkicDuXeR9CjihR0pGrQdg5kkLfEZX/Ew==", "fingerprint": "49:22:58:e0:c7:9a:55:f6:26:1f:24:cc:43:9d:c4:54", "user_id": "3a739c664d704f58bc43374972503f8e"}}' 2025-08-05 21:42:18,572 99292 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1317480568 created 2025-08-05 21:42:20,425 99292 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 1.853s 2025-08-05 21:42:20,426 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1972449667", "description": "tempest-description--151264716"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-a9e7ea18-9ac5-4813-a84f-2f09487807f6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8e4e49ba-b3f6-44c1-a398-58fe6fb61188", "name": "tempest-securitygroup--1972449667", "stateful": true, "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "description": "tempest-description--151264716", "shared": false, "security_group_rules": [{"id": "48492fdc-8274-48b4-9610-733921bbdfca", "project_id": "1147279c3cf441d99151d9bf340b0af7", "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "security_group_id": "8e4e49ba-b3f6-44c1-a398-58fe6fb61188", "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": 314, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:42:20Z", "updated_at ": "2025-08-05T21:42:20Z", "revision_number": 0}, {"id": "96d4595a-b701-4359-be18-dd5abfde2e5b", "project_id": "1147279c3cf441d99151d9bf340b0af7", "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "security_group_id": "8e4e49ba-b3f6-44c1-a398-58fe6fb61188", "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": 313, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:42:20Z", "updated_at": "2025-08-05T21:42:20Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:42:20Z", "updated_at": "2025-08-05T21:42:20Z", "revision_number": 1, "project_id": "1147279c3cf441d99151d9bf340b0af7"}}' 2025-08-05 21:42:22,532 99292 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.106s 2025-08-05 21:42:22,533 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8e4e49ba-b3f6-44c1-a398-58fe6fb61188", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-29bea35f-6542-43b0-80fd-5a498c6d5f0e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a4d272e0-5407-41c9-bea6-24ebc7395ec4", "project_id": "1147279c3cf441d99151d9bf340b0af7", "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "security_group_id": "8e4e49ba-b3f6-44c1-a398-58fe6fb61188", "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-08-05T21:42:22Z", "updated_at": "2025-08-05T21:42:22Z", "revision_number": 0}}' 2025-08-05 21:42:24,005 99292 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.472s 2025-08-05 21:42:24,005 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8e4e49ba-b3f6-44c1-a398-58fe6fb61188", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-e3ab9fb4-7cf1-40bd-9304-f8925752a640', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a2c7bf95-9e36-4577-9f90-69487e2a5f70", "project_id": "1147279c3cf441d99151d9bf340b0af7", "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "security_group_id": "8e4e49ba-b3f6-44c1-a398-58fe6fb61188", "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-08-05T21:42:23Z", "updated_at": "2025-08-05T21:42:23Z", "revision_number": 0}}' 2025-08-05 21:42:24,006 99292 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1972449667 created 2025-08-05 21:42:27,25 6 99292 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 3.250s 2025-08-05 21:42:27,256 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-72fd6dae-9249-45f6-a39b-ef67773a7eca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8fb42a23-a10f-4566-a6ac-cd961ee81250", "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "floating_ip_address": "172.24.4.146", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1147279c3cf441d99151d9bf340b0af7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:42:26Z", "updated_at": "2025-08-05T21:42:26Z", "revision_number": 0}}' 2025-08-05 21:42:27,257 99292 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8fb42a23-a10f-4566-a6ac-cd961ee81250', 'tenant_id': '1147279c3cf441d99151d9bf340b0af7', 'floating_ip_address': '172.24.4.146', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1147279c3cf441d99151d9bf340b0af7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:42:26Z', 'updated_at': '2025-08-05T21:42:26Z', 'revision_number': 0, 'ip': '172.24.4.146'} created 2025-08-05 21:42:27,361 99292 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.100s 2025-08-05 21:42:27,362 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:27 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-248c74fa-c392-4c3e-8ab1-5ce3d9de1583', '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": "3a739c664d704f58bc43374972503f8e", "name": "tempest-AttachSCSIVolumeTestJSON-1204852305-project-member", "password_expires_at": null}, "audit_ids": ["BQSlqsSjRUiycbyOTCWbhw"], "expires_at": "2025-08-05T22:42:27.000000Z", "issued_at": "2025-08-05T21:42:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1147279c3cf441d99151d9bf340b0af7", "name": "tempest-AttachSCSIVolumeTestJSON-1204852305"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.2 10/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1147279c3cf441d99151d9bf340b0af7", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:42:27,362 99292 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'd9ff507a-2538-4d64-b7ec-59b132133705', 'name': 'tempest-AttachSCSIVolumeTestJSON-159158926-network', 'tenant_id': '1147279c3cf441d99151d9bf340b0af7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1147279c3cf441d99151d9bf340b0af7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 50340, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:41:27Z', 'updated_at': '2025-08-05T21:41:27Z', 'revision_number': 1} available for tenant 2025-08-05 21:42:27,363 99292 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1317480568', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHq9XQq+QuIIFnGDRTRvR3Nr7pPB4j+b9MogVfnmImZbP5V/Zt36j19ndwwPZ88Sx9M2D21GaOvuJ4AoozPhBRagpBnBLEZJSwkicDuXeR9CjihR0pGrQdg5kkLfEZX/Ew==', 'fingerprint': '49:22:58:e0:c7:9a:55:f6:26:1f:24:cc:43:9d:c4:54', 'user_id': '3a739c664d704f58bc43374972503f8e', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAT/rB9Q8ka+hyKszHR09yX77KvTvIur9zZPURfkyKVIWy2M37HyWPH\nIEJue/yoEdOgBwYFK4EEACKhZANiAAR6vV0KvkLiCBZxg0U0b0dza+6TweI/m/TK\nIFX55iJmWz+Vf2bd+o9fZ3cMD2fPEsfTNg9tRmjr7ieAKKMz4QUWoKQZwSxGSUsJ\nInA7l3kfQo4oUdKRq0HYOZJC3xGV/xM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8e4e49ba-b3f6-44c1-a398-58fe6fb61188', 'name': 'tempest-securitygroup--1972449667', 'stateful': True, 'tenant_id': '1147279c3cf441d99151d9bf340b0af7', 'description': 'tempest-description--151264716', 'shared': False, 'security_group_rules': [{'id': '48492fdc-8274-48b4-9610-733921bbdfca', 'project_id': '1147279c3cf441d99151d9bf340b0af7', 'tenant_id': '1147279c3cf441d99151d9bf340b0af7', 'security_group_id': '8e4e49ba-b3f6-44c1-a398-58fe6fb61188', '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': 314, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:42:20Z', 'updated_at': '2025-08-05T21:42:20Z', 'revision_number': 0}, {'id': '96d4595a-b701-4359-be18-dd5abfde2e5b', 'project_id': '1147279c3cf441d99151d9bf340b0af7', 'tenant_id': '1147279c3cf441d99151d9bf340b0af7', 'security_group_id': '8e4e49ba-b3f6-44c1-a398-58fe6fb61188', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'po rt_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 313, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:42:20Z', 'updated_at': '2025-08-05T21:42:20Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T21:42:20Z', 'updated_at': '2025-08-05T21:42:20Z', 'revision_number': 1, 'project_id': '1147279c3cf441d99151d9bf340b0af7'}, 'floating_ip': {'id': '8fb42a23-a10f-4566-a6ac-cd961ee81250', 'tenant_id': '1147279c3cf441d99151d9bf340b0af7', 'floating_ip_address': '172.24.4.146', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1147279c3cf441d99151d9bf340b0af7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:42:26Z', 'updated_at': '2025-08-05T21:42:26Z', 'revision_number': 0, 'ip': '172.24.4.146'}} 2025-08-05 21:42:39,475 99292 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.112s 2025-08-05 21:42:39,476 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1787442110", "imageRef": "91ad73f4-9165-4989-be32-f7b7d2548fad", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "d9ff507a-2538-4d64-b7ec-59b132133705"}], "security_groups": [{"name": "tempest-securitygroup--1972449667"}], "key_name": "tempest-keypair-1317480568", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-34c58e4c-e0be-4116-ad8c-7350e275e8f9', 'x-compute-request-id': 'req-34c58e4c-e0be-4116-ad8c-7350e275e8f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c435bd31-02ea-4bf2-b940-6c9eb6f40d6b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1972449667"}], "adminPass": "qU6NJychztLm"}}' 2025-08-05 21:42:41,133 99292 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/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b 1.654s 2025-08-05 21:42:41,133 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:39 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-3771be80-9948-4373-919d-2fa007deb278', 'x-compute-request-id': 'req-3771be80-9948-4373-919d-2fa007deb278', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b'} Body: b'{"server": {"id": "c435bd31-02ea-4bf2-b940-6c9eb6f40d6b", "name": "tempes t-AttachSCSIVolumeTestJSON-server-1787442110", "status": "BUILD", "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "user_id": "3a739c664d704f58bc43374972503f8e", "metadata": {}, "hostId": "", "image": {"id": "91ad73f4-9165-4989-be32-f7b7d2548fad", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/91ad73f4-9165-4989-be32-f7b7d2548fad"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:42:39Z", "updated": "2025-08-05T21:42:39Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1317480568", "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-08-05 21:43:32,417 99292 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/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b 1.222s 2025-08-05 21:43:32,418 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1547', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e73f613-2657-49dd-a9f1-24fa6b676721', 'x-compute-request-id': 'req-3e73f613-2657-49dd-a9f1-24fa6b676721', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b'} Body: b'{"server": {"id": "c435bd31-02ea-4bf2-b940-6c9eb6f40d6b", "name": "tempest-AttachSCSIVolumeTestJSON-server-1787442110", "status": "ACTIVE", "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "user_id": "3a739c664d704f58bc43374972503f8e", "metadata": {}, "hostId": "a181aedab41888dc4062e49e744dd960b562d730f3f0224d79441c8d", "image": {"id": "91ad73f4-9165-4989-be32-f7b7d2548fad", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/91ad73f4-9165-4989-be32-f7b7d2548fad"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:42:39Z", "updated": "2025-08-05T21:43:23Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-159158926-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:73:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1317480568", "OS-SRV-USG:launched_at": "2025-08-05T21:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1972449667"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:43:32,433 99292 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 21:44:32,635 99292 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/c43 5bd31-02ea-4bf2-b940-6c9eb6f40d6b/os-interface 0.142s 2025-08-05 21:44:32,635 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:32 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-49e8f915-65af-4a46-a7e9-5865c60a3fb1', 'x-compute-request-id': 'req-49e8f915-65af-4a46-a7e9-5865c60a3fb1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d9ff507a-2538-4d64-b7ec-59b132133705", "port_id": "d360bce4-efd9-4eda-89d8-b81003ff55ba", "mac_addr": "fa:16:3e:b4:73:4f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f41369aa-6295-48bd-b6cb-067bb5eb5a0e", "ip_address": "10.0.0.5"}]}]}' 2025-08-05 21:44:33,776 99292 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/8fb42a23-a10f-4566-a6ac-cd961ee81250 1.137s 2025-08-05 21:44:33,777 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "d360bce4-efd9-4eda-89d8-b81003ff55ba"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-163406c9-5df9-44f3-98c6-27a24bedb427', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/8fb42a23-a10f-4566-a6ac-cd961ee81250'} Body: b'{"floatingip": {"id": "8fb42a23-a10f-4566-a6ac-cd961ee81250", "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "floating_ip_address": "172.24.4.146", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "2c0b3ad6-5f9c-4c75-b998-e4f84d2fbefb", "port_id": "d360bce4-efd9-4eda-89d8-b81003ff55ba", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d9ff507a-2538-4d64-b7ec-59b132133705", "mac_address": "fa:16:3e:b4:73:4f", "admin_state_up": true, "status": "ACTIVE", "device_id": "c435bd31-02ea-4bf2-b940-6c9eb6f40d6b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:42:26Z", "updated_at": "2025-08-05T21:44:33Z", "revision_number": 1, "project_id": "1147279c3cf441d99151d9bf340b0af7"}}' 2025-08-05 21:44:33,778 99292 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.146:22' as 'cirros' with public key authentication 2025-08-05 21:44:33,797 99292 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:44:33,902 99292 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:44:33,902 99292 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.146 successfully created 2025-08-05 21:44:34,255 99292 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.352s 2025-08-05 21:44:34,256 99292 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-391940487"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50273d92-a5a0-430f-9f01-941c1abc96e8', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50273d92-a5a0-430f-9f01-941c1abc96e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ed691427-a1a1-4267-a811-1a36fa61c9e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:44:34.187520", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-391940487", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed691427-a1a1-4267-a811-1a36fa61c9e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed691427-a1a1-4267-a811-1a36fa61c9e3"}], "user_id": "3a739c664d704f58bc43374972503f8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:44:34,317 99292 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/ed691427-a1a1-4267-a811-1a36fa61c9e3 0.048s 2025-08-05 21:44:34,317 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f60429f-3c8f-486d-a447-5f3caee9454b', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f60429f-3c8f-486d-a447-5f3caee9454b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed691427-a1a1-4267-a811-1a36fa61c9e3'} Body: b'{"volume": {"id": "ed691427-a1a1-4267-a811-1a36fa61c9e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:44:34.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-391940487", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed691427-a1a1-4267-a811-1a36fa61c9e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed691427-a1a1-4267-a811-1a36fa61c9e3"}], "user_id": "3a739c664d704f58bc43374972503f8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1147279c3cf441d99151d9bf340b0af7"}}' 2025-08-05 21:44:35,373 99292 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/ed691427-a1a1-4267-a811-1a36fa61c9e3 0.039s 2025-08-05 21:44:35,373 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0101041-2405-4fae-8e59-ecbf1253d149', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0101041-2405-4fae-8e59-ecbf1253d149', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed691427-a1a1-4267-a811-1a36fa61c9e3'} Body: b'{"volume": {"id": "ed691427-a1a1-4267-a811-1a36fa61c9e3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:44:34.000000", "updated_at": "2025-08-05T21:44:34.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-391940487", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed691427-a1a1-4267-a811-1a36fa61c9e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed691427-a1a1-4267-a811-1a36fa61c9e3"}], "user_id": "3a739c664d704f58bc43374972503f8e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1147279c3cf441d99151d9bf340b0af7"}}' 2025-08-05 21:44:35,505 99292 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b 0.117s 2025-08-05 21:44:35,505 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28568c3f-9ae0-449b-90bf-0c25f0957b9e', 'x-compute-request-id': 'req-28568c3f-9ae0-449b-90bf-0c25f0957b9e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b'} Body: b'' 2025-08-05 21:44:35,715 99292 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b 0.209s 2025-08-05 21:44:35,715 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4c27a56-cb88-4680-bdf6-530f5c05e2a5', 'x-compute-request-id': 'req-e4c27a56-cb88-4680-bdf6-530f5c05e2a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b'} Body: b'{"server": {"id": "c435bd31-02ea-4bf2-b940-6c9eb6f40d6b", "name": "tempest-AttachSCSIVolumeTestJSON-server-1787442110", "status": "ACTIVE", "tenant_id": "1147279c3cf441d99151d9bf340b0af7", "user_id": "3a739c664d704f58bc43374972503f8e", "metadata": {}, "hostId": "a181aedab41888dc4062e49e744dd960b562d730f3f0224d79441c8d", "image": {"id": "91ad73f4-9165-4989-be32-f7b7d2548fad", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/91ad73f4-9165-4989-be32-f7b7d2548fad"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:42:39Z", "updated": "2025-08-05T21:44:35Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-159158926-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:73:4f"}, {"version": 4, "addr": "172.24.4.146", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b4:73:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1317480568", "OS-SRV-USG:launched_at": "2025-08-05T21:43:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1972449667"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:45:25,813 99292 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b 0.034s 2025-08-05 21:45:25,814 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-a9ea6e63-ccaa-4637-a9be-d1e42885cd7f', 'x-compute-request-id': 'req-a9ea6e63-ccaa-4637-a9be-d1e42885cd7f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c435bd31-02ea-4bf2-b940-6c9eb6f40d6b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c435bd31-02ea-4bf2-b940-6c9eb6f40d6b could not be found."}}' 2025-08-05 21:45:25,842 99292 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1317480568 0.028s 2025-08-05 21:45:25,843 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9e6eebee-61b8-4490-99df-a3279df6f66f', 'x-compute-request-id': 'req-9e6eebee-61b8-4490-99df-a3279df6f66f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1317480568'} Body: b'' 2025-08-05 21:45:26,030 99292 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/8e4e49ba-b3f6-44c1-a398-58fe6fb61188 0.187s 2025-08-05 21:45:26,031 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-ffdad0f5-e2fe-4559-b6fd-df16abf3a246', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/8e4e49ba-b3f6-44c1-a398-58fe6fb61188'} Body: b'' 2025-08-05 21:45:26,056 99292 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/8e4e49ba-b3f6-44c1-a398-58fe6fb61188 0.025s 2025-08-05 21:45:26,057 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-edff63da-617a-419f-82bc-8aecf7cbc12a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/8e4e49ba-b3f6-44c1-a398-58fe6fb61188'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8e4e49ba-b3f6-44c1-a398-58fe6fb61188 does not exist", "detail": ""}}' 2025-08-05 21:45:26,421 99292 INFO [tempest.lib.common.rest_client] Re quest (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/8fb42a23-a10f-4566-a6ac-cd961ee81250 0.363s 2025-08-05 21:45:26,421 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-004b1229-a42e-47fc-8891-0a9c751c8988', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/8fb42a23-a10f-4566-a6ac-cd961ee81250'} Body: b'' 2025-08-05 21:45:26,551 99292 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/91ad73f4-9165-4989-be32-f7b7d2548fad 0.129s 2025-08-05 21:45:26,552 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-e7d436e5-1887-4bb0-b626-d70d6e9adfda', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/91ad73f4-9165-4989-be32-f7b7d2548fad'} Body: b'' 2025-08-05 21:45:26,569 99292 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/91ad73f4-9165-4989-be32-f7b7d2548fad 0.016s 2025-08-05 21:45:26,569 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2d1895b0-60c8-45a5-8a58-83fb71c2de91', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/91ad73f4-9165-4989-be32-f7b7d2548fad'} Body: b'{"message": "No image found with ID 91ad73f4-9165-4989-be32-f7b7d2548fad

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 61, in test_attach_attached_volume_to_different_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 3b06ce8b-1590-4c06-8c3f-50f7c958d5bc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:42:46,216 99270 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 21:42:46,216 99270 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:42:46,564 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.347s 2025-08-05 21:42:46,565 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1267425853", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdolWK4BH4QRsNbWRsclKVaI53/KscHIPI1O2/8HVYsxp1Zn3ZmescWbxXDBecTzxIMRO2jCwE8qpMNr6qVcjQCCMjKhCg/gllIPkBaxg6UIxp91mfWH33+QB66DMaSkw=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:46 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-b85bfdb0-0076-4227-8701-d0e6b11c802b', 'x-compute-request-id': 'req-b85bfdb0-0076-4227-8701-d0e6b11c802b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1267425853", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdolWK4BH4QRsNbWRsclKVaI53/KscHIPI1O2/8HVYsxp1Zn3ZmescWbxXDBecTzxIMRO2jCwE8qpMNr6qVcjQCCMjKhCg/gllIPkBaxg6UIxp91mfWH33+QB66DMaSkw==", "fingerprint": "13:36:88:ac:9c:75:89:d3:c5:bb:ea:fe:3e:28:04:0b", "user_id": "5dff5149fe8c4980b708ae021985c714"}}' 2025-08-05 21:42:46,567 99270 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1267425853 created 2025-08-05 21:42:49,625 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 3.057s 2025-08-05 21:42:49,625 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1456601626", "description": "tempest-description--552580336"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-64fc34d0-bef9-4c2b-a207-6fe2f47e6bc8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "896ac49b-bf6e-40df-a00c-a0d71a285c2c", "name": "tempest-securitygroup--1456601626", "stateful": true, "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "description": "tempest-description--552580336", "shared": false, "security_group_rules": [{"id": "514af5b8-c2cf-4610-9466-744b42552197", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "896ac49b-bf6e-40df-a00c-a0d71a285c2c", "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": 414, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:42:49Z", "updated_at": "2025-08-05T21:42:49Z", "revision_number": 0}, {"id": "6065d939-8eae-4802-9de6-62b9da30cecf", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "896ac49b-bf6e-40df-a00c-a0d71a285c2c", "ethertype": "IPv6", "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": 415, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:42:49Z", "updated_at": "2025-08-05T21:42:49Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:42:49Z", "updated_at": "2025-08-05T21:42:49Z", "revision_number": 1, "project_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:42:52,729 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 3.102s 2025-08-05 21:42:52,729 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "896ac49b-bf6e-40df-a00c-a0d71a285c2c", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d3032bd7-187b-405d-98b3-a829e72e7bb3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b0ef52e9-749c-4814-a1f9-4accea9bb7f6", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "896ac49b-bf6e-40df-a00c-a0d71a285c2c", "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-08-05T21:42:52Z", "updated_at": "2025-08-05T21:42:52Z", "revision_number": 0}}' 2025-08-05 21:42:54,827 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.097s 2025-08-05 21:42:54,828 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "896ac49b-bf6e-40df-a00c-a0d71a285c2c", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d27278b5-87cc-429e-a5a8-8ce0897396ce', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5779ccf7-025e-413b-ae10-0f311d9ef502", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "896ac49b-bf6e-40df-a00c-a0d71a285c2c", "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-08-05T21:42:54Z", "updated_at": "2025-08-05T21:42:54Z", "revision_number": 0}}' 2025-08-05 21:42:54,828 99270 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1456601626 created 2025-08-05 21:42:57,250 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 2.421s 2025-08-05 21:42:57,250 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-1625932a-9b12-4e8f-a7e1-22488543f8e6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "ec8ba2cc-54d2-44ed-a77f-e3fb19103a66", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "floating_ip_address": "172.24.4.25", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:42:56Z", "updated_at": "2025-08-05T21:42:56Z", "revision_number": 0}}' 2025-08-05 21:42:57,250 99270 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'ec8ba2cc-54d2-44ed-a77f-e3fb19103a66', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'floating_ip_address': '172.24.4.25', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:42:56Z', 'updated_at': '2025-08-05T21:42:56Z', 'revision_number': 0, 'ip': '172.24.4.25'} created 2025-08-05 21:42:57,399 99270 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.142s 2025-08-05 21:42:57,399 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:57 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-9fc7e207-a722-4f33-84ed-81021e637e73', '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": "5dff5149fe8c4980b708ae021985c714", "name": "tempest-AttachVolumeNegativeTest-1286888203-project-member", "password_expires_at": null}, "audit_ids": ["DtHleQ4uRhyHtVySKwobbg"], "expires_at": "2025-08-05T22:42:57.000000Z", "issued_at": "2025-08-05T21:42:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c3a08f750f6490189a2571a83bb89a1", "name": "tempest-AttachVolumeNegativeTest-1286888203"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9c3a08f750f6490189a2571a83bb89a1", "region": "Re gionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:42:57,400 99270 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'fbd278bc-3e53-4aec-a77d-eaccee53646b', 'name': 'tempest-AttachVolumeNegativeTest-914677661-network', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60851, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:42:36Z', 'updated_at': '2025-08-05T21:42:36Z', 'revision_number': 1} available for tenant 2025-08-05 21:42:57,400 99270 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1267425853', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdolWK4BH4QRsNbWRsclKVaI53/KscHIPI1O2/8HVYsxp1Zn3ZmescWbxXDBecTzxIMRO2jCwE8qpMNr6qVcjQCCMjKhCg/gllIPkBaxg6UIxp91mfWH33+QB66DMaSkw==', 'fingerprint': '13:36:88:ac:9c:75:89:d3:c5:bb:ea:fe:3e:28:04:0b', 'user_id': '5dff5149fe8c4980b708ae021985c714', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDuub/+GZFK+bYxXTDMaOZPISJODxE85QTSS1IePJ3fPrPuGpSK9Wob\n0fgLs2TF+OygBwYFK4EEACKhZANiAAQ3aJViuAR+EEbDW1kbHJSlWiOd/yrHByDy\nNTtv/B1WLMadWZ92ZnrHFm8VwwXnE88SDETtowsBPKqTDa+qlXI0AgjIyoQoP4JZ\nSD5AWsYOlCMafdZn1h99/kAeugzGkpM=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '896ac49b-bf6e-40df-a00c-a0d71a285c2c', 'name': 'tempest-securitygroup--1456601626', 'stateful': True, 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'description': 'tempest-description--552580336', 'shared': False, 'security_group_rules': [{'id': '514af5b8-c2cf-4610-9466-744b42552197', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'security_group_id': '896ac49b-bf6e-40df-a00c-a0d71a285c2c', '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': 414, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:42:49Z', 'updated_at': '2025-08-05T21:42:49Z', 'revision_number': 0}, {'id': '6065d939-8eae-4802-9de6-62b9da30cecf', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'security_group_id': '896ac49b-bf6e-40df-a00c-a0d71a285c2c', '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': 415, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:42:49Z', 'updated_at': '2025-08-05T21:42:49Z', 'revision_numb er': 0}], 'tags': [], 'created_at': '2025-08-05T21:42:49Z', 'updated_at': '2025-08-05T21:42:49Z', 'revision_number': 1, 'project_id': '9c3a08f750f6490189a2571a83bb89a1'}, 'floating_ip': {'id': 'ec8ba2cc-54d2-44ed-a77f-e3fb19103a66', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'floating_ip_address': '172.24.4.25', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:42:56Z', 'updated_at': '2025-08-05T21:42:56Z', 'revision_number': 0, 'ip': '172.24.4.25'}} 2025-08-05 21:43:09,107 99270 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 11.706s 2025-08-05 21:43:09,108 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1149668947", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "fbd278bc-3e53-4aec-a77d-eaccee53646b"}], "security_groups": [{"name": "tempest-securitygroup--1456601626"}], "key_name": "tempest-keypair-1267425853", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8ead51ca-b3ec-4f61-ab3a-fbe4c605ab03', 'x-compute-request-id': 'req-8ead51ca-b3ec-4f61-ab3a-fbe4c605ab03', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "94e060b1-5b7c-4783-96c3-d434fcc8367d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1456601626"}], "adminPass": "password"}}' 2025-08-05 21:43:10,918 99270 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/94e060b1-5b7c-4783-96c3-d434fcc8367d 1.807s 2025-08-05 21:43:10,918 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:09 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-b689dd99-f989-43ec-875b-6cc9ccdc4d9e', 'x-compute-request-id': 'req-b689dd99-f989-43ec-875b-6cc9ccdc4d9e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d'} Body: b'{"server": {"id": "94e060b1-5b7c-4783-96c3-d434fcc8367d", "name": "tempest-AttachVolumeNegativeTest-server-1149668947", "status": "BUILD", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "user_id": "5dff5149fe8c4980b708ae021985c714", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10. 0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:09Z", "updated": "2025-08-05T21:43:09Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1267425853", "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-08-05 21:44:01,250 99270 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/94e060b1-5b7c-4783-96c3-d434fcc8367d 0.266s 2025-08-05 21:44:01,250 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1543', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8650626a-6470-4624-9415-6442bb0b4636', 'x-compute-request-id': 'req-8650626a-6470-4624-9415-6442bb0b4636', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d'} Body: b'{"server": {"id": "94e060b1-5b7c-4783-96c3-d434fcc8367d", "name": "tempest-AttachVolumeNegativeTest-server-1149668947", "status": "ACTIVE", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "user_id": "5dff5149fe8c4980b708ae021985c714", "metadata": {}, "hostId": "5ed9ae78546f407d19f04885dddc2c75ab48c7792eeda067ab6ec367", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:09Z", "updated": "2025-08-05T21:43:44Z", "addresses": {"tempest-AttachVolumeNegativeTest-914677661-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ac:44"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1267425853", "OS-SRV-USG:launched_at": "2025-08-05T21:43:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1456601626"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:44:01,267 99270 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 21:45:01,486 99270 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/94e060b1-5b7c-4783-96c3-d434fcc8367d/os-interface 0.159s 2025-08-05 21:45:01,487 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'dat e': 'Tue, 05 Aug 2025 21:45:01 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-a2e49044-bd7f-4380-a725-019ad4e80d7f', 'x-compute-request-id': 'req-a2e49044-bd7f-4380-a725-019ad4e80d7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "fbd278bc-3e53-4aec-a77d-eaccee53646b", "port_id": "0b1460b6-b0ee-4b7d-84d0-ddd750a33e59", "mac_addr": "fa:16:3e:eb:ac:44", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "11154377-4938-4e8f-9d6e-91d231351f7d", "ip_address": "10.0.0.7"}]}]}' 2025-08-05 21:45:02,310 99270 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/ec8ba2cc-54d2-44ed-a77f-e3fb19103a66 0.818s 2025-08-05 21:45:02,310 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0b1460b6-b0ee-4b7d-84d0-ddd750a33e59"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-dbf1bb01-af29-4a30-bf27-f15323ec241a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/ec8ba2cc-54d2-44ed-a77f-e3fb19103a66'} Body: b'{"floatingip": {"id": "ec8ba2cc-54d2-44ed-a77f-e3fb19103a66", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "floating_ip_address": "172.24.4.25", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "48a12ba8-311b-483d-a3d2-becc91c152c1", "port_id": "0b1460b6-b0ee-4b7d-84d0-ddd750a33e59", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "fbd278bc-3e53-4aec-a77d-eaccee53646b", "mac_address": "fa:16:3e:eb:ac:44", "admin_state_up": true, "status": "ACTIVE", "device_id": "94e060b1-5b7c-4783-96c3-d434fcc8367d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:42:56Z", "updated_at": "2025-08-05T21:45:01Z", "revision_number": 1, "project_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:45:02,312 99270 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.25:22' as 'cirros' with public key authentication 2025-08-05 21:45:02,326 99270 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:45:02,428 99270 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:45:02,429 99270 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.25 successfully created 2025-08-05 21:45:02,515 99270 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/94e060b1-5b7c-4783-96c3-d434fcc8367d/ips 0.085s 2025-08-05 21:45:02,515 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:02 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-5b4baedb-e0a6-45cb-b87e-7127604acb2f', 'x-compute-request-id': 'req-5b4baedb-e0a6-45cb-b87e-7127604acb2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/94e 060b1-5b7c-4783-96c3-d434fcc8367d/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-914677661-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2025-08-05 21:45:02,726 99270 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.206s 2025-08-05 21:45:02,726 99270 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-238228449"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6cca660-4356-4b02-85aa-7ad828714531', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6cca660-4356-4b02-85aa-7ad828714531', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3b06ce8b-1590-4c06-8c3f-50f7c958d5bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:45:02.665689", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-238228449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:45:02,779 99270 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/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc 0.040s 2025-08-05 21:45:02,779 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea46eec3-d2f9-4716-9b8e-7ef3b79ea9b1', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea46eec3-d2f9-4716-9b8e-7ef3b79ea9b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc'} Body: b'{"volume": {"id": "3b06ce8b-1590-4c06-8c3f-50f7c958d5bc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:45:03.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-238228449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:45:03,832 99270 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/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc 0.038s 2025-08-05 21:45:03,833 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'a pplication/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d9c87691-ad59-4099-a5fd-0f972bfa4cab', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d9c87691-ad59-4099-a5fd-0f972bfa4cab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc'} Body: b'{"volume": {"id": "3b06ce8b-1590-4c06-8c3f-50f7c958d5bc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:45:03.000000", "updated_at": "2025-08-05T21:45:03.000000", "name": "tempest-AttachVolumeNegativeTest-volume-238228449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:45:04,005 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d 0.158s 2025-08-05 21:45:04,005 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:03 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-74cf3da8-4c88-44a6-b48b-b2a0da84aa3c', 'x-compute-request-id': 'req-74cf3da8-4c88-44a6-b48b-b2a0da84aa3c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d'} Body: b'' 2025-08-05 21:45:04,161 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d 0.155s 2025-08-05 21:45:04,162 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:04 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-41c67c84-2ae4-488a-8dcf-9a153a80507e', 'x-compute-request-id': 'req-41c67c84-2ae4-488a-8dcf-9a153a80507e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d'} Body: b'{"server": {"id": "94e060b1-5b7c-4783-96c3-d434fcc8367d", "name": "tempest-AttachVolumeNegativeTest-server-1149668947", "status": "ACTIVE", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "user_id": "5dff5149fe8c4980b708ae021985c714", "metadata": {}, "hostId": "5ed9ae78546f407d19f04885dddc2c75ab48c7792eeda067ab6ec367", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:09Z", "updated": "2025- 08-05T21:45:04Z", "addresses": {"tempest-AttachVolumeNegativeTest-914677661-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ac:44"}, {"version": 4, "addr": "172.24.4.25", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:eb:ac:44"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1267425853", "OS-SRV-USG:launched_at": "2025-08-05T21:43:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1456601626"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:45:54,228 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d 0.044s 2025-08-05 21:45:54,228 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:54 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-e6b5ef1f-3521-40e0-8bfb-71b4f08cf89c', 'x-compute-request-id': 'req-e6b5ef1f-3521-40e0-8bfb-71b4f08cf89c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/94e060b1-5b7c-4783-96c3-d434fcc8367d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 94e060b1-5b7c-4783-96c3-d434fcc8367d could not be found."}}' 2025-08-05 21:45:54,267 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1267425853 0.037s 2025-08-05 21:45:54,267 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:54 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-7ad30bda-caea-4376-aaae-aa7ba85c7f16', 'x-compute-request-id': 'req-7ad30bda-caea-4376-aaae-aa7ba85c7f16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1267425853'} Body: b'' 2025-08-05 21:45:54,448 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/896ac49b-bf6e-40df-a00c-a0d71a285c2c 0.180s 2025-08-05 21:45:54,449 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-c1bdcc76-3fc8-4fe7-b3d8-4b11f8bbf676', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/896ac49b-bf6e-40df-a00c-a0d71a285c2c'} Body: b'' 2025-08-05 21:45:54,467 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/n etworking/v2.0/security-groups/896ac49b-bf6e-40df-a00c-a0d71a285c2c 0.018s 2025-08-05 21:45:54,467 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-9a592fd3-985e-425c-a10b-3a8bf2afa964', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/896ac49b-bf6e-40df-a00c-a0d71a285c2c'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 896ac49b-bf6e-40df-a00c-a0d71a285c2c does not exist", "detail": ""}}' 2025-08-05 21:45:54,851 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/ec8ba2cc-54d2-44ed-a77f-e3fb19103a66 0.383s 2025-08-05 21:45:54,852 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-9c89d2ad-5c65-4ee2-a2fb-81aef38867a3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/ec8ba2cc-54d2-44ed-a77f-e3fb19103a66'} Body: b'' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 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 395d7bc3-f57c-4592-96cd-1b5ee0a37388 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-05T21:45:41Z', 'message': 'Build of instance 395d7bc3-f57c-4592-96cd-1b5ee0a37388 aborted: Volume 21a82852-1f71-4d43-83a1-7d1a5ab73ee9 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-a98dd1b3-a33d-445b-bf74-a3f977f56d4a. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:41:53,294 99288 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.041s 2025-08-05 21:41:53,294 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:53 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-0a413fca-6987-4961-a1a3-eddcb98586c5', '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": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612-project-member", "password_expires_at": null}, "audit_ids": ["sb3lPJivSyO1SazwOq7faQ"], "expires_at": "2025-08-05T22:41:53.000000Z", "issued_at": "2025-08-05T21:41:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e092b24f65b84980b550524c58deda79", "name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e092b24f65b84980b550524c58deda79", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:41:53,295 99288 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'f94361ea-73b7-4dd8-b8c6-97e2154aeefa', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-7501266-network', 'tenant_id': 'e092b24f65b84980b550524c58deda79', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e092b24f65b84980b550524c58deda79', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 64481, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:41:27Z', 'updated_at': '2025-08-05T21:41:28Z', 'revision_number': 1} available for tenant 2025-08-05 21:42:18,286 99288 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 24.991s 2025-08-05 21:42:18,287 99288 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-1770675081", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "f94361ea-73b7-4dd8-b8c6-97e2154aeefa"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:41:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc', '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-f07bc4c0-8318-4e8b-bd4c-22ae8a9b0487', 'x-compute-request-id': 'req-f07bc4c0-8318-4e8b-bd4c-22ae8a9b0487', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "2HWxMAtR2b5s"}}' 2025-08-05 21:42:20,207 99288 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/449a2156-ebf1-4b13-8e06-60890bdc89cc 1.917s 2025-08-05 21:42:20,207 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:42:18 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-4fe29caf-b35f-4df9-b0bc-e407c5f821e5', 'x-compute-request-id': 'req-4fe29caf-b35f-4df9-b0bc-e407c5f821e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc'} Body: b'{"server": {"id": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1770675081", "status": "BUILD", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:42:18Z", "updated": "2025-08-05T21:42:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc"}], "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:t erminated_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-08-05 21:43:15,150 99288 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/449a2156-ebf1-4b13-8e06-60890bdc89cc 4.870s 2025-08-05 21:43:15,150 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:10 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-0b5881f5-af81-417d-8417-74aa5b4f98b4', 'x-compute-request-id': 'req-0b5881f5-af81-417d-8417-74aa5b4f98b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc'} Body: b'{"server": {"id": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1770675081", "status": "ACTIVE", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "ea30b1488670a14763294f57c7a5c8e0f9b7deeac6c248301ecbe558", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:42:18Z", "updated": "2025-08-05T21:42:52Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-7501266-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:98:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:42:51.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-08-05 21:43:15,178 99288 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 55 second wait 2025-08-05 21:44:15,942 99288 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/449a2156-ebf1-4b13-8e06-60890bdc89cc/action 0.754s 2025-08-05 21:44:15,942 99288 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-1239899954"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44: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-Versio n,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d9a1191b-5cdd-4ab0-8a5b-0eb8d3446dbd', 'x-compute-request-id': 'req-d9a1191b-5cdd-4ab0-8a5b-0eb8d3446dbd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc/action'} Body: b'{"image_id": "28f99018-9b57-4b32-9408-b817e16de63f"}' 2025-08-05 21:44:15,972 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.028s 2025-08-05 21:44:15,973 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-02f08882-f543-4c09-9774-e772f4d63f27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:16Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:16,997 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.022s 2025-08-05 21:44:16,997 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4abecbcc-0cbe-4300-a4ec-f94a21789413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e 4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:16Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:18,023 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.023s 2025-08-05 21:44:18,023 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2cd6c1e1-3d26-4921-bf59-4f216b6963c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:16Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:19,046 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.021s 2025-08-05 21:44:19,046 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e1c42e9a-122e-406e-a6ca-87c1256ad424', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_project_name": "tempest-Server BootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:16Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:20,073 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.025s 2025-08-05 21:44:20,073 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6b3d30ca-7295-433f-a214-f5bfd3237886', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:16Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:21,103 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.028s 2025-08-05 21:44:21,103 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f6465df8-53e0-4a61-99c5-987885066eea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e" , "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:16Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:22,127 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.021s 2025-08-05 21:44:22,127 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9816df6f-3bf0-4b15-bba6-b8ff3004b7ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:16Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:23,153 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.024s 2025-08-05 21:44:23,153 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'conten t-type': 'application/json', 'x-openstack-request-id': 'req-046e3744-3c43-4772-965f-b1bdb21a0342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_id": "e092b24f65b84980b550524c58deda79", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:23Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:24,179 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.025s 2025-08-05 21:44:24,180 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9f18ca0d-7ccc-4c77-b8ba-4054a9af540a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_id": "e092b24f65b84980b550524c58deda79", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53608448, "virtual_size": 1073741824, "status": "active", "checksum": "55f697a4d7130b631dc7fa5962a73a62", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "54e057940d2fcdfb6c64dbe52739f35085f3771c4b5a67b6633d2d50a14ab82650c3f55b03d906f1e476ffafa13db3f2013d0118c13ec1dcbfeb1d25fc9c16fd", "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:24Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b81 7e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:24,204 99288 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/28f99018-9b57-4b32-9408-b817e16de63f 0.023s 2025-08-05 21:44:24,204 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1a101398-28d2-4e48-9151-69d38558ed45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/28f99018-9b57-4b32-9408-b817e16de63f'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "owner_id": "e092b24f65b84980b550524c58deda79", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1239899954", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53608448, "virtual_size": 1073741824, "status": "active", "checksum": "55f697a4d7130b631dc7fa5962a73a62", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "54e057940d2fcdfb6c64dbe52739f35085f3771c4b5a67b6633d2d50a14ab82650c3f55b03d906f1e476ffafa13db3f2013d0118c13ec1dcbfeb1d25fc9c16fd", "id": "28f99018-9b57-4b32-9408-b817e16de63f", "created_at": "2025-08-05T21:44:16Z", "updated_at": "2025-08-05T21:44:24Z", "tags": [], "self": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f", "file": "/v2/images/28f99018-9b57-4b32-9408-b817e16de63f/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:44:24,456 99288 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/449a2156-ebf1-4b13-8e06-60890bdc89cc 0.251s 2025-08-05 21:44:24,456 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:24 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-b68dd88c-5c34-4e2c-83a0-e3573b009f30', 'x-compute-request-id': 'req-b68dd88c-5c34-4e2c-83a0-e3573b009f30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc'} Body: b'{"server": {"id": "449a2156-ebf1-4b13-8e06-60890bdc89cc", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1770675081", "status": "ACTIVE", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "ea30b1488670a14763294f57c7a5c8e0f9b7deeac6c248301ecbe558", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel" : "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:42:18Z", "updated": "2025-08-05T21:44:24Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-7501266-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:98:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/449a2156-ebf1-4b13-8e06-60890bdc89cc"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:42:51.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-08-05 21:45:24,628 99288 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.088s 2025-08-05 21:45:24,629 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:24 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-1fd71ee7-d76d-4253-92f0-fe3d4a43ff6f', '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": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612-project-member", "password_expires_at": null}, "audit_ids": ["tZyHANbzRtSW6GVPdnD77Q"], "expires_at": "2025-08-05T22:45:24.000000Z", "issued_at": "2025-08-05T21:45:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e092b24f65b84980b550524c58deda79", "name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e092b24f65b84980b550524c58deda79", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "n ame": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:45:24,629 99288 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'f94361ea-73b7-4dd8-b8c6-97e2154aeefa', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-7501266-network', 'tenant_id': 'e092b24f65b84980b550524c58deda79', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e092b24f65b84980b550524c58deda79', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 64481, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:41:27Z', 'updated_at': '2025-08-05T21:41:28Z', 'revision_number': 1} available for tenant 2025-08-05 21:45:25,158 99288 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.528s 2025-08-05 21:45:25,159 99288 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-1654489863", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "f94361ea-73b7-4dd8-b8c6-97e2154aeefa"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388', '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-a98dd1b3-a33d-445b-bf74-a3f977f56d4a', 'x-compute-request-id': 'req-a98dd1b3-a33d-445b-bf74-a3f977f56d4a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "395d7bc3-f57c-4592-96cd-1b5ee0a37388", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "hy3aFgRENb8y"}}' 2025-08-05 21:45:25,244 99288 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/395d7bc3-f57c-4592-96cd-1b5ee0a37388 0.083s 2025-08-05 21:45:25,245 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:25 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-Nov a-API-Version', 'x-openstack-request-id': 'req-432059ce-7608-4d15-aeca-ac4fb4925a05', 'x-compute-request-id': 'req-432059ce-7608-4d15-aeca-ac4fb4925a05', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388'} Body: b'{"server": {"id": "395d7bc3-f57c-4592-96cd-1b5ee0a37388", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1654489863", "status": "BUILD", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:45:25Z", "updated": "2025-08-05T21:45:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388"}], "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-08-05 21:46:15,433 99288 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/395d7bc3-f57c-4592-96cd-1b5ee0a37388 0.121s 2025-08-05 21:46:15,433 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:15 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-6f82e408-1191-4797-96ea-ffde8a6f48b9', 'x-compute-request-id': 'req-6f82e408-1191-4797-96ea-ffde8a6f48b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388'} Body: b'{"server": {"id": "395d7bc3-f57c-4592-96cd-1b5ee0a37388", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1654489863", "status": "ERROR", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:45:25Z", "updated": "2025-08-05T21:45:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-05T21:45:41Z", "message": "Build of instance 395d7bc3-f57c-4592-96cd-1b5ee0a37388 aborted: Volume 21a82852-1f71-4d43-83a1-7d1a5ab73ee9 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_dr ive": "", "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-08-05 21:46:15,455 99288 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-08-05 21:46:16,188 99288 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/395d7bc3-f57c-4592-96cd-1b5ee0a37388 0.732s 2025-08-05 21:46:16,188 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:15 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-fd83e4e5-ca91-41d4-b3a3-35be9969d768', 'x-compute-request-id': 'req-fd83e4e5-ca91-41d4-b3a3-35be9969d768', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388'} Body: b'' 2025-08-05 21:46:16,226 99288 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/395d7bc3-f57c-4592-96cd-1b5ee0a37388 0.037s 2025-08-05 21:46:16,226 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:16 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-1cce19f0-7d3e-4daa-855d-361ef46be85b', 'x-compute-request-id': 'req-1cce19f0-7d3e-4daa-855d-361ef46be85b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/395d7bc3-f57c-4592-96cd-1b5ee0a37388'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 395d7bc3-f57c-4592-96cd-1b5ee0a37388 could not be found."}}' tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 01fbf631-df47-44cb-9fc1-2726617c6d75 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:25,345 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.256s 2025-08-05 21:43:25,346 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1110506260", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJgAsPKiLnvMldX6A1LigsRGvl5fNpTJif+geMavx7EirsMOfyFT7AvybY6215/gQQr5pBWqzpv+ykB5kM15BAGuFgpT7Dt6GNwPmaouWyk57Y5IY12DCvv7U4zdkKAvyw=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:25 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-cb315da6-a1df-4303-873d-0cc1d2f376f9', 'x-compute-request-id': 'req-cb315da6-a1df-4303-873d-0cc1d2f376f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1110506260", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJgAsPKiLnvMldX6A1LigsRGvl5fNpTJif+geMavx7EirsMOfyFT7AvybY6215/gQQr5pBWqzpv+ykB5kM15BAGuFgpT7Dt6GNwPmaouWyk57Y5IY12DCvv7U4zdkKAvyw==", "fingerprint": "e7:7b:39:95:94:23:06:c8:79:39:ba:11:f6:bf:a6:be", "user_id": "570238e5f6334be28b26d6a10d5baa51"}}' 2025-08-05 21:43:26,510 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-groups 1.161s 2025-08-05 21:43:26,510 99278 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-1473555762", "description": "tempest-secgroup-smoke-1473555762 description", "project_id": "31fb86010fba4a0f837230627b6f4340"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-3c078ffc-57c2-446b-b6d5-c885e6be026c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "50b6312a-1cc2-411f-b200-e0ce63366156", "name": "tempest-secgroup-smoke-1473555762", "stateful": true, "tenant_id": "31fb86010fba4a0f837230627b6f4340", "description": "tempest-secgroup-smoke-1473555762 description", "shared": false, "security_group_rules": [{"id": "360c495b-308a-43ba-a66d-df812ba03d05", "project_id": "31fb86010fba4a0f837230627b6f4340", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "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": 548, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:43:26Z", "updated_at": "2025-08-05T21:43:26Z", "revision_number": 0}, {"id": "fb570559-26a5-4ae0-b7ac-531af282d340", "project_id": "31fb86010fba4a0f837230627b6f4340", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "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": 549, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:43:26Z", "updated_at": "2025-08-05T21:43:26Z", "revision_number": 0}], "tags": [], "created_at": "20 25-08-05T21:43:26Z", "updated_at": "2025-08-05T21:43:26Z", "revision_number": 1, "project_id": "31fb86010fba4a0f837230627b6f4340"}}' 2025-08-05 21:43:28,873 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.362s 2025-08-05 21:43:28,873 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "project_id": "31fb86010fba4a0f837230627b6f4340", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-4854db67-c69b-41a8-a00d-d006197bdb26', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0cc90744-e0bd-4a1c-a275-307518f8cf14", "project_id": "31fb86010fba4a0f837230627b6f4340", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "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-08-05T21:43:28Z", "updated_at": "2025-08-05T21:43:28Z", "revision_number": 0}}' 2025-08-05 21:43:30,636 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.761s 2025-08-05 21:43:30,636 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "project_id": "31fb86010fba4a0f837230627b6f4340", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-e11738ab-10e8-450a-86af-7f170e62c08f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "31b0da59-5a51-4ce5-9098-93ec0fa76acd", "project_id": "31fb86010fba4a0f837230627b6f4340", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "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-08-05T21:43:30Z", "updated_at": "2025-08-05T21:43:30Z", "revision_number": 0}}' 2025-08-05 21:43:31,458 99278 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.821s 2025-08-05 21:43:31,458 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "project_id": "31fb86010fba4a0f837230627b6f4340", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a83fc212-6371-472c-b13a-7826cf671815' , 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8071e93e-17fa-429d-b786-026ffee5e132", "project_id": "31fb86010fba4a0f837230627b6f4340", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "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-08-05T21:43:31Z", "updated_at": "2025-08-05T21:43:31Z", "revision_number": 0}}' 2025-08-05 21:43:32,307 99278 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.848s 2025-08-05 21:43:32,307 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "project_id": "31fb86010fba4a0f837230627b6f4340", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-c7fcc572-a803-4808-acfb-af0cf29e674f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3f444f76-2480-4fa3-9a87-588b464a7e7b", "project_id": "31fb86010fba4a0f837230627b6f4340", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "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-08-05T21:43:32Z", "updated_at": "2025-08-05T21:43:32Z", "revision_number": 0}}' 2025-08-05 21:43:32,655 99278 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.347s 2025-08-05 21:43:32,655 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "project_id": "31fb86010fba4a0f837230627b6f4340", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-3e8bff7f-9b47-42d6-a796-1d0bb17b7781', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "12e16313-fb63-4971-8138-5a88b04e3acc", "project_id": "31fb86010fba4a0f837230627b6f4340", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "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-08-05T21:43:32Z", "updated_at": "2025-08-05T21:43:32Z", "revision_number": 0}}' 2025-08-05 21:43:32,943 99278 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.288s 2025-08-05 21:43:32,944 99278 DEBUG [tempest.lib.comm on.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "project_id": "31fb86010fba4a0f837230627b6f4340", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-a04f0288-edae-4774-bbcb-f44bf9f6cddb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a8df7a90-ba32-499c-b431-11c2c36bf61e", "project_id": "31fb86010fba4a0f837230627b6f4340", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "security_group_id": "50b6312a-1cc2-411f-b200-e0ce63366156", "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-08-05T21:43:32Z", "updated_at": "2025-08-05T21:43:32Z", "revision_number": 0}}' 2025-08-05 21:43:33,335 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.389s 2025-08-05 21:43:33,335 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-993163716", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f07e79c-e938-4a8a-911a-fcefa5e377eb', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f07e79c-e938-4a8a-911a-fcefa5e377eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "01fbf631-df47-44cb-9fc1-2726617c6d75", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:33.258456", "updated_at": null, "name": "tempest-TestStampPattern-volume-993163716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75"}], "user_id": "570238e5f6334be28b26d6a10d5baa51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:33,486 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.132s 2025-08-05 21:43:33,487 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2479', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-eb3aea1e-e86f-4e1a-b9a1-b76358a00618', '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": "570238e5f6334be28b26d6a10d5baa51", "name": "tempest-TestStampPattern-312936739-project-member", "password_expires_at": null}, "audit_ids": ["p5WcydKTQRus3ynAtP VYWg"], "expires_at": "2025-08-05T22:43:33.000000Z", "issued_at": "2025-08-05T21:43:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "31fb86010fba4a0f837230627b6f4340", "name": "tempest-TestStampPattern-312936739"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/31fb86010fba4a0f837230627b6f4340", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:43:33,487 99278 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '4ccc3d38-e04c-4a73-9233-e6f03d9aba2f', 'name': 'tempest-TestStampPattern-267138439-network', 'tenant_id': '31fb86010fba4a0f837230627b6f4340', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '31fb86010fba4a0f837230627b6f4340', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 4667, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:42:57Z', 'updated_at': '2025-08-05T21:42:57Z', 'revision_number': 1} available for tenant 2025-08-05 21:43:34,685 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/compute/v2.1/servers 1.196s 2025-08-05 21:43:34,685 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-334017069", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "key_name": "tempest-TestStampPattern-1110506260", "security_groups": [{"name": "tempest-secgroup-smoke-1473555762"}], "networks": [{"uuid": "4ccc3d38-e04c-4a73-9233-e6f03d9aba2f"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-op enstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb9a475d-3fc9-4b4e-90bb-5821cb3f94f0', 'x-compute-request-id': 'req-cb9a475d-3fc9-4b4e-90bb-5821cb3f94f0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "fc51ea2f-36ba-4b09-a516-3e8d837596d7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1473555762"}], "adminPass": "CAnXe8RMG2iZ"}}' 2025-08-05 21:43:34,760 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7 0.071s 2025-08-05 21:43:34,760 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:34 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-a92b8efe-57f2-4f92-ba35-907ab210e8e6', 'x-compute-request-id': 'req-a92b8efe-57f2-4f92-ba35-907ab210e8e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7'} Body: b'{"server": {"id": "fc51ea2f-36ba-4b09-a516-3e8d837596d7", "name": "tempest-TestStampPattern-server-334017069", "status": "BUILD", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "user_id": "570238e5f6334be28b26d6a10d5baa51", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:35Z", "updated": "2025-08-05T21:43:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-1110506260", "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-08-05 21:44:25,043 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7 0.217s 2025-08-05 21:44:25,044 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-05d4b564-8e0d-4207-a89d-506d2d8d5f32', 'x-compute-request-id': 'req-05d4b564-8e0d-4207-a89d-506d2d8d5f32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7'} Body: b'{"server": {"id": "fc51ea2f-36ba-4b09-a516-3e8d837596d7", "name": "tempest -TestStampPattern-server-334017069", "status": "ACTIVE", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "user_id": "570238e5f6334be28b26d6a10d5baa51", "metadata": {}, "hostId": "f8dfcceecae0bc62e97e6a554b05b22873f57661b831bb1a8a20fd47", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:34Z", "updated": "2025-08-05T21:43:56Z", "addresses": {"tempest-TestStampPattern-267138439-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:c4:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1110506260", "OS-SRV-USG:launched_at": "2025-08-05T21:43:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1473555762"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:44:25,059 99278 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 21:45:25,332 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7 0.212s 2025-08-05 21:45:25,333 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-310fd843-e63c-485c-b189-f0b9d40de745', 'x-compute-request-id': 'req-310fd843-e63c-485c-b189-f0b9d40de745', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7'} Body: b'{"server": {"id": "fc51ea2f-36ba-4b09-a516-3e8d837596d7", "name": "tempest-TestStampPattern-server-334017069", "status": "ACTIVE", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "user_id": "570238e5f6334be28b26d6a10d5baa51", "metadata": {}, "hostId": "f8dfcceecae0bc62e97e6a554b05b22873f57661b831bb1a8a20fd47", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:34Z", "updated": "2025-08-05T21:43:56Z", "addresses": {"tempest-TestStampPattern-267138439-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:c4:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1110506260", "OS-SRV-USG:launched_at": "2025-08-05T21:43:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1473555762"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:powe r_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:45:25,556 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/networking/v2.0/ports?device_id=fc51ea2f-36ba-4b09-a516-3e8d837596d7 0.208s 2025-08-05 21:45:25,557 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '955', 'x-openstack-request-id': 'req-18f991ae-4e80-48d0-9a25-bad2f2d22054', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=fc51ea2f-36ba-4b09-a516-3e8d837596d7'} Body: b'{"ports":[{"id":"40dd1ed6-a775-4de0-9990-426b4ed342bc","name":"","network_id":"4ccc3d38-e04c-4a73-9233-e6f03d9aba2f","tenant_id":"31fb86010fba4a0f837230627b6f4340","mac_address":"fa:16:3e:38:c4:27","admin_state_up":true,"status":"ACTIVE","device_id":"fc51ea2f-36ba-4b09-a516-3e8d837596d7","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"1b0a4f30-793c-4b52-ba2e-c3419e842e2d","ip_address":"10.0.0.12"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["50b6312a-1cc2-411f-b200-e0ce63366156"],"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-08-05T21:43:44Z","updated_at":"2025-08-05T21:43:53Z","revision_number":5,"project_id":"31fb86010fba4a0f837230627b6f4340"}]}' 2025-08-05 21:45:25,557 99278 DEBUG [tempest.common.waiters] Server ID fc51ea2f-36ba-4b09-a516-3e8d837596d7 ports are all ACTIVE [{'id': '40dd1ed6-a775-4de0-9990-426b4ed342bc', 'name': '', 'network_id': '4ccc3d38-e04c-4a73-9233-e6f03d9aba2f', 'tenant_id': '31fb86010fba4a0f837230627b6f4340', 'mac_address': 'fa:16:3e:38:c4:27', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': 'fc51ea2f-36ba-4b09-a516-3e8d837596d7', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': '1b0a4f30-793c-4b52-ba2e-c3419e842e2d', 'ip_address': '10.0.0.12'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['50b6312a-1cc2-411f-b200-e0ce63366156'], '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-08-05T21:43:44Z', 'updated_at': '2025-08-05T21:43:53Z', 'revision_number': 5, 'project_id': '31fb86010fba4a0f837230627b6f4340'}]: 2025-08-05 21:45:25,635 99278 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=360d78d7-9331-4a73-a05f-e14c4cd7ab00&port_id=40dd1ed6-a775-4de0-9990-426b4ed342bc 0.077s 2025-08-05 21:45:25,636 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '19', 'x-openstack-request-id': 'req-c72e0c3e-ee96-405d-bedb-93f4128260eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips?floating_network_id=360d78d7-9331-4a73-a05f-e14c4cd7ab00&port_id=40dd1ed6-a775-4de0-9990-426b4ed342bc'} Body: b'{"floatingips": []}' 2025-08-05 21:45:25,691 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210 /networking/v2.0/ports?device_id=fc51ea2f-36ba-4b09-a516-3e8d837596d7 0.055s 2025-08-05 21:45:25,692 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '955', 'x-openstack-request-id': 'req-b7791c47-d16e-491c-96d1-ccf149d28536', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=fc51ea2f-36ba-4b09-a516-3e8d837596d7'} Body: b'{"ports":[{"id":"40dd1ed6-a775-4de0-9990-426b4ed342bc","name":"","network_id":"4ccc3d38-e04c-4a73-9233-e6f03d9aba2f","tenant_id":"31fb86010fba4a0f837230627b6f4340","mac_address":"fa:16:3e:38:c4:27","admin_state_up":true,"status":"ACTIVE","device_id":"fc51ea2f-36ba-4b09-a516-3e8d837596d7","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"1b0a4f30-793c-4b52-ba2e-c3419e842e2d","ip_address":"10.0.0.12"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["50b6312a-1cc2-411f-b200-e0ce63366156"],"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-08-05T21:43:44Z","updated_at":"2025-08-05T21:43:53Z","revision_number":5,"project_id":"31fb86010fba4a0f837230627b6f4340"}]}' 2025-08-05 21:45:25,692 99278 DEBUG [tempest.common.waiters] Server ID fc51ea2f-36ba-4b09-a516-3e8d837596d7 ports are all ACTIVE [{'id': '40dd1ed6-a775-4de0-9990-426b4ed342bc', 'name': '', 'network_id': '4ccc3d38-e04c-4a73-9233-e6f03d9aba2f', 'tenant_id': '31fb86010fba4a0f837230627b6f4340', 'mac_address': 'fa:16:3e:38:c4:27', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': 'fc51ea2f-36ba-4b09-a516-3e8d837596d7', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': '1b0a4f30-793c-4b52-ba2e-c3419e842e2d', 'ip_address': '10.0.0.12'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['50b6312a-1cc2-411f-b200-e0ce63366156'], '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-08-05T21:43:44Z', 'updated_at': '2025-08-05T21:43:53Z', 'revision_number': 5, 'project_id': '31fb86010fba4a0f837230627b6f4340'}]: 2025-08-05 21:45:27,319 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.625s 2025-08-05 21:45:27,319 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "port_id": "40dd1ed6-a775-4de0-9990-426b4ed342bc", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "fixed_ip_address": "10.0.0.12"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-d66a44a0-60db-43f8-a82b-dca04098e4cb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7fe2bd2f-4317-4a8a-ad3e-bf99fd8b4a57", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "floating_ip_address": "172.24.4.88", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "8747ccca-7ccf-493f-8596-d9bc90f4f47f", "port_id": "40dd1ed6-a775-4de0-9990-426b4ed342bc", "fixed_ip_address": "10.0.0.12", "status": "DO WN", "project_id": "31fb86010fba4a0f837230627b6f4340", "description": "", "port_details": {"name": "", "network_id": "4ccc3d38-e04c-4a73-9233-e6f03d9aba2f", "mac_address": "fa:16:3e:38:c4:27", "admin_state_up": true, "status": "ACTIVE", "device_id": "fc51ea2f-36ba-4b09-a516-3e8d837596d7", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:45:26Z", "updated_at": "2025-08-05T21:45:26Z", "revision_number": 0}}' 2025-08-05 21:45:27,321 99278 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.88:22' as 'cirros' with public key authentication 2025-08-05 21:45:27,536 99278 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:45:27,641 99278 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:45:27,642 99278 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.88 successfully created 2025-08-05 21:45:27,642 99278 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-08-05 21:45:27,642 99278 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.88:22' as 'cirros' with public key authentication 2025-08-05 21:45:27,645 99278 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:45:27,747 99278 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:45:27,748 99278 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.88 successfully created 2025-08-05 21:45:27,796 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75 0.039s 2025-08-05 21:45:27,797 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8a21ad0-5a8e-4a64-83a2-bdcec49b0d7d', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8a21ad0-5a8e-4a64-83a2-bdcec49b0d7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75'} Body: b'{"volume": {"id": "01fbf631-df47-44cb-9fc1-2726617c6d75", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:33.000000", "updated_at": "2025-08-05T21:43:33.000000", "name": "tempest-TestStampPattern-volume-993163716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75"}], "user_id": "570238e5f6334be28b26d6a10d5baa51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "31fb86010fba4a0f837230627b6f4340"}}' 2025-08-05 21:45:28,852 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75 0.039s 2025-08-05 21:45:28,853 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf11a060-8d61-480b-ac4f-d18a3392b971', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x- openstack-request-id': 'req-cf11a060-8d61-480b-ac4f-d18a3392b971', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75'} Body: b'{"volume": {"id": "01fbf631-df47-44cb-9fc1-2726617c6d75", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:33.000000", "updated_at": "2025-08-05T21:43:33.000000", "name": "tempest-TestStampPattern-volume-993163716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75"}], "user_id": "570238e5f6334be28b26d6a10d5baa51", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "31fb86010fba4a0f837230627b6f4340"}}' 2025-08-05 21:45:30,225 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/7fe2bd2f-4317-4a8a-ad3e-bf99fd8b4a57 1.356s 2025-08-05 21:45:30,225 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-2aee00b7-07ee-4231-b114-8074baf418eb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/7fe2bd2f-4317-4a8a-ad3e-bf99fd8b4a57'} Body: b'' 2025-08-05 21:45:30,350 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7 0.125s 2025-08-05 21:45:30,351 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-99c808ca-d7b3-4347-b772-27e1f2ecfb69', 'x-compute-request-id': 'req-99c808ca-d7b3-4347-b772-27e1f2ecfb69', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7'} Body: b'' 2025-08-05 21:45:31,846 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7 1.494s 2025-08-05 21:45:31,847 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:30 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-d6d47a79-b048-4a12-b7fd-53077f5a46c4', 'x-compute-request-id': 'req-d6d47a79-b048-4a12-b7fd-53077f5a46c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7'} Body: b'{"server": {"id": "fc51ea2f-36ba-4b09-a516-3e8d837596d7", "name": "tempest-TestStampPattern-server-334017069", "status": "ACTIVE", "tenant_id": "31fb86010fba4a0f837230627b6f4340", "user_id": "570238e5f6334be28b26d6a10d5baa51", "metadata": {}, "hostId": "f8dfcceecae0bc62e97e6a554b05b22 873f57661b831bb1a8a20fd47", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:34Z", "updated": "2025-08-05T21:45:30Z", "addresses": {"tempest-TestStampPattern-267138439-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:c4:27"}, {"version": 4, "addr": "172.24.4.88", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:38:c4:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-1110506260", "OS-SRV-USG:launched_at": "2025-08-05T21:43:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1473555762"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:46:21,971 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7 0.059s 2025-08-05 21:46:21,971 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:21 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-59cb1313-2b4f-4ef9-a0b7-d8fa95217bb9', 'x-compute-request-id': 'req-59cb1313-2b4f-4ef9-a0b7-d8fa95217bb9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fc51ea2f-36ba-4b09-a516-3e8d837596d7'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance fc51ea2f-36ba-4b09-a516-3e8d837596d7 could not be found."}}' 2025-08-05 21:46:22,075 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75 0.103s 2025-08-05 21:46:22,076 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-176e7238-f498-447c-8de8-2938124c0f2e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75'} Body: b'' 2025-08-05 21:46:22,101 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75 0.025s 2025-08-05 21:46:22,101 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e114f8b7-15b1-4312-9da5-b84b3a1b1d4 f', 'x-openstack-request-id': 'req-e114f8b7-15b1-4312-9da5-b84b3a1b1d4f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/01fbf631-df47-44cb-9fc1-2726617c6d75'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 01fbf631-df47-44cb-9fc1-2726617c6d75 could not be found."}}' 2025-08-05 21:46:22,360 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/50b6312a-1cc2-411f-b200-e0ce63366156 0.258s 2025-08-05 21:46:22,361 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-4f86488a-cd7b-44ff-84a2-d57d7f9b1077', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/50b6312a-1cc2-411f-b200-e0ce63366156'} Body: b'' 2025-08-05 21:46:22,403 99278 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1110506260 0.042s 2025-08-05 21:46:22,404 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b21205b-f7d0-47b8-aa35-e5b6b3d297c2', 'x-compute-request-id': 'req-6b21205b-f7d0-47b8-aa35-e5b6b3d297c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1110506260'} Body: b'' tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 47, in test_update_attached_volume_with_nonexistent_volume_in_uri volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 3df7a0b1-6958-407d-9bb7-dcf3f63b76fe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:44:34,055 99272 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.081s 2025-08-05 21:44:34,056 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:33 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-0088b68c-068c-4956-a3f9-664b524413f0', '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": "a9caaf2c806740439217a6074b5867d3", "name": "tempest-VolumesAdminNegativeTest-133312193-project-member", "password_expires_at": null}, "audit_ids": ["nbfk9cfnTGqoa4bNZBuQkw"], "expires_at": "2025-08-05T22:44:34.000000Z", "issued_at": "2025-08-05T21:44:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a37f05f02d2b45798266f7fc3cd707d6", "name": "tempest-VolumesAdminNegativeTest-133312193"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a37f05f02d2b45798266f7fc3cd707d6", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:44:34,056 99272 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '0a844e0e-ac66-4de9-9894-f186a840c52a', 'name': 'tempest-VolumesAdminNegativeTest-647090418-network', 'tenant_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a37f05f02d2b45798266f7fc3cd707d6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11018, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:41:25Z', 'updated_at': '2025-08-05T21:41:25Z', 'revision_number': 1} available for tenant 2025-08-05 21:44:34,556 99272 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.498s 2025-08-05 21:44:34,556 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1323088238", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "0a844e0e-ac66-4de9-9894-f186a840c52a"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/b13885f6-5903-49a9-a81c-00c5f69f0701', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-32c062a5-b34f-4b53-81ce-ffd73c0719ae', 'x-compute-request-id': 'req-32c062a5-b34f-4b53-81ce-ffd73c0719ae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b13885f6-5903-49a9-a81c-00c5f69f0701", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b13885f6-5903-49a9-a81c-00c5f69f0701"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b13885f6-5903-49a9-a81c-00c5f69f0701"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Btut6asN9Rqg"}}' 2025-08-05 21:44:34,632 99272 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/b13885f6-5903-49a9-a81c-00c5f69f0701 0.072s 2025-08-05 21:44:34,632 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:34 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-ec411594-6c03-4e08-9f17-5237b5b32e8b', 'x-compute-request-id': 'req-ec411594-6c03-4e08-9f17-5237b5b32e8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b13885f6-5903-49a9-a81c-00c5f69f0701'} Body: b'{"server": {"id": "b13885f6-5903-49a9-a81c-00c5f69f0701", "name": "tempest-VolumesAdminNegativeTest-server-1323088238", "status": "BUILD", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "user_id": "a9caaf2c806740439217a6074b5867d3", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:44:35Z", "updated": "2025-08-05T21:44:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b13885f6-5903-49a9-a81c-00c5f69f0701"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b13885f6-5903-49a9-a81c-00c5f69f0701"}], "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-08-05 21:45:24,925 99272 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/b13885f6-5903-49a9-a81c-00c5f69f0701 0.229s 2025-08-05 21:45:24,925 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1494', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fcae221-dc64-4e0d-8814-451a06aabc81', 'x-compute-request-id': 'req-8fcae221-dc64-4e0d-8814-451a06aabc81', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b13885f6-5903-49a9-a81c-00c5f69f0701'} Body: b'{"server": {"id": "b13885f6-5903-49a9-a81c-00c5f69f0701", "name": "tempest-VolumesAdminNegativeTest-server-1323088238", "status": "ACTIVE", "tenant_id": "a37f05f02d2b45798266f7fc3cd707d6", "user_id": "a9caaf2c806740439217a6074b5867d3", "metadata": {}, "hostId": "0332426405161fddcb2fc64efea2091c5f70ed909e0f95a698481c66", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:44:34Z", "updated": "2025-08-05T21:44:50Z", "addresses": {"tempest-VolumesAdminNegativeTest-647090418-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:8b:b5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b13885f6-5903-49a9-a81c-00c5f69f0701"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b13885f6-5903-49a9-a81c-00c5f69f0701"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:44:49.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-08-05 21:45:24,940 99272 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:46:25,277 99272 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.276s 2025-08-05 21:46:25,277 99272 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-1017325909"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7efd3d6a-ddd3-428d-9b11-b69b9c5d3194', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7efd3d6a-ddd3-428d-9b11-b69b9c5d3194', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3df7a0b1-6958-407d-9bb7-dcf3f63b76fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:25.202787", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1017325909", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://1 0.0.0.210/volume/v3/volumes/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe"}], "user_id": "a9caaf2c806740439217a6074b5867d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:46:25,396 99272 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/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe 0.104s 2025-08-05 21:46:25,397 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e983714-310d-4fb7-ba80-b75df30c41ef', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e983714-310d-4fb7-ba80-b75df30c41ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe'} Body: b'{"volume": {"id": "3df7a0b1-6958-407d-9bb7-dcf3f63b76fe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:25.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1017325909", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe"}], "user_id": "a9caaf2c806740439217a6074b5867d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a37f05f02d2b45798266f7fc3cd707d6"}}' 2025-08-05 21:46:26,451 99272 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/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe 0.039s 2025-08-05 21:46:26,452 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-885c3ee3-0740-4228-b433-3ec9c4990ac0', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-885c3ee3-0740-4228-b433-3ec9c4990ac0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe'} Body: b'{"volume": {"id": "3df7a0b1-6958-407d-9bb7-dcf3f63b76fe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:25.000000", "updated_at": "2025-08-05T21:46:25.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1017325909", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3df7a0b1-6958-407d-9bb7-dcf3f63b76fe"}], "user_id": "a9caaf2c806740439217a6074b5867d3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a37f05f02d2b45798266f7fc3cd707d6"}}' 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 4eccecb5-57c2-4837-91f2-d8d9d283d8dc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:46:32,681 99278 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.228s 2025-08-05 21:46:32,682 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "os-volume-type-access:is_public": true}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa697df4-3ab6-49e0-ac03-bc2d8b305932', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa697df4-3ab6-49e0-ac03-bc2d8b305932', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "6368d86c-0a33-4f60-80b1-5fbe93534ae0", "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-08-05 21:46:33,534 99278 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.848s 2025-08-05 21:46:33,534 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"disk_format": "raw", "container_format": "bare", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "visibility": "private", "cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "min_disk": 1} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-63546224-ab31-40f7-94a9-4588334e435b', '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": "f95d9f357f3a430393d570b5e01498fb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "edb6e65a-75e7-4294-85d7-130ba93d1e39", "created_at": "2025-08-05T21:46:33Z", "updated_at": "2025-08-05T21:46:33Z", "tags": [], "self": "/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39", "file": "/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:46:34,511 99278 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/edb6e65a-75e7-4294-85d7-130ba93d1e39/file 0.974s 2025-08-05 21:46:34,511 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-f1a79493 -e656-4d3b-997a-e2da3cdc517c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39/file'} Body: b'' 2025-08-05 21:46:34,531 99278 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/edb6e65a-75e7-4294-85d7-130ba93d1e39 0.019s 2025-08-05 21:46:34,531 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e94fe346-9dce-4617-8a86-6673a82f0c23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39'} 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": "9a0c62a8fe337469883c16bfb25699b3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f95d9f357f3a430393d570b5e01498fb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f223e7b9a02b72a96a92374352dfb5b266f24c95bc0d07e48730f8e9aa719710597e60691a37c9c1d9b015b4c22797e81eb7abbb4e2d455533137dee189c9fb7", "id": "edb6e65a-75e7-4294-85d7-130ba93d1e39", "created_at": "2025-08-05T21:46:33Z", "updated_at": "2025-08-05T21:46:34Z", "tags": [], "self": "/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39", "file": "/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:46:34,554 99278 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/edb6e65a-75e7-4294-85d7-130ba93d1e39 0.022s 2025-08-05 21:46:34,554 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a205d436-4945-4900-a727-58cd16cba402', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39'} 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": "9a0c62a8fe337469883c16bfb25699b3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f95d9f357f3a430393d570b5e01498fb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f223e7b9a02b72a96a92374352dfb5b266f24c95bc0d07e48730f8e9aa719710597e60691a37c9c1d9b015b4c22797e81eb7abbb4e2d455533137dee189c9fb7", "id": "edb6e65a-75e7-4294-85d7-130ba93d1e39", "created_at": "2025-08-05T21:46:33Z", "updated_at": "2025-08-05T21:46:34Z", "tags": [], "self": "/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39", "file": "/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:46:34,639 99278 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/edb6e65a-75e7-4294-85d7-130ba93d1e39 0.084s 2025-08-05 21:46:34,639 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', ' X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d8bce94d-1898-4f45-bae1-145dceb9aa03', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39'} 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": "9a0c62a8fe337469883c16bfb25699b3", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "f95d9f357f3a430393d570b5e01498fb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f223e7b9a02b72a96a92374352dfb5b266f24c95bc0d07e48730f8e9aa719710597e60691a37c9c1d9b015b4c22797e81eb7abbb4e2d455533137dee189c9fb7", "id": "edb6e65a-75e7-4294-85d7-130ba93d1e39", "created_at": "2025-08-05T21:46:33Z", "updated_at": "2025-08-05T21:46:34Z", "tags": [], "self": "/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39", "file": "/v2/images/edb6e65a-75e7-4294-85d7-130ba93d1e39/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:46:35,036 99278 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.396s 2025-08-05 21:46:35,037 99278 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": "edb6e65a-75e7-4294-85d7-130ba93d1e39", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d8bd265-5877-4459-85d8-8437036280a7', 'content-length': '796', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d8bd265-5877-4459-85d8-8437036280a7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4eccecb5-57c2-4837-91f2-d8d9d283d8dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:34.970832", "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/4eccecb5-57c2-4837-91f2-d8d9d283d8dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4eccecb5-57c2-4837-91f2-d8d9d283d8dc"}], "user_id": "11065f18f6e1451cbe58a995504639e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:46:35,104 99278 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/4eccecb5-57c2-4837-91f2-d8d9d283d8dc 0.055s 2025-08-05 21:46:35,104 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b79be35c-3fa1-457b-87ec-7f039f9d2e96', 'content-length': '864', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b79be35c-3fa1-457b-87ec-7f039f9d2e96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210 /volume/v3/volumes/4eccecb5-57c2-4837-91f2-d8d9d283d8dc'} Body: b'{"volume": {"id": "4eccecb5-57c2-4837-91f2-d8d9d283d8dc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:35.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/4eccecb5-57c2-4837-91f2-d8d9d283d8dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4eccecb5-57c2-4837-91f2-d8d9d283d8dc"}], "user_id": "11065f18f6e1451cbe58a995504639e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f95d9f357f3a430393d570b5e01498fb"}}' 2025-08-05 21:46:36,243 99278 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/4eccecb5-57c2-4837-91f2-d8d9d283d8dc 0.123s 2025-08-05 21:46:36,247 99278 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24582570-3bd1-41a0-8e16-7a50a547c9dd', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24582570-3bd1-41a0-8e16-7a50a547c9dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4eccecb5-57c2-4837-91f2-d8d9d283d8dc'} Body: b'{"volume": {"id": "4eccecb5-57c2-4837-91f2-d8d9d283d8dc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:35.000000", "updated_at": "2025-08-05T21:46:35.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/4eccecb5-57c2-4837-91f2-d8d9d283d8dc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4eccecb5-57c2-4837-91f2-d8d9d283d8dc"}], "user_id": "11065f18f6e1451cbe58a995504639e1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f95d9f357f3a430393d570b5e01498fb"}}' 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 fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:43:04,426 99274 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.411s 2025-08-05 21:43:04,426 99274 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-1467086440"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf4021bf-d1da-4edc-9442-1efc8e3f514e', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf4021bf-d1da-4edc-9442-1efc8e3f514e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:04.314164", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-1467086440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e"}], "user_id": "9eafbaab00b147f0a25cfe982b49a4e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:43:04,440 99274 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:43:04,524 99274 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.082s 2025-08-05 21:43:04,525 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-275253389", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPUVyqb3krt5AUEz+x2wZ1ctz0ueEy7gcgIWMZLKNwRTJnqXrpmvcRJYsAhUHH/3sTMdZfoyG6XwopEGIFmSHJYD4ckC2Ckrq7o4B4Zj73Oy3BWnG7Oip73CXQ6pSy3N5A=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-df22a36c-574e-4b44-a078-699c590ec100', 'x-compute-request-id': 'req-df22a36c-574e-4b44-a078-699c590ec100', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-275253389", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPUVyqb3krt5AUEz+x2wZ1ctz0ueEy7gcgIWMZLKNwRTJnqXrpmvcRJYsAhUHH/3sTMdZfoyG6XwopEGIFmSHJYD4ckC2Ckrq7o4B4Zj73Oy3BWnG7Oip73CXQ6pSy3N5A==", "fingerprint": "d0:d2:22:47:be:74:5c:a9:30:d2:5d:66:f2:ee:22:05", "user_id": "9eafbaab00b147f0a25cfe982b49a4e0"}}' 2025-08-05 21:43:04,527 99274 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-275253389 created 2025-08-05 21:43:07,256 99274 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.728s 2025-08-05 21:43:07,256 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--446331597", "description": "tempest-description--55891306"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1658', 'x-openstack-request-id': 'req-8798405f-cfcd-4930-b8c6-f1021197e78e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fc854bf4-1f88-4c19-aeb3-952ae2fde278", "name": "tempest-securitygroup--446331597", "stateful": true, "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "description": "tempest-description--55891306", "shared": false, "security_group_rules": [{"id": "78e53ae6-5b4f-4b9d-b1a1-e1042b043d92", "project_id": "2b532d5ca3534a93b9c1c4fbd4153120", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "security_group_id": "fc854bf4-1f88-4c19-aeb3-952ae2fde278", "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": 480, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:43:07Z", "updated_at": "2025-08-05T21:43:07Z", "revision_number": 0}, {"id": "830f11b4-9432-4a6e-a543-41864ab1d60e", "project_id": "2b532d5ca3534a93b9c1c4fbd4153120", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "security_group_id": "fc854bf4-1f88-4c19-aeb3-952ae2fde278", "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": 479, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:43:07Z", "updated_at": "2025-08-05T21:43:07Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:43:07Z", "updated_at": "2025-08-05T21:43:07Z", "revision_number": 1, "project_id": "2b532d5ca3534a93b9c1c4fbd4153120"}}' 2025-08-05 21:43:07,993 99274 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 0.736s 2025-08-05 21:43:07,993 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fc854bf4-1f88-4c19-aeb3-952ae2fde278", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-dba31efa-9205-4c3f-a009-a9a9ccc7e010', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6f441d77-24d8-4e00-a418-33b642894122", "project_id": "2b532d5ca3534a93b9c1c4fbd4153120", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "security_group_id": "fc854bf4-1f88-4c19-aeb3-952ae2fde278", "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-08-05T21:43:07Z", "updated_at": "2025-08-05T21:43:07Z", "revision_number": 0}}' 2025-08-05 21:43:08,870 99274 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 0.876s 2025-08-05 21:43:08,871 99274 DEBUG [te mpest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fc854bf4-1f88-4c19-aeb3-952ae2fde278", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a547134e-7ac6-4977-a403-48eabdbcb713', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f8443bcd-e10b-42d4-9bee-f0b1a094412f", "project_id": "2b532d5ca3534a93b9c1c4fbd4153120", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "security_group_id": "fc854bf4-1f88-4c19-aeb3-952ae2fde278", "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-08-05T21:43:08Z", "updated_at": "2025-08-05T21:43:08Z", "revision_number": 0}}' 2025-08-05 21:43:08,871 99274 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--446331597 created 2025-08-05 21:43:10,847 99274 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 1.976s 2025-08-05 21:43:10,848 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a7ab0d66-fbd9-4dff-86f3-cd2d448feed6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "cf33521f-3a38-4c9c-80d0-5f8bc0d286db", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "floating_ip_address": "172.24.4.140", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2b532d5ca3534a93b9c1c4fbd4153120", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:43:10Z", "updated_at": "2025-08-05T21:43:10Z", "revision_number": 0}}' 2025-08-05 21:43:10,848 99274 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'cf33521f-3a38-4c9c-80d0-5f8bc0d286db', 'tenant_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'floating_ip_address': '172.24.4.140', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:43:10Z', 'updated_at': '2025-08-05T21:43:10Z', 'revision_number': 0, 'ip': '172.24.4.140'} created 2025-08-05 21:43:10,962 99274 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.107s 2025-08-05 21:43:10,962 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '250 3', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-b55116ae-d49c-426a-bc0b-39cc43af4d7c', '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": "9eafbaab00b147f0a25cfe982b49a4e0", "name": "tempest-ServerStableDeviceRescueTest-146343117-project-member", "password_expires_at": null}, "audit_ids": ["Y28LLI0IRLqcY_RwyDIaNA"], "expires_at": "2025-08-05T22:43:10.000000Z", "issued_at": "2025-08-05T21:43:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b532d5ca3534a93b9c1c4fbd4153120", "name": "tempest-ServerStableDeviceRescueTest-146343117"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2b532d5ca3534a93b9c1c4fbd4153120", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:43:10,963 99274 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'e9a69211-1e9b-4f75-9815-dd787fddc171', 'name': 'tempest-ServerStableDeviceRescueTest-338703688-network', 'tenant_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 36678, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:42:43Z', 'updated_at': '2025-08-05T21:42:43Z', 'revision_number': 1} available for tenant 2025-08-05 21:43:10,963 99274 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-275253389', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPUVyqb3krt5AUEz+x2wZ1ctz0ueEy7gcgIWMZLKNwRTJnqXrpmvcRJYsAhUHH/3sTMdZfoyG6XwopEGIFmSHJYD4ckC2Ckrq7o4B4Zj73Oy3BWnG7Oip73CXQ6pSy3N5A==', 'finger print': 'd0:d2:22:47:be:74:5c:a9:30:d2:5d:66:f2:ee:22:05', 'user_id': '9eafbaab00b147f0a25cfe982b49a4e0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCesMCDU8dE0aQyQgXO1mGcDOrUMkmEESxo4/lwoSpC94ehcCa3Nwhg\nFyri+FbRWVugBwYFK4EEACKhZANiAAT1Fcqm95K7eQFBM/sdsGdXLc9LnhMu4HIC\nFjGSyjcEUyZ6l66Zr3ESWLAIVBx/97EzHWX6Mhul8KKRBiBZkhyWA+HJAtgpK6u6\nOAeGY+9zstwVpxuzoqe9wl0OqUstzeQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fc854bf4-1f88-4c19-aeb3-952ae2fde278', 'name': 'tempest-securitygroup--446331597', 'stateful': True, 'tenant_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'description': 'tempest-description--55891306', 'shared': False, 'security_group_rules': [{'id': '78e53ae6-5b4f-4b9d-b1a1-e1042b043d92', 'project_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'tenant_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'security_group_id': 'fc854bf4-1f88-4c19-aeb3-952ae2fde278', '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': 480, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:43:07Z', 'updated_at': '2025-08-05T21:43:07Z', 'revision_number': 0}, {'id': '830f11b4-9432-4a6e-a543-41864ab1d60e', 'project_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'tenant_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'security_group_id': 'fc854bf4-1f88-4c19-aeb3-952ae2fde278', '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': 479, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:43:07Z', 'updated_at': '2025-08-05T21:43:07Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T21:43:07Z', 'updated_at': '2025-08-05T21:43:07Z', 'revision_number': 1, 'project_id': '2b532d5ca3534a93b9c1c4fbd4153120'}, 'floating_ip': {'id': 'cf33521f-3a38-4c9c-80d0-5f8bc0d286db', 'tenant_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'floating_ip_address': '172.24.4.140', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b532d5ca3534a93b9c1c4fbd4153120', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:43:10Z', 'updated_at': '2025-08-05T21:43:10Z', 'revision_number': 0, 'ip': '172.24.4.140'}} 2025-08-05 21:43:21,114 99274 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 10.150s 2025-08-05 21:43:21,115 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1000833593", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "e9a69211-1e9b-4f75-9815-dd787fddc171"}], "security_groups": [{"name": "tempest-securitygroup--446331597"}], "key_name": "tempest-keypair-275253389", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3ee45867-a5e2-41ca-b17c-2373e2a1a95e', 'x-compute-request-id': 'req-3ee45867-a5e2-41ca-b17c-2373e2a1a95e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c746f1f6-1132-4526-a7e5-d043ea62237e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--446331597"}], "adminPass": "CkW337CEJWcW"}}' 2025-08-05 21:43:22,298 99274 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/c746f1f6-1132-4526-a7e5-d043ea62237e 1.179s 2025-08-05 21:43:22,299 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:43:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1237', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6b07c0a2-32ae-4b20-9830-119a9728d7d4', 'x-compute-request-id': 'req-6b07c0a2-32ae-4b20-9830-119a9728d7d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e'} Body: b'{"server": {"id": "c746f1f6-1132-4526-a7e5-d043ea62237e", "name": "tempest-ServerStableDeviceRescueTest-server-1000833593", "status": "BUILD", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "user_id": "9eafbaab00b147f0a25cfe982b49a4e0", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:21Z", "updated": "2025-08-05T21:43:21Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-275253389", "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-08-05 21:44:12,619 99274 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/c746f1f6-1132-4526-a7e5-d043ea62237e 0.235s 2025-08-05 21:44:12,619 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:44:12 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-ee22cf4c-47d3-412d-a7b3-0bd4d0805df5', 'x-compute-request-id': 'req-ee22cf4c-47d3-412d-a7b3-0bd4d0805df5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e'} Body: b'{"server": {"id": "c746f1f6-1132-4526-a7e5-d043ea62237e", "name": "tempest-ServerStableDeviceRescueTest-server-1000833593", "status": "ACTIVE", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "user_id": "9eafbaab00b147f0a25cfe982b49a4e0", "m etadata": {}, "hostId": "686c95ea228b14ecd77291cb5cf9be18f937a4244c711514bef5c9d4", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:21Z", "updated": "2025-08-05T21:43:44Z", "addresses": {"tempest-ServerStableDeviceRescueTest-338703688-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:d4:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-275253389", "OS-SRV-USG:launched_at": "2025-08-05T21:43:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--446331597"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:44:12,634 99274 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:45:12,843 99274 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/c746f1f6-1132-4526-a7e5-d043ea62237e/os-interface 0.149s 2025-08-05 21:45:12,844 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:12 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-76bc420b-755e-4a70-9f55-a5dd5b0871d8', 'x-compute-request-id': 'req-76bc420b-755e-4a70-9f55-a5dd5b0871d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e9a69211-1e9b-4f75-9815-dd787fddc171", "port_id": "a53f1548-451a-4dd8-893e-31648e425798", "mac_addr": "fa:16:3e:89:d4:2f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "73a540f0-0d6d-43f4-9f36-f45808fd8843", "ip_address": "10.0.0.12"}]}]}' 2025-08-05 21:45:13,662 99274 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/cf33521f-3a38-4c9c-80d0-5f8bc0d286db 0.809s 2025-08-05 21:45:13,662 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a53f1548-451a-4dd8-893e-31648e425798"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-e70dbeab-817a-42cb-bfc1-1301447162d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/cf33521f-3a38-4c9c-80d0-5f8bc0d286db'} Body: b'{"floatingip": {"id": "cf33521f-3a38-4c9c-80d0-5f8bc0d286db", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "floating_ip_address": "172.24.4.140", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "f26861b4-4a60-400f-be73-aab4b4a4a9e3", "port_id": "a53f1548-451a-4dd8-893e-31648e425798", "fixed_ip_address": " 10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e9a69211-1e9b-4f75-9815-dd787fddc171", "mac_address": "fa:16:3e:89:d4:2f", "admin_state_up": true, "status": "ACTIVE", "device_id": "c746f1f6-1132-4526-a7e5-d043ea62237e", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:43:10Z", "updated_at": "2025-08-05T21:45:13Z", "revision_number": 1, "project_id": "2b532d5ca3534a93b9c1c4fbd4153120"}}' 2025-08-05 21:45:13,664 99274 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.140:22' as 'cirros' with public key authentication 2025-08-05 21:45:13,680 99274 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:45:13,785 99274 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:45:13,785 99274 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.140 successfully created 2025-08-05 21:45:14,613 99274 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/c746f1f6-1132-4526-a7e5-d043ea62237e/action 0.826s 2025-08-05 21:45:14,613 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1841323628"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:13 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/b12514ef-42e3-4eca-89db-695fc3501fe6', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82240c6d-eadc-47f2-989e-b3e6b328e830', 'x-compute-request-id': 'req-82240c6d-eadc-47f2-989e-b3e6b328e830', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e/action'} Body: b'' 2025-08-05 21:45:14,679 99274 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/b12514ef-42e3-4eca-89db-695fc3501fe6 0.063s 2025-08-05 21:45:14,680 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1609', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dddf609-c87b-49e3-9236-6c57031fa64f', 'x-compute-request-id': 'req-7dddf609-c87b-49e3-9236-6c57031fa64f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b12514ef-42e3-4eca-89db-695fc3501fe6'} Body: b'{"image": {"id": "b12514ef-42e3-4eca-89db-695fc3501fe6", "name": "tempest-ServerStableDeviceRescueTest-image-1841323628", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "c746f1f6-1132-4526-a7e5-d043ea62237e", "owner_project_name": "tempest-ServerStableDeviceRescueTest-146343117", "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-146343117-project-member", "user_id": "9e afbaab00b147f0a25cfe982b49a4e0"}, "created": "2025-08-05T21:45:15Z", "updated": "2025-08-05T21:45:15Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b12514ef-42e3-4eca-89db-695fc3501fe6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b12514ef-42e3-4eca-89db-695fc3501fe6"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b12514ef-42e3-4eca-89db-695fc3501fe6"}], "server": {"id": "c746f1f6-1132-4526-a7e5-d043ea62237e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}]}}}' 2025-08-05 21:46:04,808 99274 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/b12514ef-42e3-4eca-89db-695fc3501fe6 0.072s 2025-08-05 21:46:04,809 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3510efaa-a899-4a98-ab6f-fa36e855ea7c', 'x-compute-request-id': 'req-3510efaa-a899-4a98-ab6f-fa36e855ea7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b12514ef-42e3-4eca-89db-695fc3501fe6'} Body: b'{"image": {"id": "b12514ef-42e3-4eca-89db-695fc3501fe6", "name": "tempest-ServerStableDeviceRescueTest-image-1841323628", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "c746f1f6-1132-4526-a7e5-d043ea62237e", "owner_id": "2b532d5ca3534a93b9c1c4fbd4153120", "owner_project_name": "tempest-ServerStableDeviceRescueTest-146343117", "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-146343117-project-member", "user_id": "9eafbaab00b147f0a25cfe982b49a4e0"}, "created": "2025-08-05T21:45:15Z", "updated": "2025-08-05T21:45:22Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b12514ef-42e3-4eca-89db-695fc3501fe6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b12514ef-42e3-4eca-89db-695fc3501fe6"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b12514ef-42e3-4eca-89db-695fc3501fe6"}], "server": {"id": "c746f1f6-1132-4526-a7e5-d043ea62237e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}]}}}' 2025-08-05 21:46:04,878 99274 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/b12514ef-42e3-4eca-89db-695fc3501fe6 0.061s 2025-08-05 21:46:04,878 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': ' Tue, 05 Aug 2025 21:46:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0657c35e-0748-43e2-9f8b-01ee9db277b6', 'x-compute-request-id': 'req-0657c35e-0748-43e2-9f8b-01ee9db277b6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b12514ef-42e3-4eca-89db-695fc3501fe6'} Body: b'{"image": {"id": "b12514ef-42e3-4eca-89db-695fc3501fe6", "name": "tempest-ServerStableDeviceRescueTest-image-1841323628", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "c746f1f6-1132-4526-a7e5-d043ea62237e", "owner_id": "2b532d5ca3534a93b9c1c4fbd4153120", "owner_project_name": "tempest-ServerStableDeviceRescueTest-146343117", "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-146343117-project-member", "user_id": "9eafbaab00b147f0a25cfe982b49a4e0"}, "created": "2025-08-05T21:45:15Z", "updated": "2025-08-05T21:45:22Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b12514ef-42e3-4eca-89db-695fc3501fe6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b12514ef-42e3-4eca-89db-695fc3501fe6"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b12514ef-42e3-4eca-89db-695fc3501fe6"}], "server": {"id": "c746f1f6-1132-4526-a7e5-d043ea62237e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}]}}}' 2025-08-05 21:46:05,131 99274 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/c746f1f6-1132-4526-a7e5-d043ea62237e 0.245s 2025-08-05 21:46:05,131 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:04 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-63a5963a-46d7-4944-a2c9-a639c753e62d', 'x-compute-request-id': 'req-63a5963a-46d7-4944-a2c9-a639c753e62d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e'} Body: b'{"server": {"id": "c746f1f6-1132-4526-a7e5-d043ea62237e", "name": "tempest-ServerStableDeviceRescueTest-server-1000833593", "status": "ACTIVE", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "user_id": "9eafbaab00b147f0a25cfe982b49a4e0", "metadata": {}, "hostId": "686c95ea228b14ecd77291cb5cf9be18f937a4244c711514bef5c9d4", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:21Z", "updated": "2025-08-05T21:45:23Z", "addresses": {"tempest-ServerStableDeviceRescueTest-338703688-network": [{ "version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:d4:2f"}, {"version": 4, "addr": "172.24.4.140", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:d4:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-275253389", "OS-SRV-USG:launched_at": "2025-08-05T21:43:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--446331597"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:47:05,382 99274 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/b12514ef-42e3-4eca-89db-695fc3501fe6 0.174s 2025-08-05 21:47:05,383 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1642', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9c100b08-9f49-4852-b8c2-d61492f185cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b12514ef-42e3-4eca-89db-695fc3501fe6'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "c746f1f6-1132-4526-a7e5-d043ea62237e", "owner_id": "2b532d5ca3534a93b9c1c4fbd4153120", "owner_project_name": "tempest-ServerStableDeviceRescueTest-146343117", "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-146343117-project-member", "user_id": "9eafbaab00b147f0a25cfe982b49a4e0", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1841323628", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "de15011e5c0584068c29d9839905beb5", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2b532d5ca3534a93b9c1c4fbd4153120", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f1bd1a97bd67ca8a8116cb0866cdb809adacfb38bc36ca99b691fd669c10c5ca7c1e13168a904ed441fe9a41f614a03d2532d2656b7e958d715c1c51784837ff", "id": "b12514ef-42e3-4eca-89db-695fc3501fe6", "created_at": "2025-08-05T21:45:15Z", "updated_at": "2025-08-05T21:47:05Z", "tags": [], "self": "/v2/images/b12514ef-42e3-4eca-89db-695fc3501fe6", "file": "/v2/images/b12514ef-42e3-4eca-89db-695fc3501fe6/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:47:05,548 99274 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/b12514ef-42e3-4eca-89db-695fc3501fe6 0.164s 2025-08-05 21:47:05,549 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'x-openstack-request-id': 'req-de679a84-8778-4c69-bb98-9ff9d98d066e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b12514ef-42e3-4eca-89db-695fc3501fe6'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "c746f1f6-1132-4526-a7e5-d043ea62237e", "owner_id": "2b532d5ca3534a93b9c1c4fbd4153120", "owner_project_name": "tempest-ServerStableDeviceRescueTest-146343117", "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-146343117-project-member", "user_id": "9eafbaab00b147f0a25cfe982b49a4e0", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1841323628", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "de15011e5c0584068c29d9839905beb5", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2b532d5ca3534a93b9c1c4fbd4153120", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f1bd1a97bd67ca8a8116cb0866cdb809adacfb38bc36ca99b691fd669c10c5ca7c1e13168a904ed441fe9a41f614a03d2532d2656b7e958d715c1c51784837ff", "id": "b12514ef-42e3-4eca-89db-695fc3501fe6", "created_at": "2025-08-05T21:45:15Z", "updated_at": "2025-08-05T21:47:05Z", "tags": [], "self": "/v2/images/b12514ef-42e3-4eca-89db-695fc3501fe6", "file": "/v2/images/b12514ef-42e3-4eca-89db-695fc3501fe6/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:47:05,759 99274 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/c746f1f6-1132-4526-a7e5-d043ea62237e 0.210s 2025-08-05 21:47:05,760 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:05 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-9d1f2c7d-6a63-45b8-95dc-bb5cf7384892', 'x-compute-request-id': 'req-9d1f2c7d-6a63-45b8-95dc-bb5cf7384892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-4526-a7e5-d043ea62237e'} Body: b'{"server": {"id": "c746f1f6-1132-4526-a7e5-d043ea62237e", "name": "tempest-ServerStableDeviceRescueTest-server-1000833593", "status": "ACTIVE", "tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120", "user_id": "9eafbaab00b147f0a25cfe982b49a4e0", "metadata": {}, "hostId": "686c95ea228b14ecd77291cb5cf9be18f937a4244c711514bef5c9d4", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:21Z", "updated": "2025-08-05T21:45:23Z", "addresses": {"tempest-ServerStableDeviceRescueTest-338703688-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:d4:2f"}, {"version": 4, "addr": "172.24.4.140", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:89:d4:2f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c746f1f6-1132-452 6-a7e5-d043ea62237e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c746f1f6-1132-4526-a7e5-d043ea62237e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-275253389", "OS-SRV-USG:launched_at": "2025-08-05T21:43:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--446331597"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:47:05,818 99274 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/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e 0.039s 2025-08-05 21:47:05,819 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b42e37a4-e7d2-4d8b-96d2-97a9a420aa0a', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b42e37a4-e7d2-4d8b-96d2-97a9a420aa0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e'} Body: b'{"volume": {"id": "fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:04.000000", "updated_at": "2025-08-05T21:43:04.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1467086440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e"}], "user_id": "9eafbaab00b147f0a25cfe982b49a4e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120"}}' 2025-08-05 21:47:06,874 99274 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/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e 0.040s 2025-08-05 21:47:06,875 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ee753bf-33bd-43e5-97ac-6a9d2d7185b7', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ee753bf-33bd-43e5-97ac-6a9d2d7185b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e'} Body: b'{"volume": {"id": "fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:43:04.000000", "updated_at": "2025-08-05T21:43:04.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-1467086440", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fcf2b3ed-9a5c-441a-93ee-1a0f3180b17e"}], "user_id": "9eafbaab00b147f0a25cfe982b49a4e0", "bootable": "false", "encrypted": false, "replication_ status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b532d5ca3534a93b9c1c4fbd4153120"}}' 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 acba762c-c1c3-48da-9059-9c5a4c29e970 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:45:24,026 99290 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d 0.270s 2025-08-05 21:45:24,026 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45: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-ee75458d-d78d-4165-9d32-bc1915b59742', 'x-compute-request-id': 'req-ee75458d-d78d-4165-9d32-bc1915b59742', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d'} Body: b'{"server": {"id": "693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d", "name": "tempest-ServerActionsTestOtherB-server-1779340972", "status": "ACTIVE", "tenant_id": "8a0f24b1a31146f88a93c88c8db66c52", "user_id": "5a2b0a4a0f32484cbfe2a71fc78a5340", "metadata": {}, "hostId": "95b11c864dce62d7495bd060c02397052c6fbf71d548ab793e7f17db", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:31Z", "updated": "2025-08-05T21:43:49Z", "addresses": {"tempest-ServerActionsTestOtherB-1619800384-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:4f:7e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1493912729", "OS-SRV-USG:launched_at": "2025-08-05T21:43:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--133999035"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:46:24,363 99290 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.263s 2025-08-05 21:46:24,363 99290 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-1186065311"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-426bad3e-c74b-4c3e-8b6f-f143b28dc1ad', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-426bad3e-c74b-4c3e-8b6f-f143b28dc1ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "acba762c-c1c3-48da-9059-9c5a4c29e970", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:24.273613", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1186065311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/acba762c-c1c3-48da-9059-9c5a4c29e970"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/acba762c-c1c3-48da-9059-9c5a4 c29e970"}], "user_id": "5a2b0a4a0f32484cbfe2a71fc78a5340", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:46:24,424 99290 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/acba762c-c1c3-48da-9059-9c5a4c29e970 0.048s 2025-08-05 21:46:24,425 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e836934d-b39c-4c1f-80f0-6a30cd40db44', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e836934d-b39c-4c1f-80f0-6a30cd40db44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/acba762c-c1c3-48da-9059-9c5a4c29e970'} Body: b'{"volume": {"id": "acba762c-c1c3-48da-9059-9c5a4c29e970", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:24.000000", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1186065311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/acba762c-c1c3-48da-9059-9c5a4c29e970"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/acba762c-c1c3-48da-9059-9c5a4c29e970"}], "user_id": "5a2b0a4a0f32484cbfe2a71fc78a5340", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a0f24b1a31146f88a93c88c8db66c52"}}' 2025-08-05 21:46:25,486 99290 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/acba762c-c1c3-48da-9059-9c5a4c29e970 0.047s 2025-08-05 21:46:25,487 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b699a24-f715-4080-9479-856956f89a68', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b699a24-f715-4080-9479-856956f89a68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/acba762c-c1c3-48da-9059-9c5a4c29e970'} Body: b'{"volume": {"id": "acba762c-c1c3-48da-9059-9c5a4c29e970", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:24.000000", "updated_at": "2025-08-05T21:46:24.000000", "name": "tempest-ServerActionsTestOtherB-volume-1186065311", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/acba762c-c1c3-48da-9059-9c5a4c29e970"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/acba762c-c1c3-48da-9059-9c5a4c29e970"}], "user_id": "5a2b0a4a0f32484cbfe2a71fc78a5340", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a0f24b1a31146f88a93c88c8db66c52"}}' 2025-08-05 21:46:25,500 99290 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-08-05 21:46:25,916 99290 INFO [tempest.lib.common.rest_client] Request (ServerActionsTe stOtherB:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d 0.414s 2025-08-05 21:46:25,917 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46: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-18837828-6a82-49a1-94f8-12b9a7d07b94', 'x-compute-request-id': 'req-18837828-6a82-49a1-94f8-12b9a7d07b94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d'} Body: b'{"server": {"id": "693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d", "name": "tempest-ServerActionsTestOtherB-server-1779340972", "status": "ACTIVE", "tenant_id": "8a0f24b1a31146f88a93c88c8db66c52", "user_id": "5a2b0a4a0f32484cbfe2a71fc78a5340", "metadata": {}, "hostId": "95b11c864dce62d7495bd060c02397052c6fbf71d548ab793e7f17db", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:31Z", "updated": "2025-08-05T21:43:49Z", "addresses": {"tempest-ServerActionsTestOtherB-1619800384-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:4f:7e"}, {"version": 4, "addr": "172.24.4.213", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:4f:7e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/693f2aa3-b298-4b3e-9f38-9bdbcfa15a6d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1493912729", "OS-SRV-USG:launched_at": "2025-08-05T21:43:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--133999035"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.volume.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 9ad8b225-e718-4bd4-8762-0b06285ffa04 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:03,951 99274 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.382s 2025-08-05 21:48:03,952 99274 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-1780240532"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfa6cf6a-1ba9-4b2e-9ff8-b9994efe73df', 'content-length': '820', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfa6cf6a-1ba9-4b2e-9ff8-b9994efe73df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9ad8b225-e718-4bd4-8762-0b06285ffa04", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:03.887936", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1780240532", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04"}], "user_id": "2a0413ff898243d1b0e8f046a157de10", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-05 21:48:04,019 99274 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/9ad8b225-e718-4bd4-8762-0b06285ffa04 0.050s 2025-08-05 21:48:04,019 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0555313-0c74-45fe-86ea-866560206a43', 'content-length': '888', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0555313-0c74-45fe-86ea-866560206a43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04'} Body: b'{"volume": {"id": "9ad8b225-e718-4bd4-8762-0b06285ffa04", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:04.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1780240532", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04"}], "user_id": "2a0413ff898243d1b0e8f046a157de10", "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": "9ea73543947c49a9a21602f206814671"}}' 2025-08-05 21:48:05,072 99274 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/9ad8b225-e718-4bd4-8762-0b06285ffa04 0.038s 2025-08-05 21:48:05,073 99274 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': 'Tue, 05 Aug 2025 21:48:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f0e3b541-b04f-4606-ad58-c33841e42349', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f0e3b541-b04f-4606-ad58-c33841e42349', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04'} Body: b'{"volume": {"id": "9ad8b225-e718-4bd4-8762-0b06285ffa04", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:04.000000", "updated_at": "2025-08-05T21:48:04.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1780240532", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04"}], "user_id": "2a0413ff898243d1b0e8f046a157de10", "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": "9ea73543947c49a9a21602f206814671"}}' 2025-08-05 21:48:05,126 99274 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04 0.038s 2025-08-05 21:48:05,127 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fea1c797-e1e4-4eda-b2b7-a9484c7c07d8', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fea1c797-e1e4-4eda-b2b7-a9484c7c07d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04'} Body: b'{"volume": {"id": "9ad8b225-e718-4bd4-8762-0b06285ffa04", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:04.000000", "updated_at": "2025-08-05T21:48:04.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1780240532", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04"}], "user_id": "2a0413ff898243d1b0e8f046a157de10", "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": "9ea73543947c49a9a21602f206814671"}}' 2025-08-05 21:48:05,237 99274 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04 0.095s 2025-08-05 21:48:05,237 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:05 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-8f33e71c-0845-4095-bc3b-0b504d861d28', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04'} Body: b'' 2025-08-05 21:48:05,258 99274 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04 0.020s 2025-08-05 21:48:05,258 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:05 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-901d0cc4-7812-465c-9d76-edba9cc80228', 'x-openstack-request-id': 'req-901d0cc4-7812-465c-9d76-edba9cc80228', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9ad8b225-e718-4bd4-8762-0b06285ffa04'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9ad8b225-e718-4bd4-8762-0b06285ffa04 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 2842215d-5f19-4a4c-9d56-6d09c053c9b6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:05,463 99274 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.200s 2025-08-05 21:48:05,464 99274 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-2011661571"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c65e9ad-dc19-447e-ba46-f9fe4c853613', 'content-length': '820', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c65e9ad-dc19-447e-ba46-f9fe4c853613', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2842215d-5f19-4a4c-9d56-6d09c053c9b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:05.395327", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2011661571", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6"}], "user_id": "2a0413ff898243d1b0e8f046a157de10", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2025-08-05 21:48:05,519 99274 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6 0.044s 2025-08-05 21:48:05,519 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b3f07aa-4c57-4c56-bd38-5ee85cdb5328', 'content-length': '888', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b3f07aa-4c57-4c56-bd38-5ee85cdb5328', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6'} Body: b'{"volume": {"id": "2842215d-5f19-4a4c-9d56-6d09c053c9b6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:05.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2011661571", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6"}], "user_id": "2a0413ff898243d1b0e8f046a157de10", "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": "9ea73543947c49a9a21602f206814671"}}' 2025-08-05 21:48:06,574 99274 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6 0.040s 2025-08-05 21:48:06,575 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/jso n', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c544455-ae31-4102-8757-f1feb8f82940', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c544455-ae31-4102-8757-f1feb8f82940', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6'} Body: b'{"volume": {"id": "2842215d-5f19-4a4c-9d56-6d09c053c9b6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:05.000000", "updated_at": "2025-08-05T21:48:06.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2011661571", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6"}], "user_id": "2a0413ff898243d1b0e8f046a157de10", "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": "9ea73543947c49a9a21602f206814671"}}' 2025-08-05 21:48:06,625 99274 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6 0.036s 2025-08-05 21:48:06,625 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57cd3e9d-7196-464a-b971-b1759984a285', 'content-length': '909', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57cd3e9d-7196-464a-b971-b1759984a285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6'} Body: b'{"volume": {"id": "2842215d-5f19-4a4c-9d56-6d09c053c9b6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:05.000000", "updated_at": "2025-08-05T21:48:06.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2011661571", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6"}], "user_id": "2a0413ff898243d1b0e8f046a157de10", "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": "9ea73543947c49a9a21602f206814671"}}' 2025-08-05 21:48:06,765 99274 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6 0.127s 2025-08-05 21:48:06,766 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-v ersion': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-758b4cc4-5596-4a13-8680-453c1c6ce568', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6'} Body: b'' 2025-08-05 21:48:06,788 99274 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6 0.022s 2025-08-05 21:48:06,789 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:06 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-ca5957cc-572d-44dc-85a0-79fa5d22492d', 'x-openstack-request-id': 'req-ca5957cc-572d-44dc-85a0-79fa5d22492d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2842215d-5f19-4a4c-9d56-6d09c053c9b6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2842215d-5f19-4a4c-9d56-6d09c053c9b6 could not be found."}}' 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 86ebce8a-63e0-4770-b100-d803c752419a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:10,869 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 201 POST http://10.0.0.210/image/v2/images 0.653s 2025-08-05 21:48:10,869 99274 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': 'Tue, 05 Aug 2025 21:48:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-d66b1aee-ef34-46f9-8288-bbb89a2ac007', '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": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9f31c49d-6a0c-4676-8b14-12a1d72716fa", "created_at": "2025-08-05T21:48:11Z", "updated_at": "2025-08-05T21:48:11Z", "tags": [], "self": "/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa", "file": "/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:11,908 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 204 PUT http://10.0.0.210/image/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa/file 1.036s 2025-08-05 21:48:11,908 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-0658ce88-92db-4340-ba76-67c7b7f4fe43', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa/file'} Body: b'' 2025-08-05 21:48:11,929 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa 0.019s 2025-08-05 21:48:11,929 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-93c4ae4d-9012-41a7-b025-85b5eecd1146', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa'} 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": "9e5a96ccff1bcf54fdc4172215dd4486", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5bc5327a9a82ef05420ec793c510e5ee46257688f66ab1d93618f6acabec9a9d65fb3950433fce0d69b5bfec9aa00bc996ae974f10a2217bdb26fb939cb2d817", "id": "9f31c49d-6a0c-4676-8b14-12a1d72716fa", "created_at": "2025-08-05T21:48:11Z", "updated_at": "2025-08-05T21:48:12Z", "tags": [], "self": "/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa", "file": "/v2/images/9f31c49d-6a0c- 4676-8b14-12a1d72716fa/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:11,947 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa 0.017s 2025-08-05 21:48:11,947 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3b2dbcf8-9dce-450b-a047-35517523297e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa'} 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": "9e5a96ccff1bcf54fdc4172215dd4486", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5bc5327a9a82ef05420ec793c510e5ee46257688f66ab1d93618f6acabec9a9d65fb3950433fce0d69b5bfec9aa00bc996ae974f10a2217bdb26fb939cb2d817", "id": "9f31c49d-6a0c-4676-8b14-12a1d72716fa", "created_at": "2025-08-05T21:48:11Z", "updated_at": "2025-08-05T21:48:12Z", "tags": [], "self": "/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa", "file": "/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:11,967 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa 0.019s 2025-08-05 21:48:11,968 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c444bb91-3a50-4458-a2b7-5fc186ea37ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa'} 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": "9e5a96ccff1bcf54fdc4172215dd4486", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5bc5327a9a82ef05420ec793c510e5ee46257688f66ab1d93618f6acabec9a9d65fb3950433fce0d69b5bfec9aa00bc996ae974f10a2217bdb26fb939cb2d817", "id": "9f31c49d-6a0c-4676-8b14-12a1d72716fa", "created_at": "2025-08-05T21:48:11Z", "updated_at": "2025-08-05T21:48:12Z", "tags": [], "self": "/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa", "file": "/v2/images/9f31c49d-6a0c-4676-8b14-12a1d72716fa/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:12,495 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 202 POST http://10.0.0.210/volume/v3/volumes 0.527s 2025-08-05 21:48:12,496 99274 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": "9f31c49d-6a0c-4676-8b14-12a1d72716fa", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89a62381-145f-4 fa6-983d-810eb7eb3f2b', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89a62381-145f-4fa6-983d-810eb7eb3f2b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "86ebce8a-63e0-4770-b100-d803c752419a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:12.431027", "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/86ebce8a-63e0-4770-b100-d803c752419a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86ebce8a-63e0-4770-b100-d803c752419a"}], "user_id": "96fc8e0201c2414183bb3f233fb26e52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:48:12,579 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/86ebce8a-63e0-4770-b100-d803c752419a 0.071s 2025-08-05 21:48:12,579 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32735ac6-4f0d-450e-bf33-c98d4d6563ca', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32735ac6-4f0d-450e-bf33-c98d4d6563ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/86ebce8a-63e0-4770-b100-d803c752419a'} Body: b'{"volume": {"id": "86ebce8a-63e0-4770-b100-d803c752419a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:12.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/86ebce8a-63e0-4770-b100-d803c752419a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86ebce8a-63e0-4770-b100-d803c752419a"}], "user_id": "96fc8e0201c2414183bb3f233fb26e52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "26ef1cd6897e42568823c18678937388"}}' 2025-08-05 21:48:13,633 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/86ebce8a-63e0-4770-b100-d803c752419a 0.040s 2025-08-05 21:48:13,634 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e68af47-4dc4-4951-9da9-6031c9820420', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e68af47-4dc4-4951-9da9-6031c9820420', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/86ebce8a-63e0-4770-b100-d803c752419a'} Body: b'{"volume": {"id": "86ebce8a-63e0-4770-b100-d803c752419a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:12.000000" , "updated_at": "2025-08-05T21:48:13.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/86ebce8a-63e0-4770-b100-d803c752419a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86ebce8a-63e0-4770-b100-d803c752419a"}], "user_id": "96fc8e0201c2414183bb3f233fb26e52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "26ef1cd6897e42568823c18678937388"}}' 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 4ed4c4fe-0915-4020-b58c-8686df008b6b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:14,228 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 201 POST http://10.0.0.210/image/v2/images 0.578s 2025-08-05 21:48:14,228 99274 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': 'Tue, 05 Aug 2025 21:48:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-47fda9f7-1930-4682-8eab-ab00419c4607', '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": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ac9d0a69-271d-4ab6-ad09-24ad248a9d43", "created_at": "2025-08-05T21:48:14Z", "updated_at": "2025-08-05T21:48:14Z", "tags": [], "self": "/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43", "file": "/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:15,232 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 204 PUT http://10.0.0.210/image/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43/file 1.001s 2025-08-05 21:48:15,232 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-0e3f16a1-ae4c-49f7-b48d-63573401cb64', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43/file'} Body: b'' 2025-08-05 21:48:15,250 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43 0.017s 2025-08-05 21:48:15,250 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5f10212e-cfd5-4455-925c-e0347e70cd22', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43'} 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": "e4748cc77db8a968fc567be6bd92e08d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "da50bbd5316bdb7e64a7adc405e1c58121ff8c1b45ffd2f5399bdc7bda3c0e4eeb642991540bdb1fb3104575e8a342a6f6ffe432bca54d3037591bca8be9aa5d", "id": "ac9d0a69-271d-4ab6-ad09-24ad248a9d43", "created_at": "2025-08-05T21:48:14Z", "updated_at": "2025-08-05T21:48:15Z", "tags": [], "self": "/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43", "file": "/v2/images/ac9d0a69-271d- 4ab6-ad09-24ad248a9d43/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:15,268 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43 0.017s 2025-08-05 21:48:15,268 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f2b44879-f099-4866-bd4a-05000b3e7cca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43'} 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": "e4748cc77db8a968fc567be6bd92e08d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "da50bbd5316bdb7e64a7adc405e1c58121ff8c1b45ffd2f5399bdc7bda3c0e4eeb642991540bdb1fb3104575e8a342a6f6ffe432bca54d3037591bca8be9aa5d", "id": "ac9d0a69-271d-4ab6-ad09-24ad248a9d43", "created_at": "2025-08-05T21:48:14Z", "updated_at": "2025-08-05T21:48:15Z", "tags": [], "self": "/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43", "file": "/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:15,286 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43 0.017s 2025-08-05 21:48:15,286 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b28f1382-ca01-43fa-a13e-ad2d49edc09b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43'} 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": "e4748cc77db8a968fc567be6bd92e08d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "da50bbd5316bdb7e64a7adc405e1c58121ff8c1b45ffd2f5399bdc7bda3c0e4eeb642991540bdb1fb3104575e8a342a6f6ffe432bca54d3037591bca8be9aa5d", "id": "ac9d0a69-271d-4ab6-ad09-24ad248a9d43", "created_at": "2025-08-05T21:48:14Z", "updated_at": "2025-08-05T21:48:15Z", "tags": [], "self": "/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43", "file": "/v2/images/ac9d0a69-271d-4ab6-ad09-24ad248a9d43/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:15,587 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.300s 2025-08-05 21:48:15,588 99274 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": "ac9d0a69-271d-4ab6-ad09-24ad248a9d43", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e80b4e49-88f5-4 094-9047-09a1545a0e31', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e80b4e49-88f5-4094-9047-09a1545a0e31', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4ed4c4fe-0915-4020-b58c-8686df008b6b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:15.513760", "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/4ed4c4fe-0915-4020-b58c-8686df008b6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ed4c4fe-0915-4020-b58c-8686df008b6b"}], "user_id": "96fc8e0201c2414183bb3f233fb26e52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:48:15,644 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/4ed4c4fe-0915-4020-b58c-8686df008b6b 0.044s 2025-08-05 21:48:15,644 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b77d890-0b7d-42d2-baed-68ca045cb65a', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b77d890-0b7d-42d2-baed-68ca045cb65a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4ed4c4fe-0915-4020-b58c-8686df008b6b'} Body: b'{"volume": {"id": "4ed4c4fe-0915-4020-b58c-8686df008b6b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:16.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/4ed4c4fe-0915-4020-b58c-8686df008b6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ed4c4fe-0915-4020-b58c-8686df008b6b"}], "user_id": "96fc8e0201c2414183bb3f233fb26e52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "26ef1cd6897e42568823c18678937388"}}' 2025-08-05 21:48:16,700 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/4ed4c4fe-0915-4020-b58c-8686df008b6b 0.041s 2025-08-05 21:48:16,701 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-778325cc-65bf-4acb-8e85-3b57fea658d3', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-778325cc-65bf-4acb-8e85-3b57fea658d3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4ed4c4fe-0915-4020-b58c-8686df008b6b'} Body: b'{"volume": {"id": "4ed4c4fe-0915-4020-b58c-8686df008b6b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:16.000000" , "updated_at": "2025-08-05T21:48:16.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/4ed4c4fe-0915-4020-b58c-8686df008b6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4ed4c4fe-0915-4020-b58c-8686df008b6b"}], "user_id": "96fc8e0201c2414183bb3f233fb26e52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "26ef1cd6897e42568823c18678937388"}}' 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 69f1a508-2f7a-4d0c-b9ef-ff29212a077a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:16,152 99282 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.255s 2025-08-05 21:48:16,153 99282 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-1868725974"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-529965ac-ed47-47fe-a86e-a6cd0d28358e', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-529965ac-ed47-47fe-a86e-a6cd0d28358e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "69f1a508-2f7a-4d0c-b9ef-ff29212a077a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:16.057620", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1868725974", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a"}], "user_id": "a4f7084f1c244bbeac6b186b727f1335", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:16,203 99282 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a 0.037s 2025-08-05 21:48:16,203 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-52aa2f38-1f52-4766-93a1-5c7005bae82f', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-52aa2f38-1f52-4766-93a1-5c7005bae82f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a'} Body: b'{"volume": {"id": "69f1a508-2f7a-4d0c-b9ef-ff29212a077a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:16.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1868725974", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a"}], "user_id": "a4f7084f1c244bbeac6b186b727f1335", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e0c06f8cdad4226b4504b046b85d801"}}' 2025-08-05 21:48:17,259 99282 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a 0.040s 2025-08-05 21:48:17,259 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applica tion/json', 'x-compute-request-id': 'req-28265fc7-6c62-48cc-89cf-ffc4447e65af', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28265fc7-6c62-48cc-89cf-ffc4447e65af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a'} Body: b'{"volume": {"id": "69f1a508-2f7a-4d0c-b9ef-ff29212a077a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:16.000000", "updated_at": "2025-08-05T21:48:16.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1868725974", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69f1a508-2f7a-4d0c-b9ef-ff29212a077a"}], "user_id": "a4f7084f1c244bbeac6b186b727f1335", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e0c06f8cdad4226b4504b046b85d801"}}' 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 2c443ef2-16ee-42c7-9583-510c98759cfe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:17,458 99282 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.181s 2025-08-05 21:48:17,459 99282 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-16007013"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82bce7bb-65ab-495e-bdaf-5ea0e1ec7578', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82bce7bb-65ab-495e-bdaf-5ea0e1ec7578', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2c443ef2-16ee-42c7-9583-510c98759cfe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:17.397856", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-16007013", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe"}], "user_id": "a4f7084f1c244bbeac6b186b727f1335", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:17,507 99282 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe 0.035s 2025-08-05 21:48:17,507 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f064f65-b543-4c80-afd7-f63722f2cddf', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f064f65-b543-4c80-afd7-f63722f2cddf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe'} Body: b'{"volume": {"id": "2c443ef2-16ee-42c7-9583-510c98759cfe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:17.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-16007013", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe"}], "user_id": "a4f7084f1c244bbeac6b186b727f1335", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e0c06f8cdad4226b4504b046b85d801"}}' 2025-08-05 21:48:18,558 99282 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe 0.036s 2025-08-05 21:48:18,559 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/j son', 'x-compute-request-id': 'req-0afb2d17-be25-49fc-957c-e6c5082fe534', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0afb2d17-be25-49fc-957c-e6c5082fe534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe'} Body: b'{"volume": {"id": "2c443ef2-16ee-42c7-9583-510c98759cfe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:17.000000", "updated_at": "2025-08-05T21:48:18.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-16007013", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2c443ef2-16ee-42c7-9583-510c98759cfe"}], "user_id": "a4f7084f1c244bbeac6b186b727f1335", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e0c06f8cdad4226b4504b046b85d801"}}' 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 16cab322-e7ee-467e-be13-48ab36e07a88 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:17,352 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 201 POST http://10.0.0.210/image/v2/images 0.635s 2025-08-05 21:48:17,352 99274 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': 'Tue, 05 Aug 2025 21:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-213eb896-f224-4048-9ce3-d0aba73092fd', '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": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ab526218-d6c9-43d4-ba7d-31c93be119b5", "created_at": "2025-08-05T21:48:17Z", "updated_at": "2025-08-05T21:48:17Z", "tags": [], "self": "/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5", "file": "/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:18,246 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 204 PUT http://10.0.0.210/image/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5/file 0.892s 2025-08-05 21:48:18,246 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-58f7e1f6-b757-46bd-a1ec-69c88576b0b3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5/file'} Body: b'' 2025-08-05 21:48:18,264 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5 0.017s 2025-08-05 21:48:18,264 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ac4cffed-12bb-44f6-856f-456dec35547d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5'} 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": "84507d351a358f7c33b774d5033ed80d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "86e2a9031ce9c668630ad5fe679e97d1ad98899363c6fd33b831b69af0df313b0f2971bbc3bd90c8041cb081dc3b20cac98f6a3ed75709b6753c8174e891415e", "id": "ab526218-d6c9-43d4-ba7d-31c93be119b5", "created_at": "2025-08-05T21:48:17Z", "updated_at": "2025-08-05T21:48:18Z", "tags": [], "self": "/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5", "file": "/v2/images/ab526218-d6c9- 43d4-ba7d-31c93be119b5/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:18,283 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5 0.018s 2025-08-05 21:48:18,283 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-dbdf94c9-98d6-4722-906c-f634ccf8a917', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5'} 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": "84507d351a358f7c33b774d5033ed80d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "86e2a9031ce9c668630ad5fe679e97d1ad98899363c6fd33b831b69af0df313b0f2971bbc3bd90c8041cb081dc3b20cac98f6a3ed75709b6753c8174e891415e", "id": "ab526218-d6c9-43d4-ba7d-31c93be119b5", "created_at": "2025-08-05T21:48:17Z", "updated_at": "2025-08-05T21:48:18Z", "tags": [], "self": "/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5", "file": "/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:18,301 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5 0.017s 2025-08-05 21:48:18,301 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-428b31f3-8898-4131-91b6-f2da25ee3058', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5'} 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": "84507d351a358f7c33b774d5033ed80d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "26ef1cd6897e42568823c18678937388", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "86e2a9031ce9c668630ad5fe679e97d1ad98899363c6fd33b831b69af0df313b0f2971bbc3bd90c8041cb081dc3b20cac98f6a3ed75709b6753c8174e891415e", "id": "ab526218-d6c9-43d4-ba7d-31c93be119b5", "created_at": "2025-08-05T21:48:17Z", "updated_at": "2025-08-05T21:48:18Z", "tags": [], "self": "/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5", "file": "/v2/images/ab526218-d6c9-43d4-ba7d-31c93be119b5/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:18,686 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 202 POST http://10.0.0.210/volume/v3/volumes 0.384s 2025-08-05 21:48:18,686 99274 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": "ab526218-d6c9-43d4-ba7d-31c93be119b5", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1af85e9-5e0a-4 d4e-8ff7-ca3177176d71', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1af85e9-5e0a-4d4e-8ff7-ca3177176d71', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "16cab322-e7ee-467e-be13-48ab36e07a88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:18.625167", "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/16cab322-e7ee-467e-be13-48ab36e07a88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16cab322-e7ee-467e-be13-48ab36e07a88"}], "user_id": "96fc8e0201c2414183bb3f233fb26e52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:48:18,758 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/16cab322-e7ee-467e-be13-48ab36e07a88 0.053s 2025-08-05 21:48:18,758 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0604113a-8011-481e-85b3-7e65e7364e35', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0604113a-8011-481e-85b3-7e65e7364e35', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/16cab322-e7ee-467e-be13-48ab36e07a88'} Body: b'{"volume": {"id": "16cab322-e7ee-467e-be13-48ab36e07a88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:19.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/16cab322-e7ee-467e-be13-48ab36e07a88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16cab322-e7ee-467e-be13-48ab36e07a88"}], "user_id": "96fc8e0201c2414183bb3f233fb26e52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "26ef1cd6897e42568823c18678937388"}}' 2025-08-05 21:48:19,844 99274 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/16cab322-e7ee-467e-be13-48ab36e07a88 0.071s 2025-08-05 21:48:19,845 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2daa88d7-9ced-4502-908d-32cbf6239592', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2daa88d7-9ced-4502-908d-32cbf6239592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/16cab322-e7ee-467e-be13-48ab36e07a88'} Body: b'{"volume": {"id": "16cab322-e7ee-467e-be13-48ab36e07a88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:19.000000" , "updated_at": "2025-08-05T21:48:19.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/16cab322-e7ee-467e-be13-48ab36e07a88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16cab322-e7ee-467e-be13-48ab36e07a88"}], "user_id": "96fc8e0201c2414183bb3f233fb26e52", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "26ef1cd6897e42568823c18678937388"}}' 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 e14424e4-6d03-435d-bd4b-22d3bd0a8802 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:17,489 99272 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.635s 2025-08-05 21:48:17,489 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-image-dependency-test-952468904", "container_format": "bare", "disk_format": "raw", "visibility": "private"} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '647', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/8a14f732-e625-4264-bde8-4b78fae519b8', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-7e016d3a-89f8-433c-8b7a-164d69f65c41', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-image-dependency-test-952468904", "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": "f5c168eba7334b389f5821bbe5b37eda", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8a14f732-e625-4264-bde8-4b78fae519b8", "created_at": "2025-08-05T21:48:17Z", "updated_at": "2025-08-05T21:48:17Z", "tags": [], "self": "/v2/images/8a14f732-e625-4264-bde8-4b78fae519b8", "file": "/v2/images/8a14f732-e625-4264-bde8-4b78fae519b8/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:18,348 99272 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 204 PUT http://10.0.0.210/image/v2/images/8a14f732-e625-4264-bde8-4b78fae519b8/file 0.857s 2025-08-05 21:48:18,349 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-6d58ed57-4b07-48f6-a63d-d1898bf1f3c4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/8a14f732-e625-4264-bde8-4b78fae519b8/file'} Body: b'' 2025-08-05 21:48:18,366 99272 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/image/v2/images/8a14f732-e625-4264-bde8-4b78fae519b8 0.017s 2025-08-05 21:48:18,366 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '807', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3ce20738-3df7-4542-9dc5-3abf6c9d4c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/8a14f732-e625-4264-bde8-4b78fae519b8'} Body: b'{"name": "tempest-image-dependency-test-952468904", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "3750401e6e20498f88d1320c9a5ee47b", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "f5c168eba7334b389f5821bbe5b37eda", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "61e00e2d4dc799aa5465089b5dfcd489c1539ab4b628734b4cce3222c96fef52a413c0c5c67cd5c48c561447ff64e986a54fe57e22851577c9a549a4a3c53a6f", "id": "8a14f732-e625-4264-bde8-4b78fae519b8", "created_at": "2025-08-05T21:48:17Z", "updated_at": "2025-08-05T21:48:18Z", "tags": [], "self": "/v2/images/8a14f732-e625-4264-bde8-4b78fae519b8", "file": "/v2/images/8a14f732-e625-4264-b de8-4b78fae519b8/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:18,417 99272 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.044s 2025-08-05 21:48:18,417 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:18 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-8189b918-d332-43e9-bb3f-5320ef5cd08c', '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": "1e08e91c26d44dfcac36c115039473b9", "name": "tempest-ImageDependencyTests-1527641393-project-member", "password_expires_at": null}, "audit_ids": ["pnreLdsfTuaLMzA4me6_ow"], "expires_at": "2025-08-05T22:48:18.000000Z", "issued_at": "2025-08-05T21:48:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5c168eba7334b389f5821bbe5b37eda", "name": "tempest-ImageDependencyTests-1527641393"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f5c168eba7334b389f5821bbe5b37eda", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:48:18,418 99272 INFO [tempest.lib.common.fixed_network] (ImageDependencyTests:test_image_volume_server_snapshot_dependency) Found network None available for tenant 2025-08-05 21:48:18,752 99272 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.333s 2025-08-05 21:48:18,752 99272 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-1210520102", "imageRef": "8a14f732-e625-4264-bde8-4b78fae519b8", "size": 1}} Response - Headers: {'dat e': 'Tue, 05 Aug 2025 21:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78374b7b-4011-4661-a5df-9e9a408fb2fc', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78374b7b-4011-4661-a5df-9e9a408fb2fc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e14424e4-6d03-435d-bd4b-22d3bd0a8802", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:18.688660", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1210520102", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802"}], "user_id": "1e08e91c26d44dfcac36c115039473b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:18,816 99272 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802 0.041s 2025-08-05 21:48:18,816 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13b304fe-fd8b-4ffd-88b9-f59770752f5e', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13b304fe-fd8b-4ffd-88b9-f59770752f5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802'} Body: b'{"volume": {"id": "e14424e4-6d03-435d-bd4b-22d3bd0a8802", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:19.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1210520102", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802"}], "user_id": "1e08e91c26d44dfcac36c115039473b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f5c168eba7334b389f5821bbe5b37eda"}}' 2025-08-05 21:48:19,879 99272 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802 0.048s 2025-08-05 21:48:19,880 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9ed1471-e5bb-466c-a244-768a22d26282', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9ed1471-e5bb-466c-a244-768a22d26282', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802'} Body: b'{"volume": {"id": "e14424e4-6d03-435d-bd4b-22d3bd0a8802", "status": "error", "size": 1, "availability_zone": "nova", "cre ated_at": "2025-08-05T21:48:19.000000", "updated_at": "2025-08-05T21:48:19.000000", "name": "tempest-tempest.common.compute-volume-1210520102", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802"}], "user_id": "1e08e91c26d44dfcac36c115039473b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f5c168eba7334b389f5821bbe5b37eda"}}' 2025-08-05 21:48:20,018 99272 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 202 DELETE http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802 0.125s 2025-08-05 21:48:20,019 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b4f5285-c612-4d75-ae43-e740be4891a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802'} Body: b'' 2025-08-05 21:48:20,051 99272 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 404 GET http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802 0.031s 2025-08-05 21:48:20,051 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:20 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-7a51468e-dbdc-4238-b82d-7746907c26ae', 'x-openstack-request-id': 'req-7a51468e-dbdc-4238-b82d-7746907c26ae', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e14424e4-6d03-435d-bd4b-22d3bd0a8802'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e14424e4-6d03-435d-bd4b-22d3bd0a8802 could not be found."}}' cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot[id-87b7dcb7-4950-4a3a-802c-ece55491846d] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 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 866eb98e-8eee-4e37-be77-1c660a6a1e14 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:23,289 99274 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.412s 2025-08-05 21:48:23,289 99274 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-885724340"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93d7ac8a-8212-4e67-8788-3ad8332837bb', 'content-length': '766', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93d7ac8a-8212-4e67-8788-3ad8332837bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "866eb98e-8eee-4e37-be77-1c660a6a1e14", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:23.226486", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-885724340", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14"}], "user_id": "773cce08576b466aa4fe94155e1d9a9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:48:23,639 99274 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14 0.338s 2025-08-05 21:48:23,640 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c648b8d-dffb-4259-82e7-e2dfc30153e1', 'content-length': '834', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c648b8d-dffb-4259-82e7-e2dfc30153e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14'} Body: b'{"volume": {"id": "866eb98e-8eee-4e37-be77-1c660a6a1e14", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:23.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-885724340", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14"}], "user_id": "773cce08576b466aa4fe94155e1d9a9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "35e10f22d3604ef789c5d4aebe4e7557"}}' 2025-08-05 21:48:24,696 99274 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14 0.041s 2025-08-05 21:48:24,696 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6657b51-6018-4db9-881a-7ecdb179c7ef', 'content-length': '855', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6657b51-6018-4db9-881a-7ecdb179c7ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14'} Body: b'{"volume": {"id": "866eb98e-8eee-4e37-be77-1c660a6a1e14", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:23.000000", "updated_at": "2025-08-05T21:48:23.000000", "name": "tempest-VolumeRevertTests-Volume-885724340", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/866eb98e-8eee-4e37-be77-1c660a6a1e14"}], "user_id": "773cce08576b466aa4fe94155e1d9a9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "35e10f22d3604ef789c5d4aebe4e7557"}}' 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 9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:24,908 99274 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.194s 2025-08-05 21:48:24,908 99274 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-1067797228"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e02cb9e-ec04-406f-bceb-1ca46de57738', 'content-length': '767', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e02cb9e-ec04-406f-bceb-1ca46de57738', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:24.847601", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1067797228", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5"}], "user_id": "773cce08576b466aa4fe94155e1d9a9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 21:48:24,970 99274 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5 0.047s 2025-08-05 21:48:24,970 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bf4c4f9-2ded-4ecf-8317-0c685332d332', 'content-length': '835', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bf4c4f9-2ded-4ecf-8317-0c685332d332', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5'} Body: b'{"volume": {"id": "9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:25.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1067797228", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5"}], "user_id": "773cce08576b466aa4fe94155e1d9a9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "35e10f22d3604ef789c5d4aebe4e7557"}}' 2025-08-05 21:48:26,024 99274 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5 0.039s 2025-08-05 21:48:26,025 99274 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-6b94d75a-2699-4f73-9399-3a595bc9f623', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b94d75a-2699-4f73-9399-3a595bc9f623', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5'} Body: b'{"volume": {"id": "9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:25.000000", "updated_at": "2025-08-05T21:48:25.000000", "name": "tempest-VolumeRevertTests-Volume-1067797228", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9fd4cc24-3fdb-4fe6-984e-e6591ad94ee5"}], "user_id": "773cce08576b466aa4fe94155e1d9a9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "35e10f22d3604ef789c5d4aebe4e7557"}}' 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 336f4f04-a3f0-4859-84a3-3a0b0a83e25e failed to build and is in ERROR status tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 c8722e5b-87d7-4d30-8d04-8cd44527e385 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:45:41,114 99284 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-08-05 21:45:41,790 99284 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.674s 2025-08-05 21:45:41,790 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1361957750", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/de08ad54-fc3e-4511-b7ce-5b3302294869', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-a2a175aa-001a-444a-affb-a2d620ade383', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1361957750", "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": "51d17131f7874312812dc0333b935aae", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "de08ad54-fc3e-4511-b7ce-5b3302294869", "created_at": "2025-08-05T21:45:42Z", "updated_at": "2025-08-05T21:45:42Z", "tags": [], "self": "/v2/images/de08ad54-fc3e-4511-b7ce-5b3302294869", "file": "/v2/images/de08ad54-fc3e-4511-b7ce-5b3302294869/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:45:43,123 99284 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/de08ad54-fc3e-4511-b7ce-5b3302294869/file 1.332s 2025-08-05 21:45:43,124 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-26531cd6-11a9-4db1-b13b-7cb463ae7aeb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/de08ad54-fc3e-4511-b7ce-5b3302294869/file'} Body: b'' 2025-08-05 21:45:43,124 99284 DEBUG [tempest.scenario.manager] image:de08ad54-fc3e-4511-b7ce-5b3302294869 2025-08-05 21:45:43,175 99284 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.049s 2025-08-05 21:45:43,175 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1816454743", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBl+WYG1BUOkmrFVhsyrE8NDoYcSbPJEFFa84//DLODVyBoFZ9HH+5lIf4rfRDTajBw34WF0GZmlbAhcn7l7ttV6HgX66p+Idk+6+ezLz/t7CHhmqZuQ86+Iha0x3i+fkA=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-696427fa-7d51-4194-898b-9051656df77f', 'x-compute-request-id': 'req-696427fa-7d51-4194-898b-9051656df77f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0 .0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1816454743", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBl+WYG1BUOkmrFVhsyrE8NDoYcSbPJEFFa84//DLODVyBoFZ9HH+5lIf4rfRDTajBw34WF0GZmlbAhcn7l7ttV6HgX66p+Idk+6+ezLz/t7CHhmqZuQ86+Iha0x3i+fkA==", "fingerprint": "58:a8:bc:d1:7d:c7:da:08:a5:8a:e0:85:27:1a:cb:63", "user_id": "e7bb9d0f4a69409e82d578183a785942"}}' 2025-08-05 21:45:43,280 99284 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.097s 2025-08-05 21:45:43,280 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:43 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-16ccf9be-0800-41e8-b8a7-27798456142b', '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": "e7bb9d0f4a69409e82d578183a785942", "name": "tempest-TestMinimumBasicScenario-869708426-project-member", "password_expires_at": null}, "audit_ids": ["QJg5emTlTV6PKdQKCfv9uQ"], "expires_at": "2025-08-05T22:45:43.000000Z", "issued_at": "2025-08-05T21:45:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "51d17131f7874312812dc0333b935aae", "name": "tempest-TestMinimumBasicScenario-869708426"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/51d17131f7874312812dc0333b935aae", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:45:43,281 99284 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'b950183d-4aae-4f02-b87e-b77a7257bcbf', 'name': 'tempest-TestMinimumBasicScenario-536188998-network', 'tenant_id': '51d17131f7874312812 dc0333b935aae', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '51d17131f7874312812dc0333b935aae', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11526, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:45:26Z', 'updated_at': '2025-08-05T21:45:26Z', 'revision_number': 1} available for tenant 2025-08-05 21:45:43,785 99284 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.503s 2025-08-05 21:45:43,786 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-794581065", "imageRef": "de08ad54-fc3e-4511-b7ce-5b3302294869", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1816454743", "networks": [{"uuid": "b950183d-4aae-4f02-b87e-b77a7257bcbf"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5375b421-7a4c-4097-a5e8-d724a23fe438', 'x-compute-request-id': 'req-5375b421-7a4c-4097-a5e8-d724a23fe438', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "28qQXSirnTM7"}}' 2025-08-05 21:45:43,854 99284 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/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12 0.065s 2025-08-05 21:45:43,854 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:43 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-d148caa8-5603-48b9-9b13-09727fe7ca5e', 'x-compute-request-id': 'req-d148caa8-5603-48b9-9b13-09727fe7ca5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12'} Body: b'{"server": {"id": "ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12", "name": "tempest-TestMinimumBasicScenario-server-794581065", "status": "BUILD", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "", "image": {"id": "de08ad54-fc3e-4511-b7ce-5b3302294869", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/de08ad54-fc3e-4511-b7ce-5b3302294869"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:45:44Z", "updated": "2025-08-05T21:45:43Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "sel f", "href": "http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1816454743", "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-08-05 21:46:34,166 99284 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/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12 0.248s 2025-08-05 21:46:34,166 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-007fb190-d14f-4c9c-9c6e-f0495abf4db8', 'x-compute-request-id': 'req-007fb190-d14f-4c9c-9c6e-f0495abf4db8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12'} Body: b'{"server": {"id": "ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12", "name": "tempest-TestMinimumBasicScenario-server-794581065", "status": "ACTIVE", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "8839fbc48dceee363e8daf3a16554be724fb0da71069adc530325c03", "image": {"id": "de08ad54-fc3e-4511-b7ce-5b3302294869", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/de08ad54-fc3e-4511-b7ce-5b3302294869"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:45:43Z", "updated": "2025-08-05T21:46:00Z", "addresses": {"tempest-TestMinimumBasicScenario-536188998-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:f9:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1816454743", "OS-SRV-USG:launched_at": "2025-08-05T21:46:00.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-08-05 21:46:34,180 99284 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 21:47:34,450 99284 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/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12 0.227s 2025-08-05 21:47:34,451 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openst ack-request-id': 'req-5249ff94-81f2-4868-a21e-a8ecdbfeccb4', 'x-compute-request-id': 'req-5249ff94-81f2-4868-a21e-a8ecdbfeccb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12'} Body: b'{"server": {"id": "ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12", "name": "tempest-TestMinimumBasicScenario-server-794581065", "status": "ACTIVE", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "8839fbc48dceee363e8daf3a16554be724fb0da71069adc530325c03", "image": {"id": "de08ad54-fc3e-4511-b7ce-5b3302294869", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/de08ad54-fc3e-4511-b7ce-5b3302294869"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:45:43Z", "updated": "2025-08-05T21:46:00Z", "addresses": {"tempest-TestMinimumBasicScenario-536188998-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:f9:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1816454743", "OS-SRV-USG:launched_at": "2025-08-05T21:46:00.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-08-05 21:47:34,636 99284 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.167s 2025-08-05 21:47:34,637 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '340', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d690f11-f7a5-45cc-9f6f-0f86da1171e6', 'x-compute-request-id': 'req-5d690f11-f7a5-45cc-9f6f-0f86da1171e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12", "name": "tempest-TestMinimumBasicScenario-server-794581065", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}]}]}' 2025-08-05 21:47:34,864 99284 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/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12 0.221s 2025-08-05 21:47:34,864 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7c50f10b-c9db-4df2-9164-be0fe4f8b9ed', 'x-compute-request-id': 'req-7c50f10b-c9db-4df2-9164-be0fe4f8b9ed', 'connection': 'close', 'status ': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12'} Body: b'{"server": {"id": "ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12", "name": "tempest-TestMinimumBasicScenario-server-794581065", "status": "ACTIVE", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "8839fbc48dceee363e8daf3a16554be724fb0da71069adc530325c03", "image": {"id": "de08ad54-fc3e-4511-b7ce-5b3302294869", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/de08ad54-fc3e-4511-b7ce-5b3302294869"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:45:43Z", "updated": "2025-08-05T21:46:00Z", "addresses": {"tempest-TestMinimumBasicScenario-536188998-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:f9:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1816454743", "OS-SRV-USG:launched_at": "2025-08-05T21:46:00.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-08-05 21:47:35,069 99284 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.188s 2025-08-05 21:47:35,070 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1604853836", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a73ca8fa-4faf-42b7-a854-fb7eab688ef7', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a73ca8fa-4faf-42b7-a854-fb7eab688ef7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c8722e5b-87d7-4d30-8d04-8cd44527e385", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:35.012995", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1604853836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385"}], "user_id": "e7bb9d0f4a69409e82d578183a785942", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:47:35,163 99284 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/c8722e5b-87d7-4d30-8d04-8cd44527e385 0.081s 2025-08-05 21:47:35,163 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-req uest-id': 'req-678b1631-7e78-410a-9619-42cc31347d89', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-678b1631-7e78-410a-9619-42cc31347d89', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385'} Body: b'{"volume": {"id": "c8722e5b-87d7-4d30-8d04-8cd44527e385", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:35.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1604853836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385"}], "user_id": "e7bb9d0f4a69409e82d578183a785942", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "51d17131f7874312812dc0333b935aae"}}' 2025-08-05 21:47:36,214 99284 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/c8722e5b-87d7-4d30-8d04-8cd44527e385 0.037s 2025-08-05 21:47:36,215 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47292601-c516-4e7e-b77b-f9802268d6da', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47292601-c516-4e7e-b77b-f9802268d6da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385'} Body: b'{"volume": {"id": "c8722e5b-87d7-4d30-8d04-8cd44527e385", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:35.000000", "updated_at": "2025-08-05T21:47:35.000000", "name": "tempest-TestMinimumBasicScenario-volume-1604853836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385"}], "user_id": "e7bb9d0f4a69409e82d578183a785942", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "51d17131f7874312812dc0333b935aae"}}' 2025-08-05 21:47:36,323 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385 0.094s 2025-08-05 21:47:36,324 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9283ac51-9b00-4f3a-9b09-ff9a1d1ec8c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385'} Body: b'' 2025-08-05 21:47:36,347 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c8722e5b- 87d7-4d30-8d04-8cd44527e385 0.022s 2025-08-05 21:47:36,347 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:36 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-a467cf6d-3286-4ed6-a8ec-89fb92b235c2', 'x-openstack-request-id': 'req-a467cf6d-3286-4ed6-a8ec-89fb92b235c2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c8722e5b-87d7-4d30-8d04-8cd44527e385'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c8722e5b-87d7-4d30-8d04-8cd44527e385 could not be found."}}' 2025-08-05 21:47:36,508 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12 0.159s 2025-08-05 21:47:36,508 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:36 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-f93eb733-3361-49cd-8392-1038cbdd2909', 'x-compute-request-id': 'req-f93eb733-3361-49cd-8392-1038cbdd2909', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12'} Body: b'' 2025-08-05 21:47:36,705 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12 0.196s 2025-08-05 21:47:36,706 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:36 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-2b7af722-41ae-498a-9b79-efc0f92f2528', 'x-compute-request-id': 'req-2b7af722-41ae-498a-9b79-efc0f92f2528', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12'} Body: b'{"server": {"id": "ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12", "name": "tempest-TestMinimumBasicScenario-server-794581065", "status": "ACTIVE", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "8839fbc48dceee363e8daf3a16554be724fb0da71069adc530325c03", "image": {"id": "de08ad54-fc3e-4511-b7ce-5b3302294869", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/de08ad54-fc3e-4511-b7ce-5b3302294869"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:45:43Z", "updated": "2025-08-05T21:47:36Z", "addresses": {"tempest-TestMinimumBasicScenario-536188998-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f7:f9:82"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1816454743", "OS-SRV-USG:launched_at": "2025-08-05T21:46:00.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-08-05 21:48:26,767 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12 0.036s 2025-08-05 21:48:26,768 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:26 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-06372480-86c1-479c-8772-58b45114847e', 'x-compute-request-id': 'req-06372480-86c1-479c-8772-58b45114847e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ecc031d6-7f5d-4c78-ac1e-4a1a0820ed12 could not be found."}}' 2025-08-05 21:48:26,798 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1816454743 0.029s 2025-08-05 21:48:26,799 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:26 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-4bb7d05d-ef1e-4f94-b526-a9a920ba4da7', 'x-compute-request-id': 'req-4bb7d05d-ef1e-4f94-b526-a9a920ba4da7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1816454743'} Body: b'' 2025-08-05 21:48:26,922 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/de08ad54-fc3e-4511-b7ce-5b3302294869 0.123s 2025-08-05 21:48:26,923 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-160474fb-9790-4815-ba5e-d568f02dba9f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/de08ad54-fc3e-4511-b7ce-5b3302294869'} Body: b'' 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-08-05 21:48:28,584 99272 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.624s 2025-08-05 21:48:28,584 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27cd11ab-c751-45ea-8f7e-063d16a23031', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27cd11ab-c751-45ea-8f7e-063d16a23031', '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-08-05 21:48:29,129 99272 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.528s 2025-08-05 21:48:29,129 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f77ff241-1859-4eca-b974-ec5dd67a3b78', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f77ff241-1859-4eca-b974-ec5dd67a3b78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/scheduler-stats/get_pools'} Body: b'{"pools": []}' 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 f820cf1a-b5ba-46c0-b068-679e1362952e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:33,058 99272 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.406s 2025-08-05 21:48:33,058 99272 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-1336717050"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0809cfbe-a1ab-49f5-9d51-485d522533b4', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0809cfbe-a1ab-49f5-9d51-485d522533b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f820cf1a-b5ba-46c0-b068-679e1362952e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:32.973722", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1336717050", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e"}], "user_id": "a457525d57ef4bd38898109c4315a113", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:33,116 99272 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/f820cf1a-b5ba-46c0-b068-679e1362952e 0.043s 2025-08-05 21:48:33,116 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d75777f-3698-4760-b1b3-6a0be71ac3d9', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d75777f-3698-4760-b1b3-6a0be71ac3d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e'} Body: b'{"volume": {"id": "f820cf1a-b5ba-46c0-b068-679e1362952e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:33.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1336717050", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e"}], "user_id": "a457525d57ef4bd38898109c4315a113", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffee66d751ee4c2fa1a32fd47e700e6e"}}' 2025-08-05 21:48:34,169 99272 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/f820cf1a-b5ba-46c0-b068-679e1362952e 0.038s 2025-08-05 21:48:34,169 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-co mpute-request-id': 'req-3b0bed6b-812f-4892-a370-764318f4d567', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b0bed6b-812f-4892-a370-764318f4d567', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e'} Body: b'{"volume": {"id": "f820cf1a-b5ba-46c0-b068-679e1362952e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:33.000000", "updated_at": "2025-08-05T21:48:33.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1336717050", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e"}], "user_id": "a457525d57ef4bd38898109c4315a113", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffee66d751ee4c2fa1a32fd47e700e6e"}}' 2025-08-05 21:48:34,235 99272 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e 0.051s 2025-08-05 21:48:34,235 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0179eb19-dcc6-43ce-89e7-2b5c649374eb', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0179eb19-dcc6-43ce-89e7-2b5c649374eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e'} Body: b'{"volume": {"id": "f820cf1a-b5ba-46c0-b068-679e1362952e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:33.000000", "updated_at": "2025-08-05T21:48:33.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1336717050", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e"}], "user_id": "a457525d57ef4bd38898109c4315a113", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffee66d751ee4c2fa1a32fd47e700e6e"}}' 2025-08-05 21:48:34,339 99272 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e 0.091s 2025-08-05 21:48:34,340 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fabbdb3-bb7f-4d45-8b66-dfa109a6b0eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e'} Body: b'' 2025-08-05 21:48:34,362 99272 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e136295 2e 0.021s 2025-08-05 21:48:34,362 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-166b0e1f-6127-4192-9a29-fb74fe8fe2cb', 'x-openstack-request-id': 'req-166b0e1f-6127-4192-9a29-fb74fe8fe2cb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f820cf1a-b5ba-46c0-b068-679e1362952e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f820cf1a-b5ba-46c0-b068-679e1362952e could not be found."}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 49, in test_attach_attached_volume_to_same_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 b7dfff50-6ed4-4374-8eaa-8d4462018a88 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:45:54,855 99270 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 21:45:54,855 99270 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:45:54,903 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.047s 2025-08-05 21:45:54,904 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1704033991", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKgDcWtENsaexAzJs+YbfFp/pQz6uIftOBWI+ubj9gnQ7ufxwru1TIlJKcvL1PkOkZU2brmO7Zhgz71h0cVuBsMrSOBePJWtYloZV3u+xHFhUNJDoXDmcwNGkJMyjTwpSQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:54 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-4bdef097-0bfb-487a-8837-4765f5b87dd6', 'x-compute-request-id': 'req-4bdef097-0bfb-487a-8837-4765f5b87dd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1704033991", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKgDcWtENsaexAzJs+YbfFp/pQz6uIftOBWI+ubj9gnQ7ufxwru1TIlJKcvL1PkOkZU2brmO7Zhgz71h0cVuBsMrSOBePJWtYloZV3u+xHFhUNJDoXDmcwNGkJMyjTwpSQ==", "fingerprint": "54:11:65:0d:5a:8b:b7:fc:9a:8f:0f:ef:4d:c3:ce:7b", "user_id": "5dff5149fe8c4980b708ae021985c714"}}' 2025-08-05 21:45:54,906 99270 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1704033991 created 2025-08-05 21:45:55,145 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.238s 2025-08-05 21:45:55,145 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1118458782", "description": "tempest-description--314066510"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-4667e119-4711-464f-bdcb-eb036fdd99b2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1d08db5b-9651-42d7-9247-936eee5dadb5", "name": "tempest-securitygroup--1118458782", "stateful": true, "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "description": "tempest-description--314066510", "shared": false, "security_group_rules": [{"id": "c4f5c837-153b-413b-8b51-845e61989c13", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "1d08db5b-9651-42d7-9247-936eee5dadb5", "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": 690, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:45:55Z", "updated_at": "2025-08-05T21:45:55Z", "revision_number": 0}, {"id": "d38c5f6d-bcb6-425b-ab6b-177b8346d643", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "1d08db5b-9651-42d7-9247-936eee5dadb5", "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": 689, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:45:54Z", "updated_at": "2025-08-05T21:45:54Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:45:54Z", "updated_at": "2025-08-05T21:45:55Z", "revision_number": 1, "project_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:45:55,363 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.217s 2025-08-05 21:45:55,363 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1d08db5b-9651-42d7-9247-936eee5dadb5", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-55aaa6aa-acb7-4596-84a1-f86515d69b93', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "08c64c85-1d6e-4d15-9baa-a28c458c8d4e", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "1d08db5b-9651-42d7-9247-936eee5dadb5", "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-08-05T21:45:55Z", "updated_at": "2025-08-05T21:45:55Z", "revision_number": 0}}' 2025-08-05 21:45:55,592 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.228s 2025-08-05 21:45:55,592 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1d08db5b-9651-42d7-9247-936eee5dadb5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d748a211-eb9d-4123-ac80-5fadbed14da2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "45acdd3f-e394-45a0-a4d9-e21b7756aa13", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "1d08db5b-9651-42d7-9247-936eee5dadb5", "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-08-05T21:45:55Z", "updated_at": "2025-08-05T21:45:55Z", "revision_number": 0}}' 2025-08-05 21:45:55,593 99270 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1118458782 created 2025-08-05 21:45:56,317 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.723s 2025-08-05 21:45:56,317 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a386c4fc-5e05-4670-82db-54e274c621c5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "457e4503-d3c7-4b13-8bb9-a40b682cf29d", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "floating_ip_address": "172.24.4.125", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:45:55Z", "updated_at": "2025-08-05T21:45:55Z", "revision_number": 0}}' 2025-08-05 21:45:56,317 99270 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '457e4503-d3c7-4b13-8bb9-a40b682cf29d', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'floating_ip_address': '172.24.4.125', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:45:55Z', 'updated_at': '2025-08-05T21:45:55Z', 'revision_number': 0, 'ip': '172.24.4.125'} created 2025-08-05 21:45:56,423 99270 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.100s 2025-08-05 21:45:56,424 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:56 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-c9345eac-2f0a-4cc0-883a-791d080516db', '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": "5dff5149fe8c4980b708ae021985c714", "name": "tempest-AttachVolumeNegativeTest-1286888203-project-member", "password_expires_at": null}, "audit_ids": ["dx-vfPOjT1q8FF1WxmgsAw"], "expires_at": "2025-08-05T22:45:56.000000Z", "issued_at": "2025-08-05T21:45:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c3a08f750f6490189a2571a83bb89a1", "name": "tempest-AttachVolumeNegativeTest-1286888203"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9c3a08f750f6490189a2571a83bb89a1", "region": "Regi onOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:45:56,424 99270 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'fbd278bc-3e53-4aec-a77d-eaccee53646b', 'name': 'tempest-AttachVolumeNegativeTest-914677661-network', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60851, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:42:36Z', 'updated_at': '2025-08-05T21:42:36Z', 'revision_number': 1} available for tenant 2025-08-05 21:45:56,425 99270 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1704033991', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKgDcWtENsaexAzJs+YbfFp/pQz6uIftOBWI+ubj9gnQ7ufxwru1TIlJKcvL1PkOkZU2brmO7Zhgz71h0cVuBsMrSOBePJWtYloZV3u+xHFhUNJDoXDmcwNGkJMyjTwpSQ==', 'fingerprint': '54:11:65:0d:5a:8b:b7:fc:9a:8f:0f:ef:4d:c3:ce:7b', 'user_id': '5dff5149fe8c4980b708ae021985c714', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDfSrPLhf0LvBr5Ym4B9mJqWsvvXRimVV2gzk5KrLQykk35BtpwfK7j\nKu5BgLzjbxqgBwYFK4EEACKhZANiAASoA3FrRDbGnsQMybPmG3xaf6UM+riH7TgV\niPrm4/YJ0O7n8cK7tUyJSSnLy9T5DpGVNm65ju2YYM+9YdHFbgbDK0jgXjyVrWJa\nGVd7vsRxYVDSQ6Fw5nMDRpCTMo08KUk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1d08db5b-9651-42d7-9247-936eee5dadb5', 'name': 'tempest-securitygroup--1118458782', 'stateful': True, 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'description': 'tempest-description--314066510', 'shared': False, 'security_group_rules': [{'id': 'c4f5c837-153b-413b-8b51-845e61989c13', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'security_group_id': '1d08db5b-9651-42d7-9247-936eee5dadb5', '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': 690, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:45:55Z', 'updated_at': '2025-08-05T21:45:55Z', 'revision_number': 0}, {'id': 'd38c5f6d-bcb6-425b-ab6b-177b8346d643', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'security_group_id': '1d08db5b-9651-42d7-9247-936eee5dadb5', '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': 689, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:45:54Z', 'updated_at': '2025-08-05T21:45:54Z', 'revision_number': 0} ], 'tags': [], 'created_at': '2025-08-05T21:45:54Z', 'updated_at': '2025-08-05T21:45:55Z', 'revision_number': 1, 'project_id': '9c3a08f750f6490189a2571a83bb89a1'}, 'floating_ip': {'id': '457e4503-d3c7-4b13-8bb9-a40b682cf29d', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'floating_ip_address': '172.24.4.125', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:45:55Z', 'updated_at': '2025-08-05T21:45:55Z', 'revision_number': 0, 'ip': '172.24.4.125'}} 2025-08-05 21:45:57,410 99270 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.984s 2025-08-05 21:45:57,410 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-968034646", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "fbd278bc-3e53-4aec-a77d-eaccee53646b"}], "security_groups": [{"name": "tempest-securitygroup--1118458782"}], "key_name": "tempest-keypair-1704033991", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50164c3d-5cf4-4549-abab-7536e82139c3', 'x-compute-request-id': 'req-50164c3d-5cf4-4549-abab-7536e82139c3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c504d3c7-82dd-410c-bb4b-1c2941328b35", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1118458782"}], "adminPass": "password"}}' 2025-08-05 21:45:57,497 99270 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/c504d3c7-82dd-410c-bb4b-1c2941328b35 0.083s 2025-08-05 21:45:57,498 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:57 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-dfa21ac8-76a8-40b9-877f-e405012b4e74', 'x-compute-request-id': 'req-dfa21ac8-76a8-40b9-877f-e405012b4e74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35'} Body: b'{"server": {"id": "c504d3c7-82dd-410c-bb4b-1c2941328b35", "name": "tempest-AttachVolumeNegativeTest-server-968034646", "status": "BUILD", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "user_id": "5dff5149fe8c4980b708ae021985c714", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/im ages/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:45:57Z", "updated": "2025-08-05T21:45:57Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1704033991", "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-08-05 21:46:47,923 99270 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/c504d3c7-82dd-410c-bb4b-1c2941328b35 0.360s 2025-08-05 21:46:47,923 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1543', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b640111c-5f52-490c-a469-2e22b2161ffa', 'x-compute-request-id': 'req-b640111c-5f52-490c-a469-2e22b2161ffa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35'} Body: b'{"server": {"id": "c504d3c7-82dd-410c-bb4b-1c2941328b35", "name": "tempest-AttachVolumeNegativeTest-server-968034646", "status": "ACTIVE", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "user_id": "5dff5149fe8c4980b708ae021985c714", "metadata": {}, "hostId": "5ed9ae78546f407d19f04885dddc2c75ab48c7792eeda067ab6ec367", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:45:57Z", "updated": "2025-08-05T21:46:13Z", "addresses": {"tempest-AttachVolumeNegativeTest-914677661-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:e6:23"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1704033991", "OS-SRV-USG:launched_at": "2025-08-05T21:46:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1118458782"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:46:47,938 99270 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:47:48,234 99270 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/c504d3c7-82dd-410c-bb4b-1c2941328b35/os-interface 0.238s 2025-08-05 21:47:48,235 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47: 47 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-27b9dded-5355-4053-9441-2c7a7cec295d', 'x-compute-request-id': 'req-27b9dded-5355-4053-9441-2c7a7cec295d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "fbd278bc-3e53-4aec-a77d-eaccee53646b", "port_id": "7e657e4c-e6c4-49de-81bd-0756e6b0794e", "mac_addr": "fa:16:3e:05:e6:23", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "11154377-4938-4e8f-9d6e-91d231351f7d", "ip_address": "10.0.0.11"}]}]}' 2025-08-05 21:47:49,031 99270 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/457e4503-d3c7-4b13-8bb9-a40b682cf29d 0.792s 2025-08-05 21:47:49,031 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "7e657e4c-e6c4-49de-81bd-0756e6b0794e"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-eec38000-9851-4657-b4e5-426132143e58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/457e4503-d3c7-4b13-8bb9-a40b682cf29d'} Body: b'{"floatingip": {"id": "457e4503-d3c7-4b13-8bb9-a40b682cf29d", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "floating_ip_address": "172.24.4.125", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "48a12ba8-311b-483d-a3d2-becc91c152c1", "port_id": "7e657e4c-e6c4-49de-81bd-0756e6b0794e", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "fbd278bc-3e53-4aec-a77d-eaccee53646b", "mac_address": "fa:16:3e:05:e6:23", "admin_state_up": true, "status": "ACTIVE", "device_id": "c504d3c7-82dd-410c-bb4b-1c2941328b35", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:45:55Z", "updated_at": "2025-08-05T21:47:48Z", "revision_number": 1, "project_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:47:49,032 99270 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.125:22' as 'cirros' with public key authentication 2025-08-05 21:47:49,055 99270 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:47:49,161 99270 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:47:49,162 99270 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.125 successfully created 2025-08-05 21:47:49,208 99270 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/c504d3c7-82dd-410c-bb4b-1c2941328b35/ips 0.045s 2025-08-05 21:47:49,208 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:49 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-e5fd1a42-ec30-4fe5-a80d-daea4071ed08', 'x-compute-request-id': 'req-e5fd1a42-ec30-4fe5-a80d-daea4071ed08', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35 /ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-914677661-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2025-08-05 21:47:49,395 99270 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.184s 2025-08-05 21:47:49,396 99270 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-1481356564"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-edd88d27-3632-4427-a06d-ee068bd3d010', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-edd88d27-3632-4427-a06d-ee068bd3d010', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b7dfff50-6ed4-4374-8eaa-8d4462018a88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:49.336388", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1481356564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:47:49,657 99270 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/b7dfff50-6ed4-4374-8eaa-8d4462018a88 0.246s 2025-08-05 21:47:49,658 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e9eba09-fec0-4710-8739-798424eeed92', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e9eba09-fec0-4710-8739-798424eeed92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88'} Body: b'{"volume": {"id": "b7dfff50-6ed4-4374-8eaa-8d4462018a88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:49.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1481356564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:47:50,717 99270 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/b7dfff50-6ed4-4374-8eaa-8d4462018a88 0.038s 2025-08-05 21:47:50,717 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ' '} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26c727ad-1e39-46fd-a18b-e587b2f1b703', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26c727ad-1e39-46fd-a18b-e587b2f1b703', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88'} Body: b'{"volume": {"id": "b7dfff50-6ed4-4374-8eaa-8d4462018a88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:49.000000", "updated_at": "2025-08-05T21:47:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1481356564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:47:50,850 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35 0.119s 2025-08-05 21:47:50,850 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:50 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-d6d24670-8126-4822-881a-878adb067869', 'x-compute-request-id': 'req-d6d24670-8126-4822-881a-878adb067869', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35'} Body: b'' 2025-08-05 21:47:51,013 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35 0.162s 2025-08-05 21:47:51,013 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e7117d18-f700-44db-a7bf-24ec902a4f95', 'x-compute-request-id': 'req-e7117d18-f700-44db-a7bf-24ec902a4f95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35'} Body: b'{"server": {"id": "c504d3c7-82dd-410c-bb4b-1c2941328b35", "name": "tempest-AttachVolumeNegativeTest-server-968034646", "status": "ACTIVE", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "user_id": "5dff5149fe8c4980b708ae021985c714", "metadata": {}, "hostId": "5ed9ae78546f407d19f04885dddc2c75ab48c7792eeda067ab6ec367", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:45:57Z", "updated": "2025-08-05T21:47:51Z", "addresses": {"tempest-Att achVolumeNegativeTest-914677661-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:e6:23"}, {"version": 4, "addr": "172.24.4.125", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:e6:23"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1704033991", "OS-SRV-USG:launched_at": "2025-08-05T21:46:13.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1118458782"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:48:41,100 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35 0.046s 2025-08-05 21:48:41,101 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 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-011d48dd-16a3-43c3-a613-fc61e90c9d34', 'x-compute-request-id': 'req-011d48dd-16a3-43c3-a613-fc61e90c9d34', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c504d3c7-82dd-410c-bb4b-1c2941328b35'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c504d3c7-82dd-410c-bb4b-1c2941328b35 could not be found."}}' 2025-08-05 21:48:41,165 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1704033991 0.063s 2025-08-05 21:48:41,165 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 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-1aeaf5c1-58dc-4e9d-9375-6783402b548d', 'x-compute-request-id': 'req-1aeaf5c1-58dc-4e9d-9375-6783402b548d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1704033991'} Body: b'' 2025-08-05 21:48:41,346 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/1d08db5b-9651-42d7-9247-936eee5dadb5 0.180s 2025-08-05 21:48:41,346 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-83c01466-6ffa-4947-b332-68e3b51aaa86', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/1d08db5b-9651-42d7-9247-936eee5dadb5'} Body: b'' 2025-08-05 21:48:41,365 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/1d08db5b-96 51-42d7-9247-936eee5dadb5 0.018s 2025-08-05 21:48:41,366 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-ce15bd90-ae18-4fcf-a8ed-23738a06fb90', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/1d08db5b-9651-42d7-9247-936eee5dadb5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1d08db5b-9651-42d7-9247-936eee5dadb5 does not exist", "detail": ""}}' 2025-08-05 21:48:41,729 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/457e4503-d3c7-4b13-8bb9-a40b682cf29d 0.363s 2025-08-05 21:48:41,730 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-041ec8dd-36ba-438f-949a-e645743ac9c0', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/457e4503-d3c7-4b13-8bb9-a40b682cf29d'} Body: b'' 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 4080a16a-d5b7-44ab-bb3a-44d57c74b115 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:41,386 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e 0.183s 2025-08-05 21:48:41,386 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c95fa231-12f6-4c54-b1b3-430f84609401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} 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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:41,764 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/volumes 0.377s 2025-08-05 21:48:41,765 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1900799460"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-16a9acfa-c741-4908-ac82-ffceadf391db', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-16a9acfa-c741-4908-ac82-ffceadf391db', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4080a16a-d5b7-44ab-bb3a-44d57c74b115", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:41.667156", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1900799460", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115"}], "user_id": "1dd1ac64150149518b899cde7f85654a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:41,822 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115 0.045s 2025-08-05 21:48:41,822 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req -0deaa3d4-da22-4d7a-bade-73e5d28580c6', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0deaa3d4-da22-4d7a-bade-73e5d28580c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115'} Body: b'{"volume": {"id": "4080a16a-d5b7-44ab-bb3a-44d57c74b115", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:42.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1900799460", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115"}], "user_id": "1dd1ac64150149518b899cde7f85654a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f2cf43e436243f88fcd18a06c0e9632"}}' 2025-08-05 21:48:42,879 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115 0.042s 2025-08-05 21:48:42,880 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a17da263-d6a6-45af-8af5-bf82ef69bf5d', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a17da263-d6a6-45af-8af5-bf82ef69bf5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115'} Body: b'{"volume": {"id": "4080a16a-d5b7-44ab-bb3a-44d57c74b115", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:42.000000", "updated_at": "2025-08-05T21:48:42.000000", "name": "tempest-VolumesExtendTest-Volume-1900799460", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115"}], "user_id": "1dd1ac64150149518b899cde7f85654a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f2cf43e436243f88fcd18a06c0e9632"}}' 2025-08-05 21:48:42,948 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115 0.054s 2025-08-05 21:48:42,949 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ac6e5c3c-b9c4-42a1-b459-3d0b25af4cc2', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac6e5c3c-b9c4-42a1-b459-3d0b25af4cc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115'} Body: b'{"volume": {"id": "4080a16a-d5b7-44ab-bb3a-44d57c74b115", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:42.000000", "updated_at": "2025-08-05T21:48:42.000000", "name": "tempest-VolumesExtendTest-Volume-1900799460", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115"}], "user_id": "1dd1ac64150149518b899cde7f85654a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f2cf43e436243f88fcd18a06c0e9632"}}' 2025-08-05 21:48:43,157 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115 0.194s 2025-08-05 21:48:43,157 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50bbd34b-1581-4a5f-aa71-a1a53b257455', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115'} Body: b'' 2025-08-05 21:48:43,180 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115 0.022s 2025-08-05 21:48:43,181 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-bac20210-b5b9-45b0-ba56-64aede6e1aa2', 'x-openstack-request-id': 'req-bac20210-b5b9-45b0-ba56-64aede6e1aa2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4080a16a-d5b7-44ab-bb3a-44d57c74b115'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4080a16a-d5b7-44ab-bb3a-44d57c74b115 could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] ------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 3df40220-9d8f-49e3-97e7-3cda17116575 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:46:01,371 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.139s 2025-08-05 21:46:01,372 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:01 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-01e4e524-90e1-4546-836c-e067a2c743b9', '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": "c1ee4773c69b43f68e29c4e46522ee9c", "name": "tempest-VolumesActionsTest-35017079-project-member", "password_expires_at": null}, "audit_ids": ["PYaVjs_MTsqmKimH5Ue2zg"], "expires_at": "2025-08-05T22:46:01.000000Z", "issued_at": "2025-08-05T21:46:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f12610066346419c88553cf6c439358e", "name": "tempest-VolumesActionsTest-35017079"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f12610066346419c88553cf6c439358e", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:46:01,372 99292 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': 'ac4c4709-b3ae-474a-ac3e-75467783d274', 'name': 'tempest-VolumesActionsTest-264637344-network', 'tenant_id': 'f12610066346419c88553cf6c439358e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f12610066346419c88553cf6c439358e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63678, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:45:44Z', 'updated_at': '2025-08-0 5T21:45:44Z', 'revision_number': 1} available for tenant 2025-08-05 21:46:02,032 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.658s 2025-08-05 21:46:02,032 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-1592973815", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "ac4c4709-b3ae-474a-ac3e-75467783d274"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e3e8585d-4d31-48c7-8033-edd7ffd37cb7', 'x-compute-request-id': 'req-e3e8585d-4d31-48c7-8033-edd7ffd37cb7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a5925049-5cc7-4a5c-bf5e-0b8a486221c4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "frG3x8WEGcJk"}}' 2025-08-05 21:46:02,123 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4 0.087s 2025-08-05 21:46:02,123 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:02 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-d8f5461d-7063-4836-b1ea-8d076e3415a9', 'x-compute-request-id': 'req-d8f5461d-7063-4836-b1ea-8d076e3415a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4'} Body: b'{"server": {"id": "a5925049-5cc7-4a5c-bf5e-0b8a486221c4", "name": "tempest-VolumesActionsTest-instance-1592973815", "status": "BUILD", "tenant_id": "f12610066346419c88553cf6c439358e", "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:46:02Z", "updated": "2025-08-05T21:46:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4"}], "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-08-05 21:46:52,482 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a 5c-bf5e-0b8a486221c4 0.293s 2025-08-05 21:46:52,483 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1483', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bce5c150-945e-430a-8749-1f9084ed1078', 'x-compute-request-id': 'req-bce5c150-945e-430a-8749-1f9084ed1078', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4'} Body: b'{"server": {"id": "a5925049-5cc7-4a5c-bf5e-0b8a486221c4", "name": "tempest-VolumesActionsTest-instance-1592973815", "status": "ACTIVE", "tenant_id": "f12610066346419c88553cf6c439358e", "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "metadata": {}, "hostId": "cec70f7a285821f98cb8c848e2189ef90cb5d86e427418fc730a9e6b", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:46:02Z", "updated": "2025-08-05T21:46:18Z", "addresses": {"tempest-VolumesActionsTest-264637344-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:1b:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:46:18.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-08-05 21:46:52,498 99292 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:47:52,772 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.212s 2025-08-05 21:47:52,773 99292 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-58926599"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1390fa87-844e-49c9-8f26-6fbd1adecc32', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1390fa87-844e-49c9-8f26-6fbd1adecc32', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3df40220-9d8f-49e3-97e7-3cda17116575", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:52.712075", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-58926599", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3df40220-9d8f-49e3-97e7-3cda17116575"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygrou p_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:47:52,823 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575 0.038s 2025-08-05 21:47:52,823 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f50f658e-b1b7-43b6-a75b-f5726ae22f8b', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f50f658e-b1b7-43b6-a75b-f5726ae22f8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575'} Body: b'{"volume": {"id": "3df40220-9d8f-49e3-97e7-3cda17116575", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:53.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-58926599", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3df40220-9d8f-49e3-97e7-3cda17116575"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:47:53,875 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575 0.036s 2025-08-05 21:47:53,875 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-035b470a-5489-4021-964d-5d95a6643e6f', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-035b470a-5489-4021-964d-5d95a6643e6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575'} Body: b'{"volume": {"id": "3df40220-9d8f-49e3-97e7-3cda17116575", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:53.000000", "updated_at": "2025-08-05T21:47:53.000000", "name": "tempest-VolumesActionsTest-Volume-58926599", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3df40220-9d8f-49e3-97e7-3cda17116575"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:47:53,934 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575 0.043s 2025-08-05 21:47:53,935 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:53 GMT', 'server': 'Apac he/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b013c6de-8f23-44b9-9c8c-49d2de192236', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b013c6de-8f23-44b9-9c8c-49d2de192236', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575'} Body: b'{"volume": {"id": "3df40220-9d8f-49e3-97e7-3cda17116575", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:53.000000", "updated_at": "2025-08-05T21:47:53.000000", "name": "tempest-VolumesActionsTest-Volume-58926599", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3df40220-9d8f-49e3-97e7-3cda17116575"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:47:54,100 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575 0.152s 2025-08-05 21:47:54,101 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e8f4df3-e79f-4582-aaa5-925c41022400', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575'} Body: b'' 2025-08-05 21:47:54,126 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575 0.024s 2025-08-05 21:47:54,126 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47: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-404af584-acdf-4ccc-91a2-8d44ae8f7565', 'x-openstack-request-id': 'req-404af584-acdf-4ccc-91a2-8d44ae8f7565', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3df40220-9d8f-49e3-97e7-3cda17116575'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3df40220-9d8f-49e3-97e7-3cda17116575 could not be found."}}' 2025-08-05 21:47:54,240 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4 0.112s 2025-08-05 21:47:54,240 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47: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-50c350a2-9cd4-43a0-8b47-c77e39a224ab', 'x-compute-request-id': 'req-50c350a2-9cd4-43a0-8b47-c77e39a224ab', 'connection': 'close', 'status': '204', 'content-locatio n': 'http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4'} Body: b'' 2025-08-05 21:47:54,462 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4 0.222s 2025-08-05 21:47:54,463 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1489', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1f6306fa-5e26-4a05-ab6f-89f64a7230fe', 'x-compute-request-id': 'req-1f6306fa-5e26-4a05-ab6f-89f64a7230fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4'} Body: b'{"server": {"id": "a5925049-5cc7-4a5c-bf5e-0b8a486221c4", "name": "tempest-VolumesActionsTest-instance-1592973815", "status": "ACTIVE", "tenant_id": "f12610066346419c88553cf6c439358e", "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "metadata": {}, "hostId": "cec70f7a285821f98cb8c848e2189ef90cb5d86e427418fc730a9e6b", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:46:02Z", "updated": "2025-08-05T21:47:54Z", "addresses": {"tempest-VolumesActionsTest-264637344-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ac:1b:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:46:18.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-08-05 21:48:44,561 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4 0.033s 2025-08-05 21:48:44,562 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:44 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-acb3be03-28d0-47f5-9b67-eb069fbcc350', 'x-compute-request-id': 'req-acb3be03-28d0-47f5-9b67-eb069fbcc350', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a5925049-5cc7-4a5c-bf5e-0b8a486221c4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a5925049-5cc7-4a5c-bf5e-0b8a486221c4 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 e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:43,385 99272 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.201s 2025-08-05 21:48:43,386 99272 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-415318968"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a03819a6-d95a-4392-943d-3aea70b6051f', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a03819a6-d95a-4392-943d-3aea70b6051f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:43.321010", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-415318968", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62"}], "user_id": "1dd1ac64150149518b899cde7f85654a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:43,485 99272 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/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62 0.088s 2025-08-05 21:48:43,486 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b21e896-32c3-4a68-be5e-8d5266a74111', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b21e896-32c3-4a68-be5e-8d5266a74111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62'} Body: b'{"volume": {"id": "e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:43.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-415318968", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62"}], "user_id": "1dd1ac64150149518b899cde7f85654a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f2cf43e436243f88fcd18a06c0e9632"}}' 2025-08-05 21:48:44,540 99272 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/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62 0.041s 2025-08-05 21:48:44,541 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b066f7d-01c6-4145-a8bc-748c7339f37b', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b066f7d-01c6-4145-a8bc-748c7339f37b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62'} Body: b'{"volume": {"id": "e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:43.000000", "updated_at": "2025-08-05T21:48:43.000000", "name": "tempest-VolumesExtendTest-Volume-415318968", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62"}], "user_id": "1dd1ac64150149518b899cde7f85654a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f2cf43e436243f88fcd18a06c0e9632"}}' 2025-08-05 21:48:44,599 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62 0.045s 2025-08-05 21:48:44,599 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7983f499-b59f-499a-9932-982a21cd7ea8', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7983f499-b59f-499a-9932-982a21cd7ea8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62'} Body: b'{"volume": {"id": "e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:43.000000", "updated_at": "2025-08-05T21:48:43.000000", "name": "tempest-VolumesExtendTest-Volume-415318968", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62"}], "user_id": "1dd1ac64150149518b899cde7f85654a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f2cf43e436243f88fcd18a06c0e9632"}}' 2025-08-05 21:48:44,731 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62 0.118s 2025-08-05 21:48:44,731 99272 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-c54e8f9d-7ba7-4946-9108-da27ba7644e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62'} Body: b'' 2025-08-05 21:48:44,769 99272 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62 0.037s 2025-08-05 21:48:44,770 99272 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-b6f82ad4-1803-48ad-a5cb-564b89211f4d', 'x-openstack-request-id': 'req-b6f82ad4-1803-48ad-a5cb-564b89211f4d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e5851f2e-e4d2-4ef7-a1d7-b9de25ca2d62 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 397ad5d6-fbcd-4010-a89e-a75b338df4b8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:44,852 99292 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.284s 2025-08-05 21:48:44,852 99292 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-243536033"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f147b978-2568-46e4-9c49-d7883239ebb5', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f147b978-2568-46e4-9c49-d7883239ebb5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "397ad5d6-fbcd-4010-a89e-a75b338df4b8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:44.778539", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-243536033", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:44,907 99292 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/397ad5d6-fbcd-4010-a89e-a75b338df4b8 0.043s 2025-08-05 21:48:44,907 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5edf7405-646a-4ff8-ad22-03bd82731c74', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5edf7405-646a-4ff8-ad22-03bd82731c74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8'} Body: b'{"volume": {"id": "397ad5d6-fbcd-4010-a89e-a75b338df4b8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:45.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-243536033", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:45,976 99292 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/397ad5d6-fbcd-4010-a89e-a75b338df4b8 0.054s 2025-08-05 21:48:45,977 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ef3a907-209f-4442-8f17-c03d8eb78be7', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ef3a907-209f-4442-8f17-c03d8eb78be7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8'} Body: b'{"volume": {"id": "397ad5d6-fbcd-4010-a89e-a75b338df4b8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:45.000000", "updated_at": "2025-08-05T21:48:45.000000", "name": "tempest-VolumesActionsTest-Volume-243536033", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:46,049 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8 0.058s 2025-08-05 21:48:46,050 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e52894a6-c04e-4393-a355-dcf15cafb264', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e52894a6-c04e-4393-a355-dcf15cafb264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8'} Body: b'{"volume": {"id": "397ad5d6-fbcd-4010-a89e-a75b338df4b8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:45.000000", "updated_at": "2025-08-05T21:48:45.000000", "name": "tempest-VolumesActionsTest-Volume-243536033", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:46,230 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8 0.167s 2025-08-05 21:48:46,231 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-d35b12b3-2ac6-4664-abab-a600baa5bd6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8'} Body: b'' 2025-08-05 21:48:46,265 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8 0.033s 2025-08-05 21:48:46,265 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-b1b1d184-33d3-4064-b614-bdfbdb03113a', 'x-openstack-request-id': 'req-b1b1d184-33d3-4064-b614-bdfbdb03113a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/397ad5d6-fbcd-4010-a89e-a75b338df4b8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 397ad5d6-fbcd-4010-a89e-a75b338df4b8 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 bd0d97f0-55f3-426c-9adc-5705f90f6793 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:46,503 99292 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.235s 2025-08-05 21:48:46,504 99292 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-841205645"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6fa961f5-e103-43e3-923e-5a8299132a96', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6fa961f5-e103-43e3-923e-5a8299132a96', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "bd0d97f0-55f3-426c-9adc-5705f90f6793", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:46.421825", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-841205645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:46,564 99292 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/bd0d97f0-55f3-426c-9adc-5705f90f6793 0.049s 2025-08-05 21:48:46,565 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5292bb8e-c921-415d-bd60-045d26e39aea', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5292bb8e-c921-415d-bd60-045d26e39aea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793'} Body: b'{"volume": {"id": "bd0d97f0-55f3-426c-9adc-5705f90f6793", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:46.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-841205645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:47,623 99292 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/bd0d97f0-55f3-426c-9adc-5705f90f6793 0.044s 2025-08-05 21:48:47,623 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x -compute-request-id': 'req-ac0e93a2-66bd-4596-aee0-82c2ddcbcb77', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ac0e93a2-66bd-4596-aee0-82c2ddcbcb77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793'} Body: b'{"volume": {"id": "bd0d97f0-55f3-426c-9adc-5705f90f6793", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:46.000000", "updated_at": "2025-08-05T21:48:47.000000", "name": "tempest-VolumesActionsTest-Volume-841205645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:47,675 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793 0.038s 2025-08-05 21:48:47,676 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d2b6834-7ed9-451c-a6f9-789e8c373fe3', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d2b6834-7ed9-451c-a6f9-789e8c373fe3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793'} Body: b'{"volume": {"id": "bd0d97f0-55f3-426c-9adc-5705f90f6793", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:46.000000", "updated_at": "2025-08-05T21:48:47.000000", "name": "tempest-VolumesActionsTest-Volume-841205645", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:47,800 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793 0.110s 2025-08-05 21:48:47,800 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-a40a657a-585f-4b83-952a-f25f42aec32a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793'} Body: b'' 2025-08-05 21:48:47,821 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793 0.020s 2025-08-05 21: 48:47,821 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-41d99175-cd05-4f36-8890-551f42253c69', 'x-openstack-request-id': 'req-41d99175-cd05-4f36-8890-551f42253c69', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd0d97f0-55f3-426c-9adc-5705f90f6793'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bd0d97f0-55f3-426c-9adc-5705f90f6793 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 ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:48,021 99292 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.196s 2025-08-05 21:48:48,021 99292 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-2069362166"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7cf1e79b-feb3-4437-af8a-45bba6ef3261', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7cf1e79b-feb3-4437-af8a-45bba6ef3261', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:47.953653", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2069362166", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:48,097 99292 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/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6 0.062s 2025-08-05 21:48:48,097 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38c5051f-0e52-43dd-a9c2-bcbea4bd9f8d', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38c5051f-0e52-43dd-a9c2-bcbea4bd9f8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6'} Body: b'{"volume": {"id": "ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:48.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-2069362166", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:49,157 99292 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/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6 0.041s 2025-08-05 21:48:49,157 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compu te-request-id': 'req-6ba0bef8-afad-4a3b-b759-a2b8d9ddd582', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ba0bef8-afad-4a3b-b759-a2b8d9ddd582', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6'} Body: b'{"volume": {"id": "ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:48.000000", "updated_at": "2025-08-05T21:48:48.000000", "name": "tempest-VolumesActionsTest-Volume-2069362166", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:49,230 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6 0.058s 2025-08-05 21:48:49,231 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a510cbf-7ba8-4cbf-a4e3-7cfabc8b596f', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0a510cbf-7ba8-4cbf-a4e3-7cfabc8b596f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6'} Body: b'{"volume": {"id": "ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:48.000000", "updated_at": "2025-08-05T21:48:48.000000", "name": "tempest-VolumesActionsTest-Volume-2069362166", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:49,380 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6 0.125s 2025-08-05 21:48:49,381 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-e948d9f0-cfef-4d8d-9654-73576ae4f611', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6'} Body: b'' 2025-08-05 21:48:49,404 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6 0.022s 2025-08-05 21:48:4 9,404 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-98d284c2-7359-4866-bee1-421de8568509', 'x-openstack-request-id': 'req-98d284c2-7359-4866-bee1-421de8568509', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ef3e9f2d-9fe9-4674-8d12-54548fa7f5f6 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 d13d1991-db5a-460a-b815-4f5a930e811d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:49,689 99292 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.279s 2025-08-05 21:48:49,689 99292 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-534419092"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-437f616a-c2bd-4dd1-bb5d-9e7c6e13af67', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-437f616a-c2bd-4dd1-bb5d-9e7c6e13af67', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d13d1991-db5a-460a-b815-4f5a930e811d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:49.571813", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-534419092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d13d1991-db5a-460a-b815-4f5a930e811d"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:49,770 99292 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/d13d1991-db5a-460a-b815-4f5a930e811d 0.068s 2025-08-05 21:48:49,770 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7484f19-4fa3-4142-84bf-e24e96e7d975', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7484f19-4fa3-4142-84bf-e24e96e7d975', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d'} Body: b'{"volume": {"id": "d13d1991-db5a-460a-b815-4f5a930e811d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:50.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-534419092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d13d1991-db5a-460a-b815-4f5a930e811d"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:50,825 99292 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/d13d1991-db5a-460a-b815-4f5a930e811d 0.038s 2025-08-05 21:48:50,825 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-d8c7782d-b83c-4007-b706-b9c3356cd959', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8c7782d-b83c-4007-b706-b9c3356cd959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d'} Body: b'{"volume": {"id": "d13d1991-db5a-460a-b815-4f5a930e811d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:50.000000", "updated_at": "2025-08-05T21:48:50.000000", "name": "tempest-VolumesActionsTest-Volume-534419092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d13d1991-db5a-460a-b815-4f5a930e811d"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:50,899 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d 0.058s 2025-08-05 21:48:50,899 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5469acc3-1170-4512-9476-3a92bee64228', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5469acc3-1170-4512-9476-3a92bee64228', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d'} Body: b'{"volume": {"id": "d13d1991-db5a-460a-b815-4f5a930e811d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:50.000000", "updated_at": "2025-08-05T21:48:50.000000", "name": "tempest-VolumesActionsTest-Volume-534419092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d13d1991-db5a-460a-b815-4f5a930e811d"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:51,197 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d 0.282s 2025-08-05 21:48:51,197 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-586ed0d3-53ad-405e-9cfd-f2b760010856', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d'} Body: b'' 2025-08-05 21:48:51,219 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d 0.021s 2025- 08-05 21:48:51,220 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-bf66a88c-4a1b-4cc8-ad22-04c37cd5a972', 'x-openstack-request-id': 'req-bf66a88c-4a1b-4cc8-ad22-04c37cd5a972', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d13d1991-db5a-460a-b815-4f5a930e811d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d13d1991-db5a-460a-b815-4f5a930e811d 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 5402264b-e3ca-4150-be02-56e68f77d027 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:51,434 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/volumes 0.212s 2025-08-05 21:48:51,435 99292 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-609237741"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2daac8c4-9c30-4b8e-8c31-9dc84d528549', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2daac8c4-9c30-4b8e-8c31-9dc84d528549', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5402264b-e3ca-4150-be02-56e68f77d027", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:51.363972", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-609237741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5402264b-e3ca-4150-be02-56e68f77d027"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:48:51,509 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027 0.061s 2025-08-05 21:48:51,510 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-956c5576-48f9-4652-8565-4b814207954a', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-956c5576-48f9-4652-8565-4b814207954a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027'} Body: b'{"volume": {"id": "5402264b-e3ca-4150-be02-56e68f77d027", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:51.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-609237741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5402264b-e3ca-4150-be02-56e68f77d027"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:52,562 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027 0.036s 2025-08-05 21:48:52,562 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5cd3731-d123-45f5-bc95-749bd3135a10', 'conte nt-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5cd3731-d123-45f5-bc95-749bd3135a10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027'} Body: b'{"volume": {"id": "5402264b-e3ca-4150-be02-56e68f77d027", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:51.000000", "updated_at": "2025-08-05T21:48:51.000000", "name": "tempest-VolumesActionsTest-Volume-609237741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5402264b-e3ca-4150-be02-56e68f77d027"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:52,619 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027 0.042s 2025-08-05 21:48:52,619 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2701ab87-4bd7-4e7a-84d6-ee7368937030', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2701ab87-4bd7-4e7a-84d6-ee7368937030', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027'} Body: b'{"volume": {"id": "5402264b-e3ca-4150-be02-56e68f77d027", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:48:51.000000", "updated_at": "2025-08-05T21:48:51.000000", "name": "tempest-VolumesActionsTest-Volume-609237741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5402264b-e3ca-4150-be02-56e68f77d027"}], "user_id": "c1ee4773c69b43f68e29c4e46522ee9c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f12610066346419c88553cf6c439358e"}}' 2025-08-05 21:48:52,747 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027 0.113s 2025-08-05 21:48:52,747 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-41b9a988-b791-4b23-ab26-3506910a2362', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027'} Body: b'' 2025-08-05 21:48:52,769 99292 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027 0.021s 2025-08-05 21:48:52,769 99292 DEBUG [tempest.lib.common.rest_client] Request - Head ers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48: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-22da7472-e395-4abc-b718-85439acc2f90', 'x-openstack-request-id': 'req-22da7472-e395-4abc-b718-85439acc2f90', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5402264b-e3ca-4150-be02-56e68f77d027'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5402264b-e3ca-4150-be02-56e68f77d027 could not be found."}}' setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 98adbc64-24a5-4d31-a054-3a191e50beed 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 bce997fb-3b35-4191-8014-90e22222b04a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:49:05,930 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e 0.147s 2025-08-05 21:49:05,931 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a7fab949-cf05-4770-a73f-82abb51f8593', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} 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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:49:06,244 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.311s 2025-08-05 21:49:06,244 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1, "name": "tempest-VolumesCloneTest-Volume-718506190"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3599a827-4310-4099-9160-61f52da5d2a5', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3599a827-4310-4099-9160-61f52da5d2a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "bce997fb-3b35-4191-8014-90e22222b04a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:06.188037", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-718506190", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bce997fb-3b35-4191-8014-90e22222b04a"}], "user_id": "4418b29043d04785a7061f0f2c281563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:49:06,293 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a 0.036s 2025-08-05 21:49:06,293 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-13c5eb9d-aa9c-4ea1-ad98-3d2312f037f2', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13c5eb9d-aa9c-4ea1-ad98-3d2312f037f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a'} Body: b'{"volume": {"id": "bce997fb-3b35-4191-8014-90e22222b04a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:06.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-718506190", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bce997fb-3b35-4191-8014-90e22222b04a"}], "user_id": "4418b29043d04785a7061f0f2c281563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ccda22f9fe35496ca6b6712258295925"}}' 2025-08-05 21:49:07,356 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a 0.049s 2025-08-05 21:49:07,357 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-abd3f26b-8729-494a-b900-e2180bfa03ef', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-abd3f26b-8729-494a-b900-e2180bfa03ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a'} Body: b'{"volume": {"id": "bce997fb-3b35-4191-8014-90e22222b04a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:06.000000", "updated_at": "2025-08-05T21:49:06.000000", "name": "tempest-VolumesCloneTest-Volume-718506190", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bce997fb-3b35-4191-8014-90e22222b04a"}], "user_id": "4418b29043d04785a7061f0f2c281563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ccda22f9fe35496ca6b6712258295925"}}' 2025-08-05 21:49:07,411 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a 0.040s 2025-08-05 21:49:07,411 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ae0024e-a6cc-43cf-881f-bef66f6647e5', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ae0024e-a6cc-43cf-881f-bef66f6647e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a'} Body: b'{"volume": {"id": "bce997fb-3b35-4191-8014-90e22222b04a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:06.000000", " updated_at": "2025-08-05T21:49:06.000000", "name": "tempest-VolumesCloneTest-Volume-718506190", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bce997fb-3b35-4191-8014-90e22222b04a"}], "user_id": "4418b29043d04785a7061f0f2c281563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ccda22f9fe35496ca6b6712258295925"}}' 2025-08-05 21:49:07,516 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a 0.092s 2025-08-05 21:49:07,517 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49: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-9bff8dc3-719c-446e-88e3-3a7cd768a2d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a'} Body: b'' 2025-08-05 21:49:07,540 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a 0.023s 2025-08-05 21:49:07,541 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49: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-3907f08b-b8a5-447e-895d-5fc3deb948b4', 'x-openstack-request-id': 'req-3907f08b-b8a5-447e-895d-5fc3deb948b4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bce997fb-3b35-4191-8014-90e22222b04a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bce997fb-3b35-4191-8014-90e22222b04a 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 83399532-ff46-4951-beca-9f4e29f93489 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:49:07,748 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.204s 2025-08-05 21:49:07,748 99292 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-535111170"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cee8ccb-6563-498a-81d1-0f071502662b', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cee8ccb-6563-498a-81d1-0f071502662b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "83399532-ff46-4951-beca-9f4e29f93489", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:07.680951", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-535111170", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/83399532-ff46-4951-beca-9f4e29f93489"}], "user_id": "4418b29043d04785a7061f0f2c281563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:49:07,805 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489 0.043s 2025-08-05 21:49:07,805 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cbe97a4-20d7-437a-94ac-568c9175193e', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cbe97a4-20d7-437a-94ac-568c9175193e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489'} Body: b'{"volume": {"id": "83399532-ff46-4951-beca-9f4e29f93489", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:08.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-535111170", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/83399532-ff46-4951-beca-9f4e29f93489"}], "user_id": "4418b29043d04785a7061f0f2c281563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ccda22f9fe35496ca6b6712258295925"}}' 2025-08-05 21:49:08,858 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489 0.039s 2025-08-05 21:49:08,859 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c00b0d43-b7b1-4969-9830-e3e1456e846e', 'content-length': '83 6', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c00b0d43-b7b1-4969-9830-e3e1456e846e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489'} Body: b'{"volume": {"id": "83399532-ff46-4951-beca-9f4e29f93489", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:08.000000", "updated_at": "2025-08-05T21:49:08.000000", "name": "tempest-VolumesCloneTest-Volume-535111170", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/83399532-ff46-4951-beca-9f4e29f93489"}], "user_id": "4418b29043d04785a7061f0f2c281563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ccda22f9fe35496ca6b6712258295925"}}' 2025-08-05 21:49:08,918 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489 0.046s 2025-08-05 21:49:08,919 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6e4de638-2860-4dc7-a792-1d1b466cd406', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6e4de638-2860-4dc7-a792-1d1b466cd406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489'} Body: b'{"volume": {"id": "83399532-ff46-4951-beca-9f4e29f93489", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:08.000000", "updated_at": "2025-08-05T21:49:08.000000", "name": "tempest-VolumesCloneTest-Volume-535111170", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/83399532-ff46-4951-beca-9f4e29f93489"}], "user_id": "4418b29043d04785a7061f0f2c281563", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ccda22f9fe35496ca6b6712258295925"}}' 2025-08-05 21:49:09,031 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489 0.098s 2025-08-05 21:49:09,031 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49: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-6da205f2-9ea7-4464-839c-b56cd70c709c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489'} Body: b'' 2025-08-05 21:49:09,053 99292 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489 0.021s 2025-08-05 21:49:09,053 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'ap plication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49: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-7d2da950-d86f-4cb6-ae96-2ea42d2b80a9', 'x-openstack-request-id': 'req-7d2da950-d86f-4cb6-ae96-2ea42d2b80a9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/83399532-ff46-4951-beca-9f4e29f93489'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 83399532-ff46-4951-beca-9f4e29f93489 could not be found."}}' 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 8754bbba-1581-4417-8076-91d4d7be35de failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:49:26,978 99292 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-111142102-1463479879 on backend None 2025-08-05 21:49:27,150 99292 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.171s 2025-08-05 21:49:27,150 99292 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-111142102-1463479879", "extra_specs": {}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4fb37494-fb0b-4032-8449-1d2d8dda79d0', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4fb37494-fb0b-4032-8449-1d2d8dda79d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "13916767-0f64-4369-93d9-09936d84054e", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-111142102-1463479879", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:49:27,156 99292 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-08-05 21:49:27,783 99292 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.624s 2025-08-05 21:49:27,784 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1944196844", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/3f3890da-368e-45ad-abf1-e70e69fe8bbe', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-8243451c-27d7-44f9-afaf-69e509bd278e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1944196844", "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": "7ff97e8e425c4535aace8186bba7bd6c", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3f3890da-368e-45ad-abf1-e70e69fe8bbe", "created_at": "2025-08-05T21:49:28Z", "updated_at": "2025-08-05T21:49:28Z", "tags": [], "self": "/v2/images/3f3890da-368e-45ad-abf1-e70e69fe8bbe", "file": "/v2/images/3f3890da-368e-45ad-abf1-e70e69fe8bbe/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:49:28,993 99292 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/3f3890da-368e-45ad-abf1-e70e69fe8bbe/file 1.209s 2025-08-05 21:49:28,994 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-34c698f8-2257-4bae-aed3-54d 05196bfd9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3f3890da-368e-45ad-abf1-e70e69fe8bbe/file'} Body: b'' 2025-08-05 21:49:28,994 99292 DEBUG [tempest.scenario.manager] image:3f3890da-368e-45ad-abf1-e70e69fe8bbe 2025-08-05 21:49:29,057 99292 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.061s 2025-08-05 21:49:29,057 99292 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-1068312624", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdBpVw6UnUMrdsZ3A0deGSV0teoqqyqA4kZnYO+VnrNvLLz4SPyo82aK+/m8laiC65vO9LQrW7xUhGLoNo6g7JtNW20t0yU4jlPO27UfyTqsOrkZMaVCsYChvi5MTo//w=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '424', '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-6ee19f6d-4a4c-4125-a20a-fbf042c262ea', 'x-compute-request-id': 'req-6ee19f6d-4a4c-4125-a20a-fbf042c262ea', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-TestInstancesWithCinderVolumes-1068312624", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDdBpVw6UnUMrdsZ3A0deGSV0teoqqyqA4kZnYO+VnrNvLLz4SPyo82aK+/m8laiC65vO9LQrW7xUhGLoNo6g7JtNW20t0yU4jlPO27UfyTqsOrkZMaVCsYChvi5MTo//w==", "fingerprint": "ea:67:d2:a9:5b:31:2f:04:de:d0:a2:75:ba:18:60:07", "user_id": "bcec10b8a942450ba3c263a6ddbf9cb5"}}' 2025-08-05 21:49:29,098 99292 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.038s 2025-08-05 21:49:29,099 99292 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': 'Tue, 05 Aug 2025 21:49:29 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-b55e4d92-881f-4c8f-a16f-ff640c8f62c2', 'x-compute-request-id': 'req-b55e4d92-881f-4c8f-a16f-ff640c8f62c2', '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-08-05T21:48:52.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2025-08-05T21:49:23.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"user": {"nova-compute": {"available": true, "active": true, "updated_at": "2025-08-05T21:49:25.000000"}}}}]}' 2025-08-05 21:49:29,103 99292 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-109709781-150413722 on backend None 2025-08-05 21:49:29,133 99292 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.029s 2025-08-05 21:49:29,134 99292 DEBUG [tempest.lib.common.rest_client] Request - Heade rs: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-109709781-150413722", "extra_specs": {}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-337d79cd-2d6b-4e7e-b936-587563d2b34b', 'content-length': '267', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-337d79cd-2d6b-4e7e-b936-587563d2b34b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "980b5a6f-869b-4a3f-992a-f0de252367c9", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-109709781-150413722", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:49:29,138 99292 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-134869598-1064775649 on backend None 2025-08-05 21:49:29,176 99292 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.037s 2025-08-05 21:49:29,176 99292 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-134869598-1064775649", "extra_specs": {}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5801a611-9554-4175-9fba-9304d9ef8050', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5801a611-9554-4175-9fba-9304d9ef8050', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "1aff6610-72b8-48d6-be0d-b047d25d786e", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-134869598-1064775649", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:49:29,179 99292 DEBUG [tempest.scenario.test_instances_with_cinder_volumes] List of hosts selected to boot servers [{'zone': 'nova', 'host_name': 'user'}]: 2025-08-05 21:49:29,388 99292 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.208s 2025-08-05 21:49:29,389 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-181828999", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-109709781-150413722", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a92fef7-fff1-41fa-8cc4-8bb4139d5af5', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a92fef7-fff1-41fa-8cc4-8bb4139d5af5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c69d20fa-a37a-41d8-95c0-60f70c25ad74", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:29.320379", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-18 1828999", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-109709781-150413722", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c69d20fa-a37a-41d8-95c0-60f70c25ad74"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c69d20fa-a37a-41d8-95c0-60f70c25ad74"}], "user_id": "bcec10b8a942450ba3c263a6ddbf9cb5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:49:29,594 99292 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.193s 2025-08-05 21:49:29,595 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-393536918", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-134869598-1064775649", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe879066-ca07-4e6a-b36a-93940d5d13c7', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe879066-ca07-4e6a-b36a-93940d5d13c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "72fad896-758f-4cea-90f8-9de4dea0e414", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:29.526883", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-393536918", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-134869598-1064775649", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/72fad896-758f-4cea-90f8-9de4dea0e414"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/72fad896-758f-4cea-90f8-9de4dea0e414"}], "user_id": "bcec10b8a942450ba3c263a6ddbf9cb5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:49:29,632 99292 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/3f3890da-368e-45ad-abf1-e70e69fe8bbe 0.024s 2025-08-05 21:49:29,632 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '811', 'content-type': 'application/json', 'x-openstack-request-id': 'req-44c90c5e-229b-4773-8f87-27bc706e8400', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3f3890da-368e-45ad-abf1-e70e69fe8bbe'} Body: b'{"name": "tempest-scenario-img--1944196844", "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": "7ff97e8e425c4535aace8186bba7bd6c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "3f3890da-368e-45ad-abf1-e70e69fe8bbe", "created_at": "2025-08-05T21:49:28Z", "updated_at": "2025-08-05T21:49:29Z", "tag s": [], "self": "/v2/images/3f3890da-368e-45ad-abf1-e70e69fe8bbe", "file": "/v2/images/3f3890da-368e-45ad-abf1-e70e69fe8bbe/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:49:29,961 99292 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.328s 2025-08-05 21:49:29,961 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-870780130", "snapshot_id": null, "imageRef": "3f3890da-368e-45ad-abf1-e70e69fe8bbe", "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-111142102-1463479879", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6bff8edd-6ff9-40ce-a149-daa6430f3808', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6bff8edd-6ff9-40ce-a149-daa6430f3808', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8754bbba-1581-4417-8076-91d4d7be35de", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:29.896949", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-870780130", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-111142102-1463479879", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8754bbba-1581-4417-8076-91d4d7be35de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8754bbba-1581-4417-8076-91d4d7be35de"}], "user_id": "bcec10b8a942450ba3c263a6ddbf9cb5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:49:30,024 99292 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/8754bbba-1581-4417-8076-91d4d7be35de 0.050s 2025-08-05 21:49:30,025 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a264de6c-c3e8-416b-89f4-980809263e66', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a264de6c-c3e8-416b-89f4-980809263e66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8754bbba-1581-4417-8076-91d4d7be35de'} Body: b'{"volume": {"id": "8754bbba-1581-4417-8076-91d4d7be35de", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:30.000000", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-870780130", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-111142102-1463479879", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8754bbba-1581-4417-8076-91d4d7be35de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8754bbba-1581-4417-8076-91d4d7be35de"}], "user_id": "bcec10b8a942450ba3c263a6ddbf9cb5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ff97e8e425c4535aace8186bba7bd6c"}}' 2025-08-05 21:49:31,079 99292 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/8754bbba-1581-4417-8076-91d4d7be35de 0.038s 2025-08-05 21:49:31,079 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50908ddf-e466-426a-8e9b-1501a5b502a9', 'content-length': '932', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50908ddf-e466-426a-8e9b-1501a5b502a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8754bbba-1581-4417-8076-91d4d7be35de'} Body: b'{"volume": {"id": "8754bbba-1581-4417-8076-91d4d7be35de", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:49:30.000000", "updated_at": "2025-08-05T21:49:30.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-870780130", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-111142102-1463479879", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8754bbba-1581-4417-8076-91d4d7be35de"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8754bbba-1581-4417-8076-91d4d7be35de"}], "user_id": "bcec10b8a942450ba3c263a6ddbf9cb5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ff97e8e425c4535aace8186bba7bd6c"}}' 2025-08-05 21:49:31,261 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/8754bbba-1581-4417-8076-91d4d7be35de 0.167s 2025-08-05 21:49:31,261 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b001ff1-620c-4cc7-a80f-c6110621e42f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8754bbba-1581-4417-8076-91d4d7be35de'} Body: b'' 2025-08-05 21:49:31,283 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/8754bbba-1581-4417-8076-91d4d7be35de 0.021s 2025-08-05 21:49:31,283 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe5ae5e4-0301-4874-acef-c8f97e5831e0', 'x-openstack-request-id': 'req-fe5ae5e4-0301-4874-acef-c8f97e5831e0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8754bbba-1581-4417-8076-91d4d7be35de'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8754bbba-1581-4417-8076-91d4d7be35de could not be found."}}' 2025-08-05 21:49:31,374 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/72fad896-758f-4cea-90f8-9de4dea0e414 0.090s 2025- 08-05 21:49:31,374 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4f4c803-6218-4998-a819-9507d70b13fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/72fad896-758f-4cea-90f8-9de4dea0e414'} Body: b'' 2025-08-05 21:49:31,406 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/72fad896-758f-4cea-90f8-9de4dea0e414 0.031s 2025-08-05 21:49:31,407 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d49ec9-61ab-4f34-b8cc-6fe05847df5c', 'x-openstack-request-id': 'req-40d49ec9-61ab-4f34-b8cc-6fe05847df5c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/72fad896-758f-4cea-90f8-9de4dea0e414'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 72fad896-758f-4cea-90f8-9de4dea0e414 could not be found."}}' 2025-08-05 21:49:31,498 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c69d20fa-a37a-41d8-95c0-60f70c25ad74 0.090s 2025-08-05 21:49:31,498 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-62155696-1250-4b6f-b7cf-246e52cac4bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c69d20fa-a37a-41d8-95c0-60f70c25ad74'} Body: b'' 2025-08-05 21:49:31,518 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c69d20fa-a37a-41d8-95c0-60f70c25ad74 0.019s 2025-08-05 21:49:31,518 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0079565-ef8b-4a0c-8bf8-7b5038549c67', 'x-openstack-request-id': 'req-e0079565-ef8b-4a0c-8bf8-7b5038549c67', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c69d20fa-a37a-41d8-95c0-60f70c25ad74'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c69d20fa-a37a-41d8-95c0-60f70c25ad74 could not be found."}}' 2025-08-05 21:49:31,607 99292 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.088s 2025-08-05 21:49:31,607 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Hea ders: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e1140e5-18cb-4d07-b356-2c1af3a0c4d8', 'content-length': '3893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e1140e5-18cb-4d07-b356-2c1af3a0c4d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "b7dfff50-6ed4-4374-8eaa-8d4462018a88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:49.000000", "updated_at": "2025-08-05T21:47:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1481356564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "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": "9c3a08f750f6490189a2571a83bb89a1"}, {"id": "9657ec06-c012-4b84-b62c-b394151063a6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:10.000000", "updated_at": "2025-08-05T21:46:11.000000", "name": "tempest-ServerActionsTestOtherA-volume-2098695719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}], "user_id": "58808288af454894927dec847ec6e678", "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": "951c9bfd7e6c42dcbeee31cb28340b42"}, {"id": "21a82852-1f71-4d43-83a1-7d1a5ab73ee9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:45:31.000000", "updated_at": "2025-08-05T21:45:32.000000", "name": "395d7bc3-f57c-4592-96cd-1b5ee0a37388-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/21a82852-1f71-4d43-83a1-7d1a5ab73ee9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/21a82852-1f71-4d43-83a1-7d1a5ab73ee9"}], "user_id": "b8549009e4884d52bfcb55ebc821f090", "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": "e092b24f65b84980b550524c58deda79"}, {"id": "3b06ce8b-1590-4c06-8c3f-50f7c958d5bc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:45:03.000000", "updated_at": "2025-08-05T21:45:03.000000", "name": "tempest-AttachVolumeNegativeTest-volume-238228449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_st atus": 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": "9c3a08f750f6490189a2571a83bb89a1"}]}' 2025-08-05 21:49:31,672 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/1aff6610-72b8-48d6-be0d-b047d25d786e 0.048s 2025-08-05 21:49:31,673 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c582a52-f86e-4ed1-8dd3-684af226f8a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/1aff6610-72b8-48d6-be0d-b047d25d786e'} Body: b'' 2025-08-05 21:49:31,708 99292 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.035s 2025-08-05 21:49:31,709 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07eeba05-e575-4f26-b809-cd79f9ee0308', 'content-length': '3893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07eeba05-e575-4f26-b809-cd79f9ee0308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "b7dfff50-6ed4-4374-8eaa-8d4462018a88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:49.000000", "updated_at": "2025-08-05T21:47:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1481356564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "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": "9c3a08f750f6490189a2571a83bb89a1"}, {"id": "9657ec06-c012-4b84-b62c-b394151063a6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:10.000000", "updated_at": "2025-08-05T21:46:11.000000", "name": "tempest-ServerActionsTestOtherA-volume-2098695719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}], "user_id": "58808288af454894927dec847ec6e678", "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": "951c9bfd7e6c42dcbeee31cb28340b42"}, {"id": "21a82852-1f71-4d43-83a1-7d1a5ab73ee9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:45:31.000000", "updated_at": "2025-08-05T21:45:32.000000", "name": "395d7bc3-f57c-4592-96cd-1b5ee0a37388-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/21a82852-1f71-4d43-83a1-7d1a5ab73ee9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/21a82852-1f71-4d43-83a1-7d1a5ab73ee9"}], "user_id": "b8549009e4884d52bfcb55ebc821f090", "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": "e092b24f65b84980b550524c58deda79"}, {"id": "3b06ce8b-1590-4c06-8c3f-50f7c958d5bc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:45:03.000000", "updated_at": "2025-08-05T21:45:03.000000", "name": "tempest-AttachVolumeNegativeTest-volume-238228449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "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": "9c3a08f750f6490189a2571a83bb89a1"}]}' 2025-08-05 21:49:31,774 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/980b5a6f-869b-4a3f-992a-f0de252367c9 0.049s 2025-08-05 21:49:31,774 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cb2cf10-944a-46dc-bfa2-dad00fb099ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/980b5a6f-869b-4a3f-992a-f0de252367c9'} Body: b'' 2025-08-05 21:49:31,800 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-1068312624 0.025s 2025-08-05 21:49:31,800 99292 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': 'Tue, 05 Aug 2025 21:49:31 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-704324c3-a382-495a-9739-65a1094a2311', 'x-compute-request-id': 'req-704324c3-a382-495a-9739-65a1094a2311', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-1068312624'} Body: b'' 2025-08-05 21:49:31,884 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/3f3890da-368e-45ad-abf1-e70e69fe8bbe 0.083s 2025-08-05 21:49:31,885 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-78b6784b-444c-4c9f-ae64-f43ab0a849e3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3f3890da-368e-45ad-abf1-e70e69fe8bbe'} Body: b'' 2025-08-05 21:49:31,998 99292 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.112s 2025-08-05 21:49:31,999 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5454462-092b-4fde-9a66-14a580d45758', 'content-length': '3893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5454462-092b-4fde-9a66-14a580d45758', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "b7dfff50-6ed4-4374-8eaa-8d4462018a88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:47:49.000000", "updated_at": "2025-08-05T21:47:49.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1481356564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b7dfff50-6ed4-4374-8eaa-8d4462018a88"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "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": "9c3a08f750f6490189a2571a83bb89a1"}, {"id": "9657ec06-c012-4b84-b62c-b394151063a6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:10.000000", "updated_at": "2025-08-05T21:46:11.000000", "name": "tempest-ServerActionsTestOtherA-volume-2098695719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}], "user_id": "58808288af454894927dec847ec6e678", "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": "951c9bfd7e6c42dcbeee31cb28340b42"}, {"id": "21a82852-1f71-4d43-83a1-7d1a5ab73ee9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:45:31.000000", "updated_at": "2025-08-05T21:45:32.000000", "name": "395d7bc3-f57c-4592-96cd-1b5ee0a37388-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/21a82852-1f71-4d43-83a1-7d1a5ab73ee9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/21a82852-1f71-4d43-83a1-7d1a5ab73ee9"}], "user_id": "b8549009e4884d52bfcb55ebc821f090", "bootable": "false", "encrypted": false, "replicatio n_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": "e092b24f65b84980b550524c58deda79"}, {"id": "3b06ce8b-1590-4c06-8c3f-50f7c958d5bc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:45:03.000000", "updated_at": "2025-08-05T21:45:03.000000", "name": "tempest-AttachVolumeNegativeTest-volume-238228449", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3b06ce8b-1590-4c06-8c3f-50f7c958d5bc"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "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": "9c3a08f750f6490189a2571a83bb89a1"}]}' 2025-08-05 21:49:32,062 99292 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/13916767-0f64-4369-93d9-09936d84054e 0.046s 2025-08-05 21:49:32,063 99292 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49: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-d41e1d4b-472a-41b4-acfb-151382809673', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/13916767-0f64-4369-93d9-09936d84054e'} Body: b'' 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 9657ec06-c012-4b84-b62c-b394151063a6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:45:09,975 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7 0.233s 2025-08-05 21:45:09,975 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:45:09 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-3d8aad7e-b36c-4080-a6b4-f747d9c966f6', 'x-compute-request-id': 'req-3d8aad7e-b36c-4080-a6b4-f747d9c966f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7'} Body: b'{"server": {"id": "bf8820a5-80b8-4c06-ac58-c56cd2b0cab7", "name": "tempest-ServerActionsTestOtherA-server-1925002207", "status": "ACTIVE", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "user_id": "58808288af454894927dec847ec6e678", "metadata": {}, "hostId": "8a995fc1c759a5f3b231b0861328cd9faf7c48405473fcc182d4edf7", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:15Z", "updated": "2025-08-05T21:43:44Z", "addresses": {"tempest-ServerActionsTestOtherA-847960062-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:62:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-236088512", "OS-SRV-USG:launched_at": "2025-08-05T21:43:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1364181730"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:46:10,557 99276 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.508s 2025-08-05 21:46:10,557 99276 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-2098695719"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a0a543c-1705-4bd2-8645-6ba6668acdc6', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a0a543c-1705-4bd2-8645-6ba6668acdc6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9657ec06-c012-4b84-b62c-b394151063a6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:10.473009", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-2098695719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9657ec06-c012-4b84-b62c-b394151063a6 "}], "user_id": "58808288af454894927dec847ec6e678", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:46:10,679 99276 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.105s 2025-08-05 21:46:10,679 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:10 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-56e1f846-87e0-4517-a2cb-9a1e1fa5bb40', '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": "58808288af454894927dec847ec6e678", "name": "tempest-ServerActionsTestOtherA-1329378002-project-member", "password_expires_at": null}, "audit_ids": ["VL7bSnPJSGaXiZKD5sjkwQ"], "expires_at": "2025-08-05T22:46:10.000000Z", "issued_at": "2025-08-05T21:46:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "951c9bfd7e6c42dcbeee31cb28340b42", "name": "tempest-ServerActionsTestOtherA-1329378002"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/951c9bfd7e6c42dcbeee31cb28340b42", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:46:10,680 99276 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': 'e3ccaa06-2335-4f8b-b238-ca5e65e290d4', 'name': 'tempest-ServerActionsTestOtherA-847960062-network', 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2 5314, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:42:41Z', 'updated_at': '2025-08-05T21:42:41Z', 'revision_number': 1} available for tenant 2025-08-05 21:46:10,680 99276 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 21:46:10,681 99276 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:46:10,742 99276 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.060s 2025-08-05 21:46:10,743 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-665160903", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEQBwaTcNr0mI/wM6JIPg3l7oPl5RMAzbOiQcWBM08OPpiYFqIAVNrDVxytorsITOy93gqqEHbhfTyzBtXnfeGKIFkRuiVjmVcIwht8HxdXPOkg1bwRPqpaKUdaYUYniGw=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:10 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-37c5853e-185c-41ad-8017-9ebf472d1342', 'x-compute-request-id': 'req-37c5853e-185c-41ad-8017-9ebf472d1342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-665160903", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEQBwaTcNr0mI/wM6JIPg3l7oPl5RMAzbOiQcWBM08OPpiYFqIAVNrDVxytorsITOy93gqqEHbhfTyzBtXnfeGKIFkRuiVjmVcIwht8HxdXPOkg1bwRPqpaKUdaYUYniGw==", "fingerprint": "71:62:4b:db:cb:5d:25:3b:52:f5:38:9e:07:1d:7e:16", "user_id": "58808288af454894927dec847ec6e678"}}' 2025-08-05 21:46:10,745 99276 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-665160903 created 2025-08-05 21:46:10,976 99276 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.231s 2025-08-05 21:46:10,976 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--968484478", "description": "tempest-description--1993306575"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-ff573afc-4f94-42e7-93df-f3e538cc7607', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a0b525cb-ecc2-4346-9497-bc1ca5986c16", "name": "tempest-securitygroup--968484478", "stateful": true, "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "description": "tempest-description--1993306575", "shared": false, "security_group_rules": [{"id": "dfd6931c-1060-449e-8132-836aff3df48a", "project_id": "951c9bfd7e6c42dcbeee31cb28340b42", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "security_group_id": "a0b525cb-ecc2-4346-9497-bc1ca5986c16", "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": 700, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:46:10Z", "updated_at": "2025-08-05T 21:46:10Z", "revision_number": 0}, {"id": "e02d0078-7f06-444f-a37a-c7dd6609d17b", "project_id": "951c9bfd7e6c42dcbeee31cb28340b42", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "security_group_id": "a0b525cb-ecc2-4346-9497-bc1ca5986c16", "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": 701, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:46:10Z", "updated_at": "2025-08-05T21:46:10Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:46:10Z", "updated_at": "2025-08-05T21:46:10Z", "revision_number": 1, "project_id": "951c9bfd7e6c42dcbeee31cb28340b42"}}' 2025-08-05 21:46:11,207 99276 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.229s 2025-08-05 21:46:11,207 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a0b525cb-ecc2-4346-9497-bc1ca5986c16", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-b4f8c6eb-b604-40bc-bdf7-6bc4415c3cba', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "464cb79b-9170-4a80-86b6-eadd2cec9a2d", "project_id": "951c9bfd7e6c42dcbeee31cb28340b42", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "security_group_id": "a0b525cb-ecc2-4346-9497-bc1ca5986c16", "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-08-05T21:46:11Z", "updated_at": "2025-08-05T21:46:11Z", "revision_number": 0}}' 2025-08-05 21:46:11,415 99276 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.207s 2025-08-05 21:46:11,415 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a0b525cb-ecc2-4346-9497-bc1ca5986c16", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d8efefd4-3c3c-41cf-8387-ec684c192ba3', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1bb0d717-48f7-40d0-a500-ecc8d7525193", "project_id": "951c9bfd7e6c42dcbeee31cb28340b42", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "security_group_id": "a0b525cb-ecc2-4346-9497-bc1ca5986c16", "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-08-05T21:46:11Z", "updated_at": "2025-08-05T21:46:11Z", "revision_number": 0}}' 2025-08-05 21:46:11,415 99276 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--968484478 created 2025-08-05 21:46:12,154 99276 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.738s 2025-08-05 21:46:12,155 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-302886d6-f2b4-4c14-be29-627ee875b94d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "736a7868-b223-423e-ac38-7201f5d71229", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "floating_ip_address": "172.24.4.13", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "951c9bfd7e6c42dcbeee31cb28340b42", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:46:11Z", "updated_at": "2025-08-05T21:46:11Z", "revision_number": 0}}' 2025-08-05 21:46:12,155 99276 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '736a7868-b223-423e-ac38-7201f5d71229', 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'floating_ip_address': '172.24.4.13', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:46:11Z', 'updated_at': '2025-08-05T21:46:11Z', 'revision_number': 0, 'ip': '172.24.4.13'} created 2025-08-05 21:46:12,155 99276 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-665160903', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEQBwaTcNr0mI/wM6JIPg3l7oPl5RMAzbOiQcWBM08OPpiYFqIAVNrDVxytorsITOy93gqqEHbhfTyzBtXnfeGKIFkRuiVjmVcIwht8HxdXPOkg1bwRPqpaKUdaYUYniGw==', 'fingerprint': '71:62:4b:db:cb:5d:25:3b:52:f5:38:9e:07:1d:7e:16', 'user_id': '58808288af454894927dec847ec6e678', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC8C32x49uF7+Fwt2XX1J2Wx4K63lRF7c+hnxgvYRSxP69ZTb0XlYix\nAhlABWNEfM+gBwYFK4EEACKhZANiAAREAcGk3Da9JiP8DOiSD4N5e6D5eUTAM2zo\nkHFgTNPDj6YmBaiAFTaw1ccraK7CEzsvd4KqhB24X08swbV533hiiBZEbolY5lXC\nMIbfB8XVzzpINW8ET6qWilHWmFGJ4hs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a0b525cb-ecc2-4346-9497-bc1ca5986c16', 'name': 'tempest-securitygroup--968484478', 'stateful': True, 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'description': 'tempest-description--1993306575', 'shared': False, 'security_group_rules': [{'id': 'dfd6931c-1060-449e-8132-836aff3df48a', 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'security_group_id': 'a0b525cb-ecc2-4346-9497-bc1ca5986c16', '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': 700, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:46:10Z', 'updated_at': '2025-08-05T21:46:10Z', 'revision_number': 0}, {'id': 'e02d0078-7f06-444f-a37a-c7dd6609d17b', 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'security_group_id': 'a0b525cb-ecc2-4346-9497-bc1ca5986c16', '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': 701, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:46:10Z', 'updated_at': '2025-08-05T21:46:10Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T21:46:10Z', 'updated_at': '2025-08-05T21:46:10Z', 'revision_number': 1, 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42'}, 'floating_ip': {'id': '736a7868-b223-423e-ac38-7201f5d71229', 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'floating_ip_address': '172.24.4.13', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:46:11Z', 'updated_at': '2025-08-05T21:46:11Z', 'revision_number': 0, 'ip': '172.24.4.13'}} 2025-08-05 21:46:12,703 99276 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.547s 2025-08-05 21:46:12,703 99276 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-792425833", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "e3ccaa06-2335-4f8b-b238-ca5e65e290d4"}], "security_groups": [{"name": "tempest-securitygroup--968484478"}], "key_name": "tempest-keypair-665160903", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fc0afdd9-dada-4a83-8451-0acc057eda9e', 'x-compute-request-id': 'req-fc0afdd9-dada-4a83-8451-0acc057eda9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "fb7565d2-5565-434e-b438-43b398c92e99", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fb7565d2-5565-434e-b438-43b398c92e99"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--968484478"}], "adminPass": "7jKUx5q5Apda"}}' 2025-08-05 21:46:12,786 99276 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/fb7565d2-5565-434e-b438-43b398c92e99 0.080s 2025-08-05 21:46:12,787 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:12 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-a0a788ef-292f-434a-b067-704626375269', 'x-compute-request-id': 'req-a0a788ef-292f-434a-b067-704626375269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99'} Body: b'{"server": {"id": "fb7565d2-5565-434e-b438-43b398c92e99", "name": "tempest-tempest.common.compute-instance-792425833", "status": "BUILD", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "user_id": "58808288af454894927dec847ec6e678", "metadata ": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:46:13Z", "updated": "2025-08-05T21:46:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fb7565d2-5565-434e-b438-43b398c92e99"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-665160903", "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-08-05 21:47:03,075 99276 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/fb7565d2-5565-434e-b438-43b398c92e99 0.224s 2025-08-05 21:47:03,076 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:02 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-ec48e7f9-9583-4f9c-b080-936081033594', 'x-compute-request-id': 'req-ec48e7f9-9583-4f9c-b080-936081033594', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99'} Body: b'{"server": {"id": "fb7565d2-5565-434e-b438-43b398c92e99", "name": "tempest-tempest.common.compute-instance-792425833", "status": "ACTIVE", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "user_id": "58808288af454894927dec847ec6e678", "metadata": {}, "hostId": "8a995fc1c759a5f3b231b0861328cd9faf7c48405473fcc182d4edf7", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:46:12Z", "updated": "2025-08-05T21:46:28Z", "addresses": {"tempest-ServerActionsTestOtherA-847960062-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:26:4e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fb7565d2-5565-434e-b438-43b398c92e99"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-665160903", "OS-SRV-USG:launched_at": "2025-08-05T21:46:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--968484478"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:47:03,093 99276 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 21:48:03,501 99276 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/fb7565d2-5565-434e-b438-43b398c92e99/os-interface 0.350s 2025-08-05 21:48:03,502 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'A ccept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:03 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-914a4b26-3687-48e2-8850-6cc21e768d0c', 'x-compute-request-id': 'req-914a4b26-3687-48e2-8850-6cc21e768d0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e3ccaa06-2335-4f8b-b238-ca5e65e290d4", "port_id": "a59b6c2e-bb9f-42eb-a89c-4111092eb5b6", "mac_addr": "fa:16:3e:80:26:4e", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "3910ba5e-cbf9-4635-9796-3a486bc573ab", "ip_address": "10.0.0.9"}]}]}' 2025-08-05 21:48:04,624 99276 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/736a7868-b223-423e-ac38-7201f5d71229 1.118s 2025-08-05 21:48:04,624 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a59b6c2e-bb9f-42eb-a89c-4111092eb5b6"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-9f2f42d3-fa2d-4696-b8e4-f78fe3f2a111', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/736a7868-b223-423e-ac38-7201f5d71229'} Body: b'{"floatingip": {"id": "736a7868-b223-423e-ac38-7201f5d71229", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "floating_ip_address": "172.24.4.13", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "64b5a036-ffef-450b-9883-c70dae783d85", "port_id": "a59b6c2e-bb9f-42eb-a89c-4111092eb5b6", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e3ccaa06-2335-4f8b-b238-ca5e65e290d4", "mac_address": "fa:16:3e:80:26:4e", "admin_state_up": true, "status": "ACTIVE", "device_id": "fb7565d2-5565-434e-b438-43b398c92e99", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:46:11Z", "updated_at": "2025-08-05T21:48:03Z", "revision_number": 1, "project_id": "951c9bfd7e6c42dcbeee31cb28340b42"}}' 2025-08-05 21:48:04,625 99276 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.13:22' as 'cirros' with public key authentication 2025-08-05 21:48:04,638 99276 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:48:04,741 99276 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:48:04,742 99276 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.13 successfully created 2025-08-05 21:48:04,985 99276 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/fb7565d2-5565-434e-b438-43b398c92e99 0.242s 2025-08-05 21:48:04,985 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:04 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-98939a3a-603b-42fe-8c71-7d36e966109d', 'x-compute-request-id': 'req-98939a3a-603b-42fe-8c71-7d36e966109d', 'connection': 'cl ose', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99'} Body: b'{"server": {"id": "fb7565d2-5565-434e-b438-43b398c92e99", "name": "tempest-tempest.common.compute-instance-792425833", "status": "ACTIVE", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "user_id": "58808288af454894927dec847ec6e678", "metadata": {}, "hostId": "8a995fc1c759a5f3b231b0861328cd9faf7c48405473fcc182d4edf7", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:46:12Z", "updated": "2025-08-05T21:46:28Z", "addresses": {"tempest-ServerActionsTestOtherA-847960062-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:26:4e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fb7565d2-5565-434e-b438-43b398c92e99"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-665160903", "OS-SRV-USG:launched_at": "2025-08-05T21:46:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--968484478"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:48:05,040 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6 0.040s 2025-08-05 21:48:05,040 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7532e35-712c-41e3-9007-1f36ab1c14f7', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7532e35-712c-41e3-9007-1f36ab1c14f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6'} Body: b'{"volume": {"id": "9657ec06-c012-4b84-b62c-b394151063a6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:10.000000", "updated_at": "2025-08-05T21:46:11.000000", "name": "tempest-ServerActionsTestOtherA-volume-2098695719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}], "user_id": "58808288af454894927dec847ec6e678", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42"}}' 2025-08-05 21:48:06,130 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6 0.076s 2025-08-05 21:48:06,130 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ce4fd19-6116-4783-8b20-0e2471bd565c', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ce4fd19-6116-4783-8b20-0e2471bd565c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6'} Body: b'{"volume": {"id": "9657ec06-c012-4b84-b62c-b394151063a6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:46:10.000000", "updated_at": "2025-08-05T21:46:11.000000", "name": "tempest-ServerActionsTestOtherA-volume-2098695719", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9657ec06-c012-4b84-b62c-b394151063a6"}], "user_id": "58808288af454894927dec847ec6e678", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42"}}' 2025-08-05 21:48:06,302 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7 0.158s 2025-08-05 21:48:06,302 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f0ebd77-f1ca-4e7c-856d-f18a6431770b', 'x-compute-request-id': 'req-0f0ebd77-f1ca-4e7c-856d-f18a6431770b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7'} Body: b'{"server": {"id": "bf8820a5-80b8-4c06-ac58-c56cd2b0cab7", "name": "tempest-ServerActionsTestOtherA-server-1925002207", "status": "ACTIVE", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "user_id": "58808288af454894927dec847ec6e678", "metadata": {}, "hostId": "8a995fc1c759a5f3b231b0861328cd9faf7c48405473fcc182d4edf7", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:15Z", "updated": "2025-08-05T21:43:44Z", "addresses": {"tempest-ServerActionsTestOtherA-847960062-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:62:cc"}, {"version": 4, "addr": "172.24.4.97", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:62:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-236088512", "OS-SRV-USG:launched_at": "2025-08-05T21:43:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1364181730"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:49:06,491 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99 0.115s 2 025-08-05 21:49:06,491 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:06 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-44658595-fd91-48a2-82f6-9208ac9bb002', 'x-compute-request-id': 'req-44658595-fd91-48a2-82f6-9208ac9bb002', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99'} Body: b'' 2025-08-05 21:49:06,710 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99 0.218s 2025-08-05 21:49:06,710 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1663', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7119f895-87e7-424e-8240-448b5e94d1ed', 'x-compute-request-id': 'req-7119f895-87e7-424e-8240-448b5e94d1ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99'} Body: b'{"server": {"id": "fb7565d2-5565-434e-b438-43b398c92e99", "name": "tempest-tempest.common.compute-instance-792425833", "status": "ACTIVE", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "user_id": "58808288af454894927dec847ec6e678", "metadata": {}, "hostId": "8a995fc1c759a5f3b231b0861328cd9faf7c48405473fcc182d4edf7", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:46:12Z", "updated": "2025-08-05T21:49:06Z", "addresses": {"tempest-ServerActionsTestOtherA-847960062-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:26:4e"}, {"version": 4, "addr": "172.24.4.13", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:26:4e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fb7565d2-5565-434e-b438-43b398c92e99"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-665160903", "OS-SRV-USG:launched_at": "2025-08-05T21:46:28.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--968484478"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:49:56,788 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99 0.047s 2025-08-05 21:49:56,789 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49: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-Open Stack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-65b45a80-e8a8-4add-83ba-b4d483378231', 'x-compute-request-id': 'req-65b45a80-e8a8-4add-83ba-b4d483378231', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fb7565d2-5565-434e-b438-43b398c92e99'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance fb7565d2-5565-434e-b438-43b398c92e99 could not be found."}}' 2025-08-05 21:49:56,818 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-665160903 0.029s 2025-08-05 21:49:56,819 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49: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-e977cc78-b527-47bf-83a7-f803e3566cb5', 'x-compute-request-id': 'req-e977cc78-b527-47bf-83a7-f803e3566cb5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-665160903'} Body: b'' 2025-08-05 21:49:56,991 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/a0b525cb-ecc2-4346-9497-bc1ca5986c16 0.172s 2025-08-05 21:49:56,992 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-18db4a34-2f4d-4d41-a1b3-51725b4e78da', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a0b525cb-ecc2-4346-9497-bc1ca5986c16'} Body: b'' 2025-08-05 21:49:57,011 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/a0b525cb-ecc2-4346-9497-bc1ca5986c16 0.018s 2025-08-05 21:49:57,011 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-2c68c352-ab16-4e06-a70e-828b171c10c7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a0b525cb-ecc2-4346-9497-bc1ca5986c16'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a0b525cb-ecc2-4346-9497-bc1ca5986c16 does not exist", "detail": ""}}' 2025-08-05 21:49:57,428 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/736a7868-b223-423e-ac38-7201f5d71229 0.416s 2025-08-05 21:49:57,428 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-50724b2f-c44f-437b-a0be-6f3823646a41', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/736a7868-b223-423e-ac38-7201f5d71229'} Body: b'' tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range 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 a48d2d3c-21ae-449d-a68a-aa06e40d78cd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:50:09,495 99282 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.213s 2025-08-05 21:50:09,495 99282 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-1364220068"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-87752e79-9f43-40fc-b689-b34920b3721a', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-87752e79-9f43-40fc-b689-b34920b3721a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "d5d42912-c1b2-4a84-8977-f0a436cfa0c1", "name": "tempest-GroupSnapshotsTest-volume-type-1364220068", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:50:09,532 99282 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.034s 2025-08-05 21:50:09,533 99282 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-1899463916"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-425702d3-4717-4b17-876d-e4dc3863581e', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-425702d3-4717-4b17-876d-e4dc3863581e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "dc53ca47-b1b0-430c-8915-20c3b9cddbae", "name": "tempest-GroupSnapshotsTest-group-type-1899463916", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 21:50:09,765 99282 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.229s 2025-08-05 21:50:09,765 99282 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": "dc53ca47-b1b0-430c-8915-20c3b9cddbae", "volume_types": ["d5d42912-c1b2-4a84-8977-f0a436cfa0c1"], "name": "tempest-GroupSnapshotsTest-Group-1899986723"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05c5c4db-ca2a-4c8d-abf1-f2fce16974f2', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05c5c4db-ca2a-4c8d-abf1-f2fce16974f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "a48d2d3c-21ae-449d-a68a-aa06e40d78cd", "name": "tempest-GroupSnapshotsTest-Group-1899986723"}}' 2025-08-05 21:50:09,807 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/a48d2d3c-21ae-449d-a68a-aa06e40d78cd 0.040s 2025-08-05 21:50:09,808 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c3e8da3-0561-47f0-b457-c3dd927dc909', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c3e8da3-0561-47f0-b457-c3dd927dc909', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/a48d2d3c-21ae-449d-a68a-aa06e40d78cd'} Body: b'{"group": {"id": "a48d2d3c-21ae-449d-a68a-aa06e40d78cd", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T21:50:10.000000", "name": "tempest-GroupSnapshotsTest-Group-1899986723", "description": null, "group_type": "dc53ca47-b1b0-430c-8915-20c3b9cddbae", "volume_types": ["d5d42912-c1b2-4a84-8977-f0a436cfa0c1"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:50:10,845 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/a48d2d3c-21ae-449d-a68a-aa06e40d78cd 0.031s 2025-08-05 21:50:10,845 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77d51a66-7fc0-4691-af99-0ffb543386db', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77d51a66-7fc0-4691-af99-0ffb543386db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/a48d2d3c-21ae-449d-a68a-aa06e40d78cd'} Body: b'{"group": {"id": "a48d2d3c-21ae-449d-a68a-aa06e40d78cd", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T21:50:10.000000", "name": "tempest-GroupSnapshotsTest-Group-1899986723", "description": null, "group_type": "dc53ca47-b1b0-430c-8915-20c3b9cddbae", "volume_types": ["d5d42912-c1b2-4a84-8977-f0a436cfa0c1"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:50:11,195 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.344s 2025-08-05 21:50:11,196 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e5f1a84-7bc3-4182-8a27-bc7344b79bae', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e5f1a84-7bc3-4182-8a27-bc7344b79bae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 21:50:11,267 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/a48d2d3c-21ae-449d-a68a-aa06e40d78cd/action 0.058s 2025-08-05 21:50:11,268 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:11 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-219a0f26-5f0e-4288-aa95-1cea4249dbda', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/grou ps/a48d2d3c-21ae-449d-a68a-aa06e40d78cd/action'} Body: b'' 2025-08-05 21:50:11,283 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/a48d2d3c-21ae-449d-a68a-aa06e40d78cd 0.015s 2025-08-05 21:50:11,283 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:11 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-40411c2f-8bbb-47f2-bc30-e63786c568d2', 'x-openstack-request-id': 'req-40411c2f-8bbb-47f2-bc30-e63786c568d2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/a48d2d3c-21ae-449d-a68a-aa06e40d78cd'} Body: b'{"itemNotFound": {"code": 404, "message": "Group a48d2d3c-21ae-449d-a68a-aa06e40d78cd could not be found."}}' 2025-08-05 21:50:11,313 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/dc53ca47-b1b0-430c-8915-20c3b9cddbae 0.029s 2025-08-05 21:50:11,313 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:11 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-92d172c0-458f-477d-8df9-983024f40cc5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/dc53ca47-b1b0-430c-8915-20c3b9cddbae'} Body: b'' 2025-08-05 21:50:11,360 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/d5d42912-c1b2-4a84-8977-f0a436cfa0c1 0.046s 2025-08-05 21:50:11,361 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-caa2afaf-347f-4c7b-b755-c1a21b73c669', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/d5d42912-c1b2-4a84-8977-f0a436cfa0c1'} Body: b'' 2025-08-05 21:50:11,376 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/d5d42912-c1b2-4a84-8977-f0a436cfa0c1 0.015s 2025-08-05 21:50:11,376 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:11 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-c19e0211-287d-41e6-b7ea-91e0c7a8b888', 'x-openstack-request-id': 'req-c19e0211-287d-41e6-b7ea-91e0c7a8b888', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/d5d42912-c1b2-4a84-8977-f0a436cfa0c1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type d5d42912-c1b2-4a84-8977-f0a436cfa0c1 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 019845a9-73c1-4280-a5a3-c8605790c232 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:50:11,405 99282 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-08-05 21:50:11,405 99282 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-1838219950"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a633feda-6057-4dc8-8cdd-68cc3fa1f4f2', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a633feda-6057-4dc8-8cdd-68cc3fa1f4f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "5982d5c0-fc0a-41c9-b912-4411cfe73f4e", "name": "tempest-GroupSnapshotsTest-volume-type-1838219950", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:50:11,435 99282 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.027s 2025-08-05 21:50:11,435 99282 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-493133017"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b1f8151-9121-48e4-93bc-c22c6410129c', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b1f8151-9121-48e4-93bc-c22c6410129c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "f951ed27-4947-40f7-9f01-08d47798560b", "name": "tempest-GroupSnapshotsTest-group-type-493133017", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 21:50:11,514 99282 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-08-05 21:50:11,514 99282 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": "f951ed27-4947-40f7-9f01-08d47798560b", "volume_types": ["5982d5c0-fc0a-41c9-b912-4411cfe73f4e"], "name": "tempest-GroupSnapshotsTest-Group-518396405"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e241fbf-4172-470d-a102-97f42d6362fe', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e241fbf-4172-470d-a102-97f42d6362fe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "019845a9-73c1-4280-a5a3-c8605790c232", "name": "tempest-GroupSnapshotsTest-Group-518396405"}}' 2025-08-05 21:50:11,542 99282 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/019845a9-73c1-4280-a5a3-c8605790c232 0.026s 2025-08-05 21:50:11,543 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ' '} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f8e1a69-8e1a-429b-9cdd-e88c1dbc196c', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f8e1a69-8e1a-429b-9cdd-e88c1dbc196c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/019845a9-73c1-4280-a5a3-c8605790c232'} Body: b'{"group": {"id": "019845a9-73c1-4280-a5a3-c8605790c232", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T21:50:11.000000", "name": "tempest-GroupSnapshotsTest-Group-518396405", "description": null, "group_type": "f951ed27-4947-40f7-9f01-08d47798560b", "volume_types": ["5982d5c0-fc0a-41c9-b912-4411cfe73f4e"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:50:12,576 99282 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/019845a9-73c1-4280-a5a3-c8605790c232 0.028s 2025-08-05 21:50:12,576 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c4f28b3-ee36-493a-882a-0bde628f7187', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c4f28b3-ee36-493a-882a-0bde628f7187', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/019845a9-73c1-4280-a5a3-c8605790c232'} Body: b'{"group": {"id": "019845a9-73c1-4280-a5a3-c8605790c232", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T21:50:11.000000", "name": "tempest-GroupSnapshotsTest-Group-518396405", "description": null, "group_type": "f951ed27-4947-40f7-9f01-08d47798560b", "volume_types": ["5982d5c0-fc0a-41c9-b912-4411cfe73f4e"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:50:12,581 99282 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-08-05 21:50:12,612 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.030s 2025-08-05 21:50:12,613 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3df4d566-fa8c-4790-8ba1-5b04eaab6205', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3df4d566-fa8c-4790-8ba1-5b04eaab6205', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 21:50:12,686 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/019845a9-73c1-4280-a5a3-c8605790c232/action 0.059s 2025-08-05 21:50:12,686 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/h tml; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9ff8e74-72cd-4148-9705-422797a68664', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/019845a9-73c1-4280-a5a3-c8605790c232/action'} Body: b'' 2025-08-05 21:50:12,738 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/019845a9-73c1-4280-a5a3-c8605790c232 0.051s 2025-08-05 21:50:12,738 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-02650e4f-8d86-4a36-a7cf-7cfe4156ed50', 'x-openstack-request-id': 'req-02650e4f-8d86-4a36-a7cf-7cfe4156ed50', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/019845a9-73c1-4280-a5a3-c8605790c232'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 019845a9-73c1-4280-a5a3-c8605790c232 could not be found."}}' 2025-08-05 21:50:12,772 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/f951ed27-4947-40f7-9f01-08d47798560b 0.033s 2025-08-05 21:50:12,772 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-6c916792-8fe1-465a-9b6b-626b6972fca8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/f951ed27-4947-40f7-9f01-08d47798560b'} Body: b'' 2025-08-05 21:50:12,821 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/5982d5c0-fc0a-41c9-b912-4411cfe73f4e 0.048s 2025-08-05 21:50:12,822 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-0eaa4ea6-96e8-41c8-aeee-f6142dcfb65c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/5982d5c0-fc0a-41c9-b912-4411cfe73f4e'} Body: b'' 2025-08-05 21:50:12,846 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/5982d5c0-fc0a-41c9-b912-4411cfe73f4e 0.024s 2025-08-05 21:50:12,847 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-c2415392-7178-4622-9f85-bba5d9e073f7', 'x-openstack-request-id': 'req-c2415392-7178-4622-9f85-bba5d9e073f7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/5982d5c0-fc 0a-41c9-b912-4411cfe73f4e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5982d5c0-fc0a-41c9-b912-4411cfe73f4e 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 55e5835a-777c-4230-b245-f0e66f9f5766 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:50:12,880 99282 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.030s 2025-08-05 21:50:12,880 99282 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-2056947547"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8c80f21-467b-4563-b463-9af693884e6c', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8c80f21-467b-4563-b463-9af693884e6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "82c21ed6-c843-4a2d-88e5-a180d9815678", "name": "tempest-GroupSnapshotsTest-volume-type-2056947547", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:50:12,911 99282 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.028s 2025-08-05 21:50:12,911 99282 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-467009342"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8da1a637-c6ca-49b4-8092-dc8b54ff7224', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8da1a637-c6ca-49b4-8092-dc8b54ff7224', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "3178c002-7d70-420b-8086-df246d7f9611", "name": "tempest-GroupSnapshotsTest-group-type-467009342", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 21:50:13,015 99282 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.100s 2025-08-05 21:50:13,015 99282 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": "3178c002-7d70-420b-8086-df246d7f9611", "volume_types": ["82c21ed6-c843-4a2d-88e5-a180d9815678"], "name": "tempest-GroupSnapshotsTest-Group-187655309"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41838029-88f9-42fd-a3c8-ca089ff1bb8c', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41838029-88f9-42fd-a3c8-ca089ff1bb8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "55e5835a-777c-4230-b245-f0e66f9f5766", "name": "tempest-GroupSnapshotsTest-Group-187655309"}}' 2025-08-05 21:50:13,050 99282 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/55e5835a-777c-4230-b245-f0e66f9f5766 0.033s 2025-08-05 21:50:13,051 99282 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 - Hea ders: {'date': 'Tue, 05 Aug 2025 21:50:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efcec5b7-82e5-4f5f-9535-63b5cda48924', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efcec5b7-82e5-4f5f-9535-63b5cda48924', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/55e5835a-777c-4230-b245-f0e66f9f5766'} Body: b'{"group": {"id": "55e5835a-777c-4230-b245-f0e66f9f5766", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T21:50:13.000000", "name": "tempest-GroupSnapshotsTest-Group-187655309", "description": null, "group_type": "3178c002-7d70-420b-8086-df246d7f9611", "volume_types": ["82c21ed6-c843-4a2d-88e5-a180d9815678"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:50:14,085 99282 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/55e5835a-777c-4230-b245-f0e66f9f5766 0.029s 2025-08-05 21:50:14,086 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6db3e2b9-c05a-42c7-ba9b-2bf548f363ac', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6db3e2b9-c05a-42c7-ba9b-2bf548f363ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/55e5835a-777c-4230-b245-f0e66f9f5766'} Body: b'{"group": {"id": "55e5835a-777c-4230-b245-f0e66f9f5766", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T21:50:13.000000", "name": "tempest-GroupSnapshotsTest-Group-187655309", "description": null, "group_type": "3178c002-7d70-420b-8086-df246d7f9611", "volume_types": ["82c21ed6-c843-4a2d-88e5-a180d9815678"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 21:50:14,122 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.032s 2025-08-05 21:50:14,123 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee2f7cd2-69e1-45fb-9c0a-389f6c6a2138', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee2f7cd2-69e1-45fb-9c0a-389f6c6a2138', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 21:50:14,194 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/55e5835a-777c-4230-b245-f0e66f9f5766/action 0.058s 2025-08-05 21:50:14,195 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-89eef4f3-c422-4b34-8cf3-207b4314a78e', 'connection': 'close', 'status': '202', 'content-location': 'http://1 0.0.0.210/volume/v3/groups/55e5835a-777c-4230-b245-f0e66f9f5766/action'} Body: b'' 2025-08-05 21:50:14,210 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/55e5835a-777c-4230-b245-f0e66f9f5766 0.014s 2025-08-05 21:50:14,210 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-eeb3df80-77ac-4586-8b7e-f5423172f76f', 'x-openstack-request-id': 'req-eeb3df80-77ac-4586-8b7e-f5423172f76f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/55e5835a-777c-4230-b245-f0e66f9f5766'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 55e5835a-777c-4230-b245-f0e66f9f5766 could not be found."}}' 2025-08-05 21:50:14,237 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/3178c002-7d70-420b-8086-df246d7f9611 0.026s 2025-08-05 21:50:14,238 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-a2ba8498-f40e-4e5e-b271-b246a7ff649c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/3178c002-7d70-420b-8086-df246d7f9611'} Body: b'' 2025-08-05 21:50:14,288 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/82c21ed6-c843-4a2d-88e5-a180d9815678 0.049s 2025-08-05 21:50:14,288 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-24443a63-adb6-404f-a361-9e094baed09c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/82c21ed6-c843-4a2d-88e5-a180d9815678'} Body: b'' 2025-08-05 21:50:14,305 99282 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/82c21ed6-c843-4a2d-88e5-a180d9815678 0.016s 2025-08-05 21:50:14,305 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-72eaaca9-daf3-48cd-bd64-2ba685388729', 'x-openstack-request-id': 'req-72eaaca9-daf3-48cd-bd64-2ba685388729', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/82c21ed6-c843-4a2d-88e5-a180d9815678'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 82c21ed6-c843-4a2d-88e5-a180d9815678 could not be found."}}' tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype[id-b90412ee-465d-46e9-b249-ec84a47d5f25] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_retype.py", line 203, in test_available_volume_retype src_vol = self.create_volume(volume_type=self.src_vol_type['name']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 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 fd704181-c0d7-4a61-965e-1c0326312db8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:50:21,245 99282 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/volumes 0.291s 2025-08-05 21:50:21,245 99282 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-529849984"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da9f8686-6ac6-4f8b-95d8-8a6c159b12ca', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da9f8686-6ac6-4f8b-95d8-8a6c159b12ca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fd704181-c0d7-4a61-965e-1c0326312db8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:21.186613", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-529849984", "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/fd704181-c0d7-4a61-965e-1c0326312db8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd704181-c0d7-4a61-965e-1c0326312db8"}], "user_id": "96c84e1f542c4891aa2978bfbc044d68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:50:21,296 99282 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8 0.037s 2025-08-05 21:50:21,296 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b69acca-1930-4ec7-b5ff-48865c00237d', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b69acca-1930-4ec7-b5ff-48865c00237d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8'} Body: b'{"volume": {"id": "fd704181-c0d7-4a61-965e-1c0326312db8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:21.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-529849984", "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/fd704181-c0d7-4a61-965e-1c0326312db8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd704181-c0d7-4a61-965e-1c0326312db8"}], "user_id": "96c84e1f542c4891aa2978bfbc044d68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "69e8bf21d66147d78b8e3c6d37d001e7"}}' 2025-08-05 21:50:22,352 99282 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8 0.040s 2025-08-05 21:50:22,352 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:22 GMT', 'server': 'Apa che/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69315ed8-3109-459f-902c-4126f72f5454', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69315ed8-3109-459f-902c-4126f72f5454', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8'} Body: b'{"volume": {"id": "fd704181-c0d7-4a61-965e-1c0326312db8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:21.000000", "updated_at": "2025-08-05T21:50:21.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-529849984", "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/fd704181-c0d7-4a61-965e-1c0326312db8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd704181-c0d7-4a61-965e-1c0326312db8"}], "user_id": "96c84e1f542c4891aa2978bfbc044d68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "69e8bf21d66147d78b8e3c6d37d001e7"}}' 2025-08-05 21:50:22,409 99282 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8 0.039s 2025-08-05 21:50:22,410 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2107f53d-0a9d-4caa-85c7-939c14dd0543', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2107f53d-0a9d-4caa-85c7-939c14dd0543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8'} Body: b'{"volume": {"id": "fd704181-c0d7-4a61-965e-1c0326312db8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:21.000000", "updated_at": "2025-08-05T21:50:21.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-529849984", "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/fd704181-c0d7-4a61-965e-1c0326312db8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fd704181-c0d7-4a61-965e-1c0326312db8"}], "user_id": "96c84e1f542c4891aa2978bfbc044d68", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "69e8bf21d66147d78b8e3c6d37d001e7"}}' 2025-08-05 21:50:22,542 99282 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8 0.114s 2025-08-05 21:50:22,543 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab21554c-9d6a-4a1c-8294-8d1255af7078', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8'} Body: b'' 2025-08-05 21:50:22,604 99282 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWitho utMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8 0.060s 2025-08-05 21:50:22,604 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ee9a37a-aec0-44c9-bf19-c3c0a2c04b69', 'x-openstack-request-id': 'req-8ee9a37a-aec0-44c9-bf19-c3c0a2c04b69', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fd704181-c0d7-4a61-965e-1c0326312db8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fd704181-c0d7-4a61-965e-1c0326312db8 could not be found."}}' tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 68, in test_volume_delete_cascade volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 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 3aad8c03-7146-4792-b579-30816cb38bec failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:50:26,043 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/volumes 0.327s 2025-08-05 21:50:26,043 99282 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-188778758"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2b8c708-d976-472f-9533-8d2f066cefd8', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2b8c708-d976-472f-9533-8d2f066cefd8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3aad8c03-7146-4792-b579-30816cb38bec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:25.988477", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-188778758", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3aad8c03-7146-4792-b579-30816cb38bec"}], "user_id": "95579d60d0ad40b09b6cdfb9f5552b9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:50:26,104 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec 0.049s 2025-08-05 21:50:26,105 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdf2f5ec-2de7-4583-a847-277d3586872f', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdf2f5ec-2de7-4583-a847-277d3586872f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec'} Body: b'{"volume": {"id": "3aad8c03-7146-4792-b579-30816cb38bec", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:26.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-188778758", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3aad8c03-7146-4792-b579-30816cb38bec"}], "user_id": "95579d60d0ad40b09b6cdfb9f5552b9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6de4a971af6c45dfbe6af9772164218d"}}' 2025-08-05 21:50:27,160 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec 0.036s 2025-08-05 21:50:27,160 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10b8dbda-9542-4aec-8ed1-846 1e79c74c1', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10b8dbda-9542-4aec-8ed1-8461e79c74c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec'} Body: b'{"volume": {"id": "3aad8c03-7146-4792-b579-30816cb38bec", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:26.000000", "updated_at": "2025-08-05T21:50:26.000000", "name": "tempest-VolumesDeleteCascade-Volume-188778758", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3aad8c03-7146-4792-b579-30816cb38bec"}], "user_id": "95579d60d0ad40b09b6cdfb9f5552b9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6de4a971af6c45dfbe6af9772164218d"}}' 2025-08-05 21:50:27,214 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec 0.040s 2025-08-05 21:50:27,214 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dde0eb38-fd87-4021-94f6-02018da1ef3b', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dde0eb38-fd87-4021-94f6-02018da1ef3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec'} Body: b'{"volume": {"id": "3aad8c03-7146-4792-b579-30816cb38bec", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:26.000000", "updated_at": "2025-08-05T21:50:26.000000", "name": "tempest-VolumesDeleteCascade-Volume-188778758", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3aad8c03-7146-4792-b579-30816cb38bec"}], "user_id": "95579d60d0ad40b09b6cdfb9f5552b9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6de4a971af6c45dfbe6af9772164218d"}}' 2025-08-05 21:50:27,322 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec 0.094s 2025-08-05 21:50:27,323 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-28ca0709-1a95-48de-b7b7-eb3fb5966a2e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec'} Body: b'' 2025-08-05 21:50:27,344 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec 0.020s 2025-08-05 21:50:27,344 99282 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:27 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-739bcf99-b60a-4b37-9ae3-9a49be093741', 'x-openstack-request-id': 'req-739bcf99-b60a-4b37-9ae3-9a49be093741', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3aad8c03-7146-4792-b579-30816cb38bec'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3aad8c03-7146-4792-b579-30816cb38bec could not be found."}}' tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] ---------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 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 6060c7df-0997-418b-a6b1-4b3752216b8b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:50:27,541 99282 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.194s 2025-08-05 21:50:27,542 99282 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-504200851"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fc6f302-04ff-4582-91fa-0a82d9d65987', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fc6f302-04ff-4582-91fa-0a82d9d65987', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6060c7df-0997-418b-a6b1-4b3752216b8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:27.477345", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-504200851", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b"}], "user_id": "95579d60d0ad40b09b6cdfb9f5552b9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:50:27,595 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b 0.041s 2025-08-05 21:50:27,596 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f25c251d-cb60-4409-a531-ce880faad9ea', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f25c251d-cb60-4409-a531-ce880faad9ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b'} Body: b'{"volume": {"id": "6060c7df-0997-418b-a6b1-4b3752216b8b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:27.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-504200851", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b"}], "user_id": "95579d60d0ad40b09b6cdfb9f5552b9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6de4a971af6c45dfbe6af9772164218d"}}' 2025-08-05 21:50:28,672 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b 0.062s 2025-08-05 21:50:28,673 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-req uest-id': 'req-cfebde90-2c8f-4495-875a-7905cea27f76', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfebde90-2c8f-4495-875a-7905cea27f76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b'} Body: b'{"volume": {"id": "6060c7df-0997-418b-a6b1-4b3752216b8b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:27.000000", "updated_at": "2025-08-05T21:50:28.000000", "name": "tempest-VolumesDeleteCascade-Volume-504200851", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b"}], "user_id": "95579d60d0ad40b09b6cdfb9f5552b9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6de4a971af6c45dfbe6af9772164218d"}}' 2025-08-05 21:50:28,724 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b 0.038s 2025-08-05 21:50:28,725 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf563005-cc6f-47d8-a194-2874d8ebebb5', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf563005-cc6f-47d8-a194-2874d8ebebb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b'} Body: b'{"volume": {"id": "6060c7df-0997-418b-a6b1-4b3752216b8b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:27.000000", "updated_at": "2025-08-05T21:50:28.000000", "name": "tempest-VolumesDeleteCascade-Volume-504200851", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b"}], "user_id": "95579d60d0ad40b09b6cdfb9f5552b9a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6de4a971af6c45dfbe6af9772164218d"}}' 2025-08-05 21:50:28,846 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b 0.104s 2025-08-05 21:50:28,846 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91e142f6-96dc-4170-a39d-77047eb31db9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b'} Body: b'' 2025-08-05 21:50:28,880 99282 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b 0.033s 2025-08-05 21:50 :28,880 99282 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0a840e5-b2c1-4a49-918a-0c368eb9bdad', 'x-openstack-request-id': 'req-d0a840e5-b2c1-4a49-918a-0c368eb9bdad', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6060c7df-0997-418b-a6b1-4b3752216b8b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6060c7df-0997-418b-a6b1-4b3752216b8b could not be found."}}' 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 0c614760-a32b-4973-9cff-daab56874418 failed to build and is in ERROR status 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 675ec549-bfd7-4501-ad61-e1adaba7a482 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-05T21:50:23Z', 'message': 'Build of instance 675ec549-bfd7-4501-ad61-e1adaba7a482 aborted: Volume f8056b1b-2559-4e14-833a-262f081ed10a 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-7f3af2e8-a338-4796-be12-58532a51331a. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:46:16,338 99288 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.087s 2025-08-05 21:46:16,338 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:16 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-a418e99a-f237-4f2e-b333-45e15fb8ae61', '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": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612-project-member", "password_expires_at": null}, "audit_ids": ["Ag1RbwnBSzuzdzsE_3C__Q"], "expires_at": "2025-08-05T22:46:16.000000Z", "issued_at": "2025-08-05T21:46:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e092b24f65b84980b550524c58deda79", "name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e092b24f65b84980b550524c58deda79", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:46:16,339 99288 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'f94361ea-73b7-4dd8-b8c6-97e2154aeefa', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-7501266-network', 'tenant_id': 'e092b24f65b84980b550524c58deda79', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e092b24f65b84980b550524c58deda79', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 64481, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:41:27Z', 'updated_at': '2025-08-05T21:41:28Z', 'revision_number': 1} available for tenant 2025-08-05 21:46:16,804 99288 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.465s 2025-08-05 21:46:16,805 99288 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-1696852978", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "f94361ea-73b7-4dd8-b8c6-97e2154aeefa"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081', '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-bafff446-c241-4c3e-903a-ec1d72521d22', 'x-compute-request-id': 'req-bafff446-c241-4c3e-903a-ec1d72521d22', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "8Z7nivrYMmQR"}}' 2025-08-05 21:46:16,886 99288 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/b825c6ee-ef42-421d-bdb6-3f63ff48d081 0.078s 2025-08-05 21:46:16,886 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:46:16 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-fa4e9862-f325-48f7-ae5d-7f628ff70692', 'x-compute-request-id': 'req-fa4e9862-f325-48f7-ae5d-7f628ff70692', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081'} Body: b'{"server": {"id": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1696852978", "status": "BUILD", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:46:17Z", "updated": "2025-08-05T21:46:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}], "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-08-05 21:47:07,279 99288 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/b825c6ee-ef42-421d-bdb6-3f63ff48d081 0.321s 2025-08-05 21:47:07,279 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:47:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1688', '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-0a1d2568-ab77-4a36-91ce-cf794b54107d', 'x-compute-request-id': 'req-0a1d2568-ab77-4a36-91ce-cf794b54107d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081'} Body: b'{"server": {"id": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1696852978", "status": "ACTIVE", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "ea30b1488670a14763294f57c7a5c8e0f9b7deeac6c248301ecbe558", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:46:16Z", "updated": "2025-08-05T21:46:35Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-7501266-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:be:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:46:35.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-08-05 21:47:07,299 99288 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 21:48:08,067 99288 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/b825c6ee-ef42-421d-bdb6-3f63ff48d081/action 0.707s 2025-08-05 21:48:08,067 99288 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-578896427"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:07 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-da5e8b41-1960-4a08-ad04-0aed06e33f29', 'x-compute-request-id': 'req-da5e8b41-1960-4a08-ad04-0aed06e33f29', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081/action'} Body: b'{"image_id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1"}' 2025-08-05 21:48:08,102 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.033s 2025-08-05 21:48:08,102 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6c267083-e50b-4196-8675-2ba992e8fda4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:08Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:09,138 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.034s 2025-08-05 21:48:09,139 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c20f146c-d15c-4e11-a1e1-3486761ff3df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884 d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:08Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:10,161 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.021s 2025-08-05 21:48:10,161 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-39aebc24-95a1-48f4-b9ba-0733d695cd9d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:08Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:11,187 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.025s 2025-08-05 21:48:11,188 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1ab17e1b-b033-4e30-ae2c-cc7309b51589', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_project_name": "tempest-ServerBootFr omVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:08Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:12,221 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.031s 2025-08-05 21:48:12,221 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-751a6e16-7cd4-41cd-8dfc-9150a0871cc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:08Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:13,248 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.025s 2025-08-05 21:48:13,248 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2e3e4d67-a307-4b22-9b74-d0b7f6618d9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:08Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:14,273 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.023s 2025-08-05 21:48:14,274 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ca110f97-c18f-42ee-806c-c79379c90af8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:08Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:15,298 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.022s 2025-08-05 21:48:15,298 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': ' application/json', 'x-openstack-request-id': 'req-429e093f-7cdc-43fa-b59e-bb393836a9ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_id": "e092b24f65b84980b550524c58deda79", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "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": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:15Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:16,323 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.024s 2025-08-05 21:48:16,324 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d2c9c069-1470-4d6b-b502-c1423d008862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_id": "e092b24f65b84980b550524c58deda79", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "5db802d6332b391b0efa28e1091b28dc", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "7f8ca552581fd2c300b0dd022449cfbb713c83088b1fde3a5b01e1760a221d6b28653070a0c979501473e1e92dcc14760ec64bf93f13c6c44e7d861eb2b1df36", "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:16Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:16,354 99288 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/32fc60c4-c64f-458d-a659-6ffc7ab39fa1 0.030s 2025-08-05 21:48:16,355 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a42d2516-5b3b-452f-b2eb-1272c7e2fbe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1'} Body: b'{"base_image_ref": "74252a56-508e-4c15-96b1-e348eb8dba1e", "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": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "owner_id": "e092b24f65b84980b550524c58deda79", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612", "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-1904013612-project-member", "user_id": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-578896427", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "5db802d6332b391b0efa28e1091b28dc", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "e092b24f65b84980b550524c58deda79", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "7f8ca552581fd2c300b0dd022449cfbb713c83088b1fde3a5b01e1760a221d6b28653070a0c979501473e1e92dcc14760ec64bf93f13c6c44e7d861eb2b1df36", "id": "32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "created_at": "2025-08-05T21:48:08Z", "updated_at": "2025-08-05T21:48:16Z", "tags": [], "self": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1", "file": "/v2/images/32fc60c4-c64f-458d-a659-6ffc7ab39fa1/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:16,620 99288 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/b825c6ee-ef42-421d-bdb6-3f63ff48d081 0.264s 2025-08-05 21:48:16,620 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1701', '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-ba8d4a95-855e-4b4e-b59a-c4bfdd9c69da', 'x-compute-request-id': 'req-ba8d4a95-855e-4b4e-b59a-c4bfdd9c69da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081'} Body: b'{"server": {"id": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1696852978", "status": "ACTIVE", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "ea30b1488670a14763294f57c7a5c8e0f9b7deeac6c248301ecbe558", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:46:16Z", "updated": "2025-08-05T21:48:14Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-7501266-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:be:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:46:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "image_uploading", "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-08-05 21:49:06,901 99288 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/b825c6ee-ef42-421d-bdb6-3f63ff48d081 0.214s 2025-08-05 21:49:06,902 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1688', '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-8eb528cc-98b4-4922-aa7f-01280fc1fb5c', 'x-compute-request-id': 'req-8eb528cc-98b4-4922-aa7f-01280fc1fb5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081'} Body: b'{"server": {"id": "b825c6ee-ef42-421d-bdb6-3f63ff48d081", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1696852978", "status": "ACTIVE", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "ea30b1488670a14763294f57c7a5c8e0f9b7deeac6c248301ecbe558", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:46:16Z", "updated": "2025-08-05T21:48:16Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-7501266-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:37:be:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b825c6ee-ef42-421d-bdb6-3f63ff48d081"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:46:35.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-08-05 21:49:06,92 1 99288 INFO [tempest.common.waiters] State transition "ACTIVE/image_uploading" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:50:07,087 99288 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.103s 2025-08-05 21:50:07,088 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:06 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-ebcd99f3-8be5-4861-acd9-4f1abee0ff7f', '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": "b8549009e4884d52bfcb55ebc821f090", "name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612-project-member", "password_expires_at": null}, "audit_ids": ["isLc9L0wS76cBfPbgHdiIQ"], "expires_at": "2025-08-05T22:50:07.000000Z", "issued_at": "2025-08-05T21:50:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e092b24f65b84980b550524c58deda79", "name": "tempest-ServerBootFromVolumeStableRescueTest-1904013612"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e092b24f65b84980b550524c58deda79", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:50:07,088 99288 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'f94361ea-73b7-4dd8-b8c6-97e2154aeefa', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-7501266-network', 'tenant_id': 'e092b24f65b84980b550524c58deda79', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e092b24f65b84980b550524c58deda79', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 6448 1, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:41:27Z', 'updated_at': '2025-08-05T21:41:28Z', 'revision_number': 1} available for tenant 2025-08-05 21:50:07,728 99288 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.638s 2025-08-05 21:50:07,728 99288 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-169212815", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "74252a56-508e-4c15-96b1-e348eb8dba1e", "destination_type": "volume"}], "networks": [{"uuid": "f94361ea-73b7-4dd8-b8c6-97e2154aeefa"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/675ec549-bfd7-4501-ad61-e1adaba7a482', '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-7f3af2e8-a338-4796-be12-58532a51331a', 'x-compute-request-id': 'req-7f3af2e8-a338-4796-be12-58532a51331a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "675ec549-bfd7-4501-ad61-e1adaba7a482", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/675ec549-bfd7-4501-ad61-e1adaba7a482"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/675ec549-bfd7-4501-ad61-e1adaba7a482"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "iN88fmhyS4yn"}}' 2025-08-05 21:50:07,815 99288 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/675ec549-bfd7-4501-ad61-e1adaba7a482 0.084s 2025-08-05 21:50:07,816 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-721a6c25-573b-4d50-ae02-73e71914aff8', 'x-compute-request-id': 'req-721a6c25-573b-4d50-ae02-73e71914aff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/675ec549-bfd7-4501-ad61-e1adaba7a482'} Body: b'{"server": {"id": "675ec549-bfd7-4501-ad61-e1adaba7a482", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-169212815", "status": "BUILD", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:50:08Z", "updated": "2025-08-05T21:50:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/675ec549-bfd7-4501 -ad61-e1adaba7a482"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/675ec549-bfd7-4501-ad61-e1adaba7a482"}], "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-08-05 21:50:58,042 99288 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/675ec549-bfd7-4501-ad61-e1adaba7a482 0.156s 2025-08-05 21:50:58,042 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:57 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-0a8f10ec-b1c7-4dcd-8366-6056cb3f8c92', 'x-compute-request-id': 'req-0a8f10ec-b1c7-4dcd-8366-6056cb3f8c92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/675ec549-bfd7-4501-ad61-e1adaba7a482'} Body: b'{"server": {"id": "675ec549-bfd7-4501-ad61-e1adaba7a482", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-169212815", "status": "ERROR", "tenant_id": "e092b24f65b84980b550524c58deda79", "user_id": "b8549009e4884d52bfcb55ebc821f090", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T21:50:07Z", "updated": "2025-08-05T21:50:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/675ec549-bfd7-4501-ad61-e1adaba7a482"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/675ec549-bfd7-4501-ad61-e1adaba7a482"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-05T21:50:23Z", "message": "Build of instance 675ec549-bfd7-4501-ad61-e1adaba7a482 aborted: Volume f8056b1b-2559-4e14-833a-262f081ed10a 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-08-05 21:50:58,063 99288 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 51 second wait 2025-08-05 21:50:58,690 99288 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/675ec549-bfd7-4501-ad61-e1adaba7a482 0.626s 2025-08-05 21:50:58,691 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': '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-0d5deed1-2dc5-48f5-9aae-2bd8e6659322', 'x-compute-request-id': 'req-0d5deed1-2dc5-48f5-9aae-2bd8e6659322', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/675ec549-bfd7-4501-ad61-e1adaba7a482'} Body: b'' 2025-08-05 21:50:58,736 99288 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/675ec549-bfd7-4501-ad61-e1adaba7a482 0.045s 2025-08-05 21:50:58,737 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-f89d28a7-265c-42ca-8aaa-c569e25363e0', 'x-compute-request-id': 'req-f89d28a7-265c-42ca-8aaa-c569e25363e0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/675ec549-bfd7-4501-ad61-e1adaba7a482'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 675ec549-bfd7-4501-ad61-e1adaba7a482 could not be found."}}' 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 39166aea-c0bf-49c4-9581-7148f55236d4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:26,926 99284 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-08-05 21:48:27,547 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.619s 2025-08-05 21:48:27,548 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--2112954764", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-bd8d5c96-a20f-49c8-a77d-0f7c2ade63d6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--2112954764", "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": "51d17131f7874312812dc0333b935aae", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "6fce6fc6-3190-4ba3-9539-8373c4fd06d3", "created_at": "2025-08-05T21:48:28Z", "updated_at": "2025-08-05T21:48:28Z", "tags": [], "self": "/v2/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3", "file": "/v2/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:48:29,039 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3/file 1.490s 2025-08-05 21:48:29,039 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-80a08b83-55f3-4ac8-b518-3bf65f9e01f4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3/file'} Body: b'' 2025-08-05 21:48:29,039 99284 DEBUG [tempest.scenario.manager] image:6fce6fc6-3190-4ba3-9539-8373c4fd06d3 2025-08-05 21:48:29,094 99284 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.053s 2025-08-05 21:48:29,095 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1548931736", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH/8HfJ/AkV00dc4ar9j7lLuO2Io6g4Tt4nUFNc2NH52ZqBiW/gby2gk6aarJo9qxd+McpfXU83IG5JtUM0R3pj2xrEAxWJe/7UKhmvTs/JYx2H6VtlnEaB2sV23KduWIA=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a4aacc80-ac77-4388-9177-8bba46ee1ea4', 'x-compute-request-id': 'req-a4aacc80-ac77-4388-9177-8bba46ee1ea4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-154 8931736", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBH/8HfJ/AkV00dc4ar9j7lLuO2Io6g4Tt4nUFNc2NH52ZqBiW/gby2gk6aarJo9qxd+McpfXU83IG5JtUM0R3pj2xrEAxWJe/7UKhmvTs/JYx2H6VtlnEaB2sV23KduWIA==", "fingerprint": "e5:3e:b2:fa:6b:14:0a:71:d0:1d:65:ea:bf:76:5e:74", "user_id": "e7bb9d0f4a69409e82d578183a785942"}}' 2025-08-05 21:48:29,212 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.110s 2025-08-05 21:48:29,213 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:29 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-07d5382f-3176-4e30-99ca-720a7322828e', '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": "e7bb9d0f4a69409e82d578183a785942", "name": "tempest-TestMinimumBasicScenario-869708426-project-member", "password_expires_at": null}, "audit_ids": ["IOpLm7SdQTe8oP0xw_M16A"], "expires_at": "2025-08-05T22:48:29.000000Z", "issued_at": "2025-08-05T21:48:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "51d17131f7874312812dc0333b935aae", "name": "tempest-TestMinimumBasicScenario-869708426"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/51d17131f7874312812dc0333b935aae", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:48:29,213 99284 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': 'b950183d-4aae-4f02-b87e-b77a7257bcbf', 'name': 'tempest-TestMinimumBasicScenario-536188998-network', 'tenant_id': '51d17131f7874312812dc0333b935aae', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '51d17131f7874312812dc0333b935aae', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 11526, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:45:26Z', 'updated_at': '2025-08-05T21:45:26Z', 'revision_number': 1} available for tenant 2025-08-05 21:48:30,256 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 1.041s 2025-08-05 21:48:30,256 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-70643096", "imageRef": "6fce6fc6-3190-4ba3-9539-8373c4fd06d3", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1548931736", "networks": [{"uuid": "b950183d-4aae-4f02-b87e-b77a7257bcbf"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e6a24346-dc33-44f8-a944-11bfc2afcfaa', 'x-compute-request-id': 'req-e6a24346-dc33-44f8-a944-11bfc2afcfaa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5b570698-f1b7-42e2-aae0-f5d86c94efb4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "xBwH3zBoe63c"}}' 2025-08-05 21:48:30,352 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4 0.093s 2025-08-05 21:48:30,353 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:30 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-8f1dc01a-4be8-4c27-b6c6-32e567aab949', 'x-compute-request-id': 'req-8f1dc01a-4be8-4c27-b6c6-32e567aab949', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4'} Body: b'{"server": {"id": "5b570698-f1b7-42e2-aae0-f5d86c94efb4", "name": "tempest-TestMinimumBasicScenario-server-70643096", "status": "BUILD", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "", "image": {"id": "6fce6fc6-3190-4ba3-9539-8373c4fd06d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:30Z", "updated": "2025-08-05T21:48:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:a vailability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1548931736", "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-08-05 21:49:20,775 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4 0.359s 2025-08-05 21:49:20,775 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1532', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40d7ef57-83b0-47b8-affe-6b1084d13af9', 'x-compute-request-id': 'req-40d7ef57-83b0-47b8-affe-6b1084d13af9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4'} Body: b'{"server": {"id": "5b570698-f1b7-42e2-aae0-f5d86c94efb4", "name": "tempest-TestMinimumBasicScenario-server-70643096", "status": "ACTIVE", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "8839fbc48dceee363e8daf3a16554be724fb0da71069adc530325c03", "image": {"id": "6fce6fc6-3190-4ba3-9539-8373c4fd06d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:30Z", "updated": "2025-08-05T21:48:47Z", "addresses": {"tempest-TestMinimumBasicScenario-536188998-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:94:a8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1548931736", "OS-SRV-USG:launched_at": "2025-08-05T21:48:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:49:20,790 99284 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:50:21,032 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4 0.224s 2025-08-05 21:50:21,032 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1532', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-66392e4b-bfee-4019-821c-1299486180b7', 'x-compute-request-id': 'req-66392e4b-bfee-4019-821c-1299486180b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4'} Body: b'{"server": {"id": "5b570698-f1b7-42e2-aae0-f 5d86c94efb4", "name": "tempest-TestMinimumBasicScenario-server-70643096", "status": "ACTIVE", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "8839fbc48dceee363e8daf3a16554be724fb0da71069adc530325c03", "image": {"id": "6fce6fc6-3190-4ba3-9539-8373c4fd06d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:30Z", "updated": "2025-08-05T21:48:47Z", "addresses": {"tempest-TestMinimumBasicScenario-536188998-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:94:a8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1548931736", "OS-SRV-USG:launched_at": "2025-08-05T21:48:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:50:21,236 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.189s 2025-08-05 21:50:21,237 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '339', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-15ba694e-9180-4a2d-8d98-80aefe6a46b2', 'x-compute-request-id': 'req-15ba694e-9180-4a2d-8d98-80aefe6a46b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "5b570698-f1b7-42e2-aae0-f5d86c94efb4", "name": "tempest-TestMinimumBasicScenario-server-70643096", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}]}]}' 2025-08-05 21:50:21,454 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4 0.213s 2025-08-05 21:50:21,454 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1532', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b3f53b6-d9ac-4b7a-a57e-7633973d6dc4', 'x-compute-request-id': 'req-9b3f53b6-d9ac-4b7a-a57e-7633973d6dc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4'} Body: b'{"server": {"id": "5b570698-f1b7-42e2-aae0-f5d86c94efb4", "name": "tempest-TestMinimumBasicScenario-server-70643096", "status": "ACTIVE", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "8839fbc48dceee363 e8daf3a16554be724fb0da71069adc530325c03", "image": {"id": "6fce6fc6-3190-4ba3-9539-8373c4fd06d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:30Z", "updated": "2025-08-05T21:48:47Z", "addresses": {"tempest-TestMinimumBasicScenario-536188998-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:94:a8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1548931736", "OS-SRV-USG:launched_at": "2025-08-05T21:48:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:50:21,647 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/volumes 0.178s 2025-08-05 21:50:21,647 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-319382692", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2e66e7c7-24f7-4bfc-8bd0-626fd14b6fed', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2e66e7c7-24f7-4bfc-8bd0-626fd14b6fed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "39166aea-c0bf-49c4-9581-7148f55236d4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:21.591448", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-319382692", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/39166aea-c0bf-49c4-9581-7148f55236d4"}], "user_id": "e7bb9d0f4a69409e82d578183a785942", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:50:21,696 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4 0.038s 2025-08-05 21:50:21,697 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d37ba0-f008-4096-8509-bf0586bfe3a8', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d37ba0-f008-4096-8509-bf0586bfe3a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4'} Body: b'{"volume": {"id": "39166aea-c0bf-49c4-9581-7148f55236d4", "status": "creating", "size": 1, "availability_z one": "nova", "created_at": "2025-08-05T21:50:22.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-319382692", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/39166aea-c0bf-49c4-9581-7148f55236d4"}], "user_id": "e7bb9d0f4a69409e82d578183a785942", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "51d17131f7874312812dc0333b935aae"}}' 2025-08-05 21:50:22,748 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4 0.036s 2025-08-05 21:50:22,748 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d06edb10-9919-4480-bf07-f5189f7a19aa', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d06edb10-9919-4480-bf07-f5189f7a19aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4'} Body: b'{"volume": {"id": "39166aea-c0bf-49c4-9581-7148f55236d4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:22.000000", "updated_at": "2025-08-05T21:50:22.000000", "name": "tempest-TestMinimumBasicScenario-volume-319382692", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/39166aea-c0bf-49c4-9581-7148f55236d4"}], "user_id": "e7bb9d0f4a69409e82d578183a785942", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "51d17131f7874312812dc0333b935aae"}}' 2025-08-05 21:50:22,880 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4 0.118s 2025-08-05 21:50:22,880 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-913e4f63-6c66-4cc4-bc9f-b9ed1209b323', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4'} Body: b'' 2025-08-05 21:50:22,905 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4 0.024s 2025-08-05 21:50:22,905 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-49cde67d-ebb 9-48b5-9c90-1d735487f3fd', 'x-openstack-request-id': 'req-49cde67d-ebb9-48b5-9c90-1d735487f3fd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/39166aea-c0bf-49c4-9581-7148f55236d4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 39166aea-c0bf-49c4-9581-7148f55236d4 could not be found."}}' 2025-08-05 21:50:23,027 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4 0.121s 2025-08-05 21:50:23,028 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:22 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-1185235f-bf2b-445e-8ab6-5ec097fa2478', 'x-compute-request-id': 'req-1185235f-bf2b-445e-8ab6-5ec097fa2478', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4'} Body: b'' 2025-08-05 21:50:23,203 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4 0.175s 2025-08-05 21:50:23,204 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1538', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd78352f-c17d-4243-8fd8-4b7dfb570cef', 'x-compute-request-id': 'req-dd78352f-c17d-4243-8fd8-4b7dfb570cef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4'} Body: b'{"server": {"id": "5b570698-f1b7-42e2-aae0-f5d86c94efb4", "name": "tempest-TestMinimumBasicScenario-server-70643096", "status": "ACTIVE", "tenant_id": "51d17131f7874312812dc0333b935aae", "user_id": "e7bb9d0f4a69409e82d578183a785942", "metadata": {}, "hostId": "8839fbc48dceee363e8daf3a16554be724fb0da71069adc530325c03", "image": {"id": "6fce6fc6-3190-4ba3-9539-8373c4fd06d3", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:30Z", "updated": "2025-08-05T21:50:23Z", "addresses": {"tempest-TestMinimumBasicScenario-536188998-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:63:94:a8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1548931736", "OS-SRV-USG:launched_at": "2025-08-05T21:48:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:51:13,423 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7- 42e2-aae0-f5d86c94efb4 0.159s 2025-08-05 21:51:13,424 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:13 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-b5e1ec87-d9e9-43e1-9d75-90f536b0dbbd', 'x-compute-request-id': 'req-b5e1ec87-d9e9-43e1-9d75-90f536b0dbbd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5b570698-f1b7-42e2-aae0-f5d86c94efb4'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5b570698-f1b7-42e2-aae0-f5d86c94efb4 could not be found."}}' 2025-08-05 21:51:13,480 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1548931736 0.054s 2025-08-05 21:51:13,480 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:13 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-e3c6ba80-bd01-4f53-b8fa-5ea6681aaed4', 'x-compute-request-id': 'req-e3c6ba80-bd01-4f53-b8fa-5ea6681aaed4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1548931736'} Body: b'' 2025-08-05 21:51:13,584 99284 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3 0.103s 2025-08-05 21:51:13,584 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-f5e62647-266f-4c11-b19c-330beb281fe4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/6fce6fc6-3190-4ba3-9539-8373c4fd06d3'} 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 0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:30,897 99290 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 21:48:30,897 99290 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:48:31,031 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.132s 2025-08-05 21:48:31,031 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1271353906", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIvBcW4O3PcbkTbYeMeA9Fs5GWDq6icCo6T95UiE4FNypB3vQLculAd0GwpB1isSTDFFYvRt1FaNL71NrVLvLYhsMFrOZ4Ml0SfcKySZIpcbCbpojJG0Ec51aLxyjRbRSw=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:30 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-87ca3636-d89a-4d84-acfb-abfcb03b5732', 'x-compute-request-id': 'req-87ca3636-d89a-4d84-acfb-abfcb03b5732', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1271353906", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIvBcW4O3PcbkTbYeMeA9Fs5GWDq6icCo6T95UiE4FNypB3vQLculAd0GwpB1isSTDFFYvRt1FaNL71NrVLvLYhsMFrOZ4Ml0SfcKySZIpcbCbpojJG0Ec51aLxyjRbRSw==", "fingerprint": "65:f8:9f:bb:79:5a:38:27:df:23:08:15:e9:25:f9:3a", "user_id": "21f2ad057f094d93afe08c12b86da7c2"}}' 2025-08-05 21:48:31,034 99290 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1271353906 created 2025-08-05 21:48:31,321 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.287s 2025-08-05 21:48:31,322 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1666457474", "description": "tempest-description--915207941"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-f95f70d0-e01a-4bb0-8a04-a346843df25a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f4d2d0c5-8744-41fd-87bb-67fc2ed3d547", "name": "tempest-securitygroup--1666457474", "stateful": true, "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "description": "tempest-description--915207941", "shared": false, "security_group_rules": [{"id": "15656bd1-a7c5-47eb-9d2c-3fa89311d696", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "security_group_id": "f4d2d0c5-8744-41fd-87bb-67fc2ed3d547", "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": 782, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:48:31Z", "updated_at": "2025-08-05T21:48:31Z", "revision_number": 0}, {"id": "c8d7e15a-d4b7-4015-a3e5-07f6badb9fcf", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "security_group_id": "f4d2d0c5-8744-41fd-87bb-67fc2ed3d547", "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": 781, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:48:31Z", "updated_at": "2025-08-05T21:48:31Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:48:31Z", "updated_at": "2025-08-05T21:48:31Z", "revision_number": 1, "project_id": "9b9a1cf1979f4944bc528c1da07ef979"}}' 2025-08-05 21:48:31,558 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.235s 2025-08-05 21:48:31,559 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f4d2d0c5-8744-41fd-87bb-67fc2ed3d547", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d79aa19d-1b30-435d-81fe-dc43828ce060', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2fd68143-d5aa-422b-b1eb-0fbc03ba971f", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "security_group_id": "f4d2d0c5-8744-41fd-87bb-67fc2ed3d547", "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-08-05T21:48:31Z", "updated_at": "2025-08-05T21:48:31Z", "revision_number": 0}}' 2025-08-05 21:48:31,802 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.242s 2025-08-05 21:48:31,802 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f4d2d0c5-8744-41fd-87bb-67fc2ed3d547", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-0bfc024e-4458-4a89-9d23-2d0f9b2716a0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3480d746-93e1-47d0-bcee-b77409f0fb09", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "security_group_id": "f4d2d0c5-8744-41fd-87bb-67fc2ed3d547", "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-08-05T21:48:31Z", "updated_at": "2025-08-05T21:48:31Z", "revision_number": 0}}' 2025-08-05 21:48:31,802 99290 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1666457474 created 2025-08-05 21:48:32,580 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.776s 2025-08-05 21:48:32,580 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-83b76b18-8aaa-43f5-9b45-8d0a2fbfedcb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "00368a43-1ee6-4e0e-98f0-e2fd936c1f63", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "floating_ip_address": "172.24.4.34", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:48:32Z", "updated_at": "2025-08-05T21:48:32Z", "revision_number": 0}}' 2025-08-05 21:48:32,581 99290 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '00368a43-1ee6-4e0e-98f0-e2fd936c1f63', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'floating_ip_address': '172.24.4.34', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:48:32Z', 'updated_at': '2025-08-05T21:48:32Z', 'revision_number': 0, 'ip': '172.24.4.34'} created 2025-08-05 21:48:32,670 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.083s 2025-08-05 21:48:32,670 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:32 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-013f4e7f-147a-40f4-9cf1-87d8ff529322', '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": "21f2ad057f094d93afe08c12b86da7c2", "name": "tempest-AttachVolumeTestJSON-1968961469-project-member", "password_expires_at": null}, "audit_ids": ["EYzLciaBSxuR07jNTWzZTw"], "expires_at": "2025-08-05T22:48:32.000000Z", "issued_at": "2025-08-05T21:48:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b9a1cf1979f4944bc528c1da07ef979", "name": "tempest-AttachVolumeTestJSON-1968961469"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9b9a1cf1979f4944bc528c1da07ef979", "region": "RegionOne"}], "id": "3daf87d99a7746d 0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:48:32,671 99290 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '4cb71b16-a6a0-4898-ac7b-fbcffc0e0a5f', 'name': 'tempest-AttachVolumeTestJSON-1603432914-network', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 47821, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:48:23Z', 'updated_at': '2025-08-05T21:48:23Z', 'revision_number': 1} available for tenant 2025-08-05 21:48:32,671 99290 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1271353906', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIvBcW4O3PcbkTbYeMeA9Fs5GWDq6icCo6T95UiE4FNypB3vQLculAd0GwpB1isSTDFFYvRt1FaNL71NrVLvLYhsMFrOZ4Ml0SfcKySZIpcbCbpojJG0Ec51aLxyjRbRSw==', 'fingerprint': '65:f8:9f:bb:79:5a:38:27:df:23:08:15:e9:25:f9:3a', 'user_id': '21f2ad057f094d93afe08c12b86da7c2', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCmcwDcRosj25MJ3kWEsfw1+qqSd5ZFa0FeMukrwF5N9BXHKFr6veXV\nSd9SUtos8BCgBwYFK4EEACKhZANiAASLwXFuDtz3G5E22HjHgPRbORlg6uonAqOk\n/eVIhOBTcqQd70C3LpQHdBsKQdYrEkwxRWL0bdRWjS+9Ta1S7y2IbDBazmeDJdEn\n3CskmSKXGwm6aIyRtBHOdWi8co0W0Us=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f4d2d0c5-8744-41fd-87bb-67fc2ed3d547', 'name': 'tempest-securitygroup--1666457474', 'stateful': True, 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'description': 'tempest-description--915207941', 'shared': False, 'security_group_rules': [{'id': '15656bd1-a7c5-47eb-9d2c-3fa89311d696', 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'security_group_id': 'f4d2d0c5-8744-41fd-87bb-67fc2ed3d547', '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': 782, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:48:31Z', 'updated_at': '2025-08-05T21:48:31Z', 'revision_number': 0}, {'id': 'c8d7e15a-d4b7-4015-a3e5-07f6badb9fcf', 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'security_group_id': 'f4d2d0c5-8744-41fd-87bb-67fc2ed3d547', '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': 781, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:48:31Z', 'updated_at': '2025-08-05T21:48:31Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T21:48:31Z', 'up dated_at': '2025-08-05T21:48:31Z', 'revision_number': 1, 'project_id': '9b9a1cf1979f4944bc528c1da07ef979'}, 'floating_ip': {'id': '00368a43-1ee6-4e0e-98f0-e2fd936c1f63', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'floating_ip_address': '172.24.4.34', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:48:32Z', 'updated_at': '2025-08-05T21:48:32Z', 'revision_number': 0, 'ip': '172.24.4.34'}} 2025-08-05 21:48:33,250 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.577s 2025-08-05 21:48:33,250 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-2027388113", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "4cb71b16-a6a0-4898-ac7b-fbcffc0e0a5f"}], "security_groups": [{"name": "tempest-securitygroup--1666457474"}], "key_name": "tempest-keypair-1271353906", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eab4a661-eeb0-46c3-aadc-b8b5ecf67803', 'x-compute-request-id': 'req-eab4a661-eeb0-46c3-aadc-b8b5ecf67803', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7523cbeb-6c1f-404a-bb8b-2773337d2123", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1666457474"}], "adminPass": "password"}}' 2025-08-05 21:48:33,324 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123 0.071s 2025-08-05 21:48:33,325 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:33 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-9009f37c-2938-447e-9bff-7b2254369896', 'x-compute-request-id': 'req-9009f37c-2938-447e-9bff-7b2254369896', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123'} Body: b'{"server": {"id": "7523cbeb-6c1f-404a-bb8b-2773337d2123", "name": "tempest-AttachVolumeTestJSON-server-2027388113", "status": "BUILD", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "user_id": "21f2ad057f094d93afe08c12b86da7c2", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:33Z", "updated": "2025-08-05T21:48:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1271353906", "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-08-05 21:49:23,607 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123 0.217s 2025-08-05 21:49:23,607 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c2fcb21a-b78d-4021-84d7-7a78fff13b3a', 'x-compute-request-id': 'req-c2fcb21a-b78d-4021-84d7-7a78fff13b3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123'} Body: b'{"server": {"id": "7523cbeb-6c1f-404a-bb8b-2773337d2123", "name": "tempest-AttachVolumeTestJSON-server-2027388113", "status": "ACTIVE", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "user_id": "21f2ad057f094d93afe08c12b86da7c2", "metadata": {}, "hostId": "c6a5b1c52820f5f6a611a8646521a6cbbb80175c871afe412dc94faf", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:33Z", "updated": "2025-08-05T21:48:49Z", "addresses": {"tempest-AttachVolumeTestJSON-1603432914-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:1d:e3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1271353906", "OS-SRV-USG:launched_at": "2025-08-05T21:48:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666457474"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:49:23,639 99290 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:50:23,824 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123/os-interface 0.170s 2025-08-05 21:50:23,824 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openst ack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-153428ae-7620-4c6e-a4db-064ce6fa1794', 'x-compute-request-id': 'req-153428ae-7620-4c6e-a4db-064ce6fa1794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "4cb71b16-a6a0-4898-ac7b-fbcffc0e0a5f", "port_id": "48eae017-ee6b-44fa-9e25-f72f1513c3b8", "mac_addr": "fa:16:3e:58:1d:e3", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8c3e7703-0ada-4cfc-ad50-e2bede92794b", "ip_address": "10.0.0.7"}]}]}' 2025-08-05 21:50:24,727 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/00368a43-1ee6-4e0e-98f0-e2fd936c1f63 0.897s 2025-08-05 21:50:24,728 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "48eae017-ee6b-44fa-9e25-f72f1513c3b8"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-9a9b1f42-0548-4b5a-b4d2-28260fce62a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/00368a43-1ee6-4e0e-98f0-e2fd936c1f63'} Body: b'{"floatingip": {"id": "00368a43-1ee6-4e0e-98f0-e2fd936c1f63", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "floating_ip_address": "172.24.4.34", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "1d53b8db-163d-4379-ba30-8c3439342022", "port_id": "48eae017-ee6b-44fa-9e25-f72f1513c3b8", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "4cb71b16-a6a0-4898-ac7b-fbcffc0e0a5f", "mac_address": "fa:16:3e:58:1d:e3", "admin_state_up": true, "status": "ACTIVE", "device_id": "7523cbeb-6c1f-404a-bb8b-2773337d2123", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:48:32Z", "updated_at": "2025-08-05T21:50:24Z", "revision_number": 1, "project_id": "9b9a1cf1979f4944bc528c1da07ef979"}}' 2025-08-05 21:50:24,734 99290 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.34:22' as 'cirros' with public key authentication 2025-08-05 21:50:24,747 99290 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:50:24,850 99290 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:50:24,851 99290 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.34 successfully created 2025-08-05 21:50:24,895 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123/ips 0.043s 2025-08-05 21:50:24,895 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:24 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-29751585-3c3d-4b4b-ba10-56814fba6893', 'x-compute-request-id': 'req-29751585-3c3d-4b4b-ba10-56814fba6893', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1603432914-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2025-08-05 21:50:24,899 99290 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.34:22' as 'cirros' with public key authentication 2025-08-05 21:50:24,901 99290 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:50:25,002 99290 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:50:25,002 99290 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.34 successfully created 2025-08-05 21:50:25,003 99290 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2025-08-05 21:50:25,003 99290 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.34:22' as 'cirros' with public key authentication 2025-08-05 21:50:25,005 99290 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:50:25,107 99290 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:50:25,107 99290 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.34 successfully created 2025-08-05 21:50:25,455 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.337s 2025-08-05 21:50:25,455 99290 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-1883375218"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c507e0a5-802b-4ed9-8e3f-f3949781cbec', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c507e0a5-802b-4ed9-8e3f-f3949781cbec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:25.377534", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1883375218", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb"}], "user_id": "21f2ad057f094d93afe08c12b86da7c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:50:25,511 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb 0.043s 2025-08-05 21:50:25,512 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7c06278-8f7d-4b2f-909c-02433e8454e6', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7c06278-8f7d-4b2f-909c-02433e8454e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb'} Body: b'{"volume": {"id": "0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:25.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1883375218", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "se lf", "href": "http://10.0.0.210/volume/v3/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb"}], "user_id": "21f2ad057f094d93afe08c12b86da7c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9b9a1cf1979f4944bc528c1da07ef979"}}' 2025-08-05 21:50:26,565 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb 0.039s 2025-08-05 21:50:26,566 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb65e705-5e35-426f-b7d1-3c0d805f4afa', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb65e705-5e35-426f-b7d1-3c0d805f4afa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb'} Body: b'{"volume": {"id": "0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:25.000000", "updated_at": "2025-08-05T21:50:26.000000", "name": "tempest-AttachVolumeTestJSON-volume-1883375218", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0cac4ef7-fda7-4e8d-946c-dbb0620ad5fb"}], "user_id": "21f2ad057f094d93afe08c12b86da7c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9b9a1cf1979f4944bc528c1da07ef979"}}' 2025-08-05 21:50:26,689 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123 0.107s 2025-08-05 21:50:26,690 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50: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-0b2a8def-da31-4322-bbf0-f5e7e35a9460', 'x-compute-request-id': 'req-0b2a8def-da31-4322-bbf0-f5e7e35a9460', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123'} Body: b'' 2025-08-05 21:50:26,850 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123 0.160s 2025-08-05 21:50:26,851 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:26 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-273753ba-1e25-4970-ab6d-ce43d1f2bb57', 'x-compute-request-id': 'req-273753ba-1e25-4970-ab6d-ce43d1f2bb57', 'conn ection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123'} Body: b'{"server": {"id": "7523cbeb-6c1f-404a-bb8b-2773337d2123", "name": "tempest-AttachVolumeTestJSON-server-2027388113", "status": "ACTIVE", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "user_id": "21f2ad057f094d93afe08c12b86da7c2", "metadata": {}, "hostId": "c6a5b1c52820f5f6a611a8646521a6cbbb80175c871afe412dc94faf", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:33Z", "updated": "2025-08-05T21:50:27Z", "addresses": {"tempest-AttachVolumeTestJSON-1603432914-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:1d:e3"}, {"version": 4, "addr": "172.24.4.34", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:58:1d:e3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1271353906", "OS-SRV-USG:launched_at": "2025-08-05T21:48:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1666457474"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:51:16,958 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123 0.041s 2025-08-05 21:51:16,958 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:16 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-e7da1f9f-d7df-41c6-806b-e23a2465f808', 'x-compute-request-id': 'req-e7da1f9f-d7df-41c6-806b-e23a2465f808', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7523cbeb-6c1f-404a-bb8b-2773337d2123'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7523cbeb-6c1f-404a-bb8b-2773337d2123 could not be found."}}' 2025-08-05 21:51:16,984 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1271353906 0.024s 2025-08-05 21:51:16,984 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5cd4d4d8-38f3-40f8-a820-7cb7e71bb066', 'x-compute-request-id': 'req-5cd4d4d8-38f3-40f8-a820-7cb7e71bb066', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1271353906'} Body: b'' 2025-08-05 21:51:17,185 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0. 0.210/networking/v2.0/security-groups/f4d2d0c5-8744-41fd-87bb-67fc2ed3d547 0.200s 2025-08-05 21:51:17,186 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-aac839dc-aaf3-4a68-9e1a-fac8b3f59c7a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/f4d2d0c5-8744-41fd-87bb-67fc2ed3d547'} Body: b'' 2025-08-05 21:51:17,205 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/f4d2d0c5-8744-41fd-87bb-67fc2ed3d547 0.018s 2025-08-05 21:51:17,205 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-22315e80-b23c-42da-a973-95de754ebc4e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/f4d2d0c5-8744-41fd-87bb-67fc2ed3d547'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f4d2d0c5-8744-41fd-87bb-67fc2ed3d547 does not exist", "detail": ""}}' 2025-08-05 21:51:17,581 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/00368a43-1ee6-4e0e-98f0-e2fd936c1f63 0.375s 2025-08-05 21:51:17,582 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-b7e396cf-8c06-4017-8a7d-0fcac18211fa', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/00368a43-1ee6-4e0e-98f0-e2fd936c1f63'} Body: b'' 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 e4ce4218-3e08-4955-b6db-9c337070860f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:48:41,733 99270 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 21:48:41,734 99270 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:48:41,782 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.047s 2025-08-05 21:48:41,782 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-132662449", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHCKF8Ibs2U3HhQ4hg7/7+Utu1BcqUr8mly8NZ7yS+SDQRrwmR7gBQJtS08VVWhwn1FPpKi/IG6QMd1s0naZmRbu614wrD8NhWhsT1c7JMX4lzkKiKERSpQP7C9jyC0NhA=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 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-51134649-b1c7-4acb-8761-6a6b5a981f17', 'x-compute-request-id': 'req-51134649-b1c7-4acb-8761-6a6b5a981f17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-132662449", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHCKF8Ibs2U3HhQ4hg7/7+Utu1BcqUr8mly8NZ7yS+SDQRrwmR7gBQJtS08VVWhwn1FPpKi/IG6QMd1s0naZmRbu614wrD8NhWhsT1c7JMX4lzkKiKERSpQP7C9jyC0NhA==", "fingerprint": "18:00:0b:f5:0e:38:6f:fb:6a:5c:b9:a6:af:f5:38:18", "user_id": "5dff5149fe8c4980b708ae021985c714"}}' 2025-08-05 21:48:41,784 99270 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-132662449 created 2025-08-05 21:48:42,114 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.329s 2025-08-05 21:48:42,115 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1058194121", "description": "tempest-description--946385963"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-ba8728e1-cf31-4625-8654-2980c1f71e7c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d0af7690-451a-4501-8628-f01cf90fcbc7", "name": "tempest-securitygroup--1058194121", "stateful": true, "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "description": "tempest-description--946385963", "shared": false, "security_group_rules": [{"id": "49894b21-381a-45d3-bd08-aeba7f2fd695", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "d0af7690-451a-4501-8628-f01cf90fcbc7", "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": 810, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:48:41Z", "updated_at": "2025-08-05T21:48:41Z", "revision_number": 0}, {"id": "b80f4c02-2dce-4033-8cce-584d4ad426a6", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "d0af7690-451a-4501-8628-f01cf90fcbc7", "ethertype": "IPv6", "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": 811, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:48:41Z", "updated_at": "2025-08-05T21:48:41Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:48:41Z", "updated_at": "2025-08-05T21:48:41Z", "revision_number": 1, "project_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:48:42,319 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.204s 2025-08-05 21:48:42,320 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d0af7690-451a-4501-8628-f01cf90fcbc7", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-eb79b11c-08b3-49d1-af45-c7e888e46946', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "26e312c0-6462-46de-8f87-6c4c2f116a34", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "d0af7690-451a-4501-8628-f01cf90fcbc7", "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-08-05T21:48:42Z", "updated_at": "2025-08-05T21:48:42Z", "revision_number": 0}}' 2025-08-05 21:48:42,522 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.202s 2025-08-05 21:48:42,523 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d0af7690-451a-4501-8628-f01cf90fcbc7", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-5e217058-1d87-4bb7-8a71-a1d5c79a4ad0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8eb719f9-b84f-413f-9129-78fdee18129f", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "security_group_id": "d0af7690-451a-4501-8628-f01cf90fcbc7", "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-08-05T21:48:42Z", "updated_at": "2025-08-05T21:48:42Z", "revision_number": 0}}' 2025-08-05 21:48:42,523 99270 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1058194121 created 2025-08-05 21:48:43,255 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.731s 2025-08-05 21:48:43,256 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-b4f68a1b-3e99-4d6f-ae46-ed49ed139968', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d5708426-8701-440f-9f4c-60d57ddd890d", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "floating_ip_address": "172.24.4.234", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9c3a08f750f6490189a2571a83bb89a1", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:48:42Z", "updated_at": "2025-08-05T21:48:42Z", "revision_number": 0}}' 2025-08-05 21:48:43,256 99270 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd5708426-8701-440f-9f4c-60d57ddd890d', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'floating_ip_address': '172.24.4.234', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:48:42Z', 'updated_at': '2025-08-05T21:48:42Z', 'revision_number': 0, 'ip': '172.24.4.234'} created 2025-08-05 21:48:43,382 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.100s 2025-08-05 21:48:43,385 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:43 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-34a70f5d-3baa-4833-80f1-35a07e037019', '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": "5dff5149fe8c4980b708ae021985c714", "name": "tempest-AttachVolumeNegativeTest-1286888203-project-member", "password_expires_at": null}, "audit_ids": ["hRKFasYHRguW2DVv_xtCFw"], "expires_at": "2025-08-05T22:48:43.000000Z", "issued_at": "2025-08-05T21:48:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9c3a08f750f6490189a2571a83bb89a1", "name": "tempest-AttachVolumeNegativeTest-1286888203"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9c3a08f750f6490189a2571a83bb89a1", "region": "RegionOne"}], "id": "3 daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:48:43,386 99270 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'fbd278bc-3e53-4aec-a77d-eaccee53646b', 'name': 'tempest-AttachVolumeNegativeTest-914677661-network', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 60851, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:42:36Z', 'updated_at': '2025-08-05T21:42:36Z', 'revision_number': 1} available for tenant 2025-08-05 21:48:43,388 99270 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-132662449', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHCKF8Ibs2U3HhQ4hg7/7+Utu1BcqUr8mly8NZ7yS+SDQRrwmR7gBQJtS08VVWhwn1FPpKi/IG6QMd1s0naZmRbu614wrD8NhWhsT1c7JMX4lzkKiKERSpQP7C9jyC0NhA==', 'fingerprint': '18:00:0b:f5:0e:38:6f:fb:6a:5c:b9:a6:af:f5:38:18', 'user_id': '5dff5149fe8c4980b708ae021985c714', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBSDva1oSZ7795+8he5Vm+x9OsRFhafy5uXVnUbQFRUDmxPClPH8fpL\nV45eFo/hnTagBwYFK4EEACKhZANiAARwihfCG7NlNx4UOIYO/+/lLbtQXKlK/Jpc\nvDWe8kvkg0Ea8Jke4AUCbUtPFVVocJ9RT6SovyBukDHdbNJ2mZkW7uteMKw/DYVo\nbE9XOyTF+Jc5CoihEUqUD+wvY8gtDYQ=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd0af7690-451a-4501-8628-f01cf90fcbc7', 'name': 'tempest-securitygroup--1058194121', 'stateful': True, 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'description': 'tempest-description--946385963', 'shared': False, 'security_group_rules': [{'id': '49894b21-381a-45d3-bd08-aeba7f2fd695', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'security_group_id': 'd0af7690-451a-4501-8628-f01cf90fcbc7', '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': 810, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:48:41Z', 'updated_at': '2025-08-05T21:48:41Z', 'revision_number': 0}, {'id': 'b80f4c02-2dce-4033-8cce-584d4ad426a6', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'security_group_id': 'd0af7690-451a-4501-8628-f01cf90fcbc7', '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': 811, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:48:41Z', 'updated_at': '2025-08-05T21:48:41Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025 -08-05T21:48:41Z', 'updated_at': '2025-08-05T21:48:41Z', 'revision_number': 1, 'project_id': '9c3a08f750f6490189a2571a83bb89a1'}, 'floating_ip': {'id': 'd5708426-8701-440f-9f4c-60d57ddd890d', 'tenant_id': '9c3a08f750f6490189a2571a83bb89a1', 'floating_ip_address': '172.24.4.234', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9c3a08f750f6490189a2571a83bb89a1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:48:42Z', 'updated_at': '2025-08-05T21:48:42Z', 'revision_number': 0, 'ip': '172.24.4.234'}} 2025-08-05 21:48:44,462 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.072s 2025-08-05 21:48:44,463 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1451379256", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "fbd278bc-3e53-4aec-a77d-eaccee53646b"}], "security_groups": [{"name": "tempest-securitygroup--1058194121"}], "key_name": "tempest-keypair-132662449", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5671c855-4de5-4242-848a-257e8c1046b0', 'x-compute-request-id': 'req-5671c855-4de5-4242-848a-257e8c1046b0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a20c492c-8c19-464a-b999-fdfbe0de1ac5", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1058194121"}], "adminPass": "password"}}' 2025-08-05 21:48:44,537 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5 0.069s 2025-08-05 21:48:44,538 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:48:44 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-705396ad-da9c-42e5-926f-f8bceb95d790', 'x-compute-request-id': 'req-705396ad-da9c-42e5-926f-f8bceb95d790', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5'} Body: b'{"server": {"id": "a20c492c-8c19-464a-b999-fdfbe0de1ac5", "name": "tempest-AttachVolumeNegativeTest-server-1451379256", "status": "BUILD", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "user_id": "5dff5149fe8c4980b708ae021985c714", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:44Z", "updated": "2025-08-05T21:48:44Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-132662449", "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-08-05 21:49:34,819 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5 0.217s 2025-08-05 21:49:34,819 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:34 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-60f4abd7-865c-4dc6-ad47-ce550e4e4777', 'x-compute-request-id': 'req-60f4abd7-865c-4dc6-ad47-ce550e4e4777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5'} Body: b'{"server": {"id": "a20c492c-8c19-464a-b999-fdfbe0de1ac5", "name": "tempest-AttachVolumeNegativeTest-server-1451379256", "status": "ACTIVE", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "user_id": "5dff5149fe8c4980b708ae021985c714", "metadata": {}, "hostId": "5ed9ae78546f407d19f04885dddc2c75ab48c7792eeda067ab6ec367", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:44Z", "updated": "2025-08-05T21:49:00Z", "addresses": {"tempest-AttachVolumeNegativeTest-914677661-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:e7:bf"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-132662449", "OS-SRV-USG:launched_at": "2025-08-05T21:49:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1058194121"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:49:34,834 99270 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:50:35,104 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5/os-interface 0.212s 2025-08-05 21:50:35,104 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'applicat ion/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d8554e7c-865a-4147-b4db-fae4d2e343ab', 'x-compute-request-id': 'req-d8554e7c-865a-4147-b4db-fae4d2e343ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "fbd278bc-3e53-4aec-a77d-eaccee53646b", "port_id": "ffc5266c-90d8-440d-a3a9-314063ccafd9", "mac_addr": "fa:16:3e:0e:e7:bf", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "11154377-4938-4e8f-9d6e-91d231351f7d", "ip_address": "10.0.0.4"}]}]}' 2025-08-05 21:50:36,266 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/d5708426-8701-440f-9f4c-60d57ddd890d 1.157s 2025-08-05 21:50:36,266 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ffc5266c-90d8-440d-a3a9-314063ccafd9"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-26caf0c7-c820-4c6a-ba98-aebcb30c980b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/d5708426-8701-440f-9f4c-60d57ddd890d'} Body: b'{"floatingip": {"id": "d5708426-8701-440f-9f4c-60d57ddd890d", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "floating_ip_address": "172.24.4.234", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "48a12ba8-311b-483d-a3d2-becc91c152c1", "port_id": "ffc5266c-90d8-440d-a3a9-314063ccafd9", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "fbd278bc-3e53-4aec-a77d-eaccee53646b", "mac_address": "fa:16:3e:0e:e7:bf", "admin_state_up": true, "status": "ACTIVE", "device_id": "a20c492c-8c19-464a-b999-fdfbe0de1ac5", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:48:42Z", "updated_at": "2025-08-05T21:50:35Z", "revision_number": 1, "project_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:50:36,268 99270 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.234:22' as 'cirros' with public key authentication 2025-08-05 21:50:36,283 99270 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:50:36,390 99270 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:50:36,390 99270 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.234 successfully created 2025-08-05 21:50:36,433 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5/ips 0.041s 2025-08-05 21:50:36,434 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:36 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-35195c6c-dc33-4317-8cbd-a82c448be62b', 'x-compute-request-id': 'req-35195c6c-dc33-4317-8cbd-a82c448be62b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-914677661-network": [{"version": 4, "addr": "10.0.0.4"} ]}}' 2025-08-05 21:50:36,713 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.275s 2025-08-05 21:50:36,713 99270 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-777718003"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c23712d-de1c-4258-a0a5-0f0eb5ad630c', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c23712d-de1c-4258-a0a5-0f0eb5ad630c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e4ce4218-3e08-4955-b6db-9c337070860f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:36.601544", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-777718003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e4ce4218-3e08-4955-b6db-9c337070860f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e4ce4218-3e08-4955-b6db-9c337070860f"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:50:36,771 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/e4ce4218-3e08-4955-b6db-9c337070860f 0.045s 2025-08-05 21:50:36,772 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f03bcadd-2627-4903-8bd1-3cc07030e938', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f03bcadd-2627-4903-8bd1-3cc07030e938', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e4ce4218-3e08-4955-b6db-9c337070860f'} Body: b'{"volume": {"id": "e4ce4218-3e08-4955-b6db-9c337070860f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:37.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-777718003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e4ce4218-3e08-4955-b6db-9c337070860f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e4ce4218-3e08-4955-b6db-9c337070860f"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:50:37,838 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/e4ce4218-3e08-4955-b6db-9c337070860f 0.051s 2025-08-05 21:50:37,838 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reque st-id': 'req-cf5dcd9e-b04f-4e56-bf2a-8ea3b3f35329', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf5dcd9e-b04f-4e56-bf2a-8ea3b3f35329', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e4ce4218-3e08-4955-b6db-9c337070860f'} Body: b'{"volume": {"id": "e4ce4218-3e08-4955-b6db-9c337070860f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:37.000000", "updated_at": "2025-08-05T21:50:37.000000", "name": "tempest-AttachVolumeNegativeTest-volume-777718003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e4ce4218-3e08-4955-b6db-9c337070860f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e4ce4218-3e08-4955-b6db-9c337070860f"}], "user_id": "5dff5149fe8c4980b708ae021985c714", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9c3a08f750f6490189a2571a83bb89a1"}}' 2025-08-05 21:50:37,960 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5 0.106s 2025-08-05 21:50:37,960 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:37 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-78bb21da-972f-41a2-93c7-bee6194e8875', 'x-compute-request-id': 'req-78bb21da-972f-41a2-93c7-bee6194e8875', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5'} Body: b'' 2025-08-05 21:50:38,265 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5 0.305s 2025-08-05 21:50:38,266 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:37 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-bc41e0b5-7a47-49b0-bbf5-c50e4d422c16', 'x-compute-request-id': 'req-bc41e0b5-7a47-49b0-bbf5-c50e4d422c16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5'} Body: b'{"server": {"id": "a20c492c-8c19-464a-b999-fdfbe0de1ac5", "name": "tempest-AttachVolumeNegativeTest-server-1451379256", "status": "ACTIVE", "tenant_id": "9c3a08f750f6490189a2571a83bb89a1", "user_id": "5dff5149fe8c4980b708ae021985c714", "metadata": {}, "hostId": "5ed9ae78546f407d19f04885dddc2c75ab48c7792eeda067ab6ec367", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:48:44Z", "updated": "2025-08-05T21:50:38Z", "addresses": {"tempest-AttachVolumeNegativeTest-914677661-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:e7:bf"}, {"version": 4, "addr" : "172.24.4.234", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0e:e7:bf"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-132662449", "OS-SRV-USG:launched_at": "2025-08-05T21:49:00.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1058194121"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:51:28,377 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5 0.049s 2025-08-05 21:51:28,378 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:28 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-b28c4838-e1ff-4d57-9570-e8e8c906a726', 'x-compute-request-id': 'req-b28c4838-e1ff-4d57-9570-e8e8c906a726', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a20c492c-8c19-464a-b999-fdfbe0de1ac5'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a20c492c-8c19-464a-b999-fdfbe0de1ac5 could not be found."}}' 2025-08-05 21:51:28,406 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-132662449 0.027s 2025-08-05 21:51:28,406 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:28 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-bd2e0e28-b82d-435f-92b5-10bf1ef7e272', 'x-compute-request-id': 'req-bd2e0e28-b82d-435f-92b5-10bf1ef7e272', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-132662449'} Body: b'' 2025-08-05 21:51:28,618 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/d0af7690-451a-4501-8628-f01cf90fcbc7 0.211s 2025-08-05 21:51:28,619 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-27f93759-73f0-4373-83ab-883e617a1017', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/d0af7690-451a-4501-8628-f01cf90fcbc7'} Body: b'' 2025-08-05 21:51:28,642 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/d0af7690-451a-4501-8628-f01cf90fcbc7 0.023s 2025-08-05 21:51:28,643 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'applicat ion/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-0c600327-0b26-416d-bd1c-3396e87782af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/d0af7690-451a-4501-8628-f01cf90fcbc7'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d0af7690-451a-4501-8628-f01cf90fcbc7 does not exist", "detail": ""}}' 2025-08-05 21:51:29,021 99270 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/d5708426-8701-440f-9f4c-60d57ddd890d 0.378s 2025-08-05 21:51:29,022 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-73390fad-694e-4038-b01e-e2050203c8eb', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/d5708426-8701-440f-9f4c-60d57ddd890d'} Body: b'' 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 65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:51:35,351 99270 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.228s 2025-08-05 21:51:35,352 99270 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-1068970049"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea442a83-d50d-4aaf-af3b-1997e7fd09f2', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea442a83-d50d-4aaf-af3b-1997e7fd09f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "e437732e-5ea7-4329-a2f7-ca2dac67b0c2", "name": "tempest-GroupsTest-volume-type-1068970049", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:51:35,390 99270 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.034s 2025-08-05 21:51:35,391 99270 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-1462426113"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed851794-ba4b-4684-bb40-0f837ae56bea', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed851794-ba4b-4684-bb40-0f837ae56bea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "cb5eaa88-5243-4402-8e6f-fd21eff4a830", "name": "tempest-GroupsTest-group-type-1462426113", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 21:51:35,619 99270 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.225s 2025-08-05 21:51:35,619 99270 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": "cb5eaa88-5243-4402-8e6f-fd21eff4a830", "volume_types": ["e437732e-5ea7-4329-a2f7-ca2dac67b0c2"], "name": "tempest-Group1-8645719"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c287297d-fe8e-4d50-ae12-ca1f22786afa', 'content-length': '91', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c287297d-fe8e-4d50-ae12-ca1f22786afa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7", "name": "tempest-Group1-8645719"}}' 2025-08-05 21:51:35,655 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7 0.033s 2025-08-05 21:51:35,656 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request- id': 'req-3e7026fe-fcdc-4b3b-8bdb-070e2fc1c300', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e7026fe-fcdc-4b3b-8bdb-070e2fc1c300', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7'} Body: b'{"group": {"id": "65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T21:51:36.000000", "name": "tempest-Group1-8645719", "description": null, "group_type": "cb5eaa88-5243-4402-8e6f-fd21eff4a830", "volume_types": ["e437732e-5ea7-4329-a2f7-ca2dac67b0c2"]}}' 2025-08-05 21:51:36,700 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7 0.034s 2025-08-05 21:51:36,700 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a78fe2a6-169d-4c24-90c1-5113dd7260a3', 'content-length': '316', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a78fe2a6-169d-4c24-90c1-5113dd7260a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7'} Body: b'{"group": {"id": "65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T21:51:36.000000", "name": "tempest-Group1-8645719", "description": null, "group_type": "cb5eaa88-5243-4402-8e6f-fd21eff4a830", "volume_types": ["e437732e-5ea7-4329-a2f7-ca2dac67b0c2"]}}' 2025-08-05 21:51:36,757 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.050s 2025-08-05 21:51:36,757 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d068aada-166d-4389-964d-c76f6b749744', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d068aada-166d-4389-964d-c76f6b749744', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 21:51:36,843 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7/action 0.071s 2025-08-05 21:51:36,843 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:36 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-4f9d4047-bde9-4a59-b44a-ad619ee68acd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7/action'} Body: b'' 2025-08-05 21:51:36,890 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7 0.046s 2025-08-05 21:51:36,890 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:36 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-65a1b244-2244-4739-9920-1d5ecc45586b', 'x-openstack-request-id': 'req-65a1b244-2244-4739-9920-1d5ecc45586b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 65505a9d-b7b5-4cbc-8cc9-2fd67597e3a7 could not be found."}}' 2025-08-05 21:51:36,947 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/cb5eaa88-5243-4402-8e6f-fd21eff4a830 0.055s 2025-08-05 21:51:36,948 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:36 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-78fcf477-49cd-4ea2-a62d-928e4342db38', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/cb5eaa88-5243-4402-8e6f-fd21eff4a830'} Body: b'' 2025-08-05 21:51:37,042 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/e437732e-5ea7-4329-a2f7-ca2dac67b0c2 0.094s 2025-08-05 21:51:37,043 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-df6a51de-ea50-4a5f-bab7-fc1afcf865c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/e437732e-5ea7-4329-a2f7-ca2dac67b0c2'} Body: b'' 2025-08-05 21:51:37,078 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/e437732e-5ea7-4329-a2f7-ca2dac67b0c2 0.034s 2025-08-05 21:51:37,078 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:37 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-7026260c-fc2f-42ec-8468-4e1cc05beb4b', 'x-openstack-request-id': 'req-7026260c-fc2f-42ec-8468-4e1cc05beb4b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/e437732e-5ea7-4329-a2f7-ca2dac67b0c2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e437732e-5ea7-4329-a2f7-ca2dac67b0c2 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 c161db06-ab50-4eb8-bb8d-f23791d4f955 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:51:37,119 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/types 0.037s 2025-08-05 21:51:37,120 99270 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-627837847"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2e1a298-5a45-44c7-b5c3-9b9f9883a279', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2e1a298-5a45-44c7-b5c3-9b9f9883a279', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "ae436625-6c6c-4fd3-8a64-cd5ac93b3cba", "name": "tempest-GroupsTest-volume-type-627837847", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:51:37,258 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/group_types 0.136s 2025-08-05 21:51:37,259 99270 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-779125230"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f0aea62-e186-4227-a6d7-fd1edf134b55', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f0aea62-e186-4227-a6d7-fd1edf134b55', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "0ce273cd-6a9f-4710-880a-612b46ecd346", "name": "tempest-GroupsTest-group-type-779125230", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 21:51:37,358 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/groups 0.096s 2025-08-05 21:51:37,359 99270 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": "0ce273cd-6a9f-4710-880a-612b46ecd346", "volume_types": ["ae436625-6c6c-4fd3-8a64-cd5ac93b3cba"], "name": "tempest-GroupsTest-Group-1259109220"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3389087-9a4f-4882-bc6b-8fee4595b76d', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3389087-9a4f-4882-bc6b-8fee4595b76d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "c161db06-ab50-4eb8-bb8d-f23791d4f955", "name": "tempest-GroupsTest-Group-1259109220"}}' 2025-08-05 21:51:37,397 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/c161db06-ab50-4eb8-bb8d-f23791d4f955 0.036s 2025-08-05 21:51:37,397 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3adcab79-225b-40bb-97bf-0a8491abeb9 7', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3adcab79-225b-40bb-97bf-0a8491abeb97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/c161db06-ab50-4eb8-bb8d-f23791d4f955'} Body: b'{"group": {"id": "c161db06-ab50-4eb8-bb8d-f23791d4f955", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T21:51:37.000000", "name": "tempest-GroupsTest-Group-1259109220", "description": null, "group_type": "0ce273cd-6a9f-4710-880a-612b46ecd346", "volume_types": ["ae436625-6c6c-4fd3-8a64-cd5ac93b3cba"]}}' 2025-08-05 21:51:38,430 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/c161db06-ab50-4eb8-bb8d-f23791d4f955 0.027s 2025-08-05 21:51:38,431 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fc82c57-0676-4eb8-bd06-7b6fa5f93384', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fc82c57-0676-4eb8-bd06-7b6fa5f93384', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/c161db06-ab50-4eb8-bb8d-f23791d4f955'} Body: b'{"group": {"id": "c161db06-ab50-4eb8-bb8d-f23791d4f955", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T21:51:37.000000", "name": "tempest-GroupsTest-Group-1259109220", "description": null, "group_type": "0ce273cd-6a9f-4710-880a-612b46ecd346", "volume_types": ["ae436625-6c6c-4fd3-8a64-cd5ac93b3cba"]}}' 2025-08-05 21:51:38,471 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.035s 2025-08-05 21:51:38,471 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc316c03-e26a-40ff-96f4-215fb60ca189', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc316c03-e26a-40ff-96f4-215fb60ca189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 21:51:38,647 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/c161db06-ab50-4eb8-bb8d-f23791d4f955/action 0.161s 2025-08-05 21:51:38,648 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:38 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-4feee194-25f0-4ef4-98bb-a8165cad242a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/c161db06-ab50-4eb8-bb8d-f23791d4f955/action'} Body: b'' 2025-08-05 21:51:38,663 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/c161db06-ab50-4eb8-bb8d-f23791d4f955 0.015s 2025-08-05 21:51:38,663 99270 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:38 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-da5d9636-bb97-43b6-a702-088d850d5d6c', 'x-openstack-request-id': 'req-da5d9636-bb97-43b6-a702-088d850d5d6c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/c161db06-ab50-4eb8-bb8d-f23791d4f955'} Body: b'{"itemNotFound": {"code": 404, "message": "Group c161db06-ab50-4eb8-bb8d-f23791d4f955 could not be found."}}' 2025-08-05 21:51:38,692 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/0ce273cd-6a9f-4710-880a-612b46ecd346 0.028s 2025-08-05 21:51:38,693 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:38 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-d6abb87f-3754-4bba-9ac4-d7014ea4c24d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/0ce273cd-6a9f-4710-880a-612b46ecd346'} Body: b'' 2025-08-05 21:51:38,770 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/ae436625-6c6c-4fd3-8a64-cd5ac93b3cba 0.077s 2025-08-05 21:51:38,771 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51: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-5345cca9-6ad4-43a0-9885-cb77c53d1d79', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/ae436625-6c6c-4fd3-8a64-cd5ac93b3cba'} Body: b'' 2025-08-05 21:51:38,788 99270 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/ae436625-6c6c-4fd3-8a64-cd5ac93b3cba 0.017s 2025-08-05 21:51:38,789 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:38 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-00f171c7-6ab4-4fc6-a96c-278705a13c10', 'x-openstack-request-id': 'req-00f171c7-6ab4-4fc6-a96c-278705a13c10', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/ae436625-6c6c-4fd3-8a64-cd5ac93b3cba'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ae436625-6c6c-4fd3-8a64-cd5ac93b3cba could not be found."}}' tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 d7628f88-1fe2-41f8-8d97-01a7e4b1b737 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:51:37,147 99284 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.287s 2025-08-05 21:51:37,148 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1160902315", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCXqy9wy5RMdBHjpl6y8sZ+Wlg9LAh5cqTBsZWgvYWtsaaaWHJ2TOg2Spom5cc8aT2f9LyudF80CBemTZCpgi0Nh7gCPuCh+YumqaKsK94TNR+36h5G6hRPnrcX73D1oFA=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '397', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-525e3caf-c607-4d65-aace-d01ae55df527', 'x-compute-request-id': 'req-525e3caf-c607-4d65-aace-d01ae55df527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1160902315", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCXqy9wy5RMdBHjpl6y8sZ+Wlg9LAh5cqTBsZWgvYWtsaaaWHJ2TOg2Spom5cc8aT2f9LyudF80CBemTZCpgi0Nh7gCPuCh+YumqaKsK94TNR+36h5G6hRPnrcX73D1oFA==", "fingerprint": "aa:93:15:bd:13:a5:d8:00:69:e1:29:6f:7a:26:1d:5c", "user_id": "5615624dd3d543b18d4a5b569c00b842"}}' 2025-08-05 21:51:37,515 99284 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.365s 2025-08-05 21:51:37,515 99284 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-29114101", "description": "tempest-secgroup-smoke-29114101 description", "project_id": "bc73f8e056b840dda3da326c11d08d14"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1671', 'x-openstack-request-id': 'req-bf9efb42-7619-43a0-9b99-3dfa6dd21158', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "name": "tempest-secgroup-smoke-29114101", "stateful": true, "tenant_id": "bc73f8e056b840dda3da326c11d08d14", "description": "tempest-secgroup-smoke-29114101 description", "shared": false, "security_group_rules": [{"id": "3a8815af-9a2e-453e-b1bf-e58669ab7a60", "project_id": "bc73f8e056b840dda3da326c11d08d14", "tenant_id": "bc73f8e056b840dda3da326c11d08d14", "security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "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": 957, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:51:37Z", "updated_at": "2025-08-05T21:51:37Z", "revision_number": 0}, {"id": "53c96721-81c3-45b9-baab-2f75c48e6cf7", "project_id": "bc73f8e056b840dda3da326c11d08d14", "tenant_id": "bc73f8e056b840dda3da326c11d08d14", "security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "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": 958, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:51:37Z", "updated_at": "2025-08-05T21:51:37Z", "revision_number": 0} ], "tags": [], "created_at": "2025-08-05T21:51:37Z", "updated_at": "2025-08-05T21:51:37Z", "revision_number": 1, "project_id": "bc73f8e056b840dda3da326c11d08d14"}}' 2025-08-05 21:51:37,748 99284 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.232s 2025-08-05 21:51:37,749 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "project_id": "bc73f8e056b840dda3da326c11d08d14", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d0300a0a-9b98-4904-a04a-664add62a643', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "647b63d4-b7fe-4e57-8637-e9ead4af8790", "project_id": "bc73f8e056b840dda3da326c11d08d14", "tenant_id": "bc73f8e056b840dda3da326c11d08d14", "security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "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-08-05T21:51:37Z", "updated_at": "2025-08-05T21:51:37Z", "revision_number": 0}}' 2025-08-05 21:51:37,951 99284 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.202s 2025-08-05 21:51:37,952 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "project_id": "bc73f8e056b840dda3da326c11d08d14", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-408ca768-2917-4a23-8774-cff64a6af616', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b2127db3-fed7-47c6-b145-170036f4cc2c", "project_id": "bc73f8e056b840dda3da326c11d08d14", "tenant_id": "bc73f8e056b840dda3da326c11d08d14", "security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "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-08-05T21:51:37Z", "updated_at": "2025-08-05T21:51:37Z", "revision_number": 0}}' 2025-08-05 21:51:38,183 99284 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.231s 2025-08-05 21:51:38,184 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "project_id": "bc73f8e056b840dda3da326c11d08d14", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'conten t-length': '602', 'x-openstack-request-id': 'req-f2b03eb1-2744-48d0-baff-574e1137f1eb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2c85b7b9-8581-4031-94eb-e03b38914fc4", "project_id": "bc73f8e056b840dda3da326c11d08d14", "tenant_id": "bc73f8e056b840dda3da326c11d08d14", "security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "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-08-05T21:51:38Z", "updated_at": "2025-08-05T21:51:38Z", "revision_number": 0}}' 2025-08-05 21:51:38,528 99284 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.343s 2025-08-05 21:51:38,528 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "project_id": "bc73f8e056b840dda3da326c11d08d14", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-d13b16fc-1795-41e7-832e-83d9c5ae56ab', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6291a8cb-cba7-4c7f-9e06-1bffa9111b94", "project_id": "bc73f8e056b840dda3da326c11d08d14", "tenant_id": "bc73f8e056b840dda3da326c11d08d14", "security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "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-08-05T21:51:38Z", "updated_at": "2025-08-05T21:51:38Z", "revision_number": 0}}' 2025-08-05 21:51:38,772 99284 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.243s 2025-08-05 21:51:38,772 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "project_id": "bc73f8e056b840dda3da326c11d08d14", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-6c7e35d4-ecee-47bd-81aa-043c2414cbab', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e66138e1-7690-41f2-a4a3-4be9d43e9219", "project_id": "bc73f8e056b840dda3da326c11d08d14", "tenant_id": "bc73f8e056b840dda3da326c11d08d14", "security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "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-08-05T21:51:38Z", "updated_at": "2025-08-05T21:51:38Z", "revision_number": 0}}' 2025-08-05 21:51:39,017 99284 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backe d_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.244s 2025-08-05 21:51:39,017 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "project_id": "bc73f8e056b840dda3da326c11d08d14", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-73fd3f15-10c4-4d82-bc3c-914f1603277d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "583cdb2e-c504-4c09-9951-3bedb1fd5562", "project_id": "bc73f8e056b840dda3da326c11d08d14", "tenant_id": "bc73f8e056b840dda3da326c11d08d14", "security_group_id": "bcfadbf6-ad71-4e3f-9d74-79655fef78f8", "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-08-05T21:51:38Z", "updated_at": "2025-08-05T21:51:38Z", "revision_number": 0}}' 2025-08-05 21:51:39,107 99284 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.083s 2025-08-05 21:51:39,108 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:39 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-58bab74c-6b44-4b27-9757-e646e16d54df', '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": "5615624dd3d543b18d4a5b569c00b842", "name": "tempest-TestShelveInstance-2021165591-project-member", "password_expires_at": null}, "audit_ids": ["AUYKgPVLQp-ZoW5PTfYi7Q"], "expires_at": "2025-08-05T22:51:39.000000Z", "issued_at": "2025-08-05T21:51:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bc73f8e056b840dda3da326c11d08d14", "name": "tempest-TestShelveInstance-2021165591"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/bc73f8e056b840dda3da326c11d08d14", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http:/ /10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:51:39,108 99284 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'bd4b84e0-e610-498a-9f8d-9d136d9cf92d', 'name': 'tempest-TestShelveInstance-1997865315-network', 'tenant_id': 'bc73f8e056b840dda3da326c11d08d14', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'bc73f8e056b840dda3da326c11d08d14', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 62658, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:51:21Z', 'updated_at': '2025-08-05T21:51:21Z', 'revision_number': 1} available for tenant 2025-08-05 21:51:39,520 99284 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/volumes 0.410s 2025-08-05 21:51:39,520 99284 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-152160559", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-095e74a3-6f45-4b54-9bfa-f844b86b58cc', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-095e74a3-6f45-4b54-9bfa-f844b86b58cc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d7628f88-1fe2-41f8-8d97-01a7e4b1b737", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:51:39.428877", "updated_at": null, "name": "tempest-tempest.common.compute-volume-152160559", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737"}], "user_id": "5615624dd3d543b18d4a5b569c00b842", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:51:39,584 99284 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737 0.050s 2025-08-05 21:51:39,584 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8184fcc5-5a21-409a-b7f0-f69d77650357', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8184fcc5-5a21-409a-b 7f0-f69d77650357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737'} Body: b'{"volume": {"id": "d7628f88-1fe2-41f8-8d97-01a7e4b1b737", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:51:39.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-152160559", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737"}], "user_id": "5615624dd3d543b18d4a5b569c00b842", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bc73f8e056b840dda3da326c11d08d14"}}' 2025-08-05 21:51:40,645 99284 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737 0.046s 2025-08-05 21:51:40,646 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5352ec85-082c-4786-b4de-b77a094c7fd9', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5352ec85-082c-4786-b4de-b77a094c7fd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737'} Body: b'{"volume": {"id": "d7628f88-1fe2-41f8-8d97-01a7e4b1b737", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:51:39.000000", "updated_at": "2025-08-05T21:51:40.000000", "name": "tempest-tempest.common.compute-volume-152160559", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737"}], "user_id": "5615624dd3d543b18d4a5b569c00b842", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bc73f8e056b840dda3da326c11d08d14"}}' 2025-08-05 21:51:40,764 99284 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737 0.103s 2025-08-05 21:51:40,764 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d424463-ebc9-40a9-a191-f3181db41c6a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737'} Body: b'' 2025-08-05 21:51:40,790 99284 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737 0.025s 2025-08-05 21:51:40,790 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecaec151-d52b-4f53-bf74-f7b39b6eacd9', 'x-openstack-request-id': 'req-ecaec151-d52b-4f53-bf74-f7b39b6eacd9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d7628f88-1fe2-41f8-8d97-01a7e4b1b737'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d7628f88-1fe2-41f8-8d97-01a7e4b1b737 could not be found."}}' 2025-08-05 21:51:41,019 99284 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/bcfadbf6-ad71-4e3f-9d74-79655fef78f8 0.227s 2025-08-05 21:51:41,020 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-bb79910f-3a5e-41d9-9184-e0c4510c2d0e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/bcfadbf6-ad71-4e3f-9d74-79655fef78f8'} Body: b'' 2025-08-05 21:51:41,048 99284 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1160902315 0.028s 2025-08-05 21:51:41,049 99284 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:41 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-2af5e103-6bcd-4afa-8e99-d252ed898ae2', 'x-compute-request-id': 'req-2af5e103-6bcd-4afa-8e99-d252ed898ae2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1160902315'} Body: b'' 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 3610eb44-9f5e-48a2-9337-ebb2814e6d36 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:51:43,374 99270 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.367s 2025-08-05 21:51:43,375 99270 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-259368770"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aa26863-fbd6-4451-a639-801cc8bdda04', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aa26863-fbd6-4451-a639-801cc8bdda04', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3610eb44-9f5e-48a2-9337-ebb2814e6d36", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T21:51:43.318414", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-259368770", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36"}], "user_id": "1e66132cd4ad42f78b4e709bc90de65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:51:43,436 99270 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36 0.049s 2025-08-05 21:51:43,436 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f9a97de-47c1-4f5a-8dd2-f3056409f808', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f9a97de-47c1-4f5a-8dd2-f3056409f808', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36'} Body: b'{"volume": {"id": "3610eb44-9f5e-48a2-9337-ebb2814e6d36", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T21:51:43.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-259368770", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36"}], "user_id": "1e66132cd4ad42f78b4e709bc90de65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6d0ea18eedef428a8e2403f1febdcfb0"}}' 2025-08-05 21:51:44,493 99270 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36 0.042s 2025-08-05 21:51:44,493 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-3814c90a-0903-4c91-a226-e6c7a60e0714', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3814c90a-0903-4c91-a226-e6c7a60e0714', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36'} Body: b'{"volume": {"id": "3610eb44-9f5e-48a2-9337-ebb2814e6d36", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T21:51:43.000000", "updated_at": "2025-08-05T21:51:43.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-259368770", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36"}], "user_id": "1e66132cd4ad42f78b4e709bc90de65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6d0ea18eedef428a8e2403f1febdcfb0"}}' 2025-08-05 21:51:44,545 99270 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36 0.037s 2025-08-05 21:51:44,545 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c826ccca-dc54-445f-943b-2c88171bb3ab', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c826ccca-dc54-445f-943b-2c88171bb3ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36'} Body: b'{"volume": {"id": "3610eb44-9f5e-48a2-9337-ebb2814e6d36", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T21:51:43.000000", "updated_at": "2025-08-05T21:51:43.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-259368770", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36"}], "user_id": "1e66132cd4ad42f78b4e709bc90de65c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6d0ea18eedef428a8e2403f1febdcfb0"}}' 2025-08-05 21:51:44,654 99270 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36 0.095s 2025-08-05 21:51:44,654 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51: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-41ef520d-3bf8-4e92-a323-55ceddfbe8dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36'} Body: b'' 2025-08-05 21:51:44,676 99270 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2- 9337-ebb2814e6d36 0.021s 2025-08-05 21:51:44,677 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51: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-de639cf4-8bf6-485f-9441-7117d46b2b1f', 'x-openstack-request-id': 'req-de639cf4-8bf6-485f-9441-7117d46b2b1f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3610eb44-9f5e-48a2-9337-ebb2814e6d36'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3610eb44-9f5e-48a2-9337-ebb2814e6d36 could not be found."}}' 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 9339642e-9230-42ed-9efb-29067ad7c0f6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:49:57,660 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7 0.224s 2025-08-05 21:49:57,661 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:49:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a70f1a8d-9c1c-4e24-8ff4-6fa26c4800af', 'x-compute-request-id': 'req-a70f1a8d-9c1c-4e24-8ff4-6fa26c4800af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7'} Body: b'{"server": {"id": "bf8820a5-80b8-4c06-ac58-c56cd2b0cab7", "name": "tempest-ServerActionsTestOtherA-server-1925002207", "status": "ACTIVE", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "user_id": "58808288af454894927dec847ec6e678", "metadata": {}, "hostId": "8a995fc1c759a5f3b231b0861328cd9faf7c48405473fcc182d4edf7", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:15Z", "updated": "2025-08-05T21:43:44Z", "addresses": {"tempest-ServerActionsTestOtherA-847960062-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:62:cc"}, {"version": 4, "addr": "172.24.4.97", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:62:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-236088512", "OS-SRV-USG:launched_at": "2025-08-05T21:43:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1364181730"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:50:57,820 99276 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.081s 2025-08-05 21:50:57,821 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:57 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-7071fcd6-b305-4b21-993b-2ceed4a84140', '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": "58808288af454894927dec847ec6e678", "name": "tempest-ServerActionsTestOtherA-1329378002-project-member", "password_expires_at": null}, "audit_ids": ["vykWXdBbR9Kj3734hSF8jw"], "expires_at": "2025-08-05T22:50:57.000000Z", "issued_at": "2025-08-05T21:50:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "951c9bfd7e6c42dcbeee31cb28340b42", "name": "tempest-ServerActionsTestOtherA-1329378002"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb 1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/951c9bfd7e6c42dcbeee31cb28340b42", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:50:57,821 99276 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm) Found network {'id': 'e3ccaa06-2335-4f8b-b238-ca5e65e290d4', 'name': 'tempest-ServerActionsTestOtherA-847960062-network', 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 25314, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:42:41Z', 'updated_at': '2025-08-05T21:42:41Z', 'revision_number': 1} available for tenant 2025-08-05 21:50:57,822 99276 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-236088512', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDqGKfxsQrunkAnIH8ZwyyUG6YoK2ts7z+z2JqRT/dfz/KhLnlsDOt6GHFUwcsa7avEDYZw4Erc2Amcuhz/HOBXWXOBiZs/vduSOScu0oW0r+LQgSU9a0Kad+1Jca/lC7Q==', 'fingerprint': '45:8e:2d:a5:bf:77:2b:08:13:6e:da:28:a4:51:d5:36', 'user_id': '58808288af454894927dec847ec6e678', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBTWR5+UR5N1xfZn2HMyWV2RVOSUAkXgGAZ4hAvz1US7B5HWnalzdzj\n/bf9C/HG4/mgBwYFK4EEACKhZANiAAQ6hin8bEK7p5AJyB/GcMslBumKCtrbO8/s\n9iakU/3X8/yoS55bAzrehhxVMHLGu2rxA2GcOBK3NgJnLoc/xzgV1lzgYmbP73bk\njknLtKFtK/i0IElPWtCmnftSXGv5Qu0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '80c886aa-916c-48ba-a1ec-dbbf3d85f17e', 'name': 'tempest-securitygroup--1364181730', 'stateful': True, 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'description': 'tempest-description--1564781271', 'shared': False, 'security_group_rules': [{'id': '7e5c45b9-e550-4194-8c6c-c47c6fc8c382', 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'security_group_id': '80c886aa-916c-48ba-a1ec-dbbf3d85f17e', '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': 443, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:42:56Z', 'updated_at': '2025-08-05T21:42:56Z', 'revision_number': 0}, {'id': 'e98040f1-32ba-4f42-8204-59a027a3a3e8', 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'security_group_id': '80c886aa-916c-48ba-a1ec-dbbf3d85f17e', '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': 442, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:42:56Z', 'updated_at': '2025-08-05T21:42:56Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T21:42:56Z', 'updated_at': '2025-08-05T21:42:56Z', 'revision_number': 1, 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42'}, 'floating_ip': {'id': '46668411-312e-4a4a-a847-8a0326e74054', 'tenant_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'floating_ip_address': '172.24.4.97', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '951c9bfd7e6c42dcbeee31cb28340b42', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:43:07Z', 'updated_at': '2025-08-05T21:43:07Z', 'revision_number': 0, 'ip': '172.24.4.97'}} 2025-08-05 21:50:58,194 99276 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.371s 2025-08-05 21:50:58,194 99276 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-887193262", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78566f31-7a72-433b-9f45-03ea8de1bc09', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78566f31-7a72-433b-9f45-03ea8de1bc09', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9339642e-9230-42ed-9efb-29067ad7c0f6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:58.109606", "updated_at": null, "name": "tempest-tempest.common.compute-volume-887193262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6"}], "user_id": "58808288af454894927dec847ec6e678", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:50:58,249 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6 0.043s 2025-08-05 21:50:58,250 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-487a0a9e-29b0-412e-9d08-bcc2d21ee12a', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-487a0a9e-29b0-412e-9d08-bcc2d21ee12a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6'} Body: b'{"volume": {"id": "9339642e-9230-42ed-9efb-29067ad7c0f6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:58.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-887193262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6"}], "user_id": "58808288af454894927dec847ec6e678", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42"}}' 2025-08-05 21:50:59,301 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6 0.037s 2025-08-05 21:50:59,301 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ccbff0f-4fe5-44cf-b213-4194d00a99dd', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ccbff0f-4fe5-44cf-b213-4194d00a99dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6'} Body: b'{"volume": {"id": "9339642e-9230-42ed-9efb-29067ad7c0f6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:50:58.000000", "updated_at": "2025-08-05T21:50:58.000000", "name": "tempest-tempest.common.compute-volume-887193262", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6"}], "user_id": "58808288af454894927dec847ec6e678", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42"}}' 2025-08-05 21:50:59,409 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6 0.094s 2025-08-05 21:50:59,409 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6533a67c-ab50-4957-bd50-b0246d5fdcde', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6'} Body: b'' 2025-08-05 21:50:59,430 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/volu mes/9339642e-9230-42ed-9efb-29067ad7c0f6 0.020s 2025-08-05 21:50:59,430 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-400d7890-21f7-4fb2-9336-98b8966cec4f', 'x-openstack-request-id': 'req-400d7890-21f7-4fb2-9336-98b8966cec4f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9339642e-9230-42ed-9efb-29067ad7c0f6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9339642e-9230-42ed-9efb-29067ad7c0f6 could not be found."}}' 2025-08-05 21:50:59,431 99276 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-08-05 21:50:59,641 99276 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7 0.209s 2025-08-05 21:50:59,642 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:50:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7718c83e-e356-4889-b36e-137ee981b88c', 'x-compute-request-id': 'req-7718c83e-e356-4889-b36e-137ee981b88c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7'} Body: b'{"server": {"id": "bf8820a5-80b8-4c06-ac58-c56cd2b0cab7", "name": "tempest-ServerActionsTestOtherA-server-1925002207", "status": "ACTIVE", "tenant_id": "951c9bfd7e6c42dcbeee31cb28340b42", "user_id": "58808288af454894927dec847ec6e678", "metadata": {}, "hostId": "8a995fc1c759a5f3b231b0861328cd9faf7c48405473fcc182d4edf7", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:43:15Z", "updated": "2025-08-05T21:43:44Z", "addresses": {"tempest-ServerActionsTestOtherA-847960062-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:62:cc"}, {"version": 4, "addr": "172.24.4.97", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:62:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bf8820a5-80b8-4c06-ac58-c56cd2b0cab7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-236088512", "OS-SRV-USG:launched_at": "2025-08-05T21:43:44.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1364181730"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.volume.admin.test_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 f8663181-6125-44be-93c9-e053eef58f9a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:52:56,749 99276 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.156s 2025-08-05 21:52:56,749 99276 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-976983655", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0b11327-dfcf-4fbf-ae60-f9942c3f0023', 'content-length': '272', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0b11327-dfcf-4fbf-ae60-f9942c3f0023', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "2e99f107-6c43-4d15-9ba1-4f2e9683a880", "name": "tempest-VolumeTypesTest-volume-type-976983655", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:52:56,792 99276 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-08-05 21:52:56,793 99276 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-1523508942", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e37eb048-ab09-4d7e-b2c6-2eb66d153c18', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e37eb048-ab09-4d7e-b2c6-2eb66d153c18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "fb1e4c38-fde3-407f-9f1e-6389ff368e22", "name": "tempest-VolumeTypesTest-volume-type-1523508942", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 21:52:57,089 99276 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.293s 2025-08-05 21:52:57,089 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1133185276", "volume_type": "2e99f107-6c43-4d15-9ba1-4f2e9683a880", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b85f0b0d-4d5a-4fd6-a6eb-3aee54d3175e', 'content-length': '781', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b85f0b0d-4d5a-4fd6-a6eb-3aee54d3175e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f8663181-6125-44be-93c9-e053eef58f9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:52:57.024042", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1133185276", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-976983655", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f8663181 -6125-44be-93c9-e053eef58f9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f8663181-6125-44be-93c9-e053eef58f9a"}], "user_id": "e593033571ab48dcab9e435796aa1ec2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:52:57,145 99276 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/f8663181-6125-44be-93c9-e053eef58f9a 0.043s 2025-08-05 21:52:57,146 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bd7d566-b742-4eed-853d-90556d65b139', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bd7d566-b742-4eed-853d-90556d65b139', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a'} Body: b'{"volume": {"id": "f8663181-6125-44be-93c9-e053eef58f9a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:52:57.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1133185276", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-976983655", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f8663181-6125-44be-93c9-e053eef58f9a"}], "user_id": "e593033571ab48dcab9e435796aa1ec2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "775760a60722412abae66f01348b7d1e"}}' 2025-08-05 21:52:58,198 99276 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/f8663181-6125-44be-93c9-e053eef58f9a 0.038s 2025-08-05 21:52:58,198 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d06381b9-83f7-4f4a-8dcd-60d3dd4258ee', 'content-length': '870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d06381b9-83f7-4f4a-8dcd-60d3dd4258ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a'} Body: b'{"volume": {"id": "f8663181-6125-44be-93c9-e053eef58f9a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:52:57.000000", "updated_at": "2025-08-05T21:52:57.000000", "name": "tempest-VolumeTypesTest-volume-1133185276", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-976983655", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f8663181-6125-44be-93c9-e053eef58f9a"}], "user_id": "e593033571ab48dcab9e435796aa1ec2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "775760a60722412abae66f01348b7d1e"}}' 2025-08-05 21:52:58,257 99276 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 2 00 GET http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a 0.044s 2025-08-05 21:52:58,257 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-952d44f3-d927-4f89-be8a-3d7287d78657', 'content-length': '870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-952d44f3-d927-4f89-be8a-3d7287d78657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a'} Body: b'{"volume": {"id": "f8663181-6125-44be-93c9-e053eef58f9a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:52:57.000000", "updated_at": "2025-08-05T21:52:57.000000", "name": "tempest-VolumeTypesTest-volume-1133185276", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-976983655", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f8663181-6125-44be-93c9-e053eef58f9a"}], "user_id": "e593033571ab48dcab9e435796aa1ec2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "775760a60722412abae66f01348b7d1e"}}' 2025-08-05 21:52:58,374 99276 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a 0.103s 2025-08-05 21:52:58,374 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52: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-b4d57494-4f65-465c-9917-d2ee410ce2f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a'} Body: b'' 2025-08-05 21:52:58,394 99276 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a 0.020s 2025-08-05 21:52:58,395 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52: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-0b15a072-b458-4ea3-bb7c-dc684ed52f77', 'x-openstack-request-id': 'req-0b15a072-b458-4ea3-bb7c-dc684ed52f77', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f8663181-6125-44be-93c9-e053eef58f9a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f8663181-6125-44be-93c9-e053eef58f9a could not be found."}}' 2025-08-05 21:52:58,444 99276 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/fb1e4c38-fde3-407f-9f1e-6389ff368e22 0.049s 2025-08-05 21:52:58,444 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:58 GMT', 'server': 'Apa che/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb42c7b1-61c1-44f1-bdce-e268aae0275b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/fb1e4c38-fde3-407f-9f1e-6389ff368e22'} Body: b'' 2025-08-05 21:52:58,459 99276 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/fb1e4c38-fde3-407f-9f1e-6389ff368e22 0.014s 2025-08-05 21:52:58,459 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:58 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-b67f360d-aaad-4916-8296-eeff69db6a28', 'x-openstack-request-id': 'req-b67f360d-aaad-4916-8296-eeff69db6a28', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/fb1e4c38-fde3-407f-9f1e-6389ff368e22'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type fb1e4c38-fde3-407f-9f1e-6389ff368e22 could not be found."}}' 2025-08-05 21:52:58,525 99276 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/2e99f107-6c43-4d15-9ba1-4f2e9683a880 0.065s 2025-08-05 21:52:58,525 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52: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-7558313c-f491-4fa6-89da-ad8f685cc147', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/2e99f107-6c43-4d15-9ba1-4f2e9683a880'} Body: b'' 2025-08-05 21:52:58,539 99276 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/2e99f107-6c43-4d15-9ba1-4f2e9683a880 0.014s 2025-08-05 21:52:58,540 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:58 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-92df0526-7076-4402-895d-dd7b2e75c4b9', 'x-openstack-request-id': 'req-92df0526-7076-4402-895d-dd7b2e75c4b9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/2e99f107-6c43-4d15-9ba1-4f2e9683a880'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 2e99f107-6c43-4d15-9ba1-4f2e9683a880 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 e119e988-e92e-426b-8913-d2778c765187 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:53:07,682 99276 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.358s 2025-08-05 21:53:07,683 99276 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-624154269", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b18c22f-8ec7-40b2-92d2-1457ebe0bf4c', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b18c22f-8ec7-40b2-92d2-1457ebe0bf4c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e119e988-e92e-426b-8913-d2778c765187", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:07.622270", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-624154269", "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/e119e988-e92e-426b-8913-d2778c765187"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e119e988-e92e-426b-8913-d2778c765187"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:53:07,774 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187 0.079s 2025-08-05 21:53:07,774 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f080bb7-7216-433d-995f-ba0128be522b', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f080bb7-7216-433d-995f-ba0128be522b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187'} Body: b'{"volume": {"id": "e119e988-e92e-426b-8913-d2778c765187", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:08.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-624154269", "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/e119e988-e92e-426b-8913-d2778c765187"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e119e988-e92e-426b-8913-d2778c765187"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbae98b24acc4697bdf513404ee2f59b"}}' 2025-08-05 21:53:08,827 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187 0.039s 2025-08-05 21:53:08,828 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-c ompute-request-id': 'req-2cb7d8b8-012d-4a27-913e-30d1eb907411', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cb7d8b8-012d-4a27-913e-30d1eb907411', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187'} Body: b'{"volume": {"id": "e119e988-e92e-426b-8913-d2778c765187", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:08.000000", "updated_at": "2025-08-05T21:53:08.000000", "name": "tempest-VolumesGetTest-Volume-624154269", "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/e119e988-e92e-426b-8913-d2778c765187"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e119e988-e92e-426b-8913-d2778c765187"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbae98b24acc4697bdf513404ee2f59b"}}' 2025-08-05 21:53:08,881 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187 0.039s 2025-08-05 21:53:08,881 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb3cf909-f4ed-490d-ac9e-0a56ce889651', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb3cf909-f4ed-490d-ac9e-0a56ce889651', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187'} Body: b'{"volume": {"id": "e119e988-e92e-426b-8913-d2778c765187", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:08.000000", "updated_at": "2025-08-05T21:53:08.000000", "name": "tempest-VolumesGetTest-Volume-624154269", "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/e119e988-e92e-426b-8913-d2778c765187"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e119e988-e92e-426b-8913-d2778c765187"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbae98b24acc4697bdf513404ee2f59b"}}' 2025-08-05 21:53:09,057 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187 0.161s 2025-08-05 21:53:09,057 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53: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-7c368216-547c-44b3-a767-e39e31a67362', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187'} Body: b'' 2025-08-05 21:53:09,080 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187 0.022s 2025-08- 05 21:53:09,080 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53: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-7c961c42-0adc-48d4-b6d4-2ebe6061a557', 'x-openstack-request-id': 'req-7c961c42-0adc-48d4-b6d4-2ebe6061a557', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e119e988-e92e-426b-8913-d2778c765187'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e119e988-e92e-426b-8913-d2778c765187 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 cbbeabef-6ea6-4cc5-949c-33d9caafa995 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:53:09,267 99276 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.183s 2025-08-05 21:53:09,267 99276 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-814201094"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-646c788a-ba47-49ce-a06f-da7332d05b9d', 'content-length': '745', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-646c788a-ba47-49ce-a06f-da7332d05b9d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "cbbeabef-6ea6-4cc5-949c-33d9caafa995", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:09.208252", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-814201094", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:53:09,342 99276 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/cbbeabef-6ea6-4cc5-949c-33d9caafa995 0.062s 2025-08-05 21:53:09,343 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbac08ef-a39b-48fe-b0f7-fbaa84bb6518', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbac08ef-a39b-48fe-b0f7-fbaa84bb6518', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995'} Body: b'{"volume": {"id": "cbbeabef-6ea6-4cc5-949c-33d9caafa995", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:09.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-814201094", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbae98b24acc4697bdf513404ee2f59b"}}' 2025-08-05 21:53:10,396 99276 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/cbbeabef-6ea6-4cc5-949c-33d9caafa995 0.039s 2025-08-05 21:53:10,397 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2517f9 95-2fa2-44d0-a102-66ed84cb9612', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2517f995-2fa2-44d0-a102-66ed84cb9612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995'} Body: b'{"volume": {"id": "cbbeabef-6ea6-4cc5-949c-33d9caafa995", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:09.000000", "updated_at": "2025-08-05T21:53:09.000000", "name": "tempest-VolumesGetTest-Volume-814201094", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbae98b24acc4697bdf513404ee2f59b"}}' 2025-08-05 21:53:10,448 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995 0.037s 2025-08-05 21:53:10,448 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcabca68-24c9-4890-91c2-8193cf5ab8cf', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcabca68-24c9-4890-91c2-8193cf5ab8cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995'} Body: b'{"volume": {"id": "cbbeabef-6ea6-4cc5-949c-33d9caafa995", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:09.000000", "updated_at": "2025-08-05T21:53:09.000000", "name": "tempest-VolumesGetTest-Volume-814201094", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbae98b24acc4697bdf513404ee2f59b"}}' 2025-08-05 21:53:10,746 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995 0.284s 2025-08-05 21:53:10,747 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53: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-b2a5a612-2d82-4c2c-9178-5d8be2575378', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995'} Body: b'' 2025-08-05 21:53:10,770 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995 0.023s 2025-08-05 21:53:10,771 99276 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53: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-e1ffc260-d5cd-4dc8-8e58-a37eb3a71350', 'x-openstack-request-id': 'req-e1ffc260-d5cd-4dc8-8e58-a37eb3a71350', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cbbeabef-6ea6-4cc5-949c-33d9caafa995'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cbbeabef-6ea6-4cc5-949c-33d9caafa995 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 9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:53:10,798 99276 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/74252a56-508e-4c15-96b1-e348eb8dba1e 0.024s 2025-08-05 21:53:10,799 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d1c269f9-6df7-4e4d-bdc1-b2efdf8a4d8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} 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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:53:10,821 99276 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/74252a56-508e-4c15-96b1-e348eb8dba1e 0.021s 2025-08-05 21:53:10,822 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-917fa7c0-7cdd-418f-8e72-e8ddd576ceb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} 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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:53:11,243 99276 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.420s 2025-08-05 21:53:11,243 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "size": 1, "name": "tempest-Volumes GetTest-Volume-791499063", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3aa01f2-afe7-4c08-b28e-d7fcc465dcb4', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3aa01f2-afe7-4c08-b28e-d7fcc465dcb4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:11.135792", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-791499063", "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/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:53:11,341 99276 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/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102 0.085s 2025-08-05 21:53:11,341 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4df16641-cd05-492d-951c-9486e8bd4011', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4df16641-cd05-492d-951c-9486e8bd4011', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102'} Body: b'{"volume": {"id": "9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:11.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-791499063", "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/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbae98b24acc4697bdf513404ee2f59b"}}' 2025-08-05 21:53:12,395 99276 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/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102 0.039s 2025-08-05 21:53:12,395 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4816141e-4658-4e30-b277-5a0c98966d63', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4816141e-4658-4e30-b277-5a0c98966d63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102'} Body: b'{"volume": {"id": "9c7d8ea3-ba 85-4fed-a7d7-1d8790ddb102", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:11.000000", "updated_at": "2025-08-05T21:53:11.000000", "name": "tempest-VolumesGetTest-Volume-791499063", "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/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbae98b24acc4697bdf513404ee2f59b"}}' 2025-08-05 21:53:12,465 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102 0.056s 2025-08-05 21:53:12,465 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e1a1fdb-479d-4d93-9325-cf6e6eaee22d', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e1a1fdb-479d-4d93-9325-cf6e6eaee22d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102'} Body: b'{"volume": {"id": "9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:11.000000", "updated_at": "2025-08-05T21:53:11.000000", "name": "tempest-VolumesGetTest-Volume-791499063", "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/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102"}], "user_id": "fa93af4752ed4ed0a9f48373b4d2cca2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fbae98b24acc4697bdf513404ee2f59b"}}' 2025-08-05 21:53:12,589 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102 0.110s 2025-08-05 21:53:12,589 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53: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-649b69ca-3d47-414b-a6ad-0a02b944c6fe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102'} Body: b'' 2025-08-05 21:53:12,614 99276 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102 0.024s 2025-08-05 21:53:12,614 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53: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-307bf4e8-98c6-4cd3-9d28-3e03ccaa49fc', 'x-openstack-request-id': 'req-307bf4e8-98c6-4cd3-9d28-3e03ccaa49fc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9c7d8ea3-ba85-4fed-a7d7-1d8790ddb102 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 d04705e6-bb49-4bb0-8fa0-b732b9ff818a failed to build and is in ERROR status 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 8ac09a97-f39e-402b-a9d8-557705aad4a7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:53:31,017 99276 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 202 POST http://10.0.0.210/volume/v3/volumes 0.379s 2025-08-05 21:53:31,018 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDependencyTests-volume-1955903777", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6afbb35-8ea1-4c57-b147-ef8cd54d9cb3', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6afbb35-8ea1-4c57-b147-ef8cd54d9cb3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8ac09a97-f39e-402b-a9d8-557705aad4a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:30.959682", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-1955903777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7"}], "user_id": "d41e9cc79e984b6aaffd5729b20a648d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:53:31,081 99276 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7 0.051s 2025-08-05 21:53:31,081 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c92034a-7e72-403f-a496-b38b7fb368df', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c92034a-7e72-403f-a496-b38b7fb368df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7'} Body: b'{"volume": {"id": "8ac09a97-f39e-402b-a9d8-557705aad4a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:31.000000", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-1955903777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7"}], "user_id": "d41e9cc79e984b6aaffd5729b20a648d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f921e194c49419bbc8a0310c6d90036"}}' 2025-08-05 21:53:32,134 99276 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7 0.038s 2025-08-05 21:53:32,135 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-f355cdb9-75d4-4d91-82da-260d22962a96', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f355cdb9-75d4-4d91-82da-260d22962a96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7'} Body: b'{"volume": {"id": "8ac09a97-f39e-402b-a9d8-557705aad4a7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:31.000000", "updated_at": "2025-08-05T21:53:31.000000", "name": "tempest-SnapshotDependencyTests-volume-1955903777", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7"}], "user_id": "d41e9cc79e984b6aaffd5729b20a648d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f921e194c49419bbc8a0310c6d90036"}}' 2025-08-05 21:53:32,244 99276 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7 0.094s 2025-08-05 21:53:32,244 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd1fc2bc-107f-47a4-8ceb-aaa036185bef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7'} Body: b'' 2025-08-05 21:53:32,266 99276 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7 0.021s 2025-08-05 21:53:32,266 99276 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53: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-8b9182b4-c649-4590-af10-12dd9b2c1160', 'x-openstack-request-id': 'req-8b9182b4-c649-4590-af10-12dd9b2c1160', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8ac09a97-f39e-402b-a9d8-557705aad4a7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8ac09a97-f39e-402b-a9d8-557705aad4a7 could not be found."}}' 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 fedee5a1-9c1c-4b8c-ae0a-346db40b91e4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:51:17,593 99290 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 21:51:17,593 99290 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:51:17,659 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.063s 2025-08-05 21:51:17,659 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1705023657", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEvCHiFeI5+IynlucsOo3he0jIS5xGIwhSwO6kHTOV7Zz5oK4WeSe5dOLgzP0OxSiToQfNbQAFcgL1BL5+s91KeXGNxGg5SqobagXFISSOxo+swIEmiQB7i/QlspdVmcSw=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:17 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-bf1b6505-b1e5-4b9d-ae35-602322a4b38b', 'x-compute-request-id': 'req-bf1b6505-b1e5-4b9d-ae35-602322a4b38b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1705023657", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEvCHiFeI5+IynlucsOo3he0jIS5xGIwhSwO6kHTOV7Zz5oK4WeSe5dOLgzP0OxSiToQfNbQAFcgL1BL5+s91KeXGNxGg5SqobagXFISSOxo+swIEmiQB7i/QlspdVmcSw==", "fingerprint": "d6:67:b9:34:71:e3:1a:a1:e9:f3:1f:88:bf:e3:03:dc", "user_id": "21f2ad057f094d93afe08c12b86da7c2"}}' 2025-08-05 21:51:17,662 99290 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1705023657 created 2025-08-05 21:51:17,942 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.280s 2025-08-05 21:51:17,942 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1717026240", "description": "tempest-description--1615430470"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-71fc0e6f-b730-4af2-ac8c-0e40397d59c2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "169db152-3732-4116-9ea9-4697d6f357b0", "name": "tempest-securitygroup--1717026240", "stateful": true, "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "description": "tempest-description--1615430470", "shared": false, "security_group_rules": [{"id": "1b13264c-09db-43ba-b2f5-0602a9f90fd4", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "security_group_id": "169db152-3732-4116-9ea9-4697d6f357b0", "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": 925, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:51:17Z", "updated_at": "2025-08-05T21:51:17Z", "revision_number": 0}, {"id": "20d262c5-fbf2-40ef-b034-61e70388cf2b", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "security_group_id": "169db152-3732-4116-9ea9-4697d6f357b0", "ethertype": "IPv6", "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": 926, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:51:17Z", "updated_at": "2025-08-05T21:51:17Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:51:17Z", "updated_at": "2025-08-05T21:51:17Z", "revision_number": 1, "project_id": "9b9a1cf1979f4944bc528c1da07ef979"}}' 2025-08-05 21:51:18,172 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.229s 2025-08-05 21:51:18,172 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "169db152-3732-4116-9ea9-4697d6f357b0", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-99dd024a-3cf5-437f-a4b7-a0475bfa45d6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6ee24797-997a-4f0b-a65d-011a7704b0fd", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "security_group_id": "169db152-3732-4116-9ea9-4697d6f357b0", "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-08-05T21:51:18Z", "updated_at": "2025-08-05T21:51:18Z", "revision_number": 0}}' 2025-08-05 21:51:18,393 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.220s 2025-08-05 21:51:18,393 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "169db152-3732-4116-9ea9-4697d6f357b0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-5164bc55-bd75-4ee6-940c-198d1429ee5d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "717d3761-4621-4206-8550-8622ad04e92e", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "security_group_id": "169db152-3732-4116-9ea9-4697d6f357b0", "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-08-05T21:51:18Z", "updated_at": "2025-08-05T21:51:18Z", "revision_number": 0}}' 2025-08-05 21:51:18,394 99290 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1717026240 created 2025-08-05 21:51:19,266 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.871s 2025-08-05 21:51:19,266 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth -Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-a08558c9-2480-4ed4-af0d-c7f5de3ede2f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "911d8e76-a894-465e-96fa-ce46fbbde687", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "floating_ip_address": "172.24.4.52", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9b9a1cf1979f4944bc528c1da07ef979", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:51:18Z", "updated_at": "2025-08-05T21:51:18Z", "revision_number": 0}}' 2025-08-05 21:51:19,266 99290 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '911d8e76-a894-465e-96fa-ce46fbbde687', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'floating_ip_address': '172.24.4.52', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:51:18Z', 'updated_at': '2025-08-05T21:51:18Z', 'revision_number': 0, 'ip': '172.24.4.52'} created 2025-08-05 21:51:19,372 99290 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.095s 2025-08-05 21:51:19,373 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:19 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-59cbb93d-8da4-4749-a518-9b5193dbf9d8', '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": "21f2ad057f094d93afe08c12b86da7c2", "name": "tempest-AttachVolumeTestJSON-1968961469-project-member", "password_expires_at": null}, "audit_ids": ["Ibby3Op3QWORlLCh9kgPlg"], "expires_at": "2025-08-05T22:51:19.000000Z", "issued_at": "2025-08-05T21:51:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9b9a1cf1979f4944bc528c1da07ef979", "name": "tempest-AttachVolumeTestJSON-1968961469"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9b9a1cf1979f4944bc528c1da07ef979", "region": "RegionOne"}], "id": "3daf87 d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:51:19,373 99290 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '4cb71b16-a6a0-4898-ac7b-fbcffc0e0a5f', 'name': 'tempest-AttachVolumeTestJSON-1603432914-network', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 47821, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:48:23Z', 'updated_at': '2025-08-05T21:48:23Z', 'revision_number': 1} available for tenant 2025-08-05 21:51:19,374 99290 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1705023657', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEvCHiFeI5+IynlucsOo3he0jIS5xGIwhSwO6kHTOV7Zz5oK4WeSe5dOLgzP0OxSiToQfNbQAFcgL1BL5+s91KeXGNxGg5SqobagXFISSOxo+swIEmiQB7i/QlspdVmcSw==', 'fingerprint': 'd6:67:b9:34:71:e3:1a:a1:e9:f3:1f:88:bf:e3:03:dc', 'user_id': '21f2ad057f094d93afe08c12b86da7c2', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBNdwEBuP31WBCxpPJnDmlw7C8ZXVYgsdpQwuYgBJrGXUWUZUDidRQ2\ndz0jwxs6J06gBwYFK4EEACKhZANiAARLwh4hXiOfiMp5bnLDqN4XtIyEucRiMIUs\nDupB0zle2c+aCuFnknuXTi4Mz9DsUok6EHzW0ABXIC9QS+frPdSnlxjcRoOUqqG2\noFxSEkjsaPrMCBJokAe4v0JbKXVZnEs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '169db152-3732-4116-9ea9-4697d6f357b0', 'name': 'tempest-securitygroup--1717026240', 'stateful': True, 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'description': 'tempest-description--1615430470', 'shared': False, 'security_group_rules': [{'id': '1b13264c-09db-43ba-b2f5-0602a9f90fd4', 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'security_group_id': '169db152-3732-4116-9ea9-4697d6f357b0', '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': 925, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:51:17Z', 'updated_at': '2025-08-05T21:51:17Z', 'revision_number': 0}, {'id': '20d262c5-fbf2-40ef-b034-61e70388cf2b', 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'security_group_id': '169db152-3732-4116-9ea9-4697d6f357b0', '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': 926, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:51:17Z', 'updated_at': '2025-08-05T21:51:17Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-0 5T21:51:17Z', 'updated_at': '2025-08-05T21:51:17Z', 'revision_number': 1, 'project_id': '9b9a1cf1979f4944bc528c1da07ef979'}, 'floating_ip': {'id': '911d8e76-a894-465e-96fa-ce46fbbde687', 'tenant_id': '9b9a1cf1979f4944bc528c1da07ef979', 'floating_ip_address': '172.24.4.52', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9b9a1cf1979f4944bc528c1da07ef979', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:51:18Z', 'updated_at': '2025-08-05T21:51:18Z', 'revision_number': 0, 'ip': '172.24.4.52'}} 2025-08-05 21:51:19,996 99290 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.620s 2025-08-05 21:51:19,996 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-2046204594", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "4cb71b16-a6a0-4898-ac7b-fbcffc0e0a5f"}], "security_groups": [{"name": "tempest-securitygroup--1717026240"}], "key_name": "tempest-keypair-1705023657", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0e12a3da-78e8-4e73-81f6-8beeed6b3cc6', 'x-compute-request-id': 'req-0e12a3da-78e8-4e73-81f6-8beeed6b3cc6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a2cc9bbe-4807-4c92-8ee6-4e68aebf7062", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1717026240"}], "adminPass": "password"}}' 2025-08-05 21:51:20,343 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062 0.344s 2025-08-05 21:51:20,343 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:51:20 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-b308bedc-832f-441a-a7bf-5d9a69254d33', 'x-compute-request-id': 'req-b308bedc-832f-441a-a7bf-5d9a69254d33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062'} Body: b'{"server": {"id": "a2cc9bbe-4807-4c92-8ee6-4e68aebf7062", "name": "tempest-AttachVolumeTestJSON-server-2046204594", "status": "BUILD", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "user_id": "21f2ad057f094d93afe08c12b86da7c2", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links ": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:51:20Z", "updated": "2025-08-05T21:51:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1705023657", "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-08-05 21:52:10,618 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062 0.214s 2025-08-05 21:52:10,619 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe850c93-6dc7-47d4-bc82-39cab2481469', 'x-compute-request-id': 'req-fe850c93-6dc7-47d4-bc82-39cab2481469', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062'} Body: b'{"server": {"id": "a2cc9bbe-4807-4c92-8ee6-4e68aebf7062", "name": "tempest-AttachVolumeTestJSON-server-2046204594", "status": "ACTIVE", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "user_id": "21f2ad057f094d93afe08c12b86da7c2", "metadata": {}, "hostId": "c6a5b1c52820f5f6a611a8646521a6cbbb80175c871afe412dc94faf", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:51:19Z", "updated": "2025-08-05T21:51:36Z", "addresses": {"tempest-AttachVolumeTestJSON-1603432914-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:3f:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1705023657", "OS-SRV-USG:launched_at": "2025-08-05T21:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1717026240"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:52:10,633 99290 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:53:10,904 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062/os-interface 0.210s 2025-08-05 21:53:10,905 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'ope nstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0510667b-2b97-4242-83d4-bc279552e5e1', 'x-compute-request-id': 'req-0510667b-2b97-4242-83d4-bc279552e5e1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "4cb71b16-a6a0-4898-ac7b-fbcffc0e0a5f", "port_id": "35f3882e-b245-4e60-b4c3-bd7d6d7b3582", "mac_addr": "fa:16:3e:4c:3f:99", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "8c3e7703-0ada-4cfc-ad50-e2bede92794b", "ip_address": "10.0.0.5"}]}]}' 2025-08-05 21:53:11,695 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/911d8e76-a894-465e-96fa-ce46fbbde687 0.782s 2025-08-05 21:53:11,696 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "35f3882e-b245-4e60-b4c3-bd7d6d7b3582"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-cee2c8d7-19ab-474a-9d65-fb398839ac42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/911d8e76-a894-465e-96fa-ce46fbbde687'} Body: b'{"floatingip": {"id": "911d8e76-a894-465e-96fa-ce46fbbde687", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "floating_ip_address": "172.24.4.52", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "1d53b8db-163d-4379-ba30-8c3439342022", "port_id": "35f3882e-b245-4e60-b4c3-bd7d6d7b3582", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "4cb71b16-a6a0-4898-ac7b-fbcffc0e0a5f", "mac_address": "fa:16:3e:4c:3f:99", "admin_state_up": true, "status": "ACTIVE", "device_id": "a2cc9bbe-4807-4c92-8ee6-4e68aebf7062", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:51:18Z", "updated_at": "2025-08-05T21:53:11Z", "revision_number": 1, "project_id": "9b9a1cf1979f4944bc528c1da07ef979"}}' 2025-08-05 21:53:11,697 99290 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.52:22' as 'cirros' with public key authentication 2025-08-05 21:53:11,706 99290 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:53:11,808 99290 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:53:11,808 99290 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.52 successfully created 2025-08-05 21:53:11,851 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062/ips 0.042s 2025-08-05 21:53:11,851 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:11 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-970f72b5-7672-4389-8541-de3b08fe9b74', 'x-compute-request-id': 'req-970f72b5-7672-4389-8541-de3b08fe9b74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-1603432914-network": [{"version": 4, "addr": "10.0.0.5"}]}}' 2025-08-05 21: 53:12,107 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/volumes 0.252s 2025-08-05 21:53:12,107 99290 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-1351605456"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b0e90d5-fc87-44e6-baa7-3b060eb0cbd2', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b0e90d5-fc87-44e6-baa7-3b060eb0cbd2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fedee5a1-9c1c-4b8c-ae0a-346db40b91e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:11.978170", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1351605456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4"}], "user_id": "21f2ad057f094d93afe08c12b86da7c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:53:12,168 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4 0.048s 2025-08-05 21:53:12,168 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39ac86f4-733c-4720-9e2e-3bdb414f9096', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39ac86f4-733c-4720-9e2e-3bdb414f9096', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4'} Body: b'{"volume": {"id": "fedee5a1-9c1c-4b8c-ae0a-346db40b91e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:12.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1351605456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4"}], "user_id": "21f2ad057f094d93afe08c12b86da7c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9b9a1cf1979f4944bc528c1da07ef979"}}' 2025-08-05 21:53:13,222 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4 0.039s 2025-08-05 21:53:13,223 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aceed2d0-a01 3-4f96-a302-3dbffc31898f', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aceed2d0-a013-4f96-a302-3dbffc31898f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4'} Body: b'{"volume": {"id": "fedee5a1-9c1c-4b8c-ae0a-346db40b91e4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:53:12.000000", "updated_at": "2025-08-05T21:53:12.000000", "name": "tempest-AttachVolumeTestJSON-volume-1351605456", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fedee5a1-9c1c-4b8c-ae0a-346db40b91e4"}], "user_id": "21f2ad057f094d93afe08c12b86da7c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9b9a1cf1979f4944bc528c1da07ef979"}}' 2025-08-05 21:53:13,360 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062 0.121s 2025-08-05 21:53:13,360 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:13 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-57ab36b9-c0ab-482e-9115-b5efc1915abf', 'x-compute-request-id': 'req-57ab36b9-c0ab-482e-9115-b5efc1915abf', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062'} Body: b'' 2025-08-05 21:53:13,645 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062 0.284s 2025-08-05 21:53:13,645 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:13 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-79c61ead-aa21-4b68-86d5-456288f7be5f', 'x-compute-request-id': 'req-79c61ead-aa21-4b68-86d5-456288f7be5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062'} Body: b'{"server": {"id": "a2cc9bbe-4807-4c92-8ee6-4e68aebf7062", "name": "tempest-AttachVolumeTestJSON-server-2046204594", "status": "ACTIVE", "tenant_id": "9b9a1cf1979f4944bc528c1da07ef979", "user_id": "21f2ad057f094d93afe08c12b86da7c2", "metadata": {}, "hostId": "c6a5b1c52820f5f6a611a8646521a6cbbb80175c871afe412dc94faf", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:51:19Z", "updated": "2025-08-05T21:53:13Z", "addresses": {"tempest-AttachVolumeTestJSON-1603432914-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:3f:99"}, {"version": 4, "addr": "172.24.4.52", "OS-EXT-IPS:type": "floati ng", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:3f:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1705023657", "OS-SRV-USG:launched_at": "2025-08-05T21:51:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1717026240"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:54:03,952 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062 0.244s 2025-08-05 21:54:03,953 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-4aaf4ed4-132a-47d1-8001-db21526a0ade', 'x-compute-request-id': 'req-4aaf4ed4-132a-47d1-8001-db21526a0ade', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a2cc9bbe-4807-4c92-8ee6-4e68aebf7062'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a2cc9bbe-4807-4c92-8ee6-4e68aebf7062 could not be found."}}' 2025-08-05 21:54:03,980 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1705023657 0.027s 2025-08-05 21:54:03,980 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-85f6e117-9555-455d-aae4-e33b653f4aea', 'x-compute-request-id': 'req-85f6e117-9555-455d-aae4-e33b653f4aea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1705023657'} Body: b'' 2025-08-05 21:54:04,185 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/169db152-3732-4116-9ea9-4697d6f357b0 0.203s 2025-08-05 21:54:04,185 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-1637d8d3-fda6-49d4-bdbd-27c915010904', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/169db152-3732-4116-9ea9-4697d6f357b0'} Body: b'' 2025-08-05 21:54:04,202 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/169db152-3732-4116-9ea9-4697d6f357b0 0.017s 2025-08-05 21:54:04,203 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: Non e Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-c4c62a10-8eb7-4e3e-9cee-7c99254615f6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/169db152-3732-4116-9ea9-4697d6f357b0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 169db152-3732-4116-9ea9-4697d6f357b0 does not exist", "detail": ""}}' 2025-08-05 21:54:04,536 99290 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/911d8e76-a894-465e-96fa-ce46fbbde687 0.332s 2025-08-05 21:54:04,536 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-a540ab81-7666-4e27-b3c2-bf39b771ab60', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/911d8e76-a894-465e-96fa-ce46fbbde687'} Body: b'' 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 39f74230-5311-4e47-b886-887bc99ceddc failed to build and is in ERROR status 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 6f01ae7c-1c43-45ef-82e5-3b81838700b2 failed to build and is in ERROR status 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 42c72751-c89f-4f48-9b28-47222d2855e5 failed to build and is in ERROR status 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 ed44f371-f7ae-4ceb-9964-d89cd77ef044 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:52:00,925 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.339s 2025-08-05 21:52:00,925 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-300235109", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53f28578-cb8c-48fe-9ac7-b0390f45e34d', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53f28578-cb8c-48fe-9ac7-b0390f45e34d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ed44f371-f7ae-4ceb-9964-d89cd77ef044", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:52:00.867277", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-300235109", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044"}], "user_id": "0424273cc6994ec58f5494b266d7b5ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:52:01,178 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.240s 2025-08-05 21:52:01,179 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-30741791", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6684122-2515-4433-a7f0-94ef0d6d7a54', 'content-length': '764', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6684122-2515-4433-a7f0-94ef0d6d7a54', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8623173d-6b84-442d-9022-a2e383a10e9b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:52:01.076293", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-30741791", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8623173d-6b84-442d-9022-a2e383a10e9b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8623173d-6b84-442d-9022-a2e383a10e9b"}], "user_id": "0424273cc6994ec58f5494b266d7b5ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:52:01,237 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.041s 2025-08-05 21:52:01,237 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', ' content-type': 'application/json', 'content-length': '2517', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-e1aac1c3-ff06-4243-89b9-46ea5ce17c7d', '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": "0424273cc6994ec58f5494b266d7b5ee", "name": "tempest-TestServerVolumeAttachmentScenario-1737940341-project-member", "password_expires_at": null}, "audit_ids": ["xj3g7M4RSsaLNXur3AkUPQ"], "expires_at": "2025-08-05T22:52:01.000000Z", "issued_at": "2025-08-05T21:52:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c81d6d6db0ae4580aba53201efc319c1", "name": "tempest-TestServerVolumeAttachmentScenario-1737940341"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/c81d6d6db0ae4580aba53201efc319c1", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:52:01,238 99270 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '5eabea01-c48e-4c68-a9fb-55d668a35519', 'name': 'tempest-TestServerVolumeAttachmentScenario-78890728-network', 'tenant_id': 'c81d6d6db0ae4580aba53201efc319c1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'c81d6d6db0ae4580aba53201efc319c1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 42971, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:51:46Z', 'updated_at': '2025-08-05T21:51:46Z', 'revision_number': 1} available for tenant 2025-08-05 21:52:01,239 99270 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 21:52:01,239 99270 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:52:01,289 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.048s 2025-08-05 21:52:01,289 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-839173908", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBASSp/XI/4U4u52BEvPZXDCs9FQmzRRllefzlYmrndhQhQZGwfD9l76W0QzVMtgrprBp9HlCq5Z1sa7c8ZsmuV29f9GmhEKnZtcQeCW7z0VCvEFYO5gddRqspOy+0NDZ/A=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:01 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-c6a4770e-2406-4b44-b1ef-d3a9118366d4', 'x-compute-request-id': 'req-c6a4770e-2406-4b44-b1ef-d3a9118366d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-839173908", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBASSp/XI/4U4u52BEvPZXDCs9FQmzRRllefzlYmrndhQhQZGwfD9l76W0QzVMtgrprBp9HlCq5Z1sa7c8ZsmuV29f9GmhEKnZtcQeCW7z0VCvEFYO5gddRqspOy+0NDZ/A==", "fingerprint": "9a:a4:7b:f1:b7:73:16:40:cb:c2:47:a1:07:8c:55:a5", "user_id": "0424273cc6994ec58f5494b266d7b5ee"}}' 2025-08-05 21:52:01,292 99270 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-839173908 created 2025-08-05 21:52:01,692 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.399s 2025-08-05 21:52:01,692 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--711434335", "description": "tempest-description--1869066873"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-5ce65e3c-e798-4b00-88df-ae281db3526d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1f0111b7-dc3e-479e-81ce-d390815f0863", "name": "tempest-securitygroup--711434335", "stateful": true, "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "description": "tempest-description--1869066873", "shared": false, "security_group_rules": [{"id": "1957d230-3f17-477a-83d3-1d4555f1e564", "project_id": "c81d6d6db0ae4580aba53201efc319c1", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "security_group_id": "1f0111b7-dc3e-479e-81ce-d390815f0863", "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": 1010, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:52:01Z", "updated_at": "2025-08-05T21:52:01Z", "revision_number": 0}, {"id": "ae1eb899-a38d-4d4a-9505-8e7800a97be8", "project_id": "c81d6d6db0ae4580aba53201efc319c1", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "security_group_id": "1f0111b7-dc3e-479e-81ce-d390815f0863", "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": 1011, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:52:01Z", "updated_at": "2025-08-05T21:52:01Z", "revision_number": 0}], "tag s": [], "created_at": "2025-08-05T21:52:01Z", "updated_at": "2025-08-05T21:52:01Z", "revision_number": 1, "project_id": "c81d6d6db0ae4580aba53201efc319c1"}}' 2025-08-05 21:52:01,896 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.203s 2025-08-05 21:52:01,896 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1f0111b7-dc3e-479e-81ce-d390815f0863", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-dd29205e-02ce-47d8-bd98-572be74a7694', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "824ae9ee-7d25-461b-9a2e-b6005f04e357", "project_id": "c81d6d6db0ae4580aba53201efc319c1", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "security_group_id": "1f0111b7-dc3e-479e-81ce-d390815f0863", "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-08-05T21:52:01Z", "updated_at": "2025-08-05T21:52:01Z", "revision_number": 0}}' 2025-08-05 21:52:02,112 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.215s 2025-08-05 21:52:02,113 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1f0111b7-dc3e-479e-81ce-d390815f0863", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-2bb590ef-2def-4d18-8688-6a46f63b0303', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d9af4ef3-52d9-4dc2-8255-d951d4c55cd1", "project_id": "c81d6d6db0ae4580aba53201efc319c1", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "security_group_id": "1f0111b7-dc3e-479e-81ce-d390815f0863", "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-08-05T21:52:01Z", "updated_at": "2025-08-05T21:52:01Z", "revision_number": 0}}' 2025-08-05 21:52:02,113 99270 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--711434335 created 2025-08-05 21:52:02,792 99270 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.678s 2025-08-05 21:52:02,793 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-642ab0fd-db11-4d62-b546-6e9cc8c8805c', ' connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "cff74db8-d027-4c86-9f13-7bb093a0e973", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "floating_ip_address": "172.24.4.73", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "c81d6d6db0ae4580aba53201efc319c1", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:52:02Z", "updated_at": "2025-08-05T21:52:02Z", "revision_number": 0}}' 2025-08-05 21:52:02,793 99270 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'cff74db8-d027-4c86-9f13-7bb093a0e973', 'tenant_id': 'c81d6d6db0ae4580aba53201efc319c1', 'floating_ip_address': '172.24.4.73', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c81d6d6db0ae4580aba53201efc319c1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:52:02Z', 'updated_at': '2025-08-05T21:52:02Z', 'revision_number': 0, 'ip': '172.24.4.73'} created 2025-08-05 21:52:02,794 99270 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-839173908', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBASSp/XI/4U4u52BEvPZXDCs9FQmzRRllefzlYmrndhQhQZGwfD9l76W0QzVMtgrprBp9HlCq5Z1sa7c8ZsmuV29f9GmhEKnZtcQeCW7z0VCvEFYO5gddRqspOy+0NDZ/A==', 'fingerprint': '9a:a4:7b:f1:b7:73:16:40:cb:c2:47:a1:07:8c:55:a5', 'user_id': '0424273cc6994ec58f5494b266d7b5ee', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBDnQwpGgEyYoLd20JKy2OVmkpOrbGEeeRNv66NWe/G0XeTZyOQvXPN\nv1QJlw0IMcygBwYFK4EEACKhZANiAAQEkqf1yP+FOLudgRLz2VwwrPRUJs0UZZXn\n85WJq53YUIUGRsHw/Ze+ltEM1TLYK6awafR5QquWdbGu3PGbJrldvX/RpoRCp2bX\nEHglu89FQrxBWDuYHXUarKTsvtDQ2fw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1f0111b7-dc3e-479e-81ce-d390815f0863', 'name': 'tempest-securitygroup--711434335', 'stateful': True, 'tenant_id': 'c81d6d6db0ae4580aba53201efc319c1', 'description': 'tempest-description--1869066873', 'shared': False, 'security_group_rules': [{'id': '1957d230-3f17-477a-83d3-1d4555f1e564', 'project_id': 'c81d6d6db0ae4580aba53201efc319c1', 'tenant_id': 'c81d6d6db0ae4580aba53201efc319c1', 'security_group_id': '1f0111b7-dc3e-479e-81ce-d390815f0863', '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': 1010, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:52:01Z', 'updated_at': '2025-08-05T21:52:01Z', 'revision_number': 0}, {'id': 'ae1eb899-a38d-4d4a-9505-8e7800a97be8', 'project_id': 'c81d6d6db0ae4580aba53201efc319c1', 'tenant_id': 'c81d6d6db0ae4580aba53201efc319c1', 'security_group_id': '1f0111b7-dc3e-479e-81ce-d390815f0863', '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': 1011, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:52:01Z', 'updated_at': '2025-08-05T21:52:01Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T21:52:01Z', 'updated_at': '2025-08-05T21:52:01Z', 'revision_number': 1, 'project_id': 'c81d6d6db0ae4580aba53201efc319c1'}, 'floating_ip': {'id': 'cff74db8-d027-4c86-9f13-7bb093a0e973', 'tenant_id': 'c81d6d6db0ae4580aba53201efc319c1', 'floating_ip_address': '172.24.4.73', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'c81d6d 6db0ae4580aba53201efc319c1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:52:02Z', 'updated_at': '2025-08-05T21:52:02Z', 'revision_number': 0, 'ip': '172.24.4.73'}} 2025-08-05 21:52:03,487 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/compute/v2.1/servers 0.692s 2025-08-05 21:52:03,487 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-2136985715", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "5eabea01-c48e-4c68-a9fb-55d668a35519"}], "security_groups": [{"name": "tempest-securitygroup--711434335"}], "key_name": "tempest-keypair-839173908", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6a620ef4-3955-424d-8729-e58a70bb66f3', 'x-compute-request-id': 'req-6a620ef4-3955-424d-8729-e58a70bb66f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0c903f33-db9e-4f99-b36d-c99048a67e10", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--711434335"}], "adminPass": "S5CwNMFG967z"}}' 2025-08-05 21:52:03,598 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10 0.108s 2025-08-05 21:52:03,599 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:03 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-63b0d5ea-151f-41cd-ba5a-5132e6d13c8b', 'x-compute-request-id': 'req-63b0d5ea-151f-41cd-ba5a-5132e6d13c8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10'} Body: b'{"server": {"id": "0c903f33-db9e-4f99-b36d-c99048a67e10", "name": "tempest-TestServerVolumeAttachmentScenario-server-2136985715", "status": "BUILD", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "user_id": "0424273cc6994ec58f5494b266d7b5ee", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:52:03Z", "updated": "2025-08-05T21:52:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}], "OS-DCF :diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-839173908", "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-08-05 21:52:53,958 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10 0.299s 2025-08-05 21:52:53,959 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:52:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1561', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cacdbb2d-5455-4cce-81c8-6543f65ac2f0', 'x-compute-request-id': 'req-cacdbb2d-5455-4cce-81c8-6543f65ac2f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10'} Body: b'{"server": {"id": "0c903f33-db9e-4f99-b36d-c99048a67e10", "name": "tempest-TestServerVolumeAttachmentScenario-server-2136985715", "status": "ACTIVE", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "user_id": "0424273cc6994ec58f5494b266d7b5ee", "metadata": {}, "hostId": "c04702d910537b6567c2a4c287221e6b55ef08a6d3b66e75613b6c0c", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:52:03Z", "updated": "2025-08-05T21:52:19Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-78890728-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:ba:f9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-839173908", "OS-SRV-USG:launched_at": "2025-08-05T21:52:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--711434335"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:52:53,973 99270 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:53:54,198 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10/os-interface 0.163s 2025-08-05 21:53:54,198 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53: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-2e6a245a-e839-48dd-abf7-6bbd9a9a1256', 'x-compute-request-id': 'req-2e6a245a-e839-48dd-abf7-6bbd9a9a1256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0c903f33-db 9e-4f99-b36d-c99048a67e10/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5eabea01-c48e-4c68-a9fb-55d668a35519", "port_id": "569bdbe1-bd56-4024-ad46-1811f18a3633", "mac_addr": "fa:16:3e:23:ba:f9", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "1fef3f1c-e0f1-4f62-9b69-266c646b5c06", "ip_address": "10.0.0.14"}]}]}' 2025-08-05 21:53:54,992 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/cff74db8-d027-4c86-9f13-7bb093a0e973 0.789s 2025-08-05 21:53:54,992 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "569bdbe1-bd56-4024-ad46-1811f18a3633"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-5dc34855-591a-4ff1-ad61-a5ff6c4a4284', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/cff74db8-d027-4c86-9f13-7bb093a0e973'} Body: b'{"floatingip": {"id": "cff74db8-d027-4c86-9f13-7bb093a0e973", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "floating_ip_address": "172.24.4.73", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "d72d4881-1c9c-4c9f-bbed-cc1f500cb549", "port_id": "569bdbe1-bd56-4024-ad46-1811f18a3633", "fixed_ip_address": "10.0.0.14", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5eabea01-c48e-4c68-a9fb-55d668a35519", "mac_address": "fa:16:3e:23:ba:f9", "admin_state_up": true, "status": "ACTIVE", "device_id": "0c903f33-db9e-4f99-b36d-c99048a67e10", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:52:02Z", "updated_at": "2025-08-05T21:53:54Z", "revision_number": 1, "project_id": "c81d6d6db0ae4580aba53201efc319c1"}}' 2025-08-05 21:53:54,994 99270 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.73:22' as 'cirros' with public key authentication 2025-08-05 21:53:55,011 99270 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:53:55,113 99270 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:53:55,114 99270 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.73 successfully created 2025-08-05 21:53:55,363 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10 0.248s 2025-08-05 21:53:55,364 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1561', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ec6ce1ae-d796-46c8-b788-8edbbdfa9160', 'x-compute-request-id': 'req-ec6ce1ae-d796-46c8-b788-8edbbdfa9160', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10'} Body: b'{"server": {"id": "0c903f33-db9e-4f99-b36d-c99048a67e10", "name": "tempest-TestServerVolumeAttachmentScenario-server-2136985715", "status": "ACTIVE", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "user_id": "0424273cc6994ec58f5494b266d7b5ee", "metadata": {}, "hostId": "c04702d910537b6567c2a4c287221e6b55ef08a6d3b66e75613b6c0c", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}] }, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:52:03Z", "updated": "2025-08-05T21:52:19Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-78890728-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:ba:f9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-839173908", "OS-SRV-USG:launched_at": "2025-08-05T21:52:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--711434335"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:53:55,446 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers 0.067s 2025-08-05 21:53:55,446 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:55 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-c822e1a9-1b68-4908-8639-d1c013747725', 'x-compute-request-id': 'req-c822e1a9-1b68-4908-8639-d1c013747725', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "0c903f33-db9e-4f99-b36d-c99048a67e10", "name": "tempest-TestServerVolumeAttachmentScenario-server-2136985715", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}]}]}' 2025-08-05 21:53:55,490 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044 0.040s 2025-08-05 21:53:55,490 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fa1e05b-2e6e-414f-af1a-438f03b24440', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fa1e05b-2e6e-414f-af1a-438f03b24440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044'} Body: b'{"volume": {"id": "ed44f371-f7ae-4ceb-9964-d89cd77ef044", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:52:01.000000", "updated_at": "2025-08-05T21:52:01.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-300235109", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044"}], "user_id": "0424273cc6994ec58f5494b266d7b5ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiatt ach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c81d6d6db0ae4580aba53201efc319c1"}}' 2025-08-05 21:53:56,548 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044 0.043s 2025-08-05 21:53:56,548 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9baef652-c9c5-4822-8ba4-ee32f5242f14', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9baef652-c9c5-4822-8ba4-ee32f5242f14', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044'} Body: b'{"volume": {"id": "ed44f371-f7ae-4ceb-9964-d89cd77ef044", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:52:01.000000", "updated_at": "2025-08-05T21:52:01.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-300235109", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044"}], "user_id": "0424273cc6994ec58f5494b266d7b5ee", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c81d6d6db0ae4580aba53201efc319c1"}}' 2025-08-05 21:53:56,696 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10 0.122s 2025-08-05 21:53:56,698 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:56 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-ebe8eede-f1d8-4cb6-8520-f7f763921146', 'x-compute-request-id': 'req-ebe8eede-f1d8-4cb6-8520-f7f763921146', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10'} Body: b'' 2025-08-05 21:53:56,859 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10 0.160s 2025-08-05 21:53:56,859 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:53:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1685', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82095a67-7e89-4aa1-9b5c-5e34022df561', 'x-compute-request-id': 'req-82095a67-7e89-4aa1-9b5c-5e34022df561', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10'} Body: b'{"server": {"id": "0c903f33-db9e-4f99-b36d-c99048a67e10", "name": "tempest-TestServerVolumeAttachmentScenario-server-2136985715", "status": "AC TIVE", "tenant_id": "c81d6d6db0ae4580aba53201efc319c1", "user_id": "0424273cc6994ec58f5494b266d7b5ee", "metadata": {}, "hostId": "c04702d910537b6567c2a4c287221e6b55ef08a6d3b66e75613b6c0c", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:52:03Z", "updated": "2025-08-05T21:53:57Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-78890728-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:ba:f9"}, {"version": 4, "addr": "172.24.4.73", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:ba:f9"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0c903f33-db9e-4f99-b36d-c99048a67e10"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-839173908", "OS-SRV-USG:launched_at": "2025-08-05T21:52:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--711434335"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:54:46,958 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10 0.050s 2025-08-05 21:54:46,958 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:46 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-2f5165b9-cfb4-4532-ada5-7733800a43ee', 'x-compute-request-id': 'req-2f5165b9-cfb4-4532-ada5-7733800a43ee', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0c903f33-db9e-4f99-b36d-c99048a67e10'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0c903f33-db9e-4f99-b36d-c99048a67e10 could not be found."}}' 2025-08-05 21:54:46,984 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-839173908 0.024s 2025-08-05 21:54:46,984 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:46 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-3b6a3084-7bf1-4391-95a3-10690935e0c0', 'x-compute-request-id': 'req-3b6a3084-7bf1-4391-95a3-10690935e0c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-839173908'} Body: b'' 2025-08-05 21:54:47,161 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/1f0111b7-dc3e-479e-81ce-d390815f0863 0.176s 2025-08-05 21:54:47,161 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'applica tion/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-e2055744-7e58-4d7f-8f9a-659ee63eea21', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/1f0111b7-dc3e-479e-81ce-d390815f0863'} Body: b'' 2025-08-05 21:54:47,201 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/1f0111b7-dc3e-479e-81ce-d390815f0863 0.039s 2025-08-05 21:54:47,202 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-4dfe9c0d-6b1a-4aad-9856-47dcffa96811', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/1f0111b7-dc3e-479e-81ce-d390815f0863'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1f0111b7-dc3e-479e-81ce-d390815f0863 does not exist", "detail": ""}}' 2025-08-05 21:54:47,549 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/cff74db8-d027-4c86-9f13-7bb093a0e973 0.346s 2025-08-05 21:54:47,550 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-13839516-0c86-4d7a-a5d6-86a2c5c779a5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/cff74db8-d027-4c86-9f13-7bb093a0e973'} Body: b'' 2025-08-05 21:54:47,741 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/8623173d-6b84-442d-9022-a2e383a10e9b 0.191s 2025-08-05 21:54:47,742 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54: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-c5e33cc8-35d9-4650-8585-d706fdc0ffbd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8623173d-6b84-442d-9022-a2e383a10e9b'} Body: b'' 2025-08-05 21:54:47,767 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/8623173d-6b84-442d-9022-a2e383a10e9b 0.025s 2025-08-05 21:54:47,768 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-07ef71ed-fb3f-4dd5-8fcd-460036844d27', 'x-openstack-request-id': 'req-07ef71ed-fb3f-4dd5-8fcd-460036844d27', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8623173d-6b84-442d-9022-a2e383a10e9b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8623173d-6b84-442d-9022-a2e383a10e9b co uld not be found."}}' 2025-08-05 21:54:47,872 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044 0.104s 2025-08-05 21:54:47,873 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54: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-ac1fca70-ec06-4dea-99fe-683c8a3107e7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044'} Body: b'' 2025-08-05 21:54:47,906 99270 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044 0.032s 2025-08-05 21:54:47,906 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-52247926-f3ec-4db6-b019-eb8aa3c542c8', 'x-openstack-request-id': 'req-52247926-f3ec-4db6-b019-eb8aa3c542c8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ed44f371-f7ae-4ceb-9964-d89cd77ef044'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ed44f371-f7ae-4ceb-9964-d89cd77ef044 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 a25ed4cb-28ae-4dae-90ac-33b318fc269f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:55:12,014 99270 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/74252a56-508e-4c15-96b1-e348eb8dba1e 0.241s 2025-08-05 21:55:12,014 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ae57fa37-3527-4751-87c1-ed8e5953e3be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} 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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:55:12,375 99270 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.360s 2025-08-05 21:55:12,375 99270 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-357469088", "snapshot_id": null, "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d5e5cde-9283-4b54-b327-e09f0b02b277', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d5e5cde-9283-4b54-b327-e09f0b02b277', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a25ed4cb-28ae-4dae-90ac-33b318fc269f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:12.318091", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-357469088", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:55:12,433 99270 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/a25ed4cb-28ae-4dae-90ac-33b318fc269f 0.045s 2025-08-05 21:55:12,433 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-948a09ea-c39c-4615-8dfc-beceefaecb92', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-948a09ea-c39c-4615-8dfc-beceefaecb92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f'} Body: b'{"volume": {"id": "a25ed4cb-28ae-4dae-90ac-33b318fc269f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:12.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-357469088", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3acd67af50a54b368e64cd502a4dbef3"}}' 2025-08-05 21:55:13,488 99270 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/a25ed4cb-28ae-4dae-90ac-33b318fc269f 0.040s 2025-08-05 21:55:13,488 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-344e02ea-f76f-44ff-b8b7-8922a902feb2', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-344e02ea-f76f-44ff-b8b7-8922a902feb2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f'} Body: b'{"volume": {"id": "a25ed4cb-28ae-4dae-90ac-33b318fc269f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:12.000000", "updated_at": "2025-08-05T21:55:12.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-357469088", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3acd67af50a54b368e64cd502a4dbef3"}}' 2025-08-05 21:55:13,637 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f 0.133s 2025-08-05 21:55:13,637 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55: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-179fea66-739f-4d0a-bec3-ba48ea9e90b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f'} Body: b'' 2025-08-05 21:55:13,659 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f 0.021s 2025-08-05 21:55:13,659 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55: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-647cfabf-a44f-4692-9988-f0572b2d2ada', 'x-openstack-request-id': 'req-647cfabf-a44f-4692-9988-f0572b2d2ada', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a25ed4cb-28ae-4dae-90ac-33b318fc269f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a25ed4cb-28ae-4dae-90ac-33b318fc269f 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 7c86652a-219e-496b-810c-1863ba1bd1ba failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:55:13,685 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e 0.023s 2025-08-05 21:55:13,685 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-496c20b9-ccb2-4963-8e4e-4e606c8ae536', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} 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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:55:14,099 99270 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.413s 2025-08-05 21:55:14,100 99270 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-2144716867", "snapshot_id": null, "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6e567ad-3c9a-42d6-b4d6-9b69a1b9816b', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6e567ad-3c9a-42d6-b4d6-9b69a1b9816b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7c86652a-219e-496b-810c-1863ba1bd1ba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:14.041079", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2144716867", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:55:14,153 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba 0.041s 2025-08-05 21:55:14,154 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'d ate': 'Tue, 05 Aug 2025 21:55:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b2a7610-e23d-4e06-ba3f-3f9976517955', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b2a7610-e23d-4e06-ba3f-3f9976517955', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba'} Body: b'{"volume": {"id": "7c86652a-219e-496b-810c-1863ba1bd1ba", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:14.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2144716867", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3acd67af50a54b368e64cd502a4dbef3"}}' 2025-08-05 21:55:15,206 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba 0.037s 2025-08-05 21:55:15,206 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e3e1877-65db-40af-88d6-45a2f6fb6b1c', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e3e1877-65db-40af-88d6-45a2f6fb6b1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba'} Body: b'{"volume": {"id": "7c86652a-219e-496b-810c-1863ba1bd1ba", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:14.000000", "updated_at": "2025-08-05T21:55:14.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2144716867", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3acd67af50a54b368e64cd502a4dbef3"}}' 2025-08-05 21:55:15,313 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba 0.093s 2025-08-05 21:55:15,313 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55: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-75b8697b-32e7-4b0c-aa92-2dbb488a7a07', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba'} Body: b'' 2025-08-05 21:55:15,334 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba 0.021s 2025-08-05 21:55:15,335 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-86c37cbc-8455-4687-b1e8-d25b781fac2a', 'x-openstack-request-id': 'req-86c37cbc-8455-4687-b1e8-d25b781fac2a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c86652a-219e-496b-810c-1863ba1bd1ba'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7c86652a-219e-496b-810c-1863ba1bd1ba 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 55a645f3-8f5d-4ec9-893d-8db19c9dcede failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:55:15,356 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e 0.018s 2025-08-05 21:55:15,356 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6cca6099-62d2-4646-a4c7-7aff87bcc78f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} 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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:55:15,833 99270 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.476s 2025-08-05 21:55:15,833 99270 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-1393770495", "snapshot_id": null, "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2a1f291-a00b-4ff7-96ff-25c442473eca', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2a1f291-a00b-4ff7-96ff-25c442473eca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "55a645f3-8f5d-4ec9-893d-8db19c9dcede", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:15.717711", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1393770495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:55:15,905 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede 0.060s 2025-08-05 21:55:15,905 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6946b050-a07b-4b72-9b16-33152ac45b38', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6946b050-a07b-4b72-9b16-33152ac45b38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede'} Body: b'{"volume": {"id": "55a645f3-8f5d-4ec9-893d-8db19c9dcede", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:16.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1393770495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3acd67af50a54b368e64cd502a4dbef3"}}' 2025-08-05 21:55:16,958 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede 0.038s 2025-08-05 21:55:16,959 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f350edb4-0177-4ae9-a057-1e87a3165649', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f350edb4-0177-4ae9-a057-1e87a3165649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede'} Body: b'{"volume": {"id": "55a645f3-8f5d-4ec9-893d-8db19c9dcede", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:16.000000", "updated_at": "2025-08-05T21:55:16.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1393770495", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3acd67af50a54b368e64cd502a4dbef3"}}' 2025-08-05 21:55:17,105 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede 0.115s 2025-08-05 21:55:17,105 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9e22d80-e4ee-4d85-b96a-139229d1d266', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede'} Body: b'' 2025-08-05 21:55:17,128 99270 INFO [tempest.lib.common.rest_client] Request (TestVol umeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede 0.022s 2025-08-05 21:55:17,129 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-96f44919-a0a6-4cab-a84e-775c1fe4a11d', 'x-openstack-request-id': 'req-96f44919-a0a6-4cab-a84e-775c1fe4a11d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/55a645f3-8f5d-4ec9-893d-8db19c9dcede'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 55a645f3-8f5d-4ec9-893d-8db19c9dcede 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 c6fc5c40-0d3d-4cf8-abb4-86a5115530e7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:55:17,131 99270 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2025-08-05 21:55:17,205 99270 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-08-05 21:55:17,205 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1887474085", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDfcIwfEcqfHUzVzwbRQ/b+VyWLi8jdRHugqdEeKWNITO1Co/Gi48MQmamDSnsOVASt21M3wFbw0B+lYNQd439z6QX0sgDBw0cpNQ6l8P1eYmW46gpTK7bJSMjt+G/B+Fg=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:17 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-bbed292a-50cb-4fcf-9a21-196fff2fa784', 'x-compute-request-id': 'req-bbed292a-50cb-4fcf-9a21-196fff2fa784', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-1887474085", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDfcIwfEcqfHUzVzwbRQ/b+VyWLi8jdRHugqdEeKWNITO1Co/Gi48MQmamDSnsOVASt21M3wFbw0B+lYNQd439z6QX0sgDBw0cpNQ6l8P1eYmW46gpTK7bJSMjt+G/B+Fg==", "fingerprint": "ff:b2:ec:bd:29:62:4f:55:9c:2f:ef:98:b0:2d:c0:7a", "user_id": "c6cef60b511c437788d5e601990f0710"}}' 2025-08-05 21:55:17,595 99270 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.387s 2025-08-05 21:55:17,596 99270 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-832349095", "description": "tempest-secgroup-smoke-832349095 description", "project_id": "3acd67af50a54b368e64cd502a4dbef3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-11dcbcb4-df6b-422b-aa7f-9672db7fe8a6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "name": "tempest-secgroup-smoke-832349095", "stateful": true, "tenant_id": "3acd67af50a54b368e64cd502a4dbef3", "description": "tempest-secgroup-smoke-832349095 description", "shared": false, "security_group_rules": [{"id": "7c0df95f-d0d7-41d6-a1d1-b89556d5e655", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "tenant_id": "3acd67af50a54b368e64cd502a4dbef3", "security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "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": 1188, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:55:17Z", "updated_at": "2025-08-05T21:55:17Z", "revision_number": 0}, {"id": "807569f9-f4f9-41ca-b9b9-3b51b9a62276", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "tenant_id": "3acd67af50a54b368e64cd502a4dbef3", "security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "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-08-05T21:55:17Z", "updated_at": "2025-08-05T21:55:17Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:55:17Z", "updated_at": "2025-08-05T21:55:17Z", "revision_number": 1, "project_id": "3acd67af50a54b368e64cd502a4dbef3"}}' 2025-08-05 21:55:17,798 99270 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.202s 2025-08-05 21:55:17,799 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-696d98a2-b13a-4170-ac3a-e931b30a4317', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7522a8c1-2d36-4193-920c-6cb09788bf07", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "tenant_id": "3acd67af50a54b368e64cd502a4dbef3", "security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "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-08-05T21:55:17Z", "updated_at": "2025-08-05T21:55:17Z", "revision_number": 0}}' 2025-08-05 21:55:18,030 99270 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.231s 2025-08-05 21:55:18,030 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-080f21b1-65da-4969-82c9-c2650931fe5e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "39e59531-e4d8-4eef-b405-c0de317f4718", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "tenant_id": "3acd67af50a54b368e64cd502a4dbef3", "security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "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-08-05T21:55:17Z", "updated_at": "2025-08-05T21:55:17Z", "revision_number": 0}}' 2025-08-05 21:55:18,244 99270 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.212s 2025-08-05 21:55:18,244 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 202 5 21:55:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ba49b3cc-29ef-4cce-93f1-791c72bae1de', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "248afdf5-5b1b-435a-a737-38dd00e0d87b", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "tenant_id": "3acd67af50a54b368e64cd502a4dbef3", "security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "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-08-05T21:55:18Z", "updated_at": "2025-08-05T21:55:18Z", "revision_number": 0}}' 2025-08-05 21:55:18,476 99270 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.231s 2025-08-05 21:55:18,476 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-3c19e900-2252-4235-adad-49e9ddbc1312', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c88cfec6-67e6-46ba-8cac-6a012b67e1b1", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "tenant_id": "3acd67af50a54b368e64cd502a4dbef3", "security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "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-08-05T21:55:18Z", "updated_at": "2025-08-05T21:55:18Z", "revision_number": 0}}' 2025-08-05 21:55:18,711 99270 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.234s 2025-08-05 21:55:18,711 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-49dd4a8e-cd25-480c-910d-872fa85a7041', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2440150b-b838-416d-9546-16039290ccdf", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "tenant_id": "3acd67af50a54b368e64cd502a4dbef3", "security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "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-08-05T21:55:18Z", "updated_at": "2025-08-05T21:55:18Z", "revision_number": 0}}' 2025-08-05 21:55:18,952 99270 INFO [te mpest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.240s 2025-08-05 21:55:18,953 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-2f9b20bf-01f7-4816-aceb-65e78ee8606b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1ce5c079-06c0-44ef-9d1b-6113699a505b", "project_id": "3acd67af50a54b368e64cd502a4dbef3", "tenant_id": "3acd67af50a54b368e64cd502a4dbef3", "security_group_id": "1a0d9508-55a9-43bb-b4eb-952992a92050", "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-08-05T21:55:18Z", "updated_at": "2025-08-05T21:55:18Z", "revision_number": 0}}' 2025-08-05 21:55:18,953 99270 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2025-08-05 21:55:18,974 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e 0.020s 2025-08-05 21:55:18,974 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6eee06c7-966e-41ee-9cf4-b4dff1ca55f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e'} 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": "801c238bf7584a2bb841fbb526051a05", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "created_at": "2025-08-05T21:37:30Z", "updated_at": "2025-08-05T21:37:32Z", "tags": [], "self": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e", "file": "/v2/images/74252a56-508e-4c15-96b1-e348eb8dba1e/file", "schema": "/v2/schemas/image"}' 2025-08-05 21:55:19,584 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.609s 2025-08-05 21:55:19,584 99270 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-761581506", "snapshot_id": null, "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:18 GMT', 'server': 'Apache/2.4.52 (Ubunt u)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3bb092ca-589a-4359-b86f-0b69417f2062', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3bb092ca-589a-4359-b86f-0b69417f2062', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c6fc5c40-0d3d-4cf8-abb4-86a5115530e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:19.484057", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-761581506", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:55:19,638 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7 0.041s 2025-08-05 21:55:19,639 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ddea9417-8809-4dd9-9bd2-68e09fdfc076', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ddea9417-8809-4dd9-9bd2-68e09fdfc076', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7'} Body: b'{"volume": {"id": "c6fc5c40-0d3d-4cf8-abb4-86a5115530e7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:19.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-761581506", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3acd67af50a54b368e64cd502a4dbef3"}}' 2025-08-05 21:55:20,693 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7 0.039s 2025-08-05 21:55:20,694 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0cff5dec-c4f6-4ebc-870c-93caca73d08c', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0cff5dec-c4f6-4ebc-870c-93caca73d08c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7'} Body: b'{"volume": {"id": "c6fc5c40-0d3d-4cf8-abb4-86a5115530e7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:55:19.000000", "updated_at": "2025-08-05T21:55:20.000000", "name": "tem pest-TestVolumeBootPattern-volume-origin-761581506", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7"}], "user_id": "c6cef60b511c437788d5e601990f0710", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3acd67af50a54b368e64cd502a4dbef3"}}' 2025-08-05 21:55:20,864 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7 0.156s 2025-08-05 21:55:20,865 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d12d9e7d-c06d-4f67-9fc6-f7bed1598bd2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7'} Body: b'' 2025-08-05 21:55:20,886 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7 0.021s 2025-08-05 21:55:20,887 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:20 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-4d1c01f4-18f5-4a71-9e8d-81ad879b8cb5', 'x-openstack-request-id': 'req-4d1c01f4-18f5-4a71-9e8d-81ad879b8cb5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c6fc5c40-0d3d-4cf8-abb4-86a5115530e7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c6fc5c40-0d3d-4cf8-abb4-86a5115530e7 could not be found."}}' 2025-08-05 21:55:21,129 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/1a0d9508-55a9-43bb-b4eb-952992a92050 0.241s 2025-08-05 21:55:21,129 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-a454350e-7c14-453d-ba1b-def748857697', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/1a0d9508-55a9-43bb-b4eb-952992a92050'} Body: b'' 2025-08-05 21:55:21,164 99270 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1887474085 0.034s 2025-08-05 21:55:21,164 99270 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-682 6d5b6-c1f3-4847-87f8-1d528839cf14', 'x-compute-request-id': 'req-6826d5b6-c1f3-4847-87f8-1d528839cf14', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1887474085'} Body: b'' cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 a5dde0a2-8d72-4f5a-a42b-d187db3d60c5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:54:46,300 99290 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 21:54:46,301 99290 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 21:54:46,437 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.135s 2025-08-05 21:54:46,438 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-56776032", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAgIC3TKohuJl9tRnq56mpDZI3/FekYt7Dkh2tUIVI/5DGhNzdjPq7QKT0B8T5sIwALo71XFkaGMy1LJIwq1/to2iIeM+YqZNA3UcV7NnUkL4O4NzFRS/EmiOAN8j1YKyQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:46 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-f884694a-fe12-4ed5-8710-90ee461a34c5', 'x-compute-request-id': 'req-f884694a-fe12-4ed5-8710-90ee461a34c5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-56776032", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAgIC3TKohuJl9tRnq56mpDZI3/FekYt7Dkh2tUIVI/5DGhNzdjPq7QKT0B8T5sIwALo71XFkaGMy1LJIwq1/to2iIeM+YqZNA3UcV7NnUkL4O4NzFRS/EmiOAN8j1YKyQ==", "fingerprint": "56:b9:4b:60:4a:19:ab:0b:2d:89:82:28:e6:44:02:d8", "user_id": "7d5d09db5d424494ba3dcf894c2883af"}}' 2025-08-05 21:54:46,440 99290 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-56776032 created 2025-08-05 21:54:46,641 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.200s 2025-08-05 21:54:46,641 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1081791690", "description": "tempest-description--148467862"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-c2277b0d-5242-4fb8-bf6a-83be5b41a770', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "90751bd8-c06b-453c-91f3-36852bbcc0c9", "name": "tempest-securitygroup--1081791690", "stateful": true, "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "description": "tempest-description--148467862", "shared": false, "security_group_rules": [{"id": "50d657b8-4361-4237-a4c8-e73685ee377e", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "90751bd8-c06b-453c-91f3-36852bbcc0c9", "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": 1146, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:54:46Z", "updated_at": "2025-08-05T21:54:46Z", "revision_number": 0}, {"id": "bc1ebb18-4e69-4683-bb95-c3ac9c9c636c", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "90751bd8-c06b-453c-91f3-36852bbcc0c9", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_ran ge_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": 1147, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:54:46Z", "updated_at": "2025-08-05T21:54:46Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:54:46Z", "updated_at": "2025-08-05T21:54:46Z", "revision_number": 1, "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6"}}' 2025-08-05 21:54:46,834 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.193s 2025-08-05 21:54:46,835 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "90751bd8-c06b-453c-91f3-36852bbcc0c9", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-366fbccb-20ee-44f3-9e56-085a7caceffc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "47934e3d-0894-413e-a2ec-3ea72a4bb357", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "90751bd8-c06b-453c-91f3-36852bbcc0c9", "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-08-05T21:54:46Z", "updated_at": "2025-08-05T21:54:46Z", "revision_number": 0}}' 2025-08-05 21:54:47,052 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.216s 2025-08-05 21:54:47,052 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "90751bd8-c06b-453c-91f3-36852bbcc0c9", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-49bee14b-ff6b-4a32-8d98-a36d6448e0d1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1f33f6cf-1b96-4d6a-b678-bf7edae03afb", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "90751bd8-c06b-453c-91f3-36852bbcc0c9", "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-08-05T21:54:46Z", "updated_at": "2025-08-05T21:54:46Z", "revision_number": 0}}' 2025-08-05 21:54:47,053 99290 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1081791690 created 2025-08-05 21:54:47,774 99290 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.720s 2025-08-05 21:54:47,774 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token ': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-d1783c36-6883-4171-9df7-ae95b9829ff9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "649b7823-b026-4d4f-b394-fc11d3ee1a06", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "floating_ip_address": "172.24.4.236", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:54:47Z", "updated_at": "2025-08-05T21:54:47Z", "revision_number": 0}}' 2025-08-05 21:54:47,774 99290 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '649b7823-b026-4d4f-b394-fc11d3ee1a06', 'tenant_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'floating_ip_address': '172.24.4.236', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:54:47Z', 'updated_at': '2025-08-05T21:54:47Z', 'revision_number': 0, 'ip': '172.24.4.236'} created 2025-08-05 21:54:48,016 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.241s 2025-08-05 21:54:48,017 99290 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-1631670816", "description": "tempest-secgroup-smoke-1631670816 description", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1677', 'x-openstack-request-id': 'req-ca96b950-97d8-4b7e-b964-d481028455c6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a835294b-fa37-4d55-a439-41972c09b1be", "name": "tempest-secgroup-smoke-1631670816", "stateful": true, "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "description": "tempest-secgroup-smoke-1631670816 description", "shared": false, "security_group_rules": [{"id": "3a95285c-cda8-49d2-b69e-23c6acf903ab", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "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": 1154, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:54:47Z", "updated_at": "2025-08-05T21:54:47Z", "revision_number": 0}, {"id": "80c3742b-aa6b-4818-a881-570626243b08", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "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": 1153, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T21:54:47Z", "updated_at": "2025-08-05T21:54:47Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T21:54:47Z", "updated_at": "2025-08-05T21:54:47Z", "revision_number": 1, "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6"}}' 2025-08-05 21:54:48,229 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.211s 2025-08-05 21:54:48,229 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-0c299427-b6f8-4977-9d8d-d2bb574bee35', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f1cb308d-a094-40fa-84f0-9929c860647a", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "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-08-05T21:54:48Z", "updated_at": "2025-08-05T21:54:48Z", "revision_number": 0}}' 2025-08-05 21:54:48,452 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.222s 2025-08-05 21:54:48,452 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-5be805f4-419e-4b52-8cdf-67f3d344299c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "06f69384-2c35-4579-8918-a815cd612cd1", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "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-08-05T21:54:48Z", "updated_at": "2025-08-05T21:54:48Z", "revision_number": 0}}' 2025-08-05 21:54:48,683 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.230s 2025-08-05 21:54:48,683 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-4b181b25-6241-40 9c-b610-83ee66da6cfe', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5a26e738-394a-484b-80ef-bcfd12ca96d9", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "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-08-05T21:54:48Z", "updated_at": "2025-08-05T21:54:48Z", "revision_number": 0}}' 2025-08-05 21:54:48,894 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.210s 2025-08-05 21:54:48,895 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-83c0232f-3382-4d54-85fc-da1ba2eaa1c9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "003e81a4-6568-4eaa-96ff-6a17756b989a", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "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-08-05T21:54:48Z", "updated_at": "2025-08-05T21:54:48Z", "revision_number": 0}}' 2025-08-05 21:54:49,195 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.300s 2025-08-05 21:54:49,196 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-c0ded380-7017-4983-8dd9-59567ae6bd74', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "91413ede-0814-40bd-9f10-cf1d9adc9d97", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "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-08-05T21:54:49Z", "updated_at": "2025-08-05T21:54:49Z", "revision_number": 0}}' 2025-08-05 21:54:49,468 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.271s 2025-08-05 21:54:49,468 99290 DEBUG [temp est.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-fce7ff62-280c-4ef9-a0a3-8000dbf8654c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "77609bff-29c4-47ee-bd84-57769d27cc15", "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "security_group_id": "a835294b-fa37-4d55-a439-41972c09b1be", "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-08-05T21:54:49Z", "updated_at": "2025-08-05T21:54:49Z", "revision_number": 0}}' 2025-08-05 21:54:49,516 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.041s 2025-08-05 21:54:49,516 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:49 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-1615f11e-801c-4aad-aedb-92e60e7beed6', '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": "7d5d09db5d424494ba3dcf894c2883af", "name": "tempest-SnapshotDataIntegrityTests-1099793676-project-member", "password_expires_at": null}, "audit_ids": ["fWBZnie0Ry6iSh8B1ajZ-Q"], "expires_at": "2025-08-05T22:54:49.000000Z", "issued_at": "2025-08-05T21:54:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5f6b7b802cc2460ea20ffe87dcc144c6", "name": "tempest-SnapshotDataIntegrityTests-1099793676"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5f6b7b802cc2460ea20ffe87dcc144c6", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement" , "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 21:54:49,517 99290 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '48c9e658-6bab-461f-8755-d6bcd1ba1de7', 'name': 'tempest-SnapshotDataIntegrityTests-1973512318-network', 'tenant_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 6851, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T21:54:31Z', 'updated_at': '2025-08-05T21:54:32Z', 'revision_number': 1} available for tenant 2025-08-05 21:54:49,518 99290 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-56776032', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAgIC3TKohuJl9tRnq56mpDZI3/FekYt7Dkh2tUIVI/5DGhNzdjPq7QKT0B8T5sIwALo71XFkaGMy1LJIwq1/to2iIeM+YqZNA3UcV7NnUkL4O4NzFRS/EmiOAN8j1YKyQ==', 'fingerprint': '56:b9:4b:60:4a:19:ab:0b:2d:89:82:28:e6:44:02:d8', 'user_id': '7d5d09db5d424494ba3dcf894c2883af', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBhP8CeQ1ri0bHSfmp4SV7XHuZRQLKjgYjFdI0KPyfUFXh5jVNntEoB\nA8WXLdVTJdigBwYFK4EEACKhZANiAAQICAt0yqIbiZfbUZ6uepqQ2SN/xXpGLew5\nIdrVCFSP+QxoTc3Yz6u0Ck9AfE+bCMAC6O9VxZGhjMtSySMKtf7aNoiHjPmKmTQN\n1HFezZ1JC+DuDcxUUvxJojgDfI9WCsk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '90751bd8-c06b-453c-91f3-36852bbcc0c9', 'name': 'tempest-securitygroup--1081791690', 'stateful': True, 'tenant_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'description': 'tempest-description--148467862', 'shared': False, 'security_group_rules': [{'id': '50d657b8-4361-4237-a4c8-e73685ee377e', 'project_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'tenant_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'security_group_id': '90751bd8-c06b-453c-91f3-36852bbcc0c9', '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': 1146, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:54:46Z', 'updated_at': '2025-08-05T21:54:46Z', 'revision_number': 0}, {'id': 'bc1ebb18-4e69-4683-bb95-c3ac9c9c636c', 'project_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'tenant_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'security_group_id': '90751bd8-c06b-453c-91f3-36852bbcc0c9', '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': 1147, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T21:54:46Z', 'updated_at': '2025-08-05T21:54:46Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T21:54:46Z', 'updated_at': '2025-08-05T21:54:46Z', 'revision_number': 1, 'project_id': '5f6b7b802cc2460ea20ffe87dcc144c6'}, 'floating_ip': {'id': '649b7823-b026-4d4f-b394-fc11d3ee1a06', 'tenant_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'floating_ip_address': '172.24.4.236', 'floating_network_id': '360d7 8d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '5f6b7b802cc2460ea20ffe87dcc144c6', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T21:54:47Z', 'updated_at': '2025-08-05T21:54:47Z', 'revision_number': 0, 'ip': '172.24.4.236'}} 2025-08-05 21:54:50,237 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.719s 2025-08-05 21:54:50,237 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-476931792", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "key_name": "tempest-keypair-56776032", "security_groups": [{"name": "tempest-secgroup-smoke-1631670816"}, {"name": "tempest-securitygroup--1081791690"}], "networks": [{"uuid": "48c9e658-6bab-461f-8755-d6bcd1ba1de7"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '451', 'location': 'http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d994e669-a695-4d8c-9f9f-bfd524d4f376', 'x-compute-request-id': 'req-d994e669-a695-4d8c-9f9f-bfd524d4f376', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "337b6d86-7a78-4df4-a1c1-47cd2702b913", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1631670816"}, {"name": "tempest-securitygroup--1081791690"}], "adminPass": "6Ak3xD6YBxSB"}}' 2025-08-05 21:54:50,315 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913 0.074s 2025-08-05 21:54:50,316 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:54:50 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-bda31604-fd59-4e4a-99ba-9ae7fff2afca', 'x-compute-request-id': 'req-bda31604-fd59-4e4a-99ba-9ae7fff2afca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913'} Body: b'{"server": {"id": "337b6d86-7a78-4df4-a1c1-47cd2702b913", "name": "tempest-SnapshotDataIntegrityTests-server-476931792", "status": "BUILD", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "user_id": "7d5d09db5d424494ba3dcf894c2883af", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:54:50Z", "updated": "2025-08-05T21:54:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "s elf", "href": "http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-56776032", "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-08-05 21:55:40,586 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913 0.226s 2025-08-05 21:55:40,587 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:55:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9a7f1689-8cee-4f70-842f-62a4aa937ce6', 'x-compute-request-id': 'req-9a7f1689-8cee-4f70-842f-62a4aa937ce6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913'} Body: b'{"server": {"id": "337b6d86-7a78-4df4-a1c1-47cd2702b913", "name": "tempest-SnapshotDataIntegrityTests-server-476931792", "status": "ACTIVE", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "user_id": "7d5d09db5d424494ba3dcf894c2883af", "metadata": {}, "hostId": "e7381da23850f26bcd37a11010e92c90e3f18b40766c96ceaff704b9", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:54:50Z", "updated": "2025-08-05T21:55:05Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1973512318-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1b:58"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-56776032", "OS-SRV-USG:launched_at": "2025-08-05T21:55:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1081791690"}, {"name": "tempest-secgroup-smoke-1631670816"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:55:40,607 99290 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 21:56:40,829 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913/os-interface 0.161s 2025-08-05 21:56:40,829 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56:40 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-i d': 'req-aa109875-57c4-4f7a-827b-5125a1fad093', 'x-compute-request-id': 'req-aa109875-57c4-4f7a-827b-5125a1fad093', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "48c9e658-6bab-461f-8755-d6bcd1ba1de7", "port_id": "813aad88-b38b-4cab-9786-60de74a14394", "mac_addr": "fa:16:3e:e5:1b:58", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "596e45f3-4d95-46ee-b056-eeba235e8e54", "ip_address": "10.0.0.9"}]}]}' 2025-08-05 21:56:41,579 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/649b7823-b026-4d4f-b394-fc11d3ee1a06 0.746s 2025-08-05 21:56:41,579 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "813aad88-b38b-4cab-9786-60de74a14394"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-6dd1a6c3-2c98-4aff-b182-ff7bd9c69ab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/649b7823-b026-4d4f-b394-fc11d3ee1a06'} Body: b'{"floatingip": {"id": "649b7823-b026-4d4f-b394-fc11d3ee1a06", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "floating_ip_address": "172.24.4.236", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "842f20b1-5c43-4343-9f0d-b5dc739acd4a", "port_id": "813aad88-b38b-4cab-9786-60de74a14394", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "48c9e658-6bab-461f-8755-d6bcd1ba1de7", "mac_address": "fa:16:3e:e5:1b:58", "admin_state_up": true, "status": "ACTIVE", "device_id": "337b6d86-7a78-4df4-a1c1-47cd2702b913", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T21:54:47Z", "updated_at": "2025-08-05T21:56:41Z", "revision_number": 1, "project_id": "5f6b7b802cc2460ea20ffe87dcc144c6"}}' 2025-08-05 21:56:41,581 99290 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.236:22' as 'cirros' with public key authentication 2025-08-05 21:56:41,597 99290 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 21:56:41,701 99290 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 21:56:41,701 99290 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.236 successfully created 2025-08-05 21:56:41,944 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913 0.241s 2025-08-05 21:56:41,944 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5807cbb9-ce3c-4686-bb1c-0c45479c0cdb', 'x-compute-request-id': 'req-5807cbb9-ce3c-4686-bb1c-0c45479c0cdb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913'} Body: b'{"server": {"id": "337b6d86-7a78-4df4-a1c1-47cd2702b913", "name": "tempest-SnapshotDataIntegrityTests-server-476931792", "status": "ACTIVE", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "user_id": "7d5d09db5d424494ba3dcf894c2883af", "metadata": {}, "hostId": "e7381da23850f26 bcd37a11010e92c90e3f18b40766c96ceaff704b9", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:54:50Z", "updated": "2025-08-05T21:55:05Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1973512318-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1b:58"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-56776032", "OS-SRV-USG:launched_at": "2025-08-05T21:55:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1081791690"}, {"name": "tempest-secgroup-smoke-1631670816"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:56:42,172 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/volumes 0.211s 2025-08-05 21:56:42,172 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1177833305", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-590d471f-eeab-4c0d-b288-42b4e7589bbc', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-590d471f-eeab-4c0d-b288-42b4e7589bbc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a5dde0a2-8d72-4f5a-a42b-d187db3d60c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:56:42.105713", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1177833305", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5"}], "user_id": "7d5d09db5d424494ba3dcf894c2883af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:56:42,232 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5 0.048s 2025-08-05 21:56:42,233 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68b1b300-8369-4fda-b582-5f88bd2c384c', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68b1b300-8369-4fda-b582-5f88bd2c384c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5'} Body: b'{"volume": {"id": "a5dde0a2-8d72-4f 5a-a42b-d187db3d60c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:56:42.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1177833305", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5"}], "user_id": "7d5d09db5d424494ba3dcf894c2883af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6"}}' 2025-08-05 21:56:43,288 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5 0.040s 2025-08-05 21:56:43,288 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19ca174b-92e4-46d9-b7d2-a4c79d7530ea', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19ca174b-92e4-46d9-b7d2-a4c79d7530ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5'} Body: b'{"volume": {"id": "a5dde0a2-8d72-4f5a-a42b-d187db3d60c5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:56:42.000000", "updated_at": "2025-08-05T21:56:42.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1177833305", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5"}], "user_id": "7d5d09db5d424494ba3dcf894c2883af", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6"}}' 2025-08-05 21:56:43,395 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5 0.092s 2025-08-05 21:56:43,396 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56: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-b4e8e8a7-20cb-4dd6-89a6-1b1d87ba016e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5'} Body: b'' 2025-08-05 21:56:43,444 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5 0.048s 2025-08-05 21:56:43,445 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56: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-b3e5463e-3519-4a49-8b51-f5e933afa66a', 'x-openstack-request-id': 'req-b3e5463e-3519-4a49-8b51-f5e933afa66a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a5dde0a2-8d72-4f5a-a42b-d187db3d60c5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a5dde0a2-8d72-4f5a-a42b-d187db3d60c5 could not be found."}}' 2025-08-05 21:56:43,565 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913 0.120s 2025-08-05 21:56:43,566 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-63c41baf-7ea2-4f98-b437-e7fb3b8b4ff7', 'x-compute-request-id': 'req-63c41baf-7ea2-4f98-b437-e7fb3b8b4ff7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913'} Body: b'' 2025-08-05 21:56:43,739 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913 0.172s 2025-08-05 21:56:43,739 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:56:43 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-97f9a49d-7608-4833-b67d-c39fcca0e972', 'x-compute-request-id': 'req-97f9a49d-7608-4833-b67d-c39fcca0e972', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913'} Body: b'{"server": {"id": "337b6d86-7a78-4df4-a1c1-47cd2702b913", "name": "tempest-SnapshotDataIntegrityTests-server-476931792", "status": "ACTIVE", "tenant_id": "5f6b7b802cc2460ea20ffe87dcc144c6", "user_id": "7d5d09db5d424494ba3dcf894c2883af", "metadata": {}, "hostId": "e7381da23850f26bcd37a11010e92c90e3f18b40766c96ceaff704b9", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:54:50Z", "updated": "2025-08-05T21:56:44Z", "addresses": {"tempest-SnapshotDataIntegrityTests-1973512318-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1b:58"}, {"version": 4, "addr": "172.24.4.236", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e5:1b:58"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-56776032", "OS-SRV-USG:launched_at": "2025-08-05T21:55:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1081791690"}, {"name": "tempest-secgroup-smoke-1631670816"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": " active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 21:57:33,806 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913 0.042s 2025-08-05 21:57:33,807 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:57:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-79c24c33-37a5-4e48-a624-7edabda5f890', 'x-compute-request-id': 'req-79c24c33-37a5-4e48-a624-7edabda5f890', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/337b6d86-7a78-4df4-a1c1-47cd2702b913'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 337b6d86-7a78-4df4-a1c1-47cd2702b913 could not be found."}}' 2025-08-05 21:57:34,046 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/a835294b-fa37-4d55-a439-41972c09b1be 0.239s 2025-08-05 21:57:34,047 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:57:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-1790710d-540f-44b4-8232-831f5521b5ca', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a835294b-fa37-4d55-a439-41972c09b1be'} Body: b'' 2025-08-05 21:57:34,075 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-56776032 0.027s 2025-08-05 21:57:34,076 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:57: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-74a864aa-1fc1-47de-85ee-9646354539f8', 'x-compute-request-id': 'req-74a864aa-1fc1-47de-85ee-9646354539f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-56776032'} Body: b'' 2025-08-05 21:57:34,291 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/90751bd8-c06b-453c-91f3-36852bbcc0c9 0.215s 2025-08-05 21:57:34,292 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:57:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-fffc9ab0-7c18-4bd9-a266-0e6dccb8c0d7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/90751bd8-c06b-453c-91f3-36852bbcc0c9'} Body: b'' 2025-08-05 21:57:34,310 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/90751bd8-c06b-453c-91f3-36852bbcc0c9 0.017s 2025-08-05 21:57:34,310 99290 DEBUG [tempest.lib.common.rest_client] Request - Hea ders: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:57:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-04601f87-0899-4eab-b127-58704bdf3258', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/90751bd8-c06b-453c-91f3-36852bbcc0c9'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 90751bd8-c06b-453c-91f3-36852bbcc0c9 does not exist", "detail": ""}}' 2025-08-05 21:57:34,661 99290 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/649b7823-b026-4d4f-b394-fc11d3ee1a06 0.350s 2025-08-05 21:57:34,661 99290 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:57:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-b2e404a8-b74e-4ffa-962f-1114c64562df', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/649b7823-b026-4d4f-b394-fc11d3ee1a06'} 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 9bedba8d-a093-4ae6-a07d-0eed47845bad failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:57:25,304 99288 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0 0.457s 2025-08-05 21:57:25,305 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:57:24 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-370c9836-7e2a-4d4d-8f55-cb8d1fc78d09', 'x-compute-request-id': 'req-370c9836-7e2a-4d4d-8f55-cb8d1fc78d09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0'} Body: b'{"server": {"id": "a028108a-ceae-4c93-8fbe-354d6f2e86e0", "name": "tempest-ServersNegativeTestJSON-server-1508740469", "status": "ACTIVE", "tenant_id": "627693c80fba4ac19e941395ac5366ca", "user_id": "ae1a335ff7834581a00683663bfc967c", "metadata": {}, "hostId": "a4bb8d6f820da8ef46a282c84c152e56c7385fa2e673fad142572265", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:52:52Z", "updated": "2025-08-05T21:53:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1222142517-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:28:90"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:53:08.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-08-05 21:58:25,778 99288 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.432s 2025-08-05 21:58:25,779 99288 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-1169911327"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 21:58:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-81901eac-e61f-4772-ad9d-4ad622317ef1', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-81901eac-e61f-4772-ad9d-4ad622317ef1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9bedba8d-a093-4ae6-a07d-0eed47845bad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:58:25.719182", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1169911327", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9bedba8d-a093-4ae6-a07d-0eed47845bad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9bedba8d-a093-4ae6-a07d-0eed47845bad"}], "user_id": "ae1a335ff7834581a00683663bf c967c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 21:58:25,834 99288 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/9bedba8d-a093-4ae6-a07d-0eed47845bad 0.042s 2025-08-05 21:58:25,834 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:58:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c98ada1e-f7ff-4a44-b9a1-8efe878a5222', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c98ada1e-f7ff-4a44-b9a1-8efe878a5222', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9bedba8d-a093-4ae6-a07d-0eed47845bad'} Body: b'{"volume": {"id": "9bedba8d-a093-4ae6-a07d-0eed47845bad", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:58:26.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1169911327", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9bedba8d-a093-4ae6-a07d-0eed47845bad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9bedba8d-a093-4ae6-a07d-0eed47845bad"}], "user_id": "ae1a335ff7834581a00683663bfc967c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "627693c80fba4ac19e941395ac5366ca"}}' 2025-08-05 21:58:26,903 99288 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/9bedba8d-a093-4ae6-a07d-0eed47845bad 0.054s 2025-08-05 21:58:26,903 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:58:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e24e4c4-2f3f-4230-82e2-59eb33e29171', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e24e4c4-2f3f-4230-82e2-59eb33e29171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9bedba8d-a093-4ae6-a07d-0eed47845bad'} Body: b'{"volume": {"id": "9bedba8d-a093-4ae6-a07d-0eed47845bad", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T21:58:26.000000", "updated_at": "2025-08-05T21:58:26.000000", "name": "tempest-ServersNegativeTestJSON-volume-1169911327", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9bedba8d-a093-4ae6-a07d-0eed47845bad"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9bedba8d-a093-4ae6-a07d-0eed47845bad"}], "user_id": "ae1a335ff7834581a00683663bfc967c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "627693c80fba4ac19e941395ac5366ca"}}' 2025-08-05 21:58:27,138 99288 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0 0.220s 2025-08-05 21:58:27,139 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', ' Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:58:26 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-db3921b9-f2d2-4db9-bdb4-47ff1a3a618b', 'x-compute-request-id': 'req-db3921b9-f2d2-4db9-bdb4-47ff1a3a618b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0'} Body: b'{"server": {"id": "a028108a-ceae-4c93-8fbe-354d6f2e86e0", "name": "tempest-ServersNegativeTestJSON-server-1508740469", "status": "ACTIVE", "tenant_id": "627693c80fba4ac19e941395ac5366ca", "user_id": "ae1a335ff7834581a00683663bfc967c", "metadata": {}, "hostId": "a4bb8d6f820da8ef46a282c84c152e56c7385fa2e673fad142572265", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:52:52Z", "updated": "2025-08-05T21:53:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1222142517-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:28:90"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:53:08.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_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 40fa5a01-ee2c-4471-b478-a0a1d1cf24a2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 21:59:27,515 99288 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0 0.351s 2025-08-05 21:59:27,515 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 21:59:27 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-4dc4d89e-6a0a-4bf5-8e5d-252111d31dd4', 'x-compute-request-id': 'req-4dc4d89e-6a0a-4bf5-8e5d-252111d31dd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0'} Body: b'{"server": {"id": "a028108a-ceae-4c93-8fbe-354d6f2e86e0", "name": "tempest-ServersNegativeTestJSON-server-1508740469", "status": "ACTIVE", "tenant_id": "627693c80fba4ac19e941395ac5366ca", "user_id": "ae1a335ff7834581a00683663bfc967c", "metadata": {}, "hostId": "a4bb8d6f820da8ef46a282c84c152e56c7385fa2e673fad142572265", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:52:52Z", "updated": "2025-08-05T21:53:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1222142517-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:28:90"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:53:08.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-08-05 22:00:27,785 99288 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.193s 2025-08-05 22:00:27,786 99288 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-2142806932"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:00:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4b22b20-cbb2-4a8b-8bd2-33f953b3341a', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4b22b20-cbb2-4a8b-8bd2-33f953b3341a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "40fa5a01-ee2c-4471-b478-a0a1d1cf24a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:00:27.724105", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-2142806932", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2"}], "user_id": "ae1a335ff7834581a00683663bfc 967c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 22:00:27,836 99288 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/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2 0.038s 2025-08-05 22:00:27,836 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:00:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b2057f9-3282-4fb4-8ddd-abe4d1a89bd0', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b2057f9-3282-4fb4-8ddd-abe4d1a89bd0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2'} Body: b'{"volume": {"id": "40fa5a01-ee2c-4471-b478-a0a1d1cf24a2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:00:28.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-2142806932", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2"}], "user_id": "ae1a335ff7834581a00683663bfc967c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "627693c80fba4ac19e941395ac5366ca"}}' 2025-08-05 22:00:28,891 99288 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/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2 0.039s 2025-08-05 22:00:28,891 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:00:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f2d413b-39e5-4f1d-8e9f-37711b486868', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f2d413b-39e5-4f1d-8e9f-37711b486868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2'} Body: b'{"volume": {"id": "40fa5a01-ee2c-4471-b478-a0a1d1cf24a2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:00:28.000000", "updated_at": "2025-08-05T22:00:28.000000", "name": "tempest-ServersNegativeTestJSON-volume-2142806932", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/40fa5a01-ee2c-4471-b478-a0a1d1cf24a2"}], "user_id": "ae1a335ff7834581a00683663bfc967c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "627693c80fba4ac19e941395ac5366ca"}}' 2025-08-05 22:00:29,203 99288 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0 0.299s 2025-08-05 22:00:29,204 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acc ept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:00:28 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-4ddcb4fd-2958-437a-b0a5-b5a38295dd64', 'x-compute-request-id': 'req-4ddcb4fd-2958-437a-b0a5-b5a38295dd64', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0'} Body: b'{"server": {"id": "a028108a-ceae-4c93-8fbe-354d6f2e86e0", "name": "tempest-ServersNegativeTestJSON-server-1508740469", "status": "ACTIVE", "tenant_id": "627693c80fba4ac19e941395ac5366ca", "user_id": "ae1a335ff7834581a00683663bfc967c", "metadata": {}, "hostId": "a4bb8d6f820da8ef46a282c84c152e56c7385fa2e673fad142572265", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T21:52:52Z", "updated": "2025-08-05T21:53:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1222142517-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:83:28:90"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a028108a-ceae-4c93-8fbe-354d6f2e86e0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T21:53:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.volumes.test_attach_volume.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 44ea19c3-4d11-44ec-b1ea-81eeea5ecab8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 22:02:30,802 99288 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 22:02:30,803 99288 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 22:02:30,998 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.193s 2025-08-05 22:02:30,999 99288 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-1097578203", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF97hKktOzZVgg4fUDCJR0oV06eyJa0VKaMyv9vXWdtCgqg0yxsnSguYwAuCkygt10gsX23wLFw7SxqvLqB/JnPtiy2JAs3kr5bkCbAeRmVtsZZjKt4ARSX/avaOw0YHGQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:02:30 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-38cd4aae-130d-4fcf-9a9e-c94e13a97041', 'x-compute-request-id': 'req-38cd4aae-130d-4fcf-9a9e-c94e13a97041', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1097578203", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF97hKktOzZVgg4fUDCJR0oV06eyJa0VKaMyv9vXWdtCgqg0yxsnSguYwAuCkygt10gsX23wLFw7SxqvLqB/JnPtiy2JAs3kr5bkCbAeRmVtsZZjKt4ARSX/avaOw0YHGQ==", "fingerprint": "9b:ed:d4:8b:80:7a:f3:fb:89:14:d4:06:cd:75:df:aa", "user_id": "0e9898cc9375479390bab5e1219b5fff"}}' 2025-08-05 22:02:31,001 99288 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1097578203 created 2025-08-05 22:02:31,239 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.237s 2025-08-05 22:02:31,239 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--211110008", "description": "tempest-description--952890054"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:02:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-359de8d5-58fd-4b59-a9c1-a8aa1e2136aa', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "feb241b5-9b8c-495f-b628-8ee77368cba4", "name": "tempest-securitygroup--211110008", "stateful": true, "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "description": "tempest-description--952890054", "shared": false, "security_group_rules": [{"id": "092269da-75c6-4ce3-8788-11d22c2a0dc4", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "security_group_id": "feb241b5-9b8c-495f-b628-8ee77368cba4", "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": 1210, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T22:02:31Z", "updated_at": "2025-08-05T22:02:31Z", "revision_number": 0}, {"id": "5d6553e1-9c7b-42e7-a5f8-29cbe1179add", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "security_group_id": "feb241b5-9b8c-495f-b628-8ee77368cba4", "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": 1209, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T22:02:31Z", "updated_at": "2025-08-05T22:02:31Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T22:02:31Z", "updated_at": "2025-08-05T22:02:31Z", "revision_number": 1, "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0"}}' 2025-08-05 22:02:31,454 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.214s 2025-08-05 22:02:31,455 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "feb241b5-9b8c-495f-b628-8ee77368cba4", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:02:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-dad2c833-2463-4b32-887d-80f3b7a03061', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "137d2955-88b9-4787-b5d4-3238fbe484e3", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "security_group_id": "feb241b5-9b8c-495f-b628-8ee77368cba4", "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-08-05T22:02:31Z", "updated_at": "2025-08-05T22:02:31Z", "revision_number": 0}}' 2025-08-05 22:02:31,783 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.328s 2025-08-05 22:02:31,783 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "feb241b5-9b8c-495f-b628-8ee77368cba4", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:02:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-babc9397-fa9c-459b-be5a-e96e03d7ef20', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2c71202c-78d8-4ac3-ac9f-eda5b3c8ed5a", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "security_group_id": "feb241b5-9b8c-495f-b628-8ee77368cba4", "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-08-05T22:02:31Z", "updated_at": "2025-08-05T22:02:31Z", "revision_number": 0}}' 2025-08-05 22:02:31,784 99288 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--211110008 created 2025-08-05 22:02:32,414 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.630s 2025-08-05 22:02:32,415 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'ap plication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:02:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-49ce67ed-83c9-4095-9412-2f01793b12f9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "09ea50b1-8cfa-457e-9d9b-9da57bb57618", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "floating_ip_address": "172.24.4.175", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T22:02:32Z", "updated_at": "2025-08-05T22:02:32Z", "revision_number": 0}}' 2025-08-05 22:02:32,415 99288 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '09ea50b1-8cfa-457e-9d9b-9da57bb57618', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'floating_ip_address': '172.24.4.175', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T22:02:32Z', 'updated_at': '2025-08-05T22:02:32Z', 'revision_number': 0, 'ip': '172.24.4.175'} created 2025-08-05 22:02:32,463 99288 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.043s 2025-08-05 22:02:32,463 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 22:02:32 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-2e1b695f-a4c9-425a-890e-8d059a1af09b', '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": "0e9898cc9375479390bab5e1219b5fff", "name": "tempest-AttachVolumeShelveTestJSON-1330037388-project-member", "password_expires_at": null}, "audit_ids": ["UCQ6ma2TTtOEAhmVyywzWw"], "expires_at": "2025-08-05T23:02:32.000000Z", "issued_at": "2025-08-05T22:02:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "name": "tempest-AttachVolumeShelveTestJSON-1330037388"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.2 10/compute/v2/0ec42e7b35b54f2b8a7e0def6e7404e0", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 22:02:32,464 99288 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '19c4c9d2-c1e6-496b-96b1-4c8304ac984e', 'name': 'tempest-AttachVolumeShelveTestJSON-123815450-network', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52921, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T22:02:25Z', 'updated_at': '2025-08-05T22:02:25Z', 'revision_number': 1} available for tenant 2025-08-05 22:02:32,464 99288 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1097578203', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF97hKktOzZVgg4fUDCJR0oV06eyJa0VKaMyv9vXWdtCgqg0yxsnSguYwAuCkygt10gsX23wLFw7SxqvLqB/JnPtiy2JAs3kr5bkCbAeRmVtsZZjKt4ARSX/avaOw0YHGQ==', 'fingerprint': '9b:ed:d4:8b:80:7a:f3:fb:89:14:d4:06:cd:75:df:aa', 'user_id': '0e9898cc9375479390bab5e1219b5fff', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDFh32nq5Tu5XXCwHI7I4aL8PNDyeNqWVXNDg1V3AcVS8g30KloSKSN\nIUF5DpNkkjqgBwYFK4EEACKhZANiAARfe4SpLTs2VYIOH1AwiUdKFdOnsiWtFSmj\nMr/b11nbQoKoNMsbJ0oLmMALgpMoLddILF9t8CxcO0sary6gfyZz7YstiQLN5K+W\n5AmwHkZlbbGWYyreAEUl/2r2jsNGBxk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'feb241b5-9b8c-495f-b628-8ee77368cba4', 'name': 'tempest-securitygroup--211110008', 'stateful': True, 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'description': 'tempest-description--952890054', 'shared': False, 'security_group_rules': [{'id': '092269da-75c6-4ce3-8788-11d22c2a0dc4', 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'security_group_id': 'feb241b5-9b8c-495f-b628-8ee77368cba4', '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': 1210, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T22:02:31Z', 'updated_at': '2025-08-05T22:02:31Z', 'revision_number': 0}, {'id': '5d6553e1-9c7b-42e7-a5f8-29cbe1179add', 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'security_group_id': 'feb241b5-9b8c-495f-b628-8ee77368cba4', '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': 1209, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at ': '2025-08-05T22:02:31Z', 'updated_at': '2025-08-05T22:02:31Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T22:02:31Z', 'updated_at': '2025-08-05T22:02:31Z', 'revision_number': 1, 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0'}, 'floating_ip': {'id': '09ea50b1-8cfa-457e-9d9b-9da57bb57618', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'floating_ip_address': '172.24.4.175', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T22:02:32Z', 'updated_at': '2025-08-05T22:02:32Z', 'revision_number': 0, 'ip': '172.24.4.175'}} 2025-08-05 22:02:33,051 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.586s 2025-08-05 22:02:33,052 99288 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-365890649", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "19c4c9d2-c1e6-496b-96b1-4c8304ac984e"}], "security_groups": [{"name": "tempest-securitygroup--211110008"}], "key_name": "tempest-keypair-1097578203", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:02:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0', '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-e9507ce1-8039-4f70-b5e7-f6c6ad6f464e', 'x-compute-request-id': 'req-e9507ce1-8039-4f70-b5e7-f6c6ad6f464e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "15057b70-1abe-4c55-821a-4bfa3e4ad5d0", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--211110008"}], "adminPass": "password"}}' 2025-08-05 22:02:33,178 99288 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/15057b70-1abe-4c55-821a-4bfa3e4ad5d0 0.123s 2025-08-05 22:02:33,178 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:02:33 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-228878c9-908e-467f-9a18-78e4095d6884', 'x-compute-request-id': 'req-228878c9-908e-467f-9a18-78e4095d6884', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0'} Body: b'{"server": {"id": "15057b70-1abe-4c55-821a-4bfa3e4ad5d0", "name": "tempest-AttachVolumeShelveTestJSON-server-365890649", "status": "BUILD", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "user_id": "0e9898cc 9375479390bab5e1219b5fff", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:02:33Z", "updated": "2025-08-05T22:02:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1097578203", "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-08-05 22:03:23,520 99288 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/15057b70-1abe-4c55-821a-4bfa3e4ad5d0 0.274s 2025-08-05 22:03:23,520 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:03:23 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-a4c6b648-12da-4c7d-80bf-bab3a74c01fc', 'x-compute-request-id': 'req-a4c6b648-12da-4c7d-80bf-bab3a74c01fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0'} Body: b'{"server": {"id": "15057b70-1abe-4c55-821a-4bfa3e4ad5d0", "name": "tempest-AttachVolumeShelveTestJSON-server-365890649", "status": "ACTIVE", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "user_id": "0e9898cc9375479390bab5e1219b5fff", "metadata": {}, "hostId": "1dc8e37766f291078c2377020a0b676f0c844b2c1039024b453a87de", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:02:33Z", "updated": "2025-08-05T22:02:49Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-123815450-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:39:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1097578203", "OS-SRV-USG:launched_at": "2025-08-05T22:02:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--211110008"}], "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-08-05 22:03:23,538 99288 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 22:04:23,769 99288 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/15057b70-1a be-4c55-821a-4bfa3e4ad5d0/os-interface 0.170s 2025-08-05 22:04:23,769 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:04:23 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-01f3b510-686c-46bf-aa51-f773c11df8ec', 'x-compute-request-id': 'req-01f3b510-686c-46bf-aa51-f773c11df8ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "19c4c9d2-c1e6-496b-96b1-4c8304ac984e", "port_id": "1448d947-2305-4352-be6b-a241aba52094", "mac_addr": "fa:16:3e:e6:39:fd", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "39d4c38b-f0a7-4aca-8109-da987901156d", "ip_address": "10.0.0.11"}]}]}' 2025-08-05 22:04:24,580 99288 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/09ea50b1-8cfa-457e-9d9b-9da57bb57618 0.806s 2025-08-05 22:04:24,580 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "1448d947-2305-4352-be6b-a241aba52094"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:04:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-e5849913-f1fc-412a-9e10-735e8b73b347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/09ea50b1-8cfa-457e-9d9b-9da57bb57618'} Body: b'{"floatingip": {"id": "09ea50b1-8cfa-457e-9d9b-9da57bb57618", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "floating_ip_address": "172.24.4.175", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "1b4338ce-9101-49aa-81ae-90744fa6758b", "port_id": "1448d947-2305-4352-be6b-a241aba52094", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "19c4c9d2-c1e6-496b-96b1-4c8304ac984e", "mac_address": "fa:16:3e:e6:39:fd", "admin_state_up": true, "status": "ACTIVE", "device_id": "15057b70-1abe-4c55-821a-4bfa3e4ad5d0", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T22:02:32Z", "updated_at": "2025-08-05T22:04:24Z", "revision_number": 1, "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0"}}' 2025-08-05 22:04:24,582 99288 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.175:22' as 'cirros' with public key authentication 2025-08-05 22:04:24,594 99288 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 22:04:24,697 99288 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 22:04:24,697 99288 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.175 successfully created 2025-08-05 22:04:24,751 99288 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/15057b70-1abe-4c55-821a-4bfa3e4ad5d0/ips 0.053s 2025-08-05 22:04:24,751 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:04:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-v ersion': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dfa2b3c-c322-47a4-aa3e-17e7c94fde29', 'x-compute-request-id': 'req-7dfa2b3c-c322-47a4-aa3e-17e7c94fde29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-123815450-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2025-08-05 22:04:25,028 99288 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.274s 2025-08-05 22:04:25,029 99288 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-60981461"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:04:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4733e9a8-2e07-419b-a4d5-95b8ae443a20', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4733e9a8-2e07-419b-a4d5-95b8ae443a20', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "44ea19c3-4d11-44ec-b1ea-81eeea5ecab8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:04:24.945736", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-60981461", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8"}], "user_id": "0e9898cc9375479390bab5e1219b5fff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 22:04:25,083 99288 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/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8 0.043s 2025-08-05 22:04:25,084 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:04:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c2cdc14-6e59-490f-9169-d8c16b42c5a2', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c2cdc14-6e59-490f-9169-d8c16b42c5a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8'} Body: b'{"volume": {"id": "44ea19c3-4d11-44ec-b1ea-81eeea5ecab8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:04:25.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-60981461", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8"}], "user_id": "0e9898cc9375479390bab5e1219b5fff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0"}}' 2025-08-05 2 2:04:26,143 99288 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/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8 0.044s 2025-08-05 22:04:26,143 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:04:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8efea870-524b-4f6b-a477-8c07482a36a6', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8efea870-524b-4f6b-a477-8c07482a36a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8'} Body: b'{"volume": {"id": "44ea19c3-4d11-44ec-b1ea-81eeea5ecab8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:04:25.000000", "updated_at": "2025-08-05T22:04:25.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-60981461", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/44ea19c3-4d11-44ec-b1ea-81eeea5ecab8"}], "user_id": "0e9898cc9375479390bab5e1219b5fff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0"}}' 2025-08-05 22:04:26,286 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0 0.129s 2025-08-05 22:04:26,287 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:04:26 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-d7d3fb90-337b-4ed0-8649-8d00d7fea5f5', 'x-compute-request-id': 'req-d7d3fb90-337b-4ed0-8649-8d00d7fea5f5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0'} Body: b'' 2025-08-05 22:04:26,510 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0 0.223s 2025-08-05 22:04:26,511 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:04:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1709', '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-0d01ac4c-63fe-4810-a2d3-f663085d9390', 'x-compute-request-id': 'req-0d01ac4c-63fe-4810-a2d3-f663085d9390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0'} Body: b'{"server": {"id": "15057b70-1abe-4c55-821a-4bfa3e4ad5d0", "name": "tempest-AttachVolumeShelveTestJSON-server-365890649", "status": "ACTIVE", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e 0", "user_id": "0e9898cc9375479390bab5e1219b5fff", "metadata": {}, "hostId": "1dc8e37766f291078c2377020a0b676f0c844b2c1039024b453a87de", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:02:33Z", "updated": "2025-08-05T22:04:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-123815450-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:39:fd"}, {"version": 4, "addr": "172.24.4.175", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:39:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1097578203", "OS-SRV-USG:launched_at": "2025-08-05T22:02:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--211110008"}], "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-08-05 22:05:16,619 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0 0.040s 2025-08-05 22:05:16,619 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:16 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-44a3bc94-a57c-4476-ba2d-e9bca44e078a', 'x-compute-request-id': 'req-44a3bc94-a57c-4476-ba2d-e9bca44e078a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/15057b70-1abe-4c55-821a-4bfa3e4ad5d0'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 15057b70-1abe-4c55-821a-4bfa3e4ad5d0 could not be found."}}' 2025-08-05 22:05:16,662 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1097578203 0.042s 2025-08-05 22:05:16,662 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:16 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-fc20b8b2-9031-4d9c-8505-675cdc21f099', 'x-compute-request-id': 'req-fc20b8b2-9031-4d9c-8505-675cdc21f099', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1097578203'} Body: b'' 2025-08-05 22:05:16,903 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/feb241b5-9b8c-495f-b628-8ee77368cba4 0.240s 2025-08-05 22:05:16,903 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json' , 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6245fd89-ad4d-4ca6-901b-b888c6dec0ea', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/feb241b5-9b8c-495f-b628-8ee77368cba4'} Body: b'' 2025-08-05 22:05:16,924 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/feb241b5-9b8c-495f-b628-8ee77368cba4 0.019s 2025-08-05 22:05:16,924 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-679ae592-e72a-4f8d-a15c-6eab8da19fd3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/feb241b5-9b8c-495f-b628-8ee77368cba4'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group feb241b5-9b8c-495f-b628-8ee77368cba4 does not exist", "detail": ""}}' 2025-08-05 22:05:17,249 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/09ea50b1-8cfa-457e-9d9b-9da57bb57618 0.324s 2025-08-05 22:05:17,250 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-98e3af5f-2846-43e3-b3d2-d72261037465', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/09ea50b1-8cfa-457e-9d9b-9da57bb57618'} Body: b'' tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 01104714-f01e-4992-a98e-bebe9c852a23 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 22:05:17,257 99288 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 22:05:17,257 99288 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 22:05:17,352 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.092s 2025-08-05 22:05:17,352 99288 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-1331527750", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIAFAwGA2UFpMtZ1Cl5BtZfehBHCv6UHR4/Vow752Y5Q9V94edSKPkzDuqPDP908CQGQTlkz1ETxk8YLqPo6svtepY6s+b4q2UShTuNeZLnSwREU4qpQ6aNUUP8Z5RO5QQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:17 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-f01f9663-c1c5-4f08-a97b-cb60c324b1c0', 'x-compute-request-id': 'req-f01f9663-c1c5-4f08-a97b-cb60c324b1c0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1331527750", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIAFAwGA2UFpMtZ1Cl5BtZfehBHCv6UHR4/Vow752Y5Q9V94edSKPkzDuqPDP908CQGQTlkz1ETxk8YLqPo6svtepY6s+b4q2UShTuNeZLnSwREU4qpQ6aNUUP8Z5RO5QQ==", "fingerprint": "25:69:9b:21:7a:d2:a3:85:fb:94:18:6a:2d:32:4a:3f", "user_id": "0e9898cc9375479390bab5e1219b5fff"}}' 2025-08-05 22:05:17,355 99288 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1331527750 created 2025-08-05 22:05:17,609 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.254s 2025-08-05 22:05:17,609 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1574128042", "description": "tempest-description--582282386"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-14f66e66-2f3a-405f-bd78-2c5293ce2b16', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "8d45fa63-43bb-456f-90f2-67ba3318b09d", "name": "tempest-securitygroup--1574128042", "stateful": true, "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "description": "tempest-description--582282386", "shared": false, "security_group_rules": [{"id": "77d9eb42-5f90-45f8-bcd3-81e7c3ee6308", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "security_group_id": "8d45fa63-43bb-456f-90f2-67ba3318b09d", "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": 1217, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T22:05:17Z", "updated_at": "2025-08-05T22:05:17Z", "revision_number": 0}, {"id": "bd76d08c-124c-475d-a99a-455b535dc87b", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "security_group_id": "8d45fa63-43bb-456f-90f2-67ba3318b09d", "etherty pe": "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": 1218, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T22:05:17Z", "updated_at": "2025-08-05T22:05:17Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T22:05:17Z", "updated_at": "2025-08-05T22:05:17Z", "revision_number": 1, "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0"}}' 2025-08-05 22:05:17,819 99288 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-08-05 22:05:17,820 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d45fa63-43bb-456f-90f2-67ba3318b09d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-b74180a3-af24-4308-8349-f26b8f9949e8', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "36329ecc-b146-4248-b93e-0a1fd632641f", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "security_group_id": "8d45fa63-43bb-456f-90f2-67ba3318b09d", "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-08-05T22:05:17Z", "updated_at": "2025-08-05T22:05:17Z", "revision_number": 0}}' 2025-08-05 22:05:18,025 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.204s 2025-08-05 22:05:18,025 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "8d45fa63-43bb-456f-90f2-67ba3318b09d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d3e32081-1d6a-4df4-bce4-f96b1b2bb55a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1d1a8560-00e8-4024-b2b1-7df7b3b82337", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "security_group_id": "8d45fa63-43bb-456f-90f2-67ba3318b09d", "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-08-05T22:05:17Z", "updated_at": "2025-08-05T22:05:17Z", "revision_number": 0}}' 2025-08-05 22:05:18,025 99288 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1574128042 created 2025-08-05 22:05:18,899 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.873s 2025-08-05 22:05:18,899 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-95801d63-aadd-4997-bd55-9d8893c70ff6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "3e6457ee-6a3b-4583-8c57-a381b404aa94", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "floating_ip_address": "172.24.4.101", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T22:05:18Z", "updated_at": "2025-08-05T22:05:18Z", "revision_number": 0}}' 2025-08-05 22:05:18,900 99288 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '3e6457ee-6a3b-4583-8c57-a381b404aa94', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'floating_ip_address': '172.24.4.101', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T22:05:18Z', 'updated_at': '2025-08-05T22:05:18Z', 'revision_number': 0, 'ip': '172.24.4.101'} created 2025-08-05 22:05:18,954 99288 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.049s 2025-08-05 22:05:18,954 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:18 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-5c77d7fe-5321-4fa3-90a4-b2a1172f7e00', '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": "0e9898cc9375479390bab5e1219b5fff", "name": "tempest-AttachVolumeShelveTestJSON-1330037388-project-member", "password_expires_at": null}, "audit_ids": ["c504MvXkQKSEVK0ObG2O1A"], "expires_at": "2025-08-05T23:05:18.000000Z", "issued_at": "2025-08-05T22:05:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "name": "tempest-AttachVolumeShelveTestJSON-1330037388"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0. 0.210/compute/v2/0ec42e7b35b54f2b8a7e0def6e7404e0", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 22:05:18,955 99288 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '19c4c9d2-c1e6-496b-96b1-4c8304ac984e', 'name': 'tempest-AttachVolumeShelveTestJSON-123815450-network', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 52921, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T22:02:25Z', 'updated_at': '2025-08-05T22:02:25Z', 'revision_number': 1} available for tenant 2025-08-05 22:05:18,955 99288 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1331527750', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIAFAwGA2UFpMtZ1Cl5BtZfehBHCv6UHR4/Vow752Y5Q9V94edSKPkzDuqPDP908CQGQTlkz1ETxk8YLqPo6svtepY6s+b4q2UShTuNeZLnSwREU4qpQ6aNUUP8Z5RO5QQ==', 'fingerprint': '25:69:9b:21:7a:d2:a3:85:fb:94:18:6a:2d:32:4a:3f', 'user_id': '0e9898cc9375479390bab5e1219b5fff', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBbYkfHpVb8WWkPCI6MKzkOrAfdM5bp60UHD0PvEIkBetZudblYE4KP\nN2rD7lc31l+gBwYFK4EEACKhZANiAASABQMBgNlBaTLWdQpeQbWX3oQRwr+lB0eP\n1aMO+dmOUPVfeHnUij5Mw7qjwz/dPAkBkE5ZM9RE8ZPGC6j6OrL7XqWOrPm+KtlE\noU7jXmS50sERFOKqUOmjVFD/GeUTuUE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '8d45fa63-43bb-456f-90f2-67ba3318b09d', 'name': 'tempest-securitygroup--1574128042', 'stateful': True, 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'description': 'tempest-description--582282386', 'shared': False, 'security_group_rules': [{'id': '77d9eb42-5f90-45f8-bcd3-81e7c3ee6308', 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'security_group_id': '8d45fa63-43bb-456f-90f2-67ba3318b09d', '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': 1217, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T22:05:17Z', 'updated_at': '2025-08-05T22:05:17Z', 'revision_number': 0}, {'id': 'bd76d08c-124c-475d-a99a-455b535dc87b', 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'security_group_id': '8d45fa63-43bb-456f-90f2-67ba3318b09d', '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': 1218, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'create d_at': '2025-08-05T22:05:17Z', 'updated_at': '2025-08-05T22:05:17Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T22:05:17Z', 'updated_at': '2025-08-05T22:05:17Z', 'revision_number': 1, 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0'}, 'floating_ip': {'id': '3e6457ee-6a3b-4583-8c57-a381b404aa94', 'tenant_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'floating_ip_address': '172.24.4.101', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '0ec42e7b35b54f2b8a7e0def6e7404e0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T22:05:18Z', 'updated_at': '2025-08-05T22:05:18Z', 'revision_number': 0, 'ip': '172.24.4.101'}} 2025-08-05 22:05:19,685 99288 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.729s 2025-08-05 22:05:19,686 99288 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-1318222920", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "19c4c9d2-c1e6-496b-96b1-4c8304ac984e"}], "security_groups": [{"name": "tempest-securitygroup--1574128042"}], "key_name": "tempest-keypair-1331527750", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74', '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-47cc9be0-89f9-4e3a-9f36-ad5f658984ab', 'x-compute-request-id': 'req-47cc9be0-89f9-4e3a-9f36-ad5f658984ab', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a8f76250-583c-451a-9a3f-b0afadfe9f74", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1574128042"}], "adminPass": "password"}}' 2025-08-05 22:05:19,761 99288 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/a8f76250-583c-451a-9a3f-b0afadfe9f74 0.073s 2025-08-05 22:05:19,762 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:05:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1274', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b10e4e1-0640-4f13-883c-e8f7bc0d8fec', 'x-compute-request-id': 'req-3b10e4e1-0640-4f13-883c-e8f7bc0d8fec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74'} Body: b'{"server": {"id": "a8f76250-583c-451a-9a3f-b0afadfe9f74", "name": "tempest-AttachVolumeShelveTestJSON-server-1318222920", "status": "BUILD", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "user_id": " 0e9898cc9375479390bab5e1219b5fff", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:05:20Z", "updated": "2025-08-05T22:05:19Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1331527750", "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-08-05 22:06:10,056 99288 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/a8f76250-583c-451a-9a3f-b0afadfe9f74 0.227s 2025-08-05 22:06:10,056 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:06:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1586', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-963b713f-6f9c-4210-a16b-d6db63825da1', 'x-compute-request-id': 'req-963b713f-6f9c-4210-a16b-d6db63825da1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74'} Body: b'{"server": {"id": "a8f76250-583c-451a-9a3f-b0afadfe9f74", "name": "tempest-AttachVolumeShelveTestJSON-server-1318222920", "status": "ACTIVE", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "user_id": "0e9898cc9375479390bab5e1219b5fff", "metadata": {}, "hostId": "1dc8e37766f291078c2377020a0b676f0c844b2c1039024b453a87de", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:05:19Z", "updated": "2025-08-05T22:05:35Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-123815450-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:c6:b1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1331527750", "OS-SRV-USG:launched_at": "2025-08-05T22:05:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1574128042"}], "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-08-05 22:06:10,073 99288 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 22:07:10,315 99288 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/a 8f76250-583c-451a-9a3f-b0afadfe9f74/os-interface 0.180s 2025-08-05 22:07:10,316 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:07:10 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-7dde1a69-233a-4814-b924-14c2dd9602db', 'x-compute-request-id': 'req-7dde1a69-233a-4814-b924-14c2dd9602db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "19c4c9d2-c1e6-496b-96b1-4c8304ac984e", "port_id": "bba97401-83df-4397-8b02-2e468cc27710", "mac_addr": "fa:16:3e:f6:c6:b1", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "39d4c38b-f0a7-4aca-8109-da987901156d", "ip_address": "10.0.0.13"}]}]}' 2025-08-05 22:07:11,125 99288 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/3e6457ee-6a3b-4583-8c57-a381b404aa94 0.804s 2025-08-05 22:07:11,126 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "bba97401-83df-4397-8b02-2e468cc27710"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:07:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-100f7153-116c-4128-8a3a-ea8ab37fbcf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/3e6457ee-6a3b-4583-8c57-a381b404aa94'} Body: b'{"floatingip": {"id": "3e6457ee-6a3b-4583-8c57-a381b404aa94", "tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0", "floating_ip_address": "172.24.4.101", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "1b4338ce-9101-49aa-81ae-90744fa6758b", "port_id": "bba97401-83df-4397-8b02-2e468cc27710", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "19c4c9d2-c1e6-496b-96b1-4c8304ac984e", "mac_address": "fa:16:3e:f6:c6:b1", "admin_state_up": true, "status": "ACTIVE", "device_id": "a8f76250-583c-451a-9a3f-b0afadfe9f74", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T22:05:18Z", "updated_at": "2025-08-05T22:07:10Z", "revision_number": 1, "project_id": "0ec42e7b35b54f2b8a7e0def6e7404e0"}}' 2025-08-05 22:07:11,127 99288 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.101:22' as 'cirros' with public key authentication 2025-08-05 22:07:11,146 99288 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 22:07:11,249 99288 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 22:07:11,249 99288 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.101 successfully created 2025-08-05 22:07:11,308 99288 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/a8f76250-583c-451a-9a3f-b0afadfe9f74/ips 0.058s 2025-08-05 22:07:11,308 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'opens tack-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-f533444e-bb7c-44b2-b313-1ba08c10253b', 'x-compute-request-id': 'req-f533444e-bb7c-44b2-b313-1ba08c10253b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-123815450-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2025-08-05 22:07:11,525 99288 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.213s 2025-08-05 22:07:11,525 99288 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-1013085824"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-465a80f1-c874-490f-b7e1-cac0f19985d2', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-465a80f1-c874-490f-b7e1-cac0f19985d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "01104714-f01e-4992-a98e-bebe9c852a23", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:07:11.461737", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1013085824", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/01104714-f01e-4992-a98e-bebe9c852a23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/01104714-f01e-4992-a98e-bebe9c852a23"}], "user_id": "0e9898cc9375479390bab5e1219b5fff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 22:07:11,577 99288 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/01104714-f01e-4992-a98e-bebe9c852a23 0.038s 2025-08-05 22:07:11,578 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:07:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a391d161-f6de-4244-85ab-0bea49c07ac2', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a391d161-f6de-4244-85ab-0bea49c07ac2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/01104714-f01e-4992-a98e-bebe9c852a23'} Body: b'{"volume": {"id": "01104714-f01e-4992-a98e-bebe9c852a23", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:07:11.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1013085824", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/01104714-f01e-4992-a98e-bebe9c852a23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/01104714-f01e-4992-a98e-bebe9c852a23"}], "user_id": "0e9898cc9375479390bab5e1219b5fff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0" }}' 2025-08-05 22:07:12,634 99288 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/01104714-f01e-4992-a98e-bebe9c852a23 0.040s 2025-08-05 22:07:12,634 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:07:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d334b69c-fa4f-471b-b573-fb60696d80a5', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d334b69c-fa4f-471b-b573-fb60696d80a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/01104714-f01e-4992-a98e-bebe9c852a23'} Body: b'{"volume": {"id": "01104714-f01e-4992-a98e-bebe9c852a23", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:07:11.000000", "updated_at": "2025-08-05T22:07:12.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1013085824", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/01104714-f01e-4992-a98e-bebe9c852a23"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/01104714-f01e-4992-a98e-bebe9c852a23"}], "user_id": "0e9898cc9375479390bab5e1219b5fff", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "0ec42e7b35b54f2b8a7e0def6e7404e0"}}' 2025-08-05 22:07:12,762 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74 0.115s 2025-08-05 22:07:12,763 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:07:12 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-1e83211f-866e-45cf-88a1-fd358ca8d2ab', 'x-compute-request-id': 'req-1e83211f-866e-45cf-88a1-fd358ca8d2ab', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74'} Body: b'' 2025-08-05 22:07:12,980 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74 0.217s 2025-08-05 22:07:12,980 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:07:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1711', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d59a9dd4-a1d3-4891-b5eb-28bcde84e110', 'x-compute-request-id': 'req-d59a9dd4-a1d3-4891-b5eb-28bcde84e110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74'} Body: b'{"server": {"id": "a8f76250-583c-451a-9a3f-b0afadfe9f74", "name": "tempest-AttachVolumeShelveTestJSON-server-1318222920", "status": "ACTIVE", "tenant_id": "0ec42e7b35b5 4f2b8a7e0def6e7404e0", "user_id": "0e9898cc9375479390bab5e1219b5fff", "metadata": {}, "hostId": "1dc8e37766f291078c2377020a0b676f0c844b2c1039024b453a87de", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:05:19Z", "updated": "2025-08-05T22:07:13Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-123815450-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:c6:b1"}, {"version": 4, "addr": "172.24.4.101", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:c6:b1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1331527750", "OS-SRV-USG:launched_at": "2025-08-05T22:05:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1574128042"}], "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-08-05 22:08:03,122 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74 0.074s 2025-08-05 22:08:03,123 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:03 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-a1326f9c-be55-4e01-b1ac-cdf3d65c7c71', 'x-compute-request-id': 'req-a1326f9c-be55-4e01-b1ac-cdf3d65c7c71', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8f76250-583c-451a-9a3f-b0afadfe9f74'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a8f76250-583c-451a-9a3f-b0afadfe9f74 could not be found."}}' 2025-08-05 22:08:03,161 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1331527750 0.038s 2025-08-05 22:08:03,162 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:03 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-8a75fc21-e129-4c13-89e8-0c2638f649ae', 'x-compute-request-id': 'req-8a75fc21-e129-4c13-89e8-0c2638f649ae', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1331527750'} Body: b'' 2025-08-05 22:08:03,374 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/8d45fa63-43bb-456f-90f2-67ba3318b09d 0.212s 2025-08-05 22:08:03,375 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type' : 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-16928e59-b00d-4d74-9e82-b5c3a9bb78c1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/8d45fa63-43bb-456f-90f2-67ba3318b09d'} Body: b'' 2025-08-05 22:08:03,394 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/8d45fa63-43bb-456f-90f2-67ba3318b09d 0.018s 2025-08-05 22:08:03,394 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-7bf58a62-66ff-4f07-bb35-3f271031e74e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/8d45fa63-43bb-456f-90f2-67ba3318b09d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 8d45fa63-43bb-456f-90f2-67ba3318b09d does not exist", "detail": ""}}' 2025-08-05 22:08:03,737 99288 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/3e6457ee-6a3b-4583-8c57-a381b404aa94 0.343s 2025-08-05 22:08:03,738 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-63fa11a5-bf81-40bc-bb21-3441612d5825', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/3e6457ee-6a3b-4583-8c57-a381b404aa94'} 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 7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 22:08:13,282 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/os-quota-sets/df0b625a1d8f4ade9bca5d13f638cad1?usage=True 0.040s 2025-08-05 22:08:13,282 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f9570b9-9f5e-4ada-8f87-0d3ca278c3c3', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f9570b9-9f5e-4ada-8f87-0d3ca278c3c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/os-quota-sets/df0b625a1d8f4ade9bca5d13f638cad1?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": "df0b625a1d8f4ade9bca5d13f638cad1"}}' 2025-08-05 22:08:13,596 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/volumes 0.304s 2025-08-05 22:08:13,597 99288 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-113647644"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2645e1d5-8ad2-4651-84d4-956e7ee86af8', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2645e1d5-8ad2-4651-84d4-956e7ee86af8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:08:13.529832", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-113647644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac"}], "user_id": "c974198c2c2443ba90c90c075cab3af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 22:08:13,653 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac 0.044s 2025-08-05 22:08:13,654 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'appli cation/json', 'x-compute-request-id': 'req-fbc625c8-52d0-47d6-832e-ebdca511a0f6', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fbc625c8-52d0-47d6-832e-ebdca511a0f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac'} Body: b'{"volume": {"id": "7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:08:14.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-113647644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac"}], "user_id": "c974198c2c2443ba90c90c075cab3af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0b625a1d8f4ade9bca5d13f638cad1"}}' 2025-08-05 22:08:14,716 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac 0.048s 2025-08-05 22:08:14,716 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6e09fc7-24c3-4154-8a46-448e5db6867d', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6e09fc7-24c3-4154-8a46-448e5db6867d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac'} Body: b'{"volume": {"id": "7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:08:14.000000", "updated_at": "2025-08-05T22:08:14.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-113647644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac"}], "user_id": "c974198c2c2443ba90c90c075cab3af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0b625a1d8f4ade9bca5d13f638cad1"}}' 2025-08-05 22:08:14,771 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac 0.039s 2025-08-05 22:08:14,772 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cf4495a-742a-460f-959a-98e9721fdde0', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cf4495a-742a-460f-959a-98e9721fdde0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac'} Body: b'{"volume": {"id": "7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "202 5-08-05T22:08:14.000000", "updated_at": "2025-08-05T22:08:14.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-113647644", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac"}], "user_id": "c974198c2c2443ba90c90c075cab3af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0b625a1d8f4ade9bca5d13f638cad1"}}' 2025-08-05 22:08:14,890 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac 0.101s 2025-08-05 22:08:14,891 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08: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-f0a64678-a38f-4617-8446-c230507a14fb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac'} Body: b'' 2025-08-05 22:08:14,912 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac 0.021s 2025-08-05 22:08:14,912 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08: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-29c01b60-db3c-4252-b416-381fdbc769c4', 'x-openstack-request-id': 'req-29c01b60-db3c-4252-b416-381fdbc769c4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7d0d8e5f-c6b6-434c-b6ca-8b3eb9c61fac 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 e6d258af-b343-44fa-a9be-a41284fe3ec2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 22:08:15,106 99288 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.186s 2025-08-05 22:08:15,106 99288 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-759093665"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ae117a2-a92c-45a2-95c4-9cb88251e8a4', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ae117a2-a92c-45a2-95c4-9cb88251e8a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e6d258af-b343-44fa-a9be-a41284fe3ec2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:08:15.040935", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-759093665", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2"}], "user_id": "c974198c2c2443ba90c90c075cab3af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 22:08:15,156 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2 0.039s 2025-08-05 22:08:15,157 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-851fa4b7-47d0-4e32-900c-d62553097b56', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-851fa4b7-47d0-4e32-900c-d62553097b56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2'} Body: b'{"volume": {"id": "e6d258af-b343-44fa-a9be-a41284fe3ec2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:08:15.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-759093665", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2"}], "user_id": "c974198c2c2443ba90c90c075cab3af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0b625a1d8f4ade9bca5d13f638cad1"}}' 2025-08-05 22:08:16,208 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2 0.037s 2025-08-05 22:08:16,209 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-61d25495-3995-4744-83d5-f1a1853b2f57', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61d25495-3995-4744-83d5-f1a1853b2f57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2'} Body: b'{"volume": {"id": "e6d258af-b343-44fa-a9be-a41284fe3ec2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:08:15.000000", "updated_at": "2025-08-05T22:08:15.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-759093665", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2"}], "user_id": "c974198c2c2443ba90c90c075cab3af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0b625a1d8f4ade9bca5d13f638cad1"}}' 2025-08-05 22:08:16,265 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2 0.043s 2025-08-05 22:08:16,265 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-53458f8d-d496-489e-8390-b82d172f46df', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-53458f8d-d496-489e-8390-b82d172f46df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2'} Body: b'{"volume": {"id": "e6d258af-b343-44fa-a9be-a41284fe3ec2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:08:15.000000", "updated_at": "2025-08-05T22:08:15.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-759093665", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2"}], "user_id": "c974198c2c2443ba90c90c075cab3af7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "df0b625a1d8f4ade9bca5d13f638cad1"}}' 2025-08-05 22:08:16,372 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2 0.091s 2025-08-05 22:08:16,373 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29ea835e-3adc-42ad-9efd-5747b91d2ff2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2'} Body: b'' 2025-08-05 22:08:16,393 99288 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e6d258af-b3 43-44fa-a9be-a41284fe3ec2 0.020s 2025-08-05 22:08:16,393 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ee7759fd-bbf8-4653-a94d-9fe87967fa43', 'x-openstack-request-id': 'req-ee7759fd-bbf8-4653-a94d-9fe87967fa43', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e6d258af-b343-44fa-a9be-a41284fe3ec2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e6d258af-b343-44fa-a9be-a41284fe3ec2 could not be found."}}' setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON) -------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 034f5236-badd-440c-b4cd-1a6b8b5e7155 failed to build and is in ERROR status tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 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 fb665e9e-a834-4292-82dd-f36976ba5c1a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 22:08:30,740 99288 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.244s 2025-08-05 22:08:30,740 99288 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-592277000"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32c8fdb5-12ac-4da6-97f3-f70980c0ce95', 'content-length': '762', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32c8fdb5-12ac-4da6-97f3-f70980c0ce95', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fb665e9e-a834-4292-82dd-f36976ba5c1a", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T22:08:30.673821", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-592277000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a"}], "user_id": "0175ffd0964747329a52d38a104a0237", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 22:08:30,793 99288 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a 0.041s 2025-08-05 22:08:30,793 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57f47d56-ac7a-40f2-a7e9-62534f2ae4fa', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57f47d56-ac7a-40f2-a7e9-62534f2ae4fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a'} Body: b'{"volume": {"id": "fb665e9e-a834-4292-82dd-f36976ba5c1a", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T22:08:31.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-592277000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a"}], "user_id": "0175ffd0964747329a52d38a104a0237", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a30ae000c9a8486394507ea56bed180b"}}' 2025-08-05 22:08:31,851 99288 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a 0.043s 2025-08-05 22:08:31,852 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:31 GMT', 'server': 'Apache /2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47d9b693-f93b-439f-9ac8-42395c26049f', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47d9b693-f93b-439f-9ac8-42395c26049f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a'} Body: b'{"volume": {"id": "fb665e9e-a834-4292-82dd-f36976ba5c1a", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T22:08:31.000000", "updated_at": "2025-08-05T22:08:31.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-592277000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a"}], "user_id": "0175ffd0964747329a52d38a104a0237", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a30ae000c9a8486394507ea56bed180b"}}' 2025-08-05 22:08:31,909 99288 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a 0.038s 2025-08-05 22:08:31,909 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5b146f18-9af1-475b-a137-803066e22958', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b146f18-9af1-475b-a137-803066e22958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a'} Body: b'{"volume": {"id": "fb665e9e-a834-4292-82dd-f36976ba5c1a", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T22:08:31.000000", "updated_at": "2025-08-05T22:08:31.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-592277000", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a"}], "user_id": "0175ffd0964747329a52d38a104a0237", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a30ae000c9a8486394507ea56bed180b"}}' 2025-08-05 22:08:32,017 99288 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a 0.093s 2025-08-05 22:08:32,017 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b00882b6-e425-460e-b348-6786ee827bcf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a'} Body: b'' 2025-08-05 22:08:32,038 99288 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJ SON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a 0.020s 2025-08-05 22:08:32,038 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08: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-2aef5b28-b9d7-466d-bffa-caa3f5d96b8f', 'x-openstack-request-id': 'req-2aef5b28-b9d7-466d-bffa-caa3f5d96b8f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fb665e9e-a834-4292-82dd-f36976ba5c1a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fb665e9e-a834-4292-82dd-f36976ba5c1a could not be found."}}' 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 80265ba0-be2f-4853-a340-5ba5dfefa371 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 22:08:50,311 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.086s 2025-08-05 22:08:50,311 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:50 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-47d3495f-f1f4-4b68-a33d-ff2253a8aa34', '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": "c1fe10ab5f8d460cbad3b8d0740cb974", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-639020612-project-member", "password_expires_at": null}, "audit_ids": ["-HLU46CyQp6tROqoe4SIsg"], "expires_at": "2025-08-05T23:08:50.000000Z", "issued_at": "2025-08-05T22:08:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "62cafb9263224fdc93bfe51f24d633ac", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-639020612"}, "is_domain": false, "roles": [{"id": "ee30230eadd24c578c6969fa981939ea", "name": "member"}, {"id": "53bb6fbb1575490e97378bee1b0f6f5c", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d395a451a058457196671da33b823392", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "0667ae0cdf8c4dcfa5c7ffc0dfbdd72d", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "a223591bd0184f4b87841f3826b2a390", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "125b84dea62d49a18a365959a2820e58", "type": "image", "name": "glance"}, {"endpoints": [{"id": "e6594f10efbf441491978bc6881e22c5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "3c354b6d9c8b4a91b4604395abe5e05c", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "3ba2b99706be4000b8b2cc072055681b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/62cafb9263224fdc93bfe51f24d633ac", "region": "RegionOne"}], "id": "3daf87d99a7746d0999471822c482557", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "3227d7fd41c847b18544eabfc89c60ea", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "647fa534cd194d648c1163327dc99204", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "ece1bcb9e4f64f449eaf6785780a0901", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "798d3fbb537644f4be52e2c1c6f30d0e", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fba996964fe1433e930cd6404acefc2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c72d83b8efb349e49672058e2bdfe334", "type": "compute", "name": "nova"}]}}' 2025-08-05 22:08:50,312 99288 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '1aca9f72-c9ae-42d1-9883-29fe130f6d4c', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-1402296934-network', 'tenant_id': '62cafb9263224fdc93bfe51f24d633ac', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '62cafb9263224fdc93bfe51f24d633ac', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 64768, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_ad dress_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T22:08:34Z', 'updated_at': '2025-08-05T22:08:34Z', 'revision_number': 1} available for tenant 2025-08-05 22:08:50,313 99288 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 22:08:50,313 99288 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 22:08:50,467 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.153s 2025-08-05 22:08:50,468 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1111627763", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE8pxnQlLLJr4J9NHbQwds77rJEsJ/cGdx0R6LotEqoT0dmvtsFa6FtGVopFHte1z8FHYG9oPza4kpw1Y7WbWKCL98vx/suHtijE0+7lhRXx311lwLYjTKpGDsUIvNzmMA=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:50 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-f2e86015-e555-422b-a1b4-3124f171b868', 'x-compute-request-id': 'req-f2e86015-e555-422b-a1b4-3124f171b868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1111627763", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE8pxnQlLLJr4J9NHbQwds77rJEsJ/cGdx0R6LotEqoT0dmvtsFa6FtGVopFHte1z8FHYG9oPza4kpw1Y7WbWKCL98vx/suHtijE0+7lhRXx311lwLYjTKpGDsUIvNzmMA==", "fingerprint": "9a:0b:ed:e6:55:2a:17:56:4c:b9:04:ca:40:89:71:54", "user_id": "c1fe10ab5f8d460cbad3b8d0740cb974"}}' 2025-08-05 22:08:50,470 99288 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1111627763 created 2025-08-05 22:08:50,685 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.214s 2025-08-05 22:08:50,685 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1471386877", "description": "tempest-description--1780139967"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-c00783b6-76b9-48eb-a34d-6c69dd94ce77', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "972c49b5-41c5-4ab4-a5c9-8ade6233bae0", "name": "tempest-securitygroup--1471386877", "stateful": true, "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "description": "tempest-description--1780139967", "shared": false, "security_group_rules": [{"id": "282f41ce-c76c-4983-9da4-ca61a02641c0", "project_id": "62cafb9263224fdc93bfe51f24d633ac", "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "security_group_id": "972c49b5-41c5-4ab4-a5c9-8ade6233bae0", "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": 1304, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T22:08:50Z", "updated_at": "2025-08-05T22:08:50Z", "revision_number": 0}, {"id": "81314ed7-85be-479a-8641-85d47ccfa6f1", "project_id": "62cafb9263224fdc93bfe51f24d633ac", "te nant_id": "62cafb9263224fdc93bfe51f24d633ac", "security_group_id": "972c49b5-41c5-4ab4-a5c9-8ade6233bae0", "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": 1305, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T22:08:50Z", "updated_at": "2025-08-05T22:08:50Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T22:08:50Z", "updated_at": "2025-08-05T22:08:50Z", "revision_number": 1, "project_id": "62cafb9263224fdc93bfe51f24d633ac"}}' 2025-08-05 22:08:50,879 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.193s 2025-08-05 22:08:50,879 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "972c49b5-41c5-4ab4-a5c9-8ade6233bae0", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-57ba7798-608c-4284-a096-b9cf8d9e3dbd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b7eaa29f-6122-4eca-bd88-f72e9ea40982", "project_id": "62cafb9263224fdc93bfe51f24d633ac", "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "security_group_id": "972c49b5-41c5-4ab4-a5c9-8ade6233bae0", "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-08-05T22:08:50Z", "updated_at": "2025-08-05T22:08:50Z", "revision_number": 0}}' 2025-08-05 22:08:51,094 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.215s 2025-08-05 22:08:51,095 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "972c49b5-41c5-4ab4-a5c9-8ade6233bae0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ea350fa2-d8c1-419d-9e15-8eeace6ac559', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4c7fbde3-9c3a-414c-a94c-5d98a2f9e70a", "project_id": "62cafb9263224fdc93bfe51f24d633ac", "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "security_group_id": "972c49b5-41c5-4ab4-a5c9-8ade6233bae0", "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-08-05T22:08:50Z", "updated_at": "2025-08-05T22:08:50Z", "revision_number": 0}}' 2025-08-05 22:08:51,095 99288 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1471386877 created 2025-08-05 22:08:51,715 99288 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.619s 2025-08-05 22:08:51,715 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-677ac36a-38fb-445c-9bf9-7fa4667eb40e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "029a8ff5-2d69-4c34-939f-2a5b0a054066", "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "floating_ip_address": "172.24.4.111", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "62cafb9263224fdc93bfe51f24d633ac", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T22:08:51Z", "updated_at": "2025-08-05T22:08:51Z", "revision_number": 0}}' 2025-08-05 22:08:51,716 99288 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '029a8ff5-2d69-4c34-939f-2a5b0a054066', 'tenant_id': '62cafb9263224fdc93bfe51f24d633ac', 'floating_ip_address': '172.24.4.111', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '62cafb9263224fdc93bfe51f24d633ac', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T22:08:51Z', 'updated_at': '2025-08-05T22:08:51Z', 'revision_number': 0, 'ip': '172.24.4.111'} created 2025-08-05 22:08:51,716 99288 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1111627763', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE8pxnQlLLJr4J9NHbQwds77rJEsJ/cGdx0R6LotEqoT0dmvtsFa6FtGVopFHte1z8FHYG9oPza4kpw1Y7WbWKCL98vx/suHtijE0+7lhRXx311lwLYjTKpGDsUIvNzmMA==', 'fingerprint': '9a:0b:ed:e6:55:2a:17:56:4c:b9:04:ca:40:89:71:54', 'user_id': 'c1fe10ab5f8d460cbad3b8d0740cb974', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCsUGB3pEBhXtYwApMF49iJ8tl0ch28J+qgCeY6c3EI7NRCeUkzPnwF\nXIgTqUQ/QdWgBwYFK4EEACKhZANiAARPKcZ0JSyya+CfTR20MHbO+6yRLCf3Bncd\nEei6LRKqE9HZr7bBWuhbRlaKRR7Xtc/BR2BvaD82uJKcNWO1m1igi/fL8f7Lh7Yo\nxNPu5YUV8d9dZcC2I0yqRg7FCLzc5jA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '972c49b5-41c5-4ab4-a5c9-8ade6233bae0', 'name': 'tempest-securitygroup--1471386877', 'stateful': True, 'tenant_id': '62cafb9263224fdc93bfe51f24d633ac', 'description': 'tempest-description--1780139967', 'shared': False, 'security_group_rules': [{'id': '282f41ce-c76c-4983-9da4-ca61a02641c0', 'project_id': '62cafb9263224fdc93bfe51f24d633ac', 'tenant_id': '62cafb9263224fdc93bfe51f24d633ac', 'security_group_id': '972c49b5-41c5-4ab4-a5c9-8ade6233bae0', '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': 1304, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T22:08:50Z', 'updated_at': '2025-08-05T22:08:50Z', 'revision_number': 0}, {'id': '81314ed7-85be-479a-8641-85d47ccfa6f1', 'project_id': '62cafb9263224fdc93bfe51f24d633ac', 'tenant_id': '62cafb9263224fdc93bfe51f24d633ac', 'security_group_id': '972c49b5-41c5-4ab4-a5c9-8ade6233bae0', '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': 1305, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T22:08:50Z', 'updated_ at': '2025-08-05T22:08:50Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T22:08:50Z', 'updated_at': '2025-08-05T22:08:50Z', 'revision_number': 1, 'project_id': '62cafb9263224fdc93bfe51f24d633ac'}, 'floating_ip': {'id': '029a8ff5-2d69-4c34-939f-2a5b0a054066', 'tenant_id': '62cafb9263224fdc93bfe51f24d633ac', 'floating_ip_address': '172.24.4.111', 'floating_network_id': '360d78d7-9331-4a73-a05f-e14c4cd7ab00', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '62cafb9263224fdc93bfe51f24d633ac', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T22:08:51Z', 'updated_at': '2025-08-05T22:08:51Z', 'revision_number': 0, 'ip': '172.24.4.111'}} 2025-08-05 22:08:52,252 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/compute/v2.1/servers 0.535s 2025-08-05 22:08:52,253 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1465736364", "imageRef": "74252a56-508e-4c15-96b1-e348eb8dba1e", "flavorRef": "1", "networks": [{"uuid": "1aca9f72-c9ae-42d1-9883-29fe130f6d4c"}], "security_groups": [{"name": "tempest-securitygroup--1471386877"}], "key_name": "tempest-keypair-1111627763", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9dd100f8-9e85-4826-8469-17d7a55b2a9f', 'x-compute-request-id': 'req-9dd100f8-9e85-4826-8469-17d7a55b2a9f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "74117b27-1805-4a3b-b7c5-7071d86228d5", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1471386877"}], "adminPass": "zsMnWpgbD56w"}}' 2025-08-05 22:08:52,335 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5 0.078s 2025-08-05 22:08:52,335 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:08:52 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-720da8a2-4143-4267-bb5b-af6c6f05dbe0', 'x-compute-request-id': 'req-720da8a2-4143-4267-bb5b-af6c6f05dbe0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5'} Body: b'{"server": {"id": "74117b27-1805-4a3b-b7c5-7071d86228d5", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1465736364", "status": "BUILD", "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "user_id": "c1fe10ab5f8d460cbad3b8d0740cb974", "metadata": {}, "hostId": "", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:08:52Z", "updated": "2025-08-05T22:08:52Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1111627763", "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-08-05 22:09:42,607 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5 0.257s 2025-08-05 22:09:42,607 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:09:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1576', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c021e4bb-4f31-44b2-b43f-fb50769ed24d', 'x-compute-request-id': 'req-c021e4bb-4f31-44b2-b43f-fb50769ed24d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5'} Body: b'{"server": {"id": "74117b27-1805-4a3b-b7c5-7071d86228d5", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1465736364", "status": "ACTIVE", "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "user_id": "c1fe10ab5f8d460cbad3b8d0740cb974", "metadata": {}, "hostId": "300914a74eba2225ea07eb94461368b765f8a6bfe85431c83195c69b", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:08:52Z", "updated": "2025-08-05T22:09:07Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-1402296934-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:02:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1111627763", "OS-SRV-USG:launched_at": "2025-08-05T22:09:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1471386877"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 22:09:42,621 99288 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 22:10:42,902 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5/os-interface 0.222s 2025-08-05 22:10:42,903 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ' '} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:10:42 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-88bcba17-630c-4081-9213-12028eae7e5d', 'x-compute-request-id': 'req-88bcba17-630c-4081-9213-12028eae7e5d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "1aca9f72-c9ae-42d1-9883-29fe130f6d4c", "port_id": "0bc4d98f-4c63-4cbc-8405-04508b33ec65", "mac_addr": "fa:16:3e:62:02:66", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c5e0f3dc-24aa-4870-8927-4bcf17383a81", "ip_address": "10.0.0.9"}]}]}' 2025-08-05 22:10:43,694 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/029a8ff5-2d69-4c34-939f-2a5b0a054066 0.787s 2025-08-05 22:10:43,695 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0bc4d98f-4c63-4cbc-8405-04508b33ec65"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:10:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c16c0c98-1349-4bc8-9636-a5e6da85d9c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/029a8ff5-2d69-4c34-939f-2a5b0a054066'} Body: b'{"floatingip": {"id": "029a8ff5-2d69-4c34-939f-2a5b0a054066", "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "floating_ip_address": "172.24.4.111", "floating_network_id": "360d78d7-9331-4a73-a05f-e14c4cd7ab00", "router_id": "488077f7-d654-4018-bc76-358cb40ad57d", "port_id": "0bc4d98f-4c63-4cbc-8405-04508b33ec65", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "1aca9f72-c9ae-42d1-9883-29fe130f6d4c", "mac_address": "fa:16:3e:62:02:66", "admin_state_up": true, "status": "ACTIVE", "device_id": "74117b27-1805-4a3b-b7c5-7071d86228d5", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T22:08:51Z", "updated_at": "2025-08-05T22:10:43Z", "revision_number": 1, "project_id": "62cafb9263224fdc93bfe51f24d633ac"}}' 2025-08-05 22:10:43,696 99288 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.111:22' as 'cirros' with public key authentication 2025-08-05 22:10:44,726 99288 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 22:10:44,831 99288 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 22:10:44,831 99288 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.111 successfully created 2025-08-05 22:10:45,018 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5 0.186s 2025-08-05 22:10:45,019 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:10:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1695', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7d0d509f-8113-450f-a4f0-a83a7ae1cea2', 'x-compute-request-id': 'req-7d0d509f-8113-450f-a4f0-a83a7ae1cea2', 'connection': 'close', 'status': '200', 'content-location ': 'http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5'} Body: b'{"server": {"id": "74117b27-1805-4a3b-b7c5-7071d86228d5", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1465736364", "status": "ACTIVE", "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "user_id": "c1fe10ab5f8d460cbad3b8d0740cb974", "metadata": {}, "hostId": "300914a74eba2225ea07eb94461368b765f8a6bfe85431c83195c69b", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:08:52Z", "updated": "2025-08-05T22:09:07Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-1402296934-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:02:66"}, {"version": 4, "addr": "172.24.4.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:02:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1111627763", "OS-SRV-USG:launched_at": "2025-08-05T22:09:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1471386877"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 22:10:45,103 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers 0.069s 2025-08-05 22:10:45,103 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:10:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '357', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-950106d7-49b4-4baa-b388-1d8b64509a0a', 'x-compute-request-id': 'req-950106d7-49b4-4baa-b388-1d8b64509a0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "74117b27-1805-4a3b-b7c5-7071d86228d5", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1465736364", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}]}]}' 2025-08-05 22:10:45,307 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/volume/v3/volumes 0.200s 2025-08-05 22:10:45,307 99288 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-422969573", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 22:10:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f76e119f-0909-42ca-a276-894e44956735', 'content-length': '789', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f76e119f-0909-42ca-a276-894e4495673 5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "80265ba0-be2f-4853-a340-5ba5dfefa371", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:10:45.247578", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-422969573", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371"}], "user_id": "c1fe10ab5f8d460cbad3b8d0740cb974", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 22:10:45,360 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371 0.042s 2025-08-05 22:10:45,360 99288 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': 'Tue, 05 Aug 2025 22:10:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f50299c5-a3c4-4067-a577-680a24beba13', 'content-length': '857', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f50299c5-a3c4-4067-a577-680a24beba13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371'} Body: b'{"volume": {"id": "80265ba0-be2f-4853-a340-5ba5dfefa371", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:10:45.000000", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-422969573", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371"}], "user_id": "c1fe10ab5f8d460cbad3b8d0740cb974", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "62cafb9263224fdc93bfe51f24d633ac"}}' 2025-08-05 22:10:46,419 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371 0.044s 2025-08-05 22:10:46,419 99288 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': 'Tue, 05 Aug 2025 22:10:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6aaf72c-dde3-43d5-9a89-2a1b88c54645', 'content-length': '878', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6aaf72c-dde3-43d5-9a89-2a1b88c54645', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371'} Body: b'{"volume": {"id": "80265ba0-be2f-4853-a340-5ba5dfefa371", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T22:10:45.000000", "updated_at": "2025-08-05T22:10:45.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-422969573", "description": null, "volum e_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371"}], "user_id": "c1fe10ab5f8d460cbad3b8d0740cb974", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "62cafb9263224fdc93bfe51f24d633ac"}}' 2025-08-05 22:10:46,533 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371 0.100s 2025-08-05 22:10:46,534 99288 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': 'Tue, 05 Aug 2025 22:10:46 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-7ffd573d-0236-46e7-8b49-f5a49f102b7a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371'} Body: b'' 2025-08-05 22:10:46,554 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371 0.020s 2025-08-05 22:10:46,554 99288 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': 'Tue, 05 Aug 2025 22:10:46 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-dba95eb9-2ab2-4e89-b0e5-15a92da223c3', 'x-openstack-request-id': 'req-dba95eb9-2ab2-4e89-b0e5-15a92da223c3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/80265ba0-be2f-4853-a340-5ba5dfefa371'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 80265ba0-be2f-4853-a340-5ba5dfefa371 could not be found."}}' 2025-08-05 22:10:46,665 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5 0.110s 2025-08-05 22:10:46,665 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:10:46 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-fe72947f-82e6-4b14-bb23-9840f344b726', 'x-compute-request-id': 'req-fe72947f-82e6-4b14-bb23-9840f344b726', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5'} Body: b'' 2025-08-05 22:10:46,873 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5 0.206s 2025-08-05 22:10:46,873 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'da te': 'Tue, 05 Aug 2025 22:10:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1701', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e8d3ca1-394d-46e6-b32f-73ab8de95a3f', 'x-compute-request-id': 'req-3e8d3ca1-394d-46e6-b32f-73ab8de95a3f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5'} Body: b'{"server": {"id": "74117b27-1805-4a3b-b7c5-7071d86228d5", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-1465736364", "status": "ACTIVE", "tenant_id": "62cafb9263224fdc93bfe51f24d633ac", "user_id": "c1fe10ab5f8d460cbad3b8d0740cb974", "metadata": {}, "hostId": "300914a74eba2225ea07eb94461368b765f8a6bfe85431c83195c69b", "image": {"id": "74252a56-508e-4c15-96b1-e348eb8dba1e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/74252a56-508e-4c15-96b1-e348eb8dba1e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T22:08:52Z", "updated": "2025-08-05T22:10:47Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-1402296934-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:02:66"}, {"version": 4, "addr": "172.24.4.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:62:02:66"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/74117b27-1805-4a3b-b7c5-7071d86228d5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1111627763", "OS-SRV-USG:launched_at": "2025-08-05T22:09:07.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1471386877"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 22:11:36,982 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5 0.050s 2025-08-05 22:11:36,982 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:11:36 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-6788dc22-b566-4b7e-bf71-1dbc586e23bd', 'x-compute-request-id': 'req-6788dc22-b566-4b7e-bf71-1dbc586e23bd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/74117b27-1805-4a3b-b7c5-7071d86228d5'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 74117b27-1805-4a3b-b7c5-7071d86228d5 could not be found."}}' 2025-08-05 22:11:37,021 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1111627763 0.038s 2025-08-05 22:11:37,021 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:11:36 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-056f1ece-a444-466e-954c-53d7fd3811d3', 'x-compute-request-id': 'req-056f1ece-a444-466e-954c-53d7fd3811d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1111627763'} Body: b'' 2025-08-05 22:11:37,293 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/972c49b5-41c5-4ab4-a5c9-8ade6233bae0 0.272s 2025-08-05 22:11:37,294 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:11:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-3118013e-7c47-4d05-9039-927821b7da50', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/972c49b5-41c5-4ab4-a5c9-8ade6233bae0'} Body: b'' 2025-08-05 22:11:37,310 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/972c49b5-41c5-4ab4-a5c9-8ade6233bae0 0.016s 2025-08-05 22:11:37,310 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:11:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-ce05ae14-1ebd-40d0-91a9-808320cd0490', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/972c49b5-41c5-4ab4-a5c9-8ade6233bae0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 972c49b5-41c5-4ab4-a5c9-8ade6233bae0 does not exist", "detail": ""}}' 2025-08-05 22:11:37,731 99288 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/029a8ff5-2d69-4c34-939f-2a5b0a054066 0.420s 2025-08-05 22:11:37,732 99288 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 22:11:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-98f42f46-19ed-4e78-be0c-98b0774317ba', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/029a8ff5-2d69-4c34-939f-2a5b0a054066'} Body: b'' ====== Totals ====== Ran: 219 tests in 1814.7532 sec. - Passed: 75 - Skipped: 32 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 112 Sum of execute time for each test: 4675.9376 sec. ============== Worker Balance ============== - Worker 0 (19 tests) => 0:13:58.185490 - Worker 1 (22 tests) => 0:06:31.900224 - Worker 2 (14 tests) => 0:06:17.821478 - Worker 3 (19 tests) => 0:12:09.178205 - Worker 4 (15 tests) => 0:05:11.560438 - Worker 5 (15 tests) => 0:01:33.328535 - Worker 6 (16 tests) => 0:08:12.064720 - Worker 7 (24 tests) => 0:09:55.990377 - Worker 8 (11 tests) => 0:02:25.781729 - Worker 9 (35 tests) => 0:29:44.486033 - Worker 10 (12 tests) => 0:16:11.586774 - Worker 11 (17 tests) => 0:07:22.925501 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed