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='2254128837' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {2} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {11} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationWithoutHostTest) ... SKIPPED: LiveMigrationWithoutHostTest skipped as live-migration is not available {2} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {1} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {9} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {4} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [3.373239s] ... 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 bd6eff97-cae3-4431-a301-5ba719651336 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:17:42,655 98936 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 1.909s 2025-08-05 20:17:42,655 98936 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-482423866", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:17:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '352', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/bd6eff97-cae3-4431-a301-5ba719651336', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-562239d7-da15-493d-a7a9-3f8ec9cc218f', 'x-compute-request-id': 'req-562239d7-da15-493d-a7a9-3f8ec9cc218f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "bd6eff97-cae3-4431-a301-5ba719651336", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T20:17:42.438301", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-482423866", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-05 20:17:42,840 98936 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/bd6eff97-cae3-4431-a301-5ba719651336 0.178s 2025-08-05 20:17:42,840 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:17:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2db888e-2d19-465a-a8be-f899836ed565', 'x-compute-request-id': 'req-b2db888e-2d19-465a-a8be-f899836ed565', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/bd6eff97-cae3-4431-a301-5ba719651336'} Body: b'{"volume": {"id": "bd6eff97-cae3-4431-a301-5ba719651336", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T20:17:42.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-482423866", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-05 20:17:44,112 98936 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/bd6eff97-cae3-4431-a301-5ba719651336 0.265s 2025-08-05 20:17:44,112 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:17:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4da27b62-0ff2-45df-8290-863c4ee5b82c', 'x-compute-request-id': 'req-4da27b62-0ff2-45df-8290-863c4ee5b82c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/bd6eff97-cae3-4431-a301-5ba719651336'} Body: b'{"volume": {"id": "bd6eff97-cae3-4431-a301-5ba719651336", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T20:17:42.000000", "at tachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-482423866", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' {2} 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 792d2b50-7db1-44a1-b628-13a61bd80ebe failed to build and is in ERROR status {2} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [1.874546s] ... 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 020728bc-1640-40fe-989f-39de37bad858 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:17:50,685 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/types 0.165s 2025-08-05 20:17:50,685 98932 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-1820150771"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:17:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afe348fd-e6d4-43dc-8949-41cab8aefdc6', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afe348fd-e6d4-43dc-8949-41cab8aefdc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "ff2ccb13-3539-47a7-9392-a7c5c64bd29c", "name": "tempest-GroupsV314Test-volume-type-1820150771", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:17:50,739 98932 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.050s 2025-08-05 20:17:50,739 98932 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-1695295218"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:17:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4076d20-50be-4467-98c0-133a09d3ad36', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4076d20-50be-4467-98c0-133a09d3ad36', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "f2d45cb9-2c22-4afb-ae2d-e8a9c932f658", "name": "tempest-GroupsV314Test-group-type-1695295218", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 20:17:50,988 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/groups 0.246s 2025-08-05 20:17:50,988 98932 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": "f2d45cb9-2c22-4afb-ae2d-e8a9c932f658", "volume_types": ["ff2ccb13-3539-47a7-9392-a7c5c64bd29c"], "name": "tempest-GroupsV314Test-Group-1196064293"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:17:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cc68d1c-a651-4c8f-92f3-513b92c830b5', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cc68d1c-a651-4c8f-92f3-513b92c830b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "020728bc-1640-40fe-989f-39de37bad858", "name": "tempest-GroupsV314Test-Group-1196064293"}}' 2025-08-05 20:17:51,049 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/020728bc-1640-40fe-989f-39de37bad858 0.058s 2025-08-05 20:17:51,049 98932 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 20:17:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-da8c172d-be4f-4ec9-9960-d5bda7ec7c54', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da8c172d-be4f-4ec9-9960-d5bda7ec7c54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/020728bc-1640-40fe-989f-39de37bad858'} Body: b'{"group": {"id": "020728bc-1640-40fe-989f-39de37bad858", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T20:17:51.000000", "name": "tempest-GroupsV314Test-Group-1196064293", "description": null, "group_type": "f2d45cb9-2c22-4afb-ae2d-e8a9c932f658", "volume_types": ["ff2ccb13-3539-47a7-9392-a7c5c64bd29c"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:17:52,103 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/020728bc-1640-40fe-989f-39de37bad858 0.045s 2025-08-05 20:17:52,103 98932 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 20:17:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d469536-3d99-473c-9f34-dfb69216d658', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d469536-3d99-473c-9f34-dfb69216d658', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/020728bc-1640-40fe-989f-39de37bad858'} Body: b'{"group": {"id": "020728bc-1640-40fe-989f-39de37bad858", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T20:17:51.000000", "name": "tempest-GroupsV314Test-Group-1196064293", "description": null, "group_type": "f2d45cb9-2c22-4afb-ae2d-e8a9c932f658", "volume_types": ["ff2ccb13-3539-47a7-9392-a7c5c64bd29c"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:17:52,170 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.061s 2025-08-05 20:17:52,170 98932 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 20:17:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94ecc197-937e-424b-bdc9-0842e8fb00ea', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94ecc197-937e-424b-bdc9-0842e8fb00ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 20:17:52,249 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/020728bc-1640-40fe-989f-39de37bad858/action 0.066s 2025-08-05 20:17:52,250 98932 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 20:17:52 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-25896f07-13a5-45ee-b7ff-f4dbc420f191', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/020728bc-1640-40fe-989f-39de37bad858/action'} Body: b'' 2025-08-05 20:17:52,264 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/020728bc-1640-40fe-989f-39de37bad858 0.014s 2025-08-05 20:17:52,265 98932 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 20:17:52 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-3e506076-4ca5-41c6-ba96-32ded205234a', 'x-openstack-request-id': 'req-3e506076-4ca5-41c6-ba96-32ded205234a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/020728bc-1640-40fe-989f-39de37bad858'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 020728bc-1640-40fe-989f-39de37bad858 could not be found."}}' 2025-08-05 20:17:52,302 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/f2d45cb9-2c22-4afb-ae2d-e8a9c932f658 0.037s 2025-08-05 20:17:52,302 98932 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 20:17:52 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-7f36eddc-d404-4d66-adab-305f1e7e6520', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/f2d45cb9-2c22-4afb-ae2d-e8a9c932f658'} Body: b'' 2025-08-05 20:17:52,376 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/ff2ccb13-3539-47a7-9392-a7c5c64bd29c 0.073s 2025-08-05 20:17:52,377 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:17: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-9d854fa8-2361-48b8-8829-d926bae5e4ef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/ff2ccb13-3539-47a7-9392-a7c5c64bd29c'} Body: b'' 2025-08-05 20:17:52,392 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/ff2ccb13-3539-47a7-9392-a7c5c64bd29c 0.015s 2025-08-05 20:17:52,393 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:17:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-ded1c2f5-6f56-4048-a391-8ff1f4bdd65f', 'x-openstack-request-id': 'req-ded1c2f5-6f56-4048-a391-8ff1f4bdd65f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/ff2ccb13-3539-47a7-9392-a7c5c64bd29c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ff2ccb13-3539-47a7-9392-a7c5c64bd29c could not be found."}}' {4} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {4} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.173711s] ... ok {4} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.728427s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.222711s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.078211s] ... ok {4} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.194350s] ... ok {10} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [1.788948s] ... 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 331d091a-79e9-4f11-a98d-8e0b69d72147 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:26,200 98948 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.660s 2025-08-05 20:18:26,200 98948 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-1910369237", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73de694c-f447-4286-9f6d-f4a77303ef7f', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73de694c-f447-4286-9f6d-f4a77303ef7f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "331d091a-79e9-4f11-a98d-8e0b69d72147", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:26.141125", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1910369237", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147"}], "user_id": "2872c8987a674b059e80cf2cdeb23f2b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:18:26,253 98948 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147 0.040s 2025-08-05 20:18:26,254 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-217dfd31-3aa6-45d7-921a-5cb7ef23a7d9', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-217dfd31-3aa6-45d7-921a-5cb7ef23a7d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147'} Body: b'{"volume": {"id": "331d091a-79e9-4f11-a98d-8e0b69d72147", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:26.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1910369237", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147"}], "user_id": "2872c8987a674b059e80cf2cdeb23f2b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f864dae06d8440ab992308c3588e9ae"}}' 2025-08-05 20:18:27,310 98948 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147 0.042s 2025-08-05 20:18:27,310 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-670e6057-77ae-4fa0-9faf-1a7728f17172', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-670e6057-77ae-4fa0-9faf-1a7728f17172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147'} Body: b'{"volume": {"id": "331d091a-79e9-4f11-a98d-8e0b69d72147", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:26.000000", "updated_at": "2025-08-05T20:18:26.000000", "name": "tempest-TaggedBootDevicesTest-volume-1910369237", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147"}], "user_id": "2872c8987a674b059e80cf2cdeb23f2b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f864dae06d8440ab992308c3588e9ae"}}' {8} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [1.563973s] ... 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 6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:27,966 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/volumes 0.443s 2025-08-05 20:18:27,966 98944 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-236131092"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9b2903b-bd19-4c30-9eda-5fa38026453a', 'content-length': '745', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9b2903b-bd19-4c30-9eda-5fa38026453a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:27.897927", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-236131092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803"}], "user_id": "c795ce46253b4a299fdc0b90bc916473", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:18:28,015 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803 0.036s 2025-08-05 20:18:28,016 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80b77e5b-25f0-41b6-b46f-28676377f15f', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80b77e5b-25f0-41b6-b46f-28676377f15f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803'} Body: b'{"volume": {"id": "6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:28.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-236131092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803"}], "user_id": "c795ce46253b4a299fdc0b90bc916473", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aaf7e6a620a44ea8c6024f0853ce6f3"}}' 2025-08-05 20:18:29,070 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803 0.039s 2025-08-05 20:18:29,070 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-babca23e-00e1-41e9-84a8-dd916c9ae518', 'content-length': '834', 'openstack-api-versio n': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-babca23e-00e1-41e9-84a8-dd916c9ae518', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803'} Body: b'{"volume": {"id": "6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:28.000000", "updated_at": "2025-08-05T20:18:28.000000", "name": "tempest-TestVolumeSwap-volume-236131092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803"}], "user_id": "c795ce46253b4a299fdc0b90bc916473", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aaf7e6a620a44ea8c6024f0853ce6f3"}}' {5} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [1.702022s] ... 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 244708c7-228f-4979-889a-a0a21d74a6db failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:31,215 98938 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.571s 2025-08-05 20:18:31,215 98938 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-1463808359", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc338167-53c9-4e77-96e0-5ef34466cc7f', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc338167-53c9-4e77-96e0-5ef34466cc7f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "244708c7-228f-4979-889a-a0a21d74a6db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:31.147403", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1463808359", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/244708c7-228f-4979-889a-a0a21d74a6db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/244708c7-228f-4979-889a-a0a21d74a6db"}], "user_id": "b3966460ca3348dc9bd6101f6156fbea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:18:31,269 98938 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/244708c7-228f-4979-889a-a0a21d74a6db 0.041s 2025-08-05 20:18:31,270 98938 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3c73e89-9232-455d-82d1-0fe3f3915693', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3c73e89-9232-455d-82d1-0fe3f3915693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/244708c7-228f-4979-889a-a0a21d74a6db'} Body: b'{"volume": {"id": "244708c7-228f-4979-889a-a0a21d74a6db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:31.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1463808359", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/244708c7-228f-4979-889a-a0a21d74a6db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/244708c7-228f-4979-889a-a0a21d74a6db"}], "user_id": "b3966460ca3348dc9bd6101f6156fbea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a7abb4417c74e8e9a651edeb2a7a91d"}}' 2025-08-05 20:18:32,329 98938 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/244708c7-228f-4979-889a-a0a21d74a6db 0.045s 2025-08-05 20:18:32,329 98938 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acf072c3-4298-4b7a-92e9-a2ec603a430d', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acf072c3-4298-4b7a-92e9-a2ec603a430d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/244708c7-228f-4979-889a-a0a21d74a6db'} Body: b'{"volume": {"id": "244708c7-228f-4979-889a-a0a21d74a6db", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:31.000000", "updated_at": "2025-08-05T20:18:31.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1463808359", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/244708c7-228f-4979-889a-a0a21d74a6db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/244708c7-228f-4979-889a-a0a21d74a6db"}], "user_id": "b3966460ca3348dc9bd6101f6156fbea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a7abb4417c74e8e9a651edeb2a7a91d"}}' {2} 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 d7aa83a7-5e40-4d59-802e-4cdd80df7e9d failed to build and is in ERROR status {2} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.004697s] ... ok {4} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.174797s] ... ok {2} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.793508s] ... ok {0} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [12.869169s] ... 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 d776c591-0b9d-4ea7-8189-382ce874d0d0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:36,012 98928 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/networks 3.956s 2025-08-05 20:18:36,012 98928 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-1734527592"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-5df93fcd-5935-4954-b7e6-aeeb3c2efff4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/networks'} Body: b'{"network":{"id":"1de09ab9-1e4d-4e09-a114-abbf8fba7820","name":"tempest-tagged-attachments-test-net-1734527592","tenant_id":"8a299dcaed374ad5a5031e4c5f218522","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"8a299dcaed374ad5a5031e4c5f218522","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-05T20:18:34Z","updated_at":"2025-08-05T20:18:34Z","revision_number":1}}' 2025-08-05 20:18:39,388 98928 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/subnets 3.375s 2025-08-05 20:18:39,389 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "1de09ab9-1e4d-4e09-a114-abbf8fba7820", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-6d37fb44-eb7e-421b-b9e9-769e414d3db9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"e4641255-0a5d-4917-934c-a548257f517a","name":"","tenant_id":"8a299dcaed374ad5a5031e4c5f218522","network_id":"1de09ab9-1e4d-4e09-a114-abbf8fba7820","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-05T20:18:37Z","updated_at":"2025-08-05T20:18:37Z","revision_number":0,"project_id":"8a299dcaed374ad5a5031e4c5f218522"}}' 2025-08-05 20:18:39,744 98928 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/volumes 0.354s 2025-08-05 20:18:39,744 98928 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-375201571"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad600c4c-78c0-4345-83c4-a84b3cd648da', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad600c4c-78c0-4345-83c4-a84b3cd648da', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d776c591-0b9d-4ea7-8189-382ce874d0d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:39.646937", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-375201571 ", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0"}], "user_id": "574c79d045744ac1b8daa71fd6339ff8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:18:39,806 98928 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0 0.050s 2025-08-05 20:18:39,806 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e2aeea8-595d-4363-aaa8-aabb7190c6f5', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e2aeea8-595d-4363-aaa8-aabb7190c6f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0'} Body: b'{"volume": {"id": "d776c591-0b9d-4ea7-8189-382ce874d0d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:40.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-375201571", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0"}], "user_id": "574c79d045744ac1b8daa71fd6339ff8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a299dcaed374ad5a5031e4c5f218522"}}' 2025-08-05 20:18:40,873 98928 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0 0.053s 2025-08-05 20:18:40,874 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd04aff7-e524-4cc9-843b-c47bb2aa82fe', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd04aff7-e524-4cc9-843b-c47bb2aa82fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0'} Body: b'{"volume": {"id": "d776c591-0b9d-4ea7-8189-382ce874d0d0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:40.000000", "updated_at": "2025-08-05T20:18:40.000000", "name": "tempest-TaggedAttachmentsTest-volume-375201571", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0"}], "user_id": "574c79d045744ac1b8daa71fd6339ff8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a299dcaed374ad5a5031e4c5f218522"}}' 2025-08-05 20:18:42,23 9 98928 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/subnets/e4641255-0a5d-4917-934c-a548257f517a 1.349s 2025-08-05 20:18:42,239 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-d0db9969-befa-4405-a581-ffc5851ea884', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets/e4641255-0a5d-4917-934c-a548257f517a'} Body: b'' 2025-08-05 20:18:44,922 98928 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/networks/1de09ab9-1e4d-4e09-a114-abbf8fba7820 2.682s 2025-08-05 20:18:44,923 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-9dd765bf-6c52-42ad-a3c2-dea1e8d12f2a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/networks/1de09ab9-1e4d-4e09-a114-abbf8fba7820'} Body: b'' {6} tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete [1.593835s] ... 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 5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:44,680 98940 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.414s 2025-08-05 20:18:44,680 98940 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-2096999422"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab16f272-0628-4054-a095-a784f2079df1', 'content-length': '786', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab16f272-0628-4054-a095-a784f2079df1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:44.574792", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-2096999422", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59"}], "user_id": "b707b1c92f384e758b16d3154b3b8264", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}' 2025-08-05 20:18:44,785 98940 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59 0.093s 2025-08-05 20:18:44,786 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9e72195-952e-46fd-9618-ed54d4ca456f', 'content-length': '965', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9e72195-952e-46fd-9618-ed54d4ca456f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59'} Body: b'{"volume": {"id": "5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:45.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-2096999422", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59"}], "user_id": "b707b1c92f384e758b16d3154b3b8264", "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": "7b9a0afee1e54471991839b3cb8099a1"}}' 2025-08-05 20:18:45,843 98940 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59 0.043s 2025-08-05 20:18:45,843 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbfd38d9-1039-4e6c-bcd5-b5b85a95c655', 'content-length': '986', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbfd38d9-1039-4e6c-bcd5-b5b85a95c655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59'} Body: b'{"volume": {"id": "5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:45.000000", "updated_at": "2025-08-05T20:18:45.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-2096999422", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59"}], "user_id": "b707b1c92f384e758b16d3154b3b8264", "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": "7b9a0afee1e54471991839b3cb8099a1"}}' {4} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [1.736109s] ... 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 c19b6275-a2f8-4385-a704-a21c069235cf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:47,937 98936 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.424s 2025-08-05 20:18:47,937 98936 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-277236459"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f633290e-e81c-4bf2-bb10-97fd8e945fed', 'content-length': '819', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f633290e-e81c-4bf2-bb10-97fd8e945fed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c19b6275-a2f8-4385-a704-a21c069235cf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:47.872990", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-277236459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c19b6275-a2f8-4385-a704-a21c069235cf"}], "user_id": "4b7718aa84eb46c78b18fce3137da534", "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 20:18:47,992 98936 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/c19b6275-a2f8-4385-a704-a21c069235cf 0.042s 2025-08-05 20:18:47,992 98936 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 20:18:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5429953d-1154-4e2a-8d44-742265cec966', 'content-length': '887', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5429953d-1154-4e2a-8d44-742265cec966', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf'} Body: b'{"volume": {"id": "c19b6275-a2f8-4385-a704-a21c069235cf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:48.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-277236459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c19b6275-a2f8-4385-a704-a21c069235cf"}], "user_id": "4b7718aa84eb46c78b18fce3137da534", "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": "c5349f860a0d482cb2d06ea548388581"}}' 2025-08-05 20:18:49,042 98936 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/c19b6275-a2f8-4385-a704-a21c069235cf 0.035s 2025-08-05 20:18:49,042 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applic ation/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fd1a3e5-9cf1-4912-a4a3-e92d0f6d578d', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fd1a3e5-9cf1-4912-a4a3-e92d0f6d578d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf'} Body: b'{"volume": {"id": "c19b6275-a2f8-4385-a704-a21c069235cf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:48.000000", "updated_at": "2025-08-05T20:18:48.000000", "name": "tempest-VolumesTransfersV357Test-Volume-277236459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c19b6275-a2f8-4385-a704-a21c069235cf"}], "user_id": "4b7718aa84eb46c78b18fce3137da534", "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": "c5349f860a0d482cb2d06ea548388581"}}' 2025-08-05 20:18:49,104 98936 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf 0.040s 2025-08-05 20:18:49,105 98936 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 20:18:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4323e6ae-7770-48e5-8201-62a36572de51', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4323e6ae-7770-48e5-8201-62a36572de51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf'} Body: b'{"volume": {"id": "c19b6275-a2f8-4385-a704-a21c069235cf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:48.000000", "updated_at": "2025-08-05T20:18:48.000000", "name": "tempest-VolumesTransfersV357Test-Volume-277236459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c19b6275-a2f8-4385-a704-a21c069235cf"}], "user_id": "4b7718aa84eb46c78b18fce3137da534", "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": "c5349f860a0d482cb2d06ea548388581"}}' 2025-08-05 20:18:49,226 98936 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf 0.107s 2025-08-05 20:18:49,227 98936 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 20:18:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstac k-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e05bd748-0f5a-4b19-a047-2953d014ce06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf'} Body: b'' 2025-08-05 20:18:49,246 98936 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf 0.019s 2025-08-05 20:18:49,247 98936 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 20:18:49 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-4ebba021-8bec-4a49-a4cc-3e33b593668b', 'x-openstack-request-id': 'req-4ebba021-8bec-4a49-a4cc-3e33b593668b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c19b6275-a2f8-4385-a704-a21c069235cf could not be found."}}' {4} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [1.538486s] ... 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 fac52136-b774-4305-9ce8-19edea692c0e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:49,452 98936 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 20:18:49,452 98936 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-373509225"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad71ed8a-6bea-4795-bc84-aaa6d2348b8e', 'content-length': '819', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad71ed8a-6bea-4795-bc84-aaa6d2348b8e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fac52136-b774-4305-9ce8-19edea692c0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:49.379429", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-373509225", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fac52136-b774-4305-9ce8-19edea692c0e"}], "user_id": "4b7718aa84eb46c78b18fce3137da534", "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 20:18:49,507 98936 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e 0.043s 2025-08-05 20:18:49,507 98936 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 20:18:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ec0ea0d-793e-4145-ae2d-19d17288f7b3', 'content-length': '887', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ec0ea0d-793e-4145-ae2d-19d17288f7b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e'} Body: b'{"volume": {"id": "fac52136-b774-4305-9ce8-19edea692c0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:49.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-373509225", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fac52136-b774-4305-9ce8-19edea692c0e"}], "user_id": "4b7718aa84eb46c78b18fce3137da534", "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": "c5349f860a0d482cb2d06ea548388581"}}' 2025-08-05 20:18:50,581 98936 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e 0.059s 2025-08-05 20:18:50,582 98936 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 20:18:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-547f4bba-40c8-42bf-94dd-a69f935b8c4a', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-547f4bba-40c8-42bf-94dd-a69f935b8c4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e'} Body: b'{"volume": {"id": "fac52136-b774-4305-9ce8-19edea692c0e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:49.000000", "updated_at": "2025-08-05T20:18:50.000000", "name": "tempest-VolumesTransfersV357Test-Volume-373509225", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fac52136-b774-4305-9ce8-19edea692c0e"}], "user_id": "4b7718aa84eb46c78b18fce3137da534", "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": "c5349f860a0d482cb2d06ea548388581"}}' 2025-08-05 20:18:50,635 98936 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e 0.039s 2025-08-05 20:18:50,635 98936 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 20:18:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d00574a5-244d-46d2-ac76-1affadabf792', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d00574a5-244d-46d2-ac76-1affadabf792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e'} Body: b'{"volume": {"id": "fac52136-b774-4305-9ce8-19edea692c0e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:49.000000", "updated_at": "2025-08-05T20:18:50.000000", "name": "tempest-VolumesTransfersV357Test-Volume-373509225", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fac52136-b774-4305-9ce8-19edea692c0e"}], "user_id": "4b7718aa84eb46c78b18fce3137da534", "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": "c5349f860a0d482cb2d06ea548388581"}}' 2025-08-05 20:18:50,767 98936 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e 0.117s 2025-08-05 20:18:50,767 98936 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 20:18:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-versio n': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-900c7a1b-0bce-4706-9045-fcb77bf2530b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e'} Body: b'' 2025-08-05 20:18:50,788 98936 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e 0.021s 2025-08-05 20:18:50,789 98936 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 20:18:50 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-44b60cb0-11a4-4a11-a3f1-9bd205ccd0bd', 'x-openstack-request-id': 'req-44b60cb0-11a4-4a11-a3f1-9bd205ccd0bd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fac52136-b774-4305-9ce8-19edea692c0e could not be found."}}' {2} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {10} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.240627s] ... ok {10} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.128231s] ... ok {4} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [1.911529s] ... 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 a70588bf-da86-4240-824a-29d97e3b212b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:00,751 98936 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.508s 2025-08-05 20:19:00,751 98936 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-2013285002"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7c0ebaf-48f7-4570-967d-ca4a77098c5c', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7c0ebaf-48f7-4570-967d-ca4a77098c5c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a70588bf-da86-4240-824a-29d97e3b212b", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T20:19:00.661621", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-2013285002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a70588bf-da86-4240-824a-29d97e3b212b"}], "user_id": "a9a1684c42c946d8b4d564be576281f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:19:00,846 98936 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b 0.080s 2025-08-05 20:19:00,846 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d09b4d2-cefd-49c2-95b4-69c4aa9b3c04', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d09b4d2-cefd-49c2-95b4-69c4aa9b3c04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b'} Body: b'{"volume": {"id": "a70588bf-da86-4240-824a-29d97e3b212b", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T20:19:01.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-2013285002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a70588bf-da86-4240-824a-29d97e3b212b"}], "user_id": "a9a1684c42c946d8b4d564be576281f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "75b4d721a1d0463ca82c781a5c093550"}}' 2025-08-05 20:19:01,908 98936 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b 0.048s 2025-08-05 20:19:01,909 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-194d04f7-a2e4-4ba5-b2b5-dd57468a2874', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-194d04f7-a2e4-4ba5-b2b5-dd57468a2874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b'} Body: b'{"volume": {"id": "a70588bf-da86-4240-824a-29d97e3b212b", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T20:19:01.000000", "updated_at": "2025-08-05T20:19:01.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-2013285002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a70588bf-da86-4240-824a-29d97e3b212b"}], "user_id": "a9a1684c42c946d8b4d564be576281f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "75b4d721a1d0463ca82c781a5c093550"}}' 2025-08-05 20:19:01,962 98936 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b 0.039s 2025-08-05 20:19:01,962 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fae9b632-7a64-49e0-b626-38064fa54fb3', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fae9b632-7a64-49e0-b626-38064fa54fb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b'} Body: b'{"volume": {"id": "a70588bf-da86-4240-824a-29d97e3b212b", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T20:19:01.000000", "updated_at": "2025-08-05T20:19:01.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-2013285002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a70588bf-da86-4240-824a-29d97e3b212b"}], "user_id": "a9a1684c42c946d8b4d564be576281f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "75b4d721a1d0463ca82c781a5c093550"}}' 2025-08-05 20:19:02,124 98936 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b 0.147s 2025-08-05 20:19:02,124 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-c9ea12b0-cb17-4369-a1e3-fd97cc97c53f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b'} Body: b'' 2025-08-05 20:19:02,153 98936 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a70588bf-da86- 4240-824a-29d97e3b212b 0.027s 2025-08-05 20:19:02,153 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cb31130-cfc6-4bd5-a1ff-5a10430f406f', 'x-openstack-request-id': 'req-9cb31130-cfc6-4bd5-a1ff-5a10430f406f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a70588bf-da86-4240-824a-29d97e3b212b could not be found."}}' {8} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [2.049899s] ... 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 2bdb370c-81e7-49e3-9df9-0770af45575f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:00,834 98944 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.193s 2025-08-05 20:19:00,834 98944 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-886289701"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef594eb-bd45-464e-9cd0-d1d57c3c86c7', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef594eb-bd45-464e-9cd0-d1d57c3c86c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "da782b9f-f30e-4c1e-bf53-e09440d65fa0", "name": "tempest-GroupsTest-volume-type-886289701", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:19:00,885 98944 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.047s 2025-08-05 20:19:00,885 98944 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-177471493"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eb74686-3ffa-4f06-a8c4-73fecb7d4cef', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eb74686-3ffa-4f06-a8c4-73fecb7d4cef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "c7c89834-d96d-46b8-aa1d-1715d86975dd", "name": "tempest-GroupsTest-group-type-177471493", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 20:19:01,224 98944 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.337s 2025-08-05 20:19:01,225 98944 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": "c7c89834-d96d-46b8-aa1d-1715d86975dd", "volume_types": ["da782b9f-f30e-4c1e-bf53-e09440d65fa0"], "name": "tempest-Group1-1408032461"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b789222d-48a6-4dd5-b98a-a2cbac6464b7', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b789222d-48a6-4dd5-b98a-a2cbac6464b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "2bdb370c-81e7-49e3-9df9-0770af45575f", "name": "tempest-Group1-1408032461"}}' 2025-08-05 20:19:01,265 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/2bdb370c-81e7-49e3-9df9-0770af45575f 0.038s 2025-08-05 20:19:01,265 98944 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 20:19:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-c0a735eb-4dca-446a-99e0-c6dd56c2dfb5', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0a735eb-4dca-446a-99e0-c6dd56c2dfb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/2bdb370c-81e7-49e3-9df9-0770af45575f'} Body: b'{"group": {"id": "2bdb370c-81e7-49e3-9df9-0770af45575f", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T20:19:01.000000", "name": "tempest-Group1-1408032461", "description": null, "group_type": "c7c89834-d96d-46b8-aa1d-1715d86975dd", "volume_types": ["da782b9f-f30e-4c1e-bf53-e09440d65fa0"]}}' 2025-08-05 20:19:02,320 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/2bdb370c-81e7-49e3-9df9-0770af45575f 0.050s 2025-08-05 20:19:02,321 98944 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 20:19:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68938028-8543-47e8-ab20-58ee3da43414', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68938028-8543-47e8-ab20-58ee3da43414', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/2bdb370c-81e7-49e3-9df9-0770af45575f'} Body: b'{"group": {"id": "2bdb370c-81e7-49e3-9df9-0770af45575f", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T20:19:01.000000", "name": "tempest-Group1-1408032461", "description": null, "group_type": "c7c89834-d96d-46b8-aa1d-1715d86975dd", "volume_types": ["da782b9f-f30e-4c1e-bf53-e09440d65fa0"]}}' 2025-08-05 20:19:02,423 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.096s 2025-08-05 20:19:02,423 98944 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 20:19:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a94ee092-0e74-4b9e-84f1-cbf1518ca620', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a94ee092-0e74-4b9e-84f1-cbf1518ca620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 20:19:02,544 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/2bdb370c-81e7-49e3-9df9-0770af45575f/action 0.099s 2025-08-05 20:19:02,545 98944 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 20:19:02 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-5b2f8515-3991-4485-a6a0-a716adb54d68', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/2bdb370c-81e7-49e3-9df9-0770af45575f/action'} Body: b'' 2025-08-05 20:19:02,559 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/2bdb370c-81e7-49e3-9df9-0770af45575f 0.014s 2025-08-05 20:19:02,560 9 8944 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 20:19:02 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-da3676fd-bf44-45c6-9e99-f12aec2c46ab', 'x-openstack-request-id': 'req-da3676fd-bf44-45c6-9e99-f12aec2c46ab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/2bdb370c-81e7-49e3-9df9-0770af45575f'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2bdb370c-81e7-49e3-9df9-0770af45575f could not be found."}}' 2025-08-05 20:19:02,600 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/c7c89834-d96d-46b8-aa1d-1715d86975dd 0.039s 2025-08-05 20:19:02,600 98944 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 20:19:02 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-3ccf22e7-9bf2-4c97-8c1e-7593105c9b0c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/c7c89834-d96d-46b8-aa1d-1715d86975dd'} Body: b'' 2025-08-05 20:19:02,669 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/da782b9f-f30e-4c1e-bf53-e09440d65fa0 0.069s 2025-08-05 20:19:02,670 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-2dda88e2-3ddb-4c88-8f31-2111794b0128', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/da782b9f-f30e-4c1e-bf53-e09440d65fa0'} Body: b'' 2025-08-05 20:19:02,689 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/da782b9f-f30e-4c1e-bf53-e09440d65fa0 0.018s 2025-08-05 20:19:02,689 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-95b0387c-f34d-41e5-94b5-e7f1b33d8df3', 'x-openstack-request-id': 'req-95b0387c-f34d-41e5-94b5-e7f1b33d8df3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/da782b9f-f30e-4c1e-bf53-e09440d65fa0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type da782b9f-f30e-4c1e-bf53-e09440d65fa0 could not be found."}}' {8} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [1.554286s] ... 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 b99c1fdf-e750-45a1-947c-9ad9917b43e8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:02,728 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/types 0.035s 2025-08-05 20:19:02,728 98944 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-2100162894"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17e3b116-7ed8-4aea-aebc-69581388533d', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17e3b116-7ed8-4aea-aebc-69581388533d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "b6439c2d-f102-4d63-ad8e-a3b95ed21372", "name": "tempest-GroupsTest-volume-type-2100162894", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:19:02,774 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/group_types 0.043s 2025-08-05 20:19:02,775 98944 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-1932907291"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58aacd34-a352-4049-84e4-3f52a0c84c7e', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58aacd34-a352-4049-84e4-3f52a0c84c7e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "526de6a7-dadc-42f6-b5ca-d288b1600d44", "name": "tempest-GroupsTest-group-type-1932907291", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 20:19:02,861 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/groups 0.081s 2025-08-05 20:19:02,861 98944 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": "526de6a7-dadc-42f6-b5ca-d288b1600d44", "volume_types": ["b6439c2d-f102-4d63-ad8e-a3b95ed21372"], "name": "tempest-GroupsTest-Group-989027413"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-459b9855-f80b-424c-a396-e90a84f4c2d4', 'content-length': '103', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-459b9855-f80b-424c-a396-e90a84f4c2d4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "b99c1fdf-e750-45a1-947c-9ad9917b43e8", "name": "tempest-GroupsTest-Group-989027413"}}' 2025-08-05 20:19:02,894 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/b99c1fdf-e750-45a1-947c-9ad9917b43e8 0.031s 2025-08-05 20:19:02,895 98944 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 20:19:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eafb063d-575d-4449-963d-de131153d ec2', 'content-length': '331', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eafb063d-575d-4449-963d-de131153dec2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/b99c1fdf-e750-45a1-947c-9ad9917b43e8'} Body: b'{"group": {"id": "b99c1fdf-e750-45a1-947c-9ad9917b43e8", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T20:19:03.000000", "name": "tempest-GroupsTest-Group-989027413", "description": null, "group_type": "526de6a7-dadc-42f6-b5ca-d288b1600d44", "volume_types": ["b6439c2d-f102-4d63-ad8e-a3b95ed21372"]}}' 2025-08-05 20:19:03,947 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/b99c1fdf-e750-45a1-947c-9ad9917b43e8 0.043s 2025-08-05 20:19:03,947 98944 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 20:19:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-292b5aac-945b-4e77-8a97-99a895b5069c', 'content-length': '328', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-292b5aac-945b-4e77-8a97-99a895b5069c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/b99c1fdf-e750-45a1-947c-9ad9917b43e8'} Body: b'{"group": {"id": "b99c1fdf-e750-45a1-947c-9ad9917b43e8", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T20:19:03.000000", "name": "tempest-GroupsTest-Group-989027413", "description": null, "group_type": "526de6a7-dadc-42f6-b5ca-d288b1600d44", "volume_types": ["b6439c2d-f102-4d63-ad8e-a3b95ed21372"]}}' 2025-08-05 20:19:04,016 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.063s 2025-08-05 20:19:04,016 98944 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 20:19:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1237bbe8-ca8c-4ca7-bf4d-3bd16ae0492f', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1237bbe8-ca8c-4ca7-bf4d-3bd16ae0492f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 20:19:04,097 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/b99c1fdf-e750-45a1-947c-9ad9917b43e8/action 0.067s 2025-08-05 20:19:04,098 98944 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 20:19:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fda253e3-d8ec-4b2f-ade6-bb6dcb6c679f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/b99c1fdf-e750-45a1-947c-9ad9917b43e8/action'} Body: b'' 2025-08-05 20:19:04,115 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/b99c1fdf-e750-45a1-947c-9ad9917b43e8 0.016s 2025-08-05 20:19:04,115 98944 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 20:19:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-1547dd16-44d9-49fe-b74d-e2120ea51723', 'x-openstack-request-id': 'req-1547dd16-44d9-49fe-b74d-e2120ea51723', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/b99c1fdf-e750-45a1-947c-9ad9917b43e8'} Body: b'{"itemNotFound": {"code": 404, "message": "Group b99c1fdf-e750-45a1-947c-9ad9917b43e8 could not be found."}}' 2025-08-05 20:19:04,148 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/526de6a7-dadc-42f6-b5ca-d288b1600d44 0.032s 2025-08-05 20:19:04,149 98944 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 20:19:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c382ec8-299e-435f-8e46-c0d45c10bb62', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/526de6a7-dadc-42f6-b5ca-d288b1600d44'} Body: b'' 2025-08-05 20:19:04,227 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/b6439c2d-f102-4d63-ad8e-a3b95ed21372 0.078s 2025-08-05 20:19:04,228 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b389b13-a756-4521-8c36-25569039943a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/b6439c2d-f102-4d63-ad8e-a3b95ed21372'} Body: b'' 2025-08-05 20:19:04,245 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/b6439c2d-f102-4d63-ad8e-a3b95ed21372 0.016s 2025-08-05 20:19:04,245 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-0773ecf7-0d82-4f51-a8d0-6a2dbabddf7f', 'x-openstack-request-id': 'req-0773ecf7-0d82-4f51-a8d0-6a2dbabddf7f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/b6439c2d-f102-4d63-ad8e-a3b95ed21372'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type b6439c2d-f102-4d63-ad8e-a3b95ed21372 could not be found."}}' {10} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [2.240395s] ... 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 dc0cb842-2542-4e2a-b524-ed7185d3f190 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:09,173 98948 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.183s 2025-08-05 20:19:09,173 98948 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-323465691", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-323cca8e-283e-448a-9f72-9488ce3febab', 'content-length': '272', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-323cca8e-283e-448a-9f72-9488ce3febab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "eeb41553-9715-42ee-9b69-557d7c20c1eb", "name": "tempest-VolumeTypesTest-volume-type-323465691", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:19:09,222 98948 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.046s 2025-08-05 20:19:09,223 98948 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-288729802", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38a01d32-d8b3-4e3a-9099-124781ad5387', 'content-length': '272', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38a01d32-d8b3-4e3a-9099-124781ad5387', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "f59cb370-9a15-4580-a1f3-5aa4bee19e8b", "name": "tempest-VolumeTypesTest-volume-type-288729802", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:19:09,639 98948 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.409s 2025-08-05 20:19:09,639 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1554641942", "volume_type": "eeb41553-9715-42ee-9b69-557d7c20c1eb", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aabdfa5d-398d-4360-bc3e-66755e490162', 'content-length': '781', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aabdfa5d-398d-4360-bc3e-66755e490162', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "dc0cb842-2542-4e2a-b524-ed7185d3f190", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:09.541485", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1554641942", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-323465691", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dc0cb842-2 542-4e2a-b524-ed7185d3f190"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190"}], "user_id": "982ea5bbe7504d14831f8c0817ec83da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:19:09,703 98948 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/dc0cb842-2542-4e2a-b524-ed7185d3f190 0.052s 2025-08-05 20:19:09,704 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0b434f7-3b29-4660-8406-7bd058d559cf', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0b434f7-3b29-4660-8406-7bd058d559cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190'} Body: b'{"volume": {"id": "dc0cb842-2542-4e2a-b524-ed7185d3f190", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:10.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1554641942", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-323465691", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190"}], "user_id": "982ea5bbe7504d14831f8c0817ec83da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b921ad17552847599ce0a64ed970be58"}}' 2025-08-05 20:19:10,781 98948 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/dc0cb842-2542-4e2a-b524-ed7185d3f190 0.062s 2025-08-05 20:19:10,782 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dfd82b8-5fee-4634-9326-83cab0c39f66', 'content-length': '870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dfd82b8-5fee-4634-9326-83cab0c39f66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190'} Body: b'{"volume": {"id": "dc0cb842-2542-4e2a-b524-ed7185d3f190", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:10.000000", "updated_at": "2025-08-05T20:19:10.000000", "name": "tempest-VolumeTypesTest-volume-1554641942", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-323465691", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190"}], "user_id": "982ea5bbe7504d14831f8c0817ec83da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b921ad17552847599ce0a64ed970be58"}}' 2025-08-05 20:19:10,863 98948 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190 0.065s 2025-08-05 20:19:10,864 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3da3c871-cfab-45fd-ae7c-68315df4ce82', 'content-length': '870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3da3c871-cfab-45fd-ae7c-68315df4ce82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190'} Body: b'{"volume": {"id": "dc0cb842-2542-4e2a-b524-ed7185d3f190", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:10.000000", "updated_at": "2025-08-05T20:19:10.000000", "name": "tempest-VolumeTypesTest-volume-1554641942", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-323465691", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190"}], "user_id": "982ea5bbe7504d14831f8c0817ec83da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b921ad17552847599ce0a64ed970be58"}}' 2025-08-05 20:19:11,005 98948 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190 0.126s 2025-08-05 20:19:11,005 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-15d5c566-a2c9-448b-956e-90befc0cbf0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190'} Body: b'' 2025-08-05 20:19:11,031 98948 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190 0.025s 2025-08-05 20:19:11,031 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-33846033-9738-4ab3-a453-e3cfe0001d41', 'x-openstack-request-id': 'req-33846033-9738-4ab3-a453-e3cfe0001d41', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume dc0cb842-2542-4e2a-b524-ed7185d3f190 could not be found."}}' 2025-08-05 20:19:11,113 98948 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/f59cb370-9a15-4580-a1f3-5aa4bee19e8b 0.081s 2025-08-05 20:19:11,113 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:11 GMT', 'server': 'Apach e/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bd15506-d490-4941-b33c-dd806f7fcf84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/f59cb370-9a15-4580-a1f3-5aa4bee19e8b'} Body: b'' 2025-08-05 20:19:11,130 98948 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/f59cb370-9a15-4580-a1f3-5aa4bee19e8b 0.015s 2025-08-05 20:19:11,130 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-72b95c54-d859-4c87-91b9-14adc8859d9a', 'x-openstack-request-id': 'req-72b95c54-d859-4c87-91b9-14adc8859d9a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/f59cb370-9a15-4580-a1f3-5aa4bee19e8b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type f59cb370-9a15-4580-a1f3-5aa4bee19e8b could not be found."}}' 2025-08-05 20:19:11,202 98948 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/eeb41553-9715-42ee-9b69-557d7c20c1eb 0.071s 2025-08-05 20:19:11,203 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-ec3dc8f5-c14e-4ad3-9c2c-0e55269f8974', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/eeb41553-9715-42ee-9b69-557d7c20c1eb'} Body: b'' 2025-08-05 20:19:11,226 98948 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/eeb41553-9715-42ee-9b69-557d7c20c1eb 0.022s 2025-08-05 20:19:11,227 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-7f5b7eb2-7c26-4c1d-a73c-673e4a4fe6d5', 'x-openstack-request-id': 'req-7f5b7eb2-7c26-4c1d-a73c-673e4a4fe6d5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/eeb41553-9715-42ee-9b69-557d7c20c1eb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type eeb41553-9715-42ee-9b69-557d7c20c1eb could not be found."}}' {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.237468s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.569351s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.050687s] ... ok {10} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.275783s] ... ok {8} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [1.998001s] ... 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 8247ea12-cce5-402e-bc42-3c9b555bd59a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:19,275 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/types 0.161s 2025-08-05 20:19:19,275 98944 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-1985312956"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc53405c-cd9f-4c66-aac4-a7a5883f5ca6', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc53405c-cd9f-4c66-aac4-a7a5883f5ca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "699d43af-b413-4ada-8a8d-e7a6a8ec078f", "name": "tempest-GroupsV320Test-volume-type-1985312956", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:19:19,343 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/group_types 0.065s 2025-08-05 20:19:19,344 98944 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-1034261154"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-832f0900-f07c-44cf-bacb-a5ec2aad194a', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-832f0900-f07c-44cf-bacb-a5ec2aad194a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "91d30f38-b49a-4ae0-824d-d4bdf5d30d23", "name": "tempest-GroupsV320Test-group-type-1034261154", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 20:19:19,690 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/groups 0.343s 2025-08-05 20:19:19,690 98944 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": "91d30f38-b49a-4ae0-824d-d4bdf5d30d23", "volume_types": ["699d43af-b413-4ada-8a8d-e7a6a8ec078f"], "name": "tempest-GroupsV320Test-Group-503093570"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e3b1820-0270-4573-8d77-734d9f3ad91f', 'content-length': '107', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e3b1820-0270-4573-8d77-734d9f3ad91f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "8247ea12-cce5-402e-bc42-3c9b555bd59a", "name": "tempest-GroupsV320Test-Group-503093570"}}' 2025-08-05 20:19:19,753 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/8247ea12-cce5-402e-bc42-3c9b555bd59a 0.060s 2025-08-05 20:19:19,753 98944 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 20:19:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json' , 'x-compute-request-id': 'req-cb67a559-94b9-41a0-9b85-5574154499a5', 'content-length': '387', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb67a559-94b9-41a0-9b85-5574154499a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/8247ea12-cce5-402e-bc42-3c9b555bd59a'} Body: b'{"group": {"id": "8247ea12-cce5-402e-bc42-3c9b555bd59a", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T20:19:20.000000", "name": "tempest-GroupsV320Test-Group-503093570", "description": null, "group_type": "91d30f38-b49a-4ae0-824d-d4bdf5d30d23", "volume_types": ["699d43af-b413-4ada-8a8d-e7a6a8ec078f"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:19:20,792 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/8247ea12-cce5-402e-bc42-3c9b555bd59a 0.032s 2025-08-05 20:19:20,792 98944 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 20:19:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8f04793-7dd0-468b-b096-49398fc38f2f', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8f04793-7dd0-468b-b096-49398fc38f2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/8247ea12-cce5-402e-bc42-3c9b555bd59a'} Body: b'{"group": {"id": "8247ea12-cce5-402e-bc42-3c9b555bd59a", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T20:19:20.000000", "name": "tempest-GroupsV320Test-Group-503093570", "description": null, "group_type": "91d30f38-b49a-4ae0-824d-d4bdf5d30d23", "volume_types": ["699d43af-b413-4ada-8a8d-e7a6a8ec078f"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:19:20,848 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.051s 2025-08-05 20:19:20,849 98944 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 20:19:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fe29a9f-d01e-4769-98bf-46ef6ea91d80', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fe29a9f-d01e-4769-98bf-46ef6ea91d80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 20:19:20,954 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/8247ea12-cce5-402e-bc42-3c9b555bd59a/action 0.092s 2025-08-05 20:19:20,955 98944 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 20:19:20 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-36acab08-beb7-4947-9b69-e16d2d39e80b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/8247ea12-cce5-402e-bc42-3c9b555bd59a/action'} Body: b'' 2025-08-05 20:19:20,973 98944 INFO [tempest.lib.common.rest_cli ent] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/8247ea12-cce5-402e-bc42-3c9b555bd59a 0.017s 2025-08-05 20:19:20,973 98944 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 20:19:20 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-ff098ac5-4614-49da-8b91-e592c2d30ca2', 'x-openstack-request-id': 'req-ff098ac5-4614-49da-8b91-e592c2d30ca2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/8247ea12-cce5-402e-bc42-3c9b555bd59a'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 8247ea12-cce5-402e-bc42-3c9b555bd59a could not be found."}}' 2025-08-05 20:19:21,016 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/91d30f38-b49a-4ae0-824d-d4bdf5d30d23 0.042s 2025-08-05 20:19:21,016 98944 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 20:19:20 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-c75aad6b-fd32-4cfa-b2a3-6e60df31bef5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/91d30f38-b49a-4ae0-824d-d4bdf5d30d23'} Body: b'' 2025-08-05 20:19:21,086 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/699d43af-b413-4ada-8a8d-e7a6a8ec078f 0.069s 2025-08-05 20:19:21,087 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-75918145-b9d3-4867-95c0-ad1c2f75d14b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/699d43af-b413-4ada-8a8d-e7a6a8ec078f'} Body: b'' 2025-08-05 20:19:21,109 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/699d43af-b413-4ada-8a8d-e7a6a8ec078f 0.022s 2025-08-05 20:19:21,110 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-55abcad1-66ea-411d-90f6-32568ea9fe6e', 'x-openstack-request-id': 'req-55abcad1-66ea-411d-90f6-32568ea9fe6e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/699d43af-b413-4ada-8a8d-e7a6a8ec078f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 699d43af-b413-4ada-8a8d-e7a6a8ec078f could not be found."}}' {10} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.023921s] ... ok {10} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.156674s] ... ok {10} setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest) ... SKIPPED: Attached volume extend is disabled. {10} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [2.134043s] ... 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 e687c22d-3987-4d7e-81b6-d30b1d792bc2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:27,918 98948 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.690s 2025-08-05 20:19:27,918 98948 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-561762042", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db4df2c0-1289-4578-98cf-6eadecb4b881', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db4df2c0-1289-4578-98cf-6eadecb4b881', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e687c22d-3987-4d7e-81b6-d30b1d792bc2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:27.795779", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-561762042", "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/e687c22d-3987-4d7e-81b6-d30b1d792bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:19:27,990 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2 0.059s 2025-08-05 20:19:27,991 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-599a4d24-fdc1-4953-ab84-11c8f5a3507f', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-599a4d24-fdc1-4953-ab84-11c8f5a3507f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2'} Body: b'{"volume": {"id": "e687c22d-3987-4d7e-81b6-d30b1d792bc2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:28.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-561762042", "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/e687c22d-3987-4d7e-81b6-d30b1d792bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dab967828244d42b148ec20a9906a68"}}' 2025-08-05 20:19:29,091 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2 0.073s 2025-08-05 20:19:29,091 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-c ompute-request-id': 'req-37454186-88de-4128-a7a6-025213b54ed8', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37454186-88de-4128-a7a6-025213b54ed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2'} Body: b'{"volume": {"id": "e687c22d-3987-4d7e-81b6-d30b1d792bc2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:28.000000", "updated_at": "2025-08-05T20:19:28.000000", "name": "tempest-VolumesGetTest-Volume-561762042", "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/e687c22d-3987-4d7e-81b6-d30b1d792bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dab967828244d42b148ec20a9906a68"}}' 2025-08-05 20:19:29,206 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2 0.098s 2025-08-05 20:19:29,206 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0abbbf8f-0fbf-4f72-9c0a-c8591782af7f', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0abbbf8f-0fbf-4f72-9c0a-c8591782af7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2'} Body: b'{"volume": {"id": "e687c22d-3987-4d7e-81b6-d30b1d792bc2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:28.000000", "updated_at": "2025-08-05T20:19:28.000000", "name": "tempest-VolumesGetTest-Volume-561762042", "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/e687c22d-3987-4d7e-81b6-d30b1d792bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dab967828244d42b148ec20a9906a68"}}' 2025-08-05 20:19:29,334 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2 0.114s 2025-08-05 20:19:29,334 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32cf05dc-e9b5-4dc7-a2e6-7a597c48eb0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2'} Body: b'' 2025-08-05 20:19:29,360 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2 0.025s 2025-08- 05 20:19:29,360 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cd7e3bf-39c4-4def-b5a2-0290bdd5bca5', 'x-openstack-request-id': 'req-5cd7e3bf-39c4-4def-b5a2-0290bdd5bca5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e687c22d-3987-4d7e-81b6-d30b1d792bc2 could not be found."}}' {8} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.026929s] ... ok {8} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.022291s] ... ok {8} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.034565s] ... ok {8} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.018821s] ... ok {8} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.032205s] ... ok {8} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.034465s] ... ok {8} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.026398s] ... ok {8} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.024537s] ... ok {8} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.016254s] ... ok {8} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.049018s] ... ok {8} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.036244s] ... ok {8} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.030405s] ... ok {10} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [1.981028s] ... 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 4b599bf5-520c-48a6-9513-eb2ab2fc443c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:29,868 98948 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.505s 2025-08-05 20:19:29,869 98948 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-925258369"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0af64270-f4a7-49a0-bf73-b2aabdaf1cec', 'content-length': '745', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0af64270-f4a7-49a0-bf73-b2aabdaf1cec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4b599bf5-520c-48a6-9513-eb2ab2fc443c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:29.780398", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-925258369", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:19:29,934 98948 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/4b599bf5-520c-48a6-9513-eb2ab2fc443c 0.051s 2025-08-05 20:19:29,934 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fba99865-751b-4c53-99e8-dc2edb1c1a68', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fba99865-751b-4c53-99e8-dc2edb1c1a68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c'} Body: b'{"volume": {"id": "4b599bf5-520c-48a6-9513-eb2ab2fc443c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:30.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-925258369", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dab967828244d42b148ec20a9906a68"}}' 2025-08-05 20:19:31,042 98948 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/4b599bf5-520c-48a6-9513-eb2ab2fc443c 0.079s 2025-08-05 20:19:31,042 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ab5e2 a8-5652-47f5-8825-9ad777182ea7', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ab5e2a8-5652-47f5-8825-9ad777182ea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c'} Body: b'{"volume": {"id": "4b599bf5-520c-48a6-9513-eb2ab2fc443c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:30.000000", "updated_at": "2025-08-05T20:19:30.000000", "name": "tempest-VolumesGetTest-Volume-925258369", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dab967828244d42b148ec20a9906a68"}}' 2025-08-05 20:19:31,130 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c 0.074s 2025-08-05 20:19:31,131 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6a0afd4-f2fc-4bcc-9c70-746898c6c599', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6a0afd4-f2fc-4bcc-9c70-746898c6c599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c'} Body: b'{"volume": {"id": "4b599bf5-520c-48a6-9513-eb2ab2fc443c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:30.000000", "updated_at": "2025-08-05T20:19:30.000000", "name": "tempest-VolumesGetTest-Volume-925258369", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dab967828244d42b148ec20a9906a68"}}' 2025-08-05 20:19:31,310 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c 0.163s 2025-08-05 20:19:31,311 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-c0b283c2-ee5c-446d-8661-b0fa23d98853', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c'} Body: b'' 2025-08-05 20:19:31,342 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c 0.030s 2025-08-05 20:19:31,342 98948 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 20:19: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-2b38d7d4-342e-4a50-8b16-259c63df8d06', 'x-openstack-request-id': 'req-2b38d7d4-342e-4a50-8b16-259c63df8d06', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4b599bf5-520c-48a6-9513-eb2ab2fc443c could not be found."}}' {10} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [2.389755s] ... 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 c88e09f2-bf81-49d2-8ea0-7b95edef94c3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:31,380 98948 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/f205fc20-64b7-439b-8043-d81032ab0a45 0.033s 2025-08-05 20:19:31,380 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d7788d47-4bc6-4c84-b1eb-4a9946b50cf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:19:31,431 98948 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/f205fc20-64b7-439b-8043-d81032ab0a45 0.050s 2025-08-05 20:19:31,431 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-09f19e1b-0a79-4871-a733-441d74622868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:19:32,296 98948 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.864s 2025-08-05 20:19:32,297 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1, "name": "tempest-Volumes GetTest-Volume-916868951", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be4b9db8-14c8-4218-a36f-6cd11b3626ac', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be4b9db8-14c8-4218-a36f-6cd11b3626ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c88e09f2-bf81-49d2-8ea0-7b95edef94c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:32.198688", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-916868951", "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/c88e09f2-bf81-49d2-8ea0-7b95edef94c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:19:32,367 98948 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/c88e09f2-bf81-49d2-8ea0-7b95edef94c3 0.053s 2025-08-05 20:19:32,367 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8165d9a8-0d96-4d92-840b-fceed9934dce', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8165d9a8-0d96-4d92-840b-fceed9934dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3'} Body: b'{"volume": {"id": "c88e09f2-bf81-49d2-8ea0-7b95edef94c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:32.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-916868951", "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/c88e09f2-bf81-49d2-8ea0-7b95edef94c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dab967828244d42b148ec20a9906a68"}}' 2025-08-05 20:19:33,476 98948 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/c88e09f2-bf81-49d2-8ea0-7b95edef94c3 0.094s 2025-08-05 20:19:33,476 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bc9945f-44f4-4bec-8041-299fcffd3af4', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bc9945f-44f4-4bec-8041-299fcffd3af4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3'} Body: b'{"volume": {"id": "c88e09f2-bf 81-49d2-8ea0-7b95edef94c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:32.000000", "updated_at": "2025-08-05T20:19:32.000000", "name": "tempest-VolumesGetTest-Volume-916868951", "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/c88e09f2-bf81-49d2-8ea0-7b95edef94c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dab967828244d42b148ec20a9906a68"}}' 2025-08-05 20:19:33,554 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3 0.063s 2025-08-05 20:19:33,554 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-302d209f-07a2-4867-b4ad-912da42f5c2f', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-302d209f-07a2-4867-b4ad-912da42f5c2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3'} Body: b'{"volume": {"id": "c88e09f2-bf81-49d2-8ea0-7b95edef94c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:32.000000", "updated_at": "2025-08-05T20:19:32.000000", "name": "tempest-VolumesGetTest-Volume-916868951", "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/c88e09f2-bf81-49d2-8ea0-7b95edef94c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dab967828244d42b148ec20a9906a68"}}' 2025-08-05 20:19:33,695 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3 0.124s 2025-08-05 20:19:33,695 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-679ec958-bf25-4f71-820c-ab4ca98a40c1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3'} Body: b'' 2025-08-05 20:19:33,734 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3 0.038s 2025-08-05 20:19:33,734 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7560454-a5ba-447f-902a-985a29d3b3d4', 'x-openstack-request-id': 'req-c7560454-a5ba-447f-902a-985a29d3b3d4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c88e09f2-bf81-49d2-8ea0-7b95edef94c3 could not be found."}}' {5} 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 6fb72a90-6dce-4480-a2ec-2c08655c0010 failed to build and is in ERROR status {5} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [1.808962s] ... 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 fd14f982-2511-414c-b39f-763c6b27590e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:43,874 98938 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 0.561s 2025-08-05 20:19:43,874 98938 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-1121575524"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/fd14f982-2511-414c-b39f-763c6b27590e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61c1dacd-28d8-4b2e-b2aa-414c4b074df6', 'x-compute-request-id': 'req-61c1dacd-28d8-4b2e-b2aa-414c4b074df6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "fd14f982-2511-414c-b39f-763c6b27590e", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T20:19:43.718338", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1121575524", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-05 20:19:44,045 98938 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/fd14f982-2511-414c-b39f-763c6b27590e 0.165s 2025-08-05 20:19:44,045 98938 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03dc5cf9-9de2-4f7c-9e87-76a36a2b3d2e', 'x-compute-request-id': 'req-03dc5cf9-9de2-4f7c-9e87-76a36a2b3d2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/fd14f982-2511-414c-b39f-763c6b27590e'} Body: b'{"volume": {"id": "fd14f982-2511-414c-b39f-763c6b27590e", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T20:19:44.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1121575524", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-05 20:19:45,114 98938 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/fd14f982-2511-414c-b39f-763c6b27590e 0.063s 2025-08-05 20:19:45,115 98938 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcd2107b-4729-40c8-8e7d-2b816777dcf7', 'x-compute-request-id': 'req-bcd2107b-4729-40c8-8e7d-2b816777dcf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/fd14f982-2511-414c-b39f-763c6b27590e'} Body: b'{"volume": {"id": "fd14f982-2511-414c-b39f-763c6b27590e", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-0 5T20:19:44.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1121575524", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' {8} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [2.236680s] ... 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 10e16a96-23a7-43cb-be0b-09cba118b984 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:44,525 98944 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.837s 2025-08-05 20:19:44,525 98944 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-1543583816"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aa907c4-72b5-4198-b2ce-00049f1da616', 'content-length': '820', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aa907c4-72b5-4198-b2ce-00049f1da616', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "10e16a96-23a7-43cb-be0b-09cba118b984", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:44.051906", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1543583816", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/10e16a96-23a7-43cb-be0b-09cba118b984"}], "user_id": "3a408863d800448fa651882d30799102", "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 20:19:44,610 98944 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/10e16a96-23a7-43cb-be0b-09cba118b984 0.071s 2025-08-05 20:19:44,610 98944 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 20:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9924fe28-0ee0-4724-8f8e-ccfab53c2d98', 'content-length': '888', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9924fe28-0ee0-4724-8f8e-ccfab53c2d98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984'} Body: b'{"volume": {"id": "10e16a96-23a7-43cb-be0b-09cba118b984", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:44.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1543583816", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/10e16a96-23a7-43cb-be0b-09cba118b984"}], "user_id": "3a408863d800448fa651882d30799102", "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": "13f8a3d9414f4b8183264e076af62805"}}' 2025-08-05 20:19:45,672 98944 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/10e16a96-23a7-43cb-be0b-09cba118b984 0.045s 2025-08-05 20:19:45,673 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'app lication/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eed4606-1c9e-4666-a023-a8af403ba4f7', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eed4606-1c9e-4666-a023-a8af403ba4f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984'} Body: b'{"volume": {"id": "10e16a96-23a7-43cb-be0b-09cba118b984", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:44.000000", "updated_at": "2025-08-05T20:19:45.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1543583816", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/10e16a96-23a7-43cb-be0b-09cba118b984"}], "user_id": "3a408863d800448fa651882d30799102", "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": "13f8a3d9414f4b8183264e076af62805"}}' 2025-08-05 20:19:45,737 98944 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984 0.050s 2025-08-05 20:19:45,738 98944 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 20:19:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaccfcc3-88a4-4405-926b-52b8bc21124b', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaccfcc3-88a4-4405-926b-52b8bc21124b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984'} Body: b'{"volume": {"id": "10e16a96-23a7-43cb-be0b-09cba118b984", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:44.000000", "updated_at": "2025-08-05T20:19:45.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1543583816", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/10e16a96-23a7-43cb-be0b-09cba118b984"}], "user_id": "3a408863d800448fa651882d30799102", "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": "13f8a3d9414f4b8183264e076af62805"}}' 2025-08-05 20:19:45,891 98944 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984 0.139s 2025-08-05 20:19:45,891 98944 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 20:19:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'ope nstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ed3d8c7-5c4f-4626-a741-c1c0c9dc58e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984'} Body: b'' 2025-08-05 20:19:45,922 98944 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984 0.030s 2025-08-05 20:19:45,922 98944 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 20:19:45 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-b1c32af0-1556-4970-bc22-12c42a27a223', 'x-openstack-request-id': 'req-b1c32af0-1556-4970-bc22-12c42a27a223', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 10e16a96-23a7-43cb-be0b-09cba118b984 could not be found."}}' {5} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {8} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [1.588932s] ... 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 f9807a09-ade1-46c1-9fa2-d7eb50a6166c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:46,149 98944 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.223s 2025-08-05 20:19:46,149 98944 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-2128330693"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02e95b3a-f1a0-4640-882d-860423cd64ce', 'content-length': '820', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02e95b3a-f1a0-4640-882d-860423cd64ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f9807a09-ade1-46c1-9fa2-d7eb50a6166c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:46.080481", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-2128330693", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c"}], "user_id": "3a408863d800448fa651882d30799102", "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 20:19:46,210 98944 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c 0.047s 2025-08-05 20:19:46,210 98944 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 20:19:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdf47c9f-d432-4b36-8aaf-3d1db2be2e57', 'content-length': '888', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdf47c9f-d432-4b36-8aaf-3d1db2be2e57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c'} Body: b'{"volume": {"id": "f9807a09-ade1-46c1-9fa2-d7eb50a6166c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:46.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-2128330693", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c"}], "user_id": "3a408863d800448fa651882d30799102", "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": "13f8a3d9414f4b8183264e076af62805"}}' 2025-08-05 20:19:47,282 98944 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c 0.047s 2025-08-05 20:19:47,283 98944 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 20:19:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5550e9c8-2d39-452f-81ae-1f75b956bfe2', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5550e9c8-2d39-452f-81ae-1f75b956bfe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c'} Body: b'{"volume": {"id": "f9807a09-ade1-46c1-9fa2-d7eb50a6166c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:46.000000", "updated_at": "2025-08-05T20:19:46.000000", "name": "tempest-VolumesTransfersV355Test-Volume-2128330693", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c"}], "user_id": "3a408863d800448fa651882d30799102", "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": "13f8a3d9414f4b8183264e076af62805"}}' 2025-08-05 20:19:47,337 98944 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c 0.040s 2025-08-05 20:19:47,338 98944 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 20:19:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efa3c964-e6ae-4d9e-a320-cb7c10b5c1c8', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efa3c964-e6ae-4d9e-a320-cb7c10b5c1c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c'} Body: b'{"volume": {"id": "f9807a09-ade1-46c1-9fa2-d7eb50a6166c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:46.000000", "updated_at": "2025-08-05T20:19:46.000000", "name": "tempest-VolumesTransfersV355Test-Volume-2128330693", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c"}], "user_id": "3a408863d800448fa651882d30799102", "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": "13f8a3d9414f4b8183264e076af62805"}}' 2025-08-05 20:19:47,474 98944 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c 0.123s 2025-08-05 20:19:47,475 98944 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 20:19:47 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-f4402fc9-74d2-4f8d-aba7-193aca0a9d9c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c'} Body: b'' 2025-08-05 20:19:47,513 98944 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c 0.037s 2025-08-05 20:19:47,513 98944 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 20:19:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-eba0159e-f501-48a7-90c5-ad6f39a6b2ab', 'x-openstack-request-id': 'req-eba0159e-f501-48a7-90c5-ad6f39a6b2ab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f9807a09-ade1-46c1-9fa2-d7eb50a6166c could not be found."}}' {8} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {5} 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 c4193604-576f-4c5e-a2f5-dd343db5a08c failed to build and is in ERROR status {8} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [2.101427s] ... 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 69762257-11ce-4af8-b4f5-9f91910bc8b1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:54,755 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45 0.198s 2025-08-05 20:19:54,755 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b2e1d622-d37f-4fbf-9193-0378a8290451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:19:55,240 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/volumes 0.484s 2025-08-05 20:19:55,240 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1, "name": "tempest-VolumesExtendTest-Volume-2083305591"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f120174-d9dc-4fdc-b000-0b00cd5d95bd', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f120174-d9dc-4fdc-b000-0b00cd5d95bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "69762257-11ce-4af8-b4f5-9f91910bc8b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:55.148122", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-2083305591", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1"}], "user_id": "d21c2eb08be447c1a2967391c6c3e8e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:19:55,301 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1 0.048s 2025-08-05 20:19:55,301 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req -1c9e60de-849e-4d7c-ab8e-7c2b3d40e212', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c9e60de-849e-4d7c-ab8e-7c2b3d40e212', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1'} Body: b'{"volume": {"id": "69762257-11ce-4af8-b4f5-9f91910bc8b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:55.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-2083305591", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1"}], "user_id": "d21c2eb08be447c1a2967391c6c3e8e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "468e0801ceb84c73b70b0b92db24ae6f"}}' 2025-08-05 20:19:56,377 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1 0.061s 2025-08-05 20:19:56,377 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0136e129-b25b-4201-9dcb-ba2e22e0c35e', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0136e129-b25b-4201-9dcb-ba2e22e0c35e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1'} Body: b'{"volume": {"id": "69762257-11ce-4af8-b4f5-9f91910bc8b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:55.000000", "updated_at": "2025-08-05T20:19:55.000000", "name": "tempest-VolumesExtendTest-Volume-2083305591", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1"}], "user_id": "d21c2eb08be447c1a2967391c6c3e8e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "468e0801ceb84c73b70b0b92db24ae6f"}}' 2025-08-05 20:19:56,473 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1 0.080s 2025-08-05 20:19:56,474 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afe97088-89f5-4e3b-822c-70df14327fa3', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afe97088-89f5-4e3b-822c-70df14327fa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1'} Body: b'{"volume": {"id": "69762257-11ce-4af8-b4f5-9f91910bc8b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:55.000000", "updated_at": "2025-08-05T20:19:55.000000", "name": "tempest-VolumesExtendTest-Volume-2083305591", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1"}], "user_id": "d21c2eb08be447c1a2967391c6c3e8e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "468e0801ceb84c73b70b0b92db24ae6f"}}' 2025-08-05 20:19:56,619 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1 0.130s 2025-08-05 20:19:56,620 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9860dece-5054-4d36-b984-d06ba629aaa5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1'} Body: b'' 2025-08-05 20:19:56,656 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1 0.035s 2025-08-05 20:19:56,656 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-53b48334-0c99-4744-bd08-2565ca31b625', 'x-openstack-request-id': 'req-53b48334-0c99-4744-bd08-2565ca31b625', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 69762257-11ce-4af8-b4f5-9f91910bc8b1 could not be found."}}' {8} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [1.617384s] ... 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 aa371051-af3c-40c9-884c-66e68c5769b0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:56,854 98944 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.194s 2025-08-05 20:19:56,854 98944 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-363121002"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6174f5f3-970b-40be-8ef6-e4948f3fbf4c', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6174f5f3-970b-40be-8ef6-e4948f3fbf4c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "aa371051-af3c-40c9-884c-66e68c5769b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:56.792455", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-363121002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa371051-af3c-40c9-884c-66e68c5769b0"}], "user_id": "d21c2eb08be447c1a2967391c6c3e8e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:19:56,925 98944 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/aa371051-af3c-40c9-884c-66e68c5769b0 0.058s 2025-08-05 20:19:56,926 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48a2f855-50a4-41a2-bd42-ee008536654a', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48a2f855-50a4-41a2-bd42-ee008536654a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0'} Body: b'{"volume": {"id": "aa371051-af3c-40c9-884c-66e68c5769b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:57.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-363121002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa371051-af3c-40c9-884c-66e68c5769b0"}], "user_id": "d21c2eb08be447c1a2967391c6c3e8e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "468e0801ceb84c73b70b0b92db24ae6f"}}' 2025-08-05 20:19:58,002 98944 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/aa371051-af3c-40c9-884c-66e68c5769b0 0.059s 2025-08-05 20:19:58,003 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb4037c8-e01c-4077-934c-591a07065271', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb4037c8-e01c-4077-934c-591a07065271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0'} Body: b'{"volume": {"id": "aa371051-af3c-40c9-884c-66e68c5769b0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:57.000000", "updated_at": "2025-08-05T20:19:57.000000", "name": "tempest-VolumesExtendTest-Volume-363121002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa371051-af3c-40c9-884c-66e68c5769b0"}], "user_id": "d21c2eb08be447c1a2967391c6c3e8e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "468e0801ceb84c73b70b0b92db24ae6f"}}' 2025-08-05 20:19:58,069 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0 0.050s 2025-08-05 20:19:58,069 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c92f12ba-edac-4081-8636-1f101067986a', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c92f12ba-edac-4081-8636-1f101067986a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0'} Body: b'{"volume": {"id": "aa371051-af3c-40c9-884c-66e68c5769b0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:57.000000", "updated_at": "2025-08-05T20:19:57.000000", "name": "tempest-VolumesExtendTest-Volume-363121002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa371051-af3c-40c9-884c-66e68c5769b0"}], "user_id": "d21c2eb08be447c1a2967391c6c3e8e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "468e0801ceb84c73b70b0b92db24ae6f"}}' 2025-08-05 20:19:58,233 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0 0.148s 2025-08-05 20:19:58,234 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-28e0b9de-4356-4a1c-8c35-e483198835d6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0'} Body: b'' 2025-08-05 20:19:58,275 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0 0.040s 2025-08-05 20:19:58,275 98944 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-ea42a02c-9e92-416e-827f-cd269c48c5af', 'x-openstack-request-id': 'req-ea42a02c-9e92-416e-827f-cd269c48c5af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aa371051-af3c-40c9-884c-66e68c5769b0 could not be found."}}' {5} 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 0a71cd43-525a-437c-9817-542ba00887c5 failed to build and is in ERROR status {5} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {5} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain [1.905052s] ... 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 6388221f-3844-44c7-b259-ecab711e9ace failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:00,574 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 202 POST http://10.0.0.210/volume/v3/volumes 0.682s 2025-08-05 20:20:00,575 98938 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-1918406632"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d508c6e8-cf1e-4af0-ad61-2f99d4c30b0d', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d508c6e8-cf1e-4af0-ad61-2f99d4c30b0d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6388221f-3844-44c7-b259-ecab711e9ace", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:00.477006", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1918406632", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6388221f-3844-44c7-b259-ecab711e9ace"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6388221f-3844-44c7-b259-ecab711e9ace"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:20:00,647 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/6388221f-3844-44c7-b259-ecab711e9ace 0.059s 2025-08-05 20:20:00,648 98938 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 20:20:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76605a4a-3802-4a4d-83ad-9d71cc4dfdaf', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76605a4a-3802-4a4d-83ad-9d71cc4dfdaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6388221f-3844-44c7-b259-ecab711e9ace'} Body: b'{"volume": {"id": "6388221f-3844-44c7-b259-ecab711e9ace", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:00.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1918406632", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6388221f-3844-44c7-b259-ecab711e9ace"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6388221f-3844-44c7-b259-ecab711e9ace"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7f6e5789b46f4fe0b5a0f3b42db071f2"}}' 2025-08-05 20:20:01,768 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/6388221f-3844-44c7-b259-ecab711e9ace 0.103s 2025-08-05 20:20:01,768 98938 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 20:20:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ec77412-be33-4d7c-9e5d-e3f6eb93d7bb', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ec77412-be33-4d7c-9e5d-e3f6eb93d7bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6388221f-3844-44c7-b259-ecab711e9ace'} Body: b'{"volume": {"id": "6388221f-3844-44c7-b259-ecab711e9ace", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:00.000000", "updated_at": "2025-08-05T20:20:01.000000", "name": "tempest-VolumeDependencyTests-Volume-1918406632", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6388221f-3844-44c7-b259-ecab711e9ace"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6388221f-3844-44c7-b259-ecab711e9ace"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7f6e5789b46f4fe0b5a0f3b42db071f2"}}' {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.207477s] ... ok {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.078640s] ... ok {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.019854s] ... ok {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.057870s] ... ok {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.015052s] ... ok {5} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_dep_chain_2 [1.519269s] ... 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 56cb346e-84a0-4d6a-8168-c49e90fe1748 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:02,149 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.349s 2025-08-05 20:20:02,149 98938 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-1647704405"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-370b5057-90cc-4209-b438-ff48bf1db559', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-370b5057-90cc-4209-b438-ff48bf1db559', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "56cb346e-84a0-4d6a-8168-c49e90fe1748", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:02.014678", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1647704405", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:20:02,219 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748 0.052s 2025-08-05 20:20:02,219 98938 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 20:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d692df6a-1ffe-474d-8155-8a791563b5b5', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d692df6a-1ffe-474d-8155-8a791563b5b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748'} Body: b'{"volume": {"id": "56cb346e-84a0-4d6a-8168-c49e90fe1748", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:02.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1647704405", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7f6e5789b46f4fe0b5a0f3b42db071f2"}}' 2025-08-05 20:20:03,283 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748 0.047s 2025-08-05 20:20:03,284 98938 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 20:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d58255b-d395-4332-be5b-1b49e64a6dcc', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d58255b-d395-4332-be5b-1b49e64a6dcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748'} Body: b'{"volume": {"id": "56cb346e-84a0-4d6a-8168-c49e90fe1748", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:02.000000", "updated_at": "2025-08-05T20:20:02.000000", "name": "tempest-VolumeDependencyTests-Volume-1647704405", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7f6e5789b46f4fe0b5a0f3b42db071f2"}}' {8} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [1.674648s] ... 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 3c658abd-70c5-4937-b0aa-0569c7d5a065 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:02,747 98944 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.313s 2025-08-05 20:20:02,747 98944 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-1089463439"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db9dba52-ba15-485b-8dab-1781486524e2', 'content-length': '763', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db9dba52-ba15-485b-8dab-1781486524e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3c658abd-70c5-4937-b0aa-0569c7d5a065", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T20:20:02.651969", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1089463439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065"}], "user_id": "bfbc37f85ecb4561ae3a6f2d508f4012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:20:02,821 98944 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065 0.058s 2025-08-05 20:20:02,821 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-653ee087-7056-461f-8402-8de388709583', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-653ee087-7056-461f-8402-8de388709583', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065'} Body: b'{"volume": {"id": "3c658abd-70c5-4937-b0aa-0569c7d5a065", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T20:20:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1089463439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065"}], "user_id": "bfbc37f85ecb4561ae3a6f2d508f4012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "67f6046987c045ffbf521e62d71d3a07"}}' 2025-08-05 20:20:03,884 98944 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065 0.042s 2025-08-05 20:20:03,884 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:03 GMT', 'server': 'Apa che/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83131d37-a620-4e7d-9451-7e534ef4310c', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83131d37-a620-4e7d-9451-7e534ef4310c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065'} Body: b'{"volume": {"id": "3c658abd-70c5-4937-b0aa-0569c7d5a065", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T20:20:03.000000", "updated_at": "2025-08-05T20:20:03.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1089463439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065"}], "user_id": "bfbc37f85ecb4561ae3a6f2d508f4012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "67f6046987c045ffbf521e62d71d3a07"}}' 2025-08-05 20:20:03,941 98944 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065 0.041s 2025-08-05 20:20:03,941 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14c7857c-c8a8-4373-898a-3c83a42fd2de', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14c7857c-c8a8-4373-898a-3c83a42fd2de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065'} Body: b'{"volume": {"id": "3c658abd-70c5-4937-b0aa-0569c7d5a065", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T20:20:03.000000", "updated_at": "2025-08-05T20:20:03.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1089463439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065"}], "user_id": "bfbc37f85ecb4561ae3a6f2d508f4012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "67f6046987c045ffbf521e62d71d3a07"}}' 2025-08-05 20:20:04,082 98944 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065 0.126s 2025-08-05 20:20:04,083 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5f7a32e-a409-41c4-905a-26ddc24aae65', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065'} Body: b'' 2025-08-05 20:20:04,106 98944 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegative TestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065 0.023s 2025-08-05 20:20:04,107 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-118c5f5c-d814-4776-9d28-b71c18d180a1', 'x-openstack-request-id': 'req-118c5f5c-d814-4776-9d28-b71c18d180a1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3c658abd-70c5-4937-b0aa-0569c7d5a065 could not be found."}}' {5} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_snapshot [1.522590s] ... 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 62f5a3a8-3085-47c0-9464-8d0f56b807db failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:03,543 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 202 POST http://10.0.0.210/volume/v3/volumes 0.217s 2025-08-05 20:20:03,543 98938 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-1159647297"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8827994c-dc13-4239-8b68-729efd9954a6', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8827994c-dc13-4239-8b68-729efd9954a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "62f5a3a8-3085-47c0-9464-8d0f56b807db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:03.482044", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1159647297", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:20:03,703 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db 0.147s 2025-08-05 20:20:03,703 98938 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 20:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-372e9056-2d9b-4c47-b514-df098eb266f7', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-372e9056-2d9b-4c47-b514-df098eb266f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db'} Body: b'{"volume": {"id": "62f5a3a8-3085-47c0-9464-8d0f56b807db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:03.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1159647297", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7f6e5789b46f4fe0b5a0f3b42db071f2"}}' 2025-08-05 20:20:04,832 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db 0.113s 2025-08-05 20:20:04,832 98938 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 20:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bedaedd5-390a-4a79-92e7-95c458218045', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bedaedd5-390a-4a79-92e7-95c458218045', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db'} Body: b'{"volume": {"id": "62f5a3a8-3085-47c0-9464-8d0f56b807db", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:03.000000", "updated_at": "2025-08-05T20:20:04.000000", "name": "tempest-VolumeDependencyTests-Volume-1159647297", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7f6e5789b46f4fe0b5a0f3b42db071f2"}}' {5} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeDependencyTests.test_delete_source_volume [1.481157s] ... 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 ac3c8ebe-d295-4470-8f72-dced83f48950 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:05,179 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.326s 2025-08-05 20:20:05,180 98938 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-2111704924"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78d09d09-cacc-423f-8266-9fefa78925ee', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78d09d09-cacc-423f-8266-9fefa78925ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ac3c8ebe-d295-4470-8f72-dced83f48950", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:05.064335", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-2111704924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:20:05,245 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950 0.052s 2025-08-05 20:20:05,246 98938 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 20:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-674634e6-6519-4f91-9b73-1988e0553c01', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-674634e6-6519-4f91-9b73-1988e0553c01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950'} Body: b'{"volume": {"id": "ac3c8ebe-d295-4470-8f72-dced83f48950", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:05.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-2111704924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7f6e5789b46f4fe0b5a0f3b42db071f2"}}' 2025-08-05 20:20:06,317 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950 0.054s 2025-08-05 20:20:06,317 98938 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 20:20:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf26f1da-ac22-419b-b8cf-15b226c64b02', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf26f1da-ac22-419b-b8cf-15b226c64b02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950'} Body: b'{"volume": {"id": "ac3c8ebe-d295-4470-8f72-dced83f48950", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:05.000000", "updated_at": "2025-08-05T20:20:05.000000", "name": "tempest-VolumeDependencyTests-Volume-2111704924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7f6e5789b46f4fe0b5a0f3b42db071f2"}}' {5} 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`. {5} 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`. {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_bootable_volume_snapshot_stop_start_instance [2.000296s] ... 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 75f136bd-9a7c-4866-8965-691d75dcbed9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:24,048 98944 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/f205fc20-64b7-439b-8043-d81032ab0a45 0.221s 2025-08-05 20:20:24,048 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-884d658d-1f71-4559-9db9-9cb743caaaa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:20:24,387 98944 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.337s 2025-08-05 20:20:24,388 98944 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-1659859079", "snapshot_id": null, "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-668bca3a-7943-4dbb-aa4f-8c1f1de82970', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-668bca3a-7943-4dbb-aa4f-8c1f1de82970', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "75f136bd-9a7c-4866-8965-691d75dcbed9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:24.321785", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1659859079", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:20:24,553 98944 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/75f136bd-9a7c-4866-8965-691d75dcbed9 0.139s 2025-08-05 20:20:24,553 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e47b8079-cc7f-4035-b49c-884e23e8bc3c', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e47b8079-cc7f-4035-b49c-884e23e8bc3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9'} Body: b'{"volume": {"id": "75f136bd-9a7c-4866-8965-691d75dcbed9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:24.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1659859079", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c356fb705ee4f0ba222689463605130"}}' 2025-08-05 20:20:25,640 98944 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/75f136bd-9a7c-4866-8965-691d75dcbed9 0.072s 2025-08-05 20:20:25,641 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05aabe6f-93ef-447e-8fb6-03733cebc934', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05aabe6f-93ef-447e-8fb6-03733cebc934', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9'} Body: b'{"volume": {"id": "75f136bd-9a7c-4866-8965-691d75dcbed9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:24.000000", "updated_at": "2025-08-05T20:20:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1659859079", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c356fb705ee4f0ba222689463605130"}}' 2025-08-05 20:20:25,798 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9 0.125s 2025-08-05 20:20:25,801 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e71cf528-0c24-436e-9181-7e15c713d567', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9'} Body: b'' 2025-08-05 20:20:25,822 98944 IN FO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9 0.020s 2025-08-05 20:20:25,822 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea35ac2b-ca45-4c28-9404-1fc49edbbb54', 'x-openstack-request-id': 'req-ea35ac2b-ca45-4c28-9404-1fc49edbbb54', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 75f136bd-9a7c-4866-8965-691d75dcbed9 could not be found."}}' {11} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [145.792037s] ... 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 5712e439-1163-4cdc-a0f1-1f6d70989b29 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:00,689 98950 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.047s 2025-08-05 20:18:00,689 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:00 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-2251d65f-a8ad-419c-9f37-9dd2f41b9c08', '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": "14d23c2a39cf4abd935bb6239f704e38", "name": "tempest-DeleteServersTestJSON-168654308-project-member", "password_expires_at": null}, "audit_ids": ["w1Ivgz9cSwuJu7a-lsLPlg"], "expires_at": "2025-08-05T21:18:00.000000Z", "issued_at": "2025-08-05T20:18:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8dea3874c671461d8af405f9bba42dee", "name": "tempest-DeleteServersTestJSON-168654308"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8dea3874c671461d8af405f9bba42dee", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:18:00,690 98950 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'cfc4cc1b-2e91-4d88-b935-ec3081de6fed', 'name': 'tempest-DeleteServersTestJSON-137198558-network', 'tenant_id': '8dea3874c671461d8af405f9bba42dee', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8dea3874c671461d8af405f9bba42dee', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49625, '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-05T20:17:41Z', 'updated_at': '2025-08-05T20:17:41Z', 'revision_number': 1} available for tenant 2025-08-05 20:18:27,626 98950 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.935s 2025-08-05 20:18:27,626 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-2086860463", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "cfc4cc1b-2e91-4d88-b935-ec3081de6fed"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/e8b14271-0698-418a-b562-89acde31fc75', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cdf70dd-af09-4315-86b8-76b25c154b77', 'x-compute-request-id': 'req-7cdf70dd-af09-4315-86b8-76b25c154b77', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e8b14271-0698-418a-b562-89acde31fc75", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e8b14271-0698-418a-b562-89acde31fc75"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e8b14271-0698-418a-b562-89acde31fc75"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "6bG7injkQJPC"}}' 2025-08-05 20:18:32,536 98950 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/e8b14271-0698-418a-b562-89acde31fc75 4.905s 2025-08-05 20:18:32,536 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1207', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2a7db27-afe5-4dde-b3ab-5e2257b0c719', 'x-compute-request-id': 'req-a2a7db27-afe5-4dde-b3ab-5e2257b0c719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e8b14271-0698-418a-b562-89acde31fc75'} Body: b'{"server": {"id": "e8b14271-0698-418a-b562-89acde31fc75", "name": "tempest-DeleteServersTestJSON-server-2086860463", "status": "BUILD", "tenant_id": "8dea3874c671461d8af405f9bba42dee", "user_id": "14d23c2a39cf4abd935bb6239f704e38", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:28Z", "updated": "2025-08-05T20:18:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e8b14271-0698-418a-b562-89acde31fc75"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e8b14271-0698-418a-b562-89acde31fc75"}], "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 20:19:24,743 98950 INFO [tempest.lib.common.rest_client] Request (DeleteS erversTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e8b14271-0698-418a-b562-89acde31fc75 2.142s 2025-08-05 20:19:24,743 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1488', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-618b15fe-5af0-4f51-a1ee-3b0b02458158', 'x-compute-request-id': 'req-618b15fe-5af0-4f51-a1ee-3b0b02458158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e8b14271-0698-418a-b562-89acde31fc75'} Body: b'{"server": {"id": "e8b14271-0698-418a-b562-89acde31fc75", "name": "tempest-DeleteServersTestJSON-server-2086860463", "status": "ACTIVE", "tenant_id": "8dea3874c671461d8af405f9bba42dee", "user_id": "14d23c2a39cf4abd935bb6239f704e38", "metadata": {}, "hostId": "2cd7f57ae114f2120703113fa6220a85c66e3a3ed4f766326ccda86c", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:27Z", "updated": "2025-08-05T20:19:11Z", "addresses": {"tempest-DeleteServersTestJSON-137198558-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:cd:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e8b14271-0698-418a-b562-89acde31fc75"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e8b14271-0698-418a-b562-89acde31fc75"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:19:10.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 20:19:24,759 98950 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2025-08-05 20:20:25,065 98950 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.273s 2025-08-05 20:20:25,065 98950 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-367612735"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f575caa0-006a-48e7-bbc2-7d049680b29c', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f575caa0-006a-48e7-bbc2-7d049680b29c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5712e439-1163-4cdc-a0f1-1f6d70989b29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:24.974702", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-367612735", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5712e439-1163-4cdc-a0f1-1f6d70989b29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5712e4 39-1163-4cdc-a0f1-1f6d70989b29"}], "user_id": "14d23c2a39cf4abd935bb6239f704e38", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:20:25,353 98950 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/5712e439-1163-4cdc-a0f1-1f6d70989b29 0.275s 2025-08-05 20:20:25,354 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9135061d-6841-4d96-af4b-c7c9c14a7f45', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9135061d-6841-4d96-af4b-c7c9c14a7f45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5712e439-1163-4cdc-a0f1-1f6d70989b29'} Body: b'{"volume": {"id": "5712e439-1163-4cdc-a0f1-1f6d70989b29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:25.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-367612735", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5712e439-1163-4cdc-a0f1-1f6d70989b29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5712e439-1163-4cdc-a0f1-1f6d70989b29"}], "user_id": "14d23c2a39cf4abd935bb6239f704e38", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8dea3874c671461d8af405f9bba42dee"}}' 2025-08-05 20:20:26,411 98950 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/5712e439-1163-4cdc-a0f1-1f6d70989b29 0.040s 2025-08-05 20:20:26,411 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d81e4c-c32f-4adc-a5e9-6f3935da6d13', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d81e4c-c32f-4adc-a5e9-6f3935da6d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5712e439-1163-4cdc-a0f1-1f6d70989b29'} Body: b'{"volume": {"id": "5712e439-1163-4cdc-a0f1-1f6d70989b29", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:25.000000", "updated_at": "2025-08-05T20:20:25.000000", "name": "tempest-DeleteServersTestJSON-volume-367612735", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5712e439-1163-4cdc-a0f1-1f6d70989b29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5712e439-1163-4cdc-a0f1-1f6d70989b29"}], "user_id": "14d23c2a39cf4abd935bb6239f704e38", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8dea3874c671461d8af405f9bba42dee"}}' {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [1.938115s] ... 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 af6c675e-db2f-498e-ba78-e67a01a2da6f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:25,855 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45 0.021s 2025-08-05 20:20:25,856 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-430b9486-febb-44ab-b17a-fe6f5992b75e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:20:26,517 98944 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.660s 2025-08-05 20:20:26,517 98944 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-2006603915", "snapshot_id": null, "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85fe9295-c7be-486e-a1e3-58c1fa24693e', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85fe9295-c7be-486e-a1e3-58c1fa24693e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "af6c675e-db2f-498e-ba78-e67a01a2da6f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:26.430146", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2006603915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:20:26,582 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f 0.050s 2025-08-05 20:20:26,582 98944 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 20:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cec68a1-5bb9-41af-ae95-258a896f7ca6', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cec68a1-5bb9-41af-ae95-258a896f7ca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f'} Body: b'{"volume": {"id": "af6c675e-db2f-498e-ba78-e67a01a2da6f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:26.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2006603915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c356fb705ee4f0ba222689463605130"}}' 2025-08-05 20:20:27,632 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f 0.036s 2025-08-05 20:20:27,632 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b7d0303-c1aa-46fc-9dae-dbb9514efc6e', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b7d0303-c1aa-46fc-9dae-dbb9514efc6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f'} Body: b'{"volume": {"id": "af6c675e-db2f-498e-ba78-e67a01a2da6f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:26.000000", "updated_at": "2025-08-05T20:20:27.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2006603915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c356fb705ee4f0ba222689463605130"}}' 2025-08-05 20:20:27,745 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f 0.099s 2025-08-05 20:20:27,746 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20: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-c6856dce-2910-42f6-90b0-3a4d86c107cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f'} Body: b'' 2025-08-05 20:20:27,769 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f 0.022s 2025-08-05 20:20:27,769 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20: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-0c1fc61f-aeaa-4ed8-911a-96f935fc9908', 'x-openstack-request-id': 'req-0c1fc61f-aeaa-4ed8-911a-96f935fc9908', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume af6c675e-db2f-498e-ba78-e67a01a2da6f could not be found."}}' {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [1.673633s] ... 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 fe4718d7-8f14-4141-9f48-7c25ebb3d588 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:27,794 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45 0.022s 2025-08-05 20:20:27,794 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-26330b29-dcd0-4406-9562-4c5d6548fcb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:20:28,181 98944 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.386s 2025-08-05 20:20:28,181 98944 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-928738084", "snapshot_id": null, "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb3068fd-a1aa-4688-9fc2-bf3ee5d149f2', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb3068fd-a1aa-4688-9fc2-bf3ee5d149f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fe4718d7-8f14-4141-9f48-7c25ebb3d588", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:28.109717", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-928738084", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:20:28,253 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588 0.045s 2025-08-05 20:20:28,254 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e39d11b8-0309-43f4-a2d5-d209472f300d', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e39d11b8-0309-43f4-a2d5-d209472f300d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588'} Body: b'{"volume": {"id": "fe4718d7-8f14-4141-9f48-7c25ebb3d588", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:28.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-928738084", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c356fb705ee4f0ba222689463605130"}}' 2025-08-05 20:20:29,313 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588 0.045s 2025-08-05 20:20:29,314 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5ebeb82-7ade-476b-a3a4-78b870700a57', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5ebeb82-7ade-476b-a3a4-78b870700a57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588'} Body: b'{"volume": {"id": "fe4718d7-8f14-4141-9f48-7c25ebb3d588", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:28.000000", "updated_at": "2025-08-05T20:20:28.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-928738084", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c356fb705ee4f0ba222689463605130"}}' 2025-08-05 20:20:29,423 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588 0.096s 2025-08-05 20:20:29,424 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79a1cb5e-f671-43e5-8563-16ab50852dbf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588'} Body: b'' 2025-08-05 20:20:29,444 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeB ootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588 0.020s 2025-08-05 20:20:29,445 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b82a66af-6298-45c2-9275-377174f5d3a6', 'x-openstack-request-id': 'req-b82a66af-6298-45c2-9275-377174f5d3a6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fe4718d7-8f14-4141-9f48-7c25ebb3d588 could not be found."}}' {8} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [4.440102s] ... 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 e2ff9bf9-f371-4947-b11a-b7038b39f9b7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:29,447 98944 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2025-08-05 20:20:29,495 98944 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.045s 2025-08-05 20:20:29,496 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-362208784", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOBWyxTXzDwwbvDFbXQe2SYc4RWFcpFhS+t7vkdZK8Wnq2ODRLwLagQqH7ueaq8ZISIrDvVPn5zpzqGKj1sZCcDS5aEbKpIOif5OIxjCJ2ytD5Rh6NuZEre143aR71d54g=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-666ae5de-7027-469b-a1c7-76934bcad2e9', 'x-compute-request-id': 'req-666ae5de-7027-469b-a1c7-76934bcad2e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-362208784", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOBWyxTXzDwwbvDFbXQe2SYc4RWFcpFhS+t7vkdZK8Wnq2ODRLwLagQqH7ueaq8ZISIrDvVPn5zpzqGKj1sZCcDS5aEbKpIOif5OIxjCJ2ytD5Rh6NuZEre143aR71d54g==", "fingerprint": "56:39:82:a0:38:0d:ca:b3:bc:27:6f:fa:b9:e7:06:3a", "user_id": "ad3d89854d71425a830d0448fdf9dfc4"}}' 2025-08-05 20:20:30,483 98944 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.984s 2025-08-05 20:20:30,484 98944 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-1190457737", "description": "tempest-secgroup-smoke-1190457737 description", "project_id": "7c356fb705ee4f0ba222689463605130"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-5591d54d-1f9c-4097-a335-2abc34118065', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "name": "tempest-secgroup-smoke-1190457737", "stateful": true, "tenant_id": "7c356fb705ee4f0ba222689463605130", "description": "tempest-secgroup-smoke-1190457737 description", "shared": false, "security_group_rules": [{"id": "0954c2e3-97ab-4ff2-8a11-02c9fdf3e0f7", "project_id": "7c356fb705ee4f0ba222689463605130", "tenant_id": "7c356fb705ee4f0ba222689463605130", "security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "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": 653, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:20:30Z", "updated_at": "2025-08-05T20:20:30Z", "revision_number": 0}, {"id": "ed2ef924-48a0-4ab6-a601-de1e32a3674f", "project_id": "7c356fb705ee4f0ba222689463605130", "tenant_id": "7c356fb705ee4f0ba222689463605130", "security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "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": 654, "belongs_to_default_sg": false, "description" : null, "tags": [], "created_at": "2025-08-05T20:20:30Z", "updated_at": "2025-08-05T20:20:30Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:20:29Z", "updated_at": "2025-08-05T20:20:30Z", "revision_number": 1, "project_id": "7c356fb705ee4f0ba222689463605130"}}' 2025-08-05 20:20:30,701 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.217s 2025-08-05 20:20:30,702 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "project_id": "7c356fb705ee4f0ba222689463605130", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-065416ed-deac-4d60-bc11-9f36788c59a2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ec72a4e2-fc6b-4997-a7dc-796f5c86dc15", "project_id": "7c356fb705ee4f0ba222689463605130", "tenant_id": "7c356fb705ee4f0ba222689463605130", "security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "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-05T20:20:30Z", "updated_at": "2025-08-05T20:20:30Z", "revision_number": 0}}' 2025-08-05 20:20:30,920 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.217s 2025-08-05 20:20:30,920 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "project_id": "7c356fb705ee4f0ba222689463605130", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-ae20946d-20b7-4402-bf67-d55b3818fdde', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "67d8282b-5de6-43d5-8074-566a38a3926b", "project_id": "7c356fb705ee4f0ba222689463605130", "tenant_id": "7c356fb705ee4f0ba222689463605130", "security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "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-05T20:20:30Z", "updated_at": "2025-08-05T20:20:30Z", "revision_number": 0}}' 2025-08-05 20:20:31,158 98944 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.237s 2025-08-05 20:20:31,158 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "project_id": "7c356fb705ee4f0ba222689463605130", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 202 5 20:20:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-76f5add6-7303-4549-8cf7-61737a2028f7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c1f435ed-f89e-4b9f-a3c8-c0764f9c13b1", "project_id": "7c356fb705ee4f0ba222689463605130", "tenant_id": "7c356fb705ee4f0ba222689463605130", "security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "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-05T20:20:31Z", "updated_at": "2025-08-05T20:20:31Z", "revision_number": 0}}' 2025-08-05 20:20:31,382 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.223s 2025-08-05 20:20:31,382 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "project_id": "7c356fb705ee4f0ba222689463605130", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-54f2022f-7f77-409b-9151-05b88e7bee09', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8e6c4617-a50c-4c3b-a24d-855607d598ed", "project_id": "7c356fb705ee4f0ba222689463605130", "tenant_id": "7c356fb705ee4f0ba222689463605130", "security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "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-05T20:20:31Z", "updated_at": "2025-08-05T20:20:31Z", "revision_number": 0}}' 2025-08-05 20:20:31,669 98944 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.286s 2025-08-05 20:20:31,670 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "project_id": "7c356fb705ee4f0ba222689463605130", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-5d55a780-ad3f-46a0-bce0-4faa74eb6181', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0ac6620e-2b35-44ea-9c90-e81f28202c80", "project_id": "7c356fb705ee4f0ba222689463605130", "tenant_id": "7c356fb705ee4f0ba222689463605130", "security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "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-05T20:20:31Z", "updated_at": "2025-08-05T20:20:31Z", "revision_number": 0}}' 2025-08-05 20:20:31,909 98944 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.239s 2025-08-05 20:20:31,909 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "project_id": "7c356fb705ee4f0ba222689463605130", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-0ab7e40f-28d1-4b56-9344-ee641c15d152', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e52501fd-5a51-4d97-aca6-d9414fd35287", "project_id": "7c356fb705ee4f0ba222689463605130", "tenant_id": "7c356fb705ee4f0ba222689463605130", "security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "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-05T20:20:31Z", "updated_at": "2025-08-05T20:20:31Z", "revision_number": 0}}' 2025-08-05 20:20:31,910 98944 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2025-08-05 20:20:31,932 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45 0.022s 2025-08-05 20:20:31,932 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-de11f9d1-24fb-4046-9562-933051ef7c8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:20:32,243 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.310s 2025-08-05 20:20:32,244 98944 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-614643845", "snapshot_id": null, "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:31 GMT', 'server': 'Apache/2.4.52 (Ubunt u)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48bacdcf-50dd-49d1-83c1-e25878e2ba7d', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48bacdcf-50dd-49d1-83c1-e25878e2ba7d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e2ff9bf9-f371-4947-b11a-b7038b39f9b7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:32.182490", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-614643845", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:20:32,300 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7 0.041s 2025-08-05 20:20:32,301 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f1ffd3c-324e-4444-b5fa-651126ec831a', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f1ffd3c-324e-4444-b5fa-651126ec831a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7'} Body: b'{"volume": {"id": "e2ff9bf9-f371-4947-b11a-b7038b39f9b7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:32.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-614643845", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c356fb705ee4f0ba222689463605130"}}' 2025-08-05 20:20:33,364 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7 0.049s 2025-08-05 20:20:33,364 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da57532d-5dd9-4375-a0a6-351f1668d34c', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da57532d-5dd9-4375-a0a6-351f1668d34c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7'} Body: b'{"volume": {"id": "e2ff9bf9-f371-4947-b11a-b7038b39f9b7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:32.000000", "updated_at": "2025-08-05T20:20:32.000000", "name": "tem pest-TestVolumeBootPattern-volume-origin-614643845", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c356fb705ee4f0ba222689463605130"}}' 2025-08-05 20:20:33,581 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7 0.188s 2025-08-05 20:20:33,582 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cc902f5-692b-469b-bdef-b959bcd52ba2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7'} Body: b'' 2025-08-05 20:20:33,602 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7 0.019s 2025-08-05 20:20:33,602 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-33c5d412-1c4f-44ca-ba88-a0c301ad1262', 'x-openstack-request-id': 'req-33c5d412-1c4f-44ca-ba88-a0c301ad1262', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e2ff9bf9-f371-4947-b11a-b7038b39f9b7 could not be found."}}' 2025-08-05 20:20:33,859 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/12aa17fc-f11d-4522-b4e8-be7a4a97c52f 0.256s 2025-08-05 20:20:33,860 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-7d43a9a4-95af-4c45-879f-58985ca12795', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/12aa17fc-f11d-4522-b4e8-be7a4a97c52f'} Body: b'' 2025-08-05 20:20:33,886 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-362208784 0.025s 2025-08-05 20:20:33,886 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a354 0726-58e1-41af-af0e-eb511329102d', 'x-compute-request-id': 'req-a3540726-58e1-41af-af0e-eb511329102d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-362208784'} Body: b'' {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [138.421410s] ... 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 f937e093-1ff4-4e5c-86be-404b2b4ff63e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:30,700 98930 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:18:32,571 98930 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 1.870s 2025-08-05 20:18:32,571 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1665457623", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF4xJ9VLwsIlpe8eomve84HFyqGiyuHgmo+aJ7HVqkCFe+/VOCuqBownax6+wJ698l3uc3I60NlRi0vHHp7WD6Rrv45qUsnE5bEdsO83mqhSAsiIy7Iyk5jwqHq6bXojfg=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18: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-7a1b3877-4ac7-47f2-9a9b-a4e1edd31d68', 'x-compute-request-id': 'req-7a1b3877-4ac7-47f2-9a9b-a4e1edd31d68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1665457623", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF4xJ9VLwsIlpe8eomve84HFyqGiyuHgmo+aJ7HVqkCFe+/VOCuqBownax6+wJ698l3uc3I60NlRi0vHHp7WD6Rrv45qUsnE5bEdsO83mqhSAsiIy7Iyk5jwqHq6bXojfg==", "fingerprint": "df:08:33:7d:ae:0e:d7:a5:ba:ab:4b:2b:a1:7f:8b:42", "user_id": "a529712858654f32b81b0c8e65ff9e05"}}' 2025-08-05 20:18:32,574 98930 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1665457623 created 2025-08-05 20:18:36,740 98930 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 4.165s 2025-08-05 20:18:36,740 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1549347172", "description": "tempest-description--1192056964"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-533425e2-5695-4ee3-a5fc-d01ea7920096', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6e3e629a-298b-4af2-9686-0b02c37f066a", "name": "tempest-securitygroup--1549347172", "stateful": true, "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "description": "tempest-description--1192056964", "shared": false, "security_group_rules": [{"id": "0a5c9230-d039-4675-9798-90ea5791b537", "project_id": "08cf0c3afbb442f2a13d80f634a5c122", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "security_group_id": "6e3e629a-298b-4af2-9686-0b02c37f066a", "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-05T20:18:36Z", "updated_at": "2025-08-05T20:18:36Z", "revision_number": 0}, {"id": "9edf956c-0d81-4d63-b76b-942c086bab0f", "project_id": "08cf0c3afbb442f2a13d80f634a5c122", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "security_group_id": "6e3e629a-298b-4af2-9686-0b02c37f066a", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": nu ll, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 315, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:18:36Z", "updated_at": "2025-08-05T20:18:36Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:18:36Z", "updated_at": "2025-08-05T20:18:36Z", "revision_number": 1, "project_id": "08cf0c3afbb442f2a13d80f634a5c122"}}' 2025-08-05 20:18:41,085 98930 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 4.344s 2025-08-05 20:18:41,086 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6e3e629a-298b-4af2-9686-0b02c37f066a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d3ae7d5b-264d-46d2-8aa7-abbcdfaea06a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b569b04a-dea5-4d86-9883-362634815da9", "project_id": "08cf0c3afbb442f2a13d80f634a5c122", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "security_group_id": "6e3e629a-298b-4af2-9686-0b02c37f066a", "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-05T20:18:40Z", "updated_at": "2025-08-05T20:18:40Z", "revision_number": 0}}' 2025-08-05 20:18:42,645 98930 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.558s 2025-08-05 20:18:42,646 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6e3e629a-298b-4af2-9686-0b02c37f066a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-38b45f33-b4b5-49eb-a62c-89731dc5cb94', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5dce79ad-4f2d-43c9-8015-697563edd13a", "project_id": "08cf0c3afbb442f2a13d80f634a5c122", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "security_group_id": "6e3e629a-298b-4af2-9686-0b02c37f066a", "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-05T20:18:42Z", "updated_at": "2025-08-05T20:18:42Z", "revision_number": 0}}' 2025-08-05 20:18:42,646 98930 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1549347172 created 2025-08-05 20:18:45,212 98930 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.565s 2025-08-05 20:18:45,212 98930 DEBUG [tempest.lib.common.rest_client] Reque st - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-49521a7e-5ef4-43b5-a73b-40539379996f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "85726342-4396-4ee4-92a7-d51a5db32cb3", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "floating_ip_address": "172.24.4.23", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "08cf0c3afbb442f2a13d80f634a5c122", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:18:44Z", "updated_at": "2025-08-05T20:18:44Z", "revision_number": 0}}' 2025-08-05 20:18:45,212 98930 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '85726342-4396-4ee4-92a7-d51a5db32cb3', 'tenant_id': '08cf0c3afbb442f2a13d80f634a5c122', 'floating_ip_address': '172.24.4.23', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '08cf0c3afbb442f2a13d80f634a5c122', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:18:44Z', 'updated_at': '2025-08-05T20:18:44Z', 'revision_number': 0, 'ip': '172.24.4.23'} created 2025-08-05 20:18:45,302 98930 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.084s 2025-08-05 20:18:45,302 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:45 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-2300866f-008f-41cd-beb3-c7a07746a151', '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": "a529712858654f32b81b0c8e65ff9e05", "name": "tempest-VolumesAdminNegativeTest-849811974-project-member", "password_expires_at": null}, "audit_ids": ["SPmMWZAXR-CvTl2GrnFlxQ"], "expires_at": "2025-08-05T21:18:45.000000Z", "issued_at": "2025-08-05T20:18:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "08cf0c3afbb442f2a13d80f634a5c122", "name": "tempest-VolumesAdminNegativeTest-849811974"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/08cf0c3afbb442f2a13d80f634a5c122", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b 33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:18:45,302 98930 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '9bc06916-6ed4-4297-bb2b-50d49fbe7a7c', 'name': 'tempest-VolumesAdminNegativeTest-1545902561-network', 'tenant_id': '08cf0c3afbb442f2a13d80f634a5c122', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '08cf0c3afbb442f2a13d80f634a5c122', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10107, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:17:42Z', 'updated_at': '2025-08-05T20:17:42Z', 'revision_number': 1} available for tenant 2025-08-05 20:18:45,303 98930 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1665457623', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF4xJ9VLwsIlpe8eomve84HFyqGiyuHgmo+aJ7HVqkCFe+/VOCuqBownax6+wJ698l3uc3I60NlRi0vHHp7WD6Rrv45qUsnE5bEdsO83mqhSAsiIy7Iyk5jwqHq6bXojfg==', 'fingerprint': 'df:08:33:7d:ae:0e:d7:a5:ba:ab:4b:2b:a1:7f:8b:42', 'user_id': 'a529712858654f32b81b0c8e65ff9e05', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAvzQN0soccRUIujXVkHPpsXCTBGpCAVFbOPJZyCo2NX6fh4HwZ9zZM\nhSVgjfB7ExegBwYFK4EEACKhZANiAAReMSfVS8LCJaXvHqJr3vOBxcqhosrh4JqP\nmiex1apAhXvv1TgrqgaMJ2sevsCevfJd7nNyOtDZUYtLxx6e1g+ka7+OalLJxOWx\nHbDvN5qoUgLIiMuyMpOY8Kh6um16I34=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6e3e629a-298b-4af2-9686-0b02c37f066a', 'name': 'tempest-securitygroup--1549347172', 'stateful': True, 'tenant_id': '08cf0c3afbb442f2a13d80f634a5c122', 'description': 'tempest-description--1192056964', 'shared': False, 'security_group_rules': [{'id': '0a5c9230-d039-4675-9798-90ea5791b537', 'project_id': '08cf0c3afbb442f2a13d80f634a5c122', 'tenant_id': '08cf0c3afbb442f2a13d80f634a5c122', 'security_group_id': '6e3e629a-298b-4af2-9686-0b02c37f066a', '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': 313, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:18:36Z', 'updated_at': '2025-08-05T20:18:36Z', 'revision_number': 0}, {'id': '9edf956c-0d81-4d63-b76b-942c086bab0f', 'project_id': '08cf0c3afbb442f2a13d80f634a5c122', 'tenant_id': '08cf0c3afbb442f2a13d80f634a5c122', 'security_group_id': '6e3e629a-298b-4af2-9686-0b02c37f066a', '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': 315, 'belongs_to_default_sg': False, 'descript ion': None, 'tags': [], 'created_at': '2025-08-05T20:18:36Z', 'updated_at': '2025-08-05T20:18:36Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:18:36Z', 'updated_at': '2025-08-05T20:18:36Z', 'revision_number': 1, 'project_id': '08cf0c3afbb442f2a13d80f634a5c122'}, 'floating_ip': {'id': '85726342-4396-4ee4-92a7-d51a5db32cb3', 'tenant_id': '08cf0c3afbb442f2a13d80f634a5c122', 'floating_ip_address': '172.24.4.23', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '08cf0c3afbb442f2a13d80f634a5c122', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:18:44Z', 'updated_at': '2025-08-05T20:18:44Z', 'revision_number': 0, 'ip': '172.24.4.23'}} 2025-08-05 20:18:53,932 98930 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 8.628s 2025-08-05 20:18:53,932 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-2059455912", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "9bc06916-6ed4-4297-bb2b-50d49fbe7a7c"}], "security_groups": [{"name": "tempest-securitygroup--1549347172"}], "key_name": "tempest-keypair-1665457623", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/514d979f-b42c-46dc-a0f0-018a0e854b35', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5efc7ea-7a80-4254-9f07-baf2113672bc', 'x-compute-request-id': 'req-a5efc7ea-7a80-4254-9f07-baf2113672bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "514d979f-b42c-46dc-a0f0-018a0e854b35", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/514d979f-b42c-46dc-a0f0-018a0e854b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/514d979f-b42c-46dc-a0f0-018a0e854b35"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1549347172"}], "adminPass": "uw8twZbuWgWM"}}' 2025-08-05 20:18:54,735 98930 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/514d979f-b42c-46dc-a0f0-018a0e854b35 0.800s 2025-08-05 20:18:54,736 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:53 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-3c74a742-5617-4031-bb3a-6cedaa43d88c', 'x-compute-request-id': 'req-3c74a742-5617-4031-bb3a-6cedaa43d88c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/514d979f-b42c-46dc-a0f0-018a0e854b35'} Body: b'{"server": {"id": "514d979f-b42c-46dc-a0f0-018a0e854b35", "name": "tempest-VolumesAdminNegativeTest-server-2059455912", "status": "BUILD", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "user_id": "a529712858654f32b81b0c8e65ff9e05", "metadata": {}, "ho stId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:54Z", "updated": "2025-08-05T20:18:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/514d979f-b42c-46dc-a0f0-018a0e854b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/514d979f-b42c-46dc-a0f0-018a0e854b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1665457623", "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 20:19:45,277 98930 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/514d979f-b42c-46dc-a0f0-018a0e854b35 0.476s 2025-08-05 20:19:45,278 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a849ce4-0393-4175-9a8e-435dd33ed11d', 'x-compute-request-id': 'req-5a849ce4-0393-4175-9a8e-435dd33ed11d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/514d979f-b42c-46dc-a0f0-018a0e854b35'} Body: b'{"server": {"id": "514d979f-b42c-46dc-a0f0-018a0e854b35", "name": "tempest-VolumesAdminNegativeTest-server-2059455912", "status": "ACTIVE", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "user_id": "a529712858654f32b81b0c8e65ff9e05", "metadata": {}, "hostId": "29d5651f241f8cb9d86cfbaa1893ab78d7238c5f6bb69ffd144b4c43", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:53Z", "updated": "2025-08-05T20:19:29Z", "addresses": {"tempest-VolumesAdminNegativeTest-1545902561-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:06:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/514d979f-b42c-46dc-a0f0-018a0e854b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/514d979f-b42c-46dc-a0f0-018a0e854b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1665457623", "OS-SRV-USG:launched_at": "2025-08-05T20:19:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1549347172"}], "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 20:19:45,312 98930 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 20:20:45,560 98930 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/514d979f-b42c-46dc-a0f0-018a0e854b35/os-interface 0.232s 2025-08-05 20:20:45,561 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:45 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-3a7f582b-57bc-4ed0-be95-ceb6e6875905', 'x-compute-request-id': 'req-3a7f582b-57bc-4ed0-be95-ceb6e6875905', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/514d979f-b42c-46dc-a0f0-018a0e854b35/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "9bc06916-6ed4-4297-bb2b-50d49fbe7a7c", "port_id": "2a61d482-afcc-406a-be12-2654daf166f9", "mac_addr": "fa:16:3e:5e:06:b3", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "fdecb927-1874-47de-9506-1f11c116f012", "ip_address": "10.0.0.10"}]}]}' 2025-08-05 20:20:47,573 98930 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/85726342-4396-4ee4-92a7-d51a5db32cb3 2.006s 2025-08-05 20:20:47,573 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "2a61d482-afcc-406a-be12-2654daf166f9"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c645d7a3-9ecb-40ea-8a9b-a882416cc07a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/85726342-4396-4ee4-92a7-d51a5db32cb3'} Body: b'{"floatingip": {"id": "85726342-4396-4ee4-92a7-d51a5db32cb3", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "floating_ip_address": "172.24.4.23", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "afc2eee2-40ba-4501-83ba-0736e13efcf9", "port_id": "2a61d482-afcc-406a-be12-2654daf166f9", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "9bc06916-6ed4-4297-bb2b-50d49fbe7a7c", "mac_address": "fa:16:3e:5e:06:b3", "admin_state_up": true, "status": "ACTIVE", "device_id": "514d979f-b42c-46dc-a0f0-018a0e854b35", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:18:44Z", "updated_at": "2025-08-05T20:20:46Z", "revision_number": 1, "project_id": "08cf0c3afbb442f2a13d80f634a5c122"}}' 2025-08-05 20:20:47,576 98930 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.23:22' as 'cirros' with public key authentication 2025-08-05 20:20:47,592 98930 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:20:47,701 98930 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:20:47,701 98930 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.23 successfully created 2025-08-05 20:20:47,986 98930 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.283s 2025-08-05 20:20:47,986 98930 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-2121010117"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98521eb2-2df8-4304-b9eb-4384d03dcd75', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'r eq-98521eb2-2df8-4304-b9eb-4384d03dcd75', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f937e093-1ff4-4e5c-86be-404b2b4ff63e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:47.882049", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-2121010117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f937e093-1ff4-4e5c-86be-404b2b4ff63e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f937e093-1ff4-4e5c-86be-404b2b4ff63e"}], "user_id": "a529712858654f32b81b0c8e65ff9e05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:20:48,050 98930 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/f937e093-1ff4-4e5c-86be-404b2b4ff63e 0.051s 2025-08-05 20:20:48,051 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-718aec8f-9f79-4ad9-a597-472c9b717a04', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-718aec8f-9f79-4ad9-a597-472c9b717a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f937e093-1ff4-4e5c-86be-404b2b4ff63e'} Body: b'{"volume": {"id": "f937e093-1ff4-4e5c-86be-404b2b4ff63e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:48.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-2121010117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f937e093-1ff4-4e5c-86be-404b2b4ff63e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f937e093-1ff4-4e5c-86be-404b2b4ff63e"}], "user_id": "a529712858654f32b81b0c8e65ff9e05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "08cf0c3afbb442f2a13d80f634a5c122"}}' 2025-08-05 20:20:49,105 98930 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/f937e093-1ff4-4e5c-86be-404b2b4ff63e 0.039s 2025-08-05 20:20:49,105 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14cea4d0-07f3-4698-9336-33edc14e3376', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14cea4d0-07f3-4698-9336-33edc14e3376', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f937e093-1ff4-4e5c-86be-404b2b4ff63e'} Body: b'{"volume": {"id": "f937e093-1ff4-4e5c-86be-404b2b4ff63e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:48.000000", "updated_at": "2025-08-05T20:20:48.000000", "name": "tempest-VolumesAdminNegativeTest-volume-2121010117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "lin ks": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f937e093-1ff4-4e5c-86be-404b2b4ff63e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f937e093-1ff4-4e5c-86be-404b2b4ff63e"}], "user_id": "a529712858654f32b81b0c8e65ff9e05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "08cf0c3afbb442f2a13d80f634a5c122"}}' {7} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [188.931335s] ... 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 2409f189-e450-4bc2-8798-94e249525dbb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:34,796 98942 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/f205fc20-64b7-439b-8043-d81032ab0a45 0.098s 2025-08-05 20:18:34,796 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-75932e97-f6a2-4b42-a14c-100c5af04bc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:18:36,083 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 1.253s 2025-08-05 20:18:36,083 98942 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 20:18:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/27dab630-3bf6-465b-b796-87d18b73b34e', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-d020dc75-ce54-4539-88dd-ddd5fa2ba108', '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": "7fb4da8553e045ccb09d7df22f42c180", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "27dab630-3bf6-465b-b796-87d18b73b34e", "created_at": "2025-08-05T20:18:36Z", "updated_at": "2025-08-05T20:18:36Z", "tags": [], "self": "/v2/images/27dab630-3bf6-465b-b796-87d18b73b34e", "file": "/v2/images/27dab630-3bf6-465b-b796-87d18b73b34e/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:18:37,374 98942 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/27dab630-3bf6-465b-b796-87d18b73b34e/file 1.291s 2025-08-05 20:18:37,375 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-bce3cc7b-cf0d-4084-b19d-0b4faa38782d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/27dab630-3bf6-465b-b796-87d18b73b34e/file'} Body: b'' 2025-08-05 20:18:37,375 98942 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:18:37,376 98942 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:18:37,679 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.302s 2025-08-05 20:18:37,679 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-934702265", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAQIEtnfpueBYZAjw2XYg9K0fb0vqMTdNPk3e5YDvtH4fTtGta/ruxdktqIvJ+yxiF+jEyvlgMYWMOeInqc/bHdG7k/xdJCzgRVAuUtTxIN4fsdWPijzCnWkejf9Evewtg=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-449aaeff-4347-4c44-82fc-2565ef6f5d12', 'x-compute-request-id': 'req-449aaeff-4347-4c44-82fc-2565ef6f5d12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-934702265", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAQIEtnfpueBYZAjw2XYg9K0fb0vqMTdNPk3e5YDvtH4fTtGta/ruxdktqIvJ+yxiF+jEyvlgMYWMOeInqc/bHdG7k/xdJCzgRVAuUtTxIN4fsdWPijzCnWkejf9Evewtg==", "fingerprint": "87:d5:69:24:fe:06:d0:b5:4a:e9:55:8c:d7:ed:a2:b3", "user_id": "e7663e75ab264ca8853f94fc7d999eb0"}}' 2025-08-05 20:18:37,682 98942 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-934702265 created 2025-08-05 20:18:41,803 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 4.121s 2025-08-05 20:18:41,804 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--60782025", "description": "tempest-description--467575514"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1658', 'x-openstack-request-id': 'req-15642b93-c6ed-4cdf-a0b3-0e29fcabd1bb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fd781169-6f47-4283-9ae2-543911ba59f8", "name": "tempest-securitygroup--60782025", "stateful": true, "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "description": "tempest-description--467575514", "shared": false, "security_group_rules": [{"id": "093abcce-80ea-41df-b712-cbd5282fb034", "project_id": "ea9817783d0b443e89a745a0625ebfd5", "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "security_group_id": "fd781169-6f47-4283-9ae2-543911ba59f8", "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": 322, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:18:41Z", "updated_at": "202 5-08-05T20:18:41Z", "revision_number": 0}, {"id": "11c0cec8-08f6-44ed-ae64-3177e5360e69", "project_id": "ea9817783d0b443e89a745a0625ebfd5", "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "security_group_id": "fd781169-6f47-4283-9ae2-543911ba59f8", "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": 323, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:18:41Z", "updated_at": "2025-08-05T20:18:41Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:18:41Z", "updated_at": "2025-08-05T20:18:41Z", "revision_number": 1, "project_id": "ea9817783d0b443e89a745a0625ebfd5"}}' 2025-08-05 20:18:43,895 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.090s 2025-08-05 20:18:43,895 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fd781169-6f47-4283-9ae2-543911ba59f8", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-0770562e-d3ad-4ae0-bbcb-da33bf780e90', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "551c5565-26da-4041-b2cc-a20fe3f074dd", "project_id": "ea9817783d0b443e89a745a0625ebfd5", "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "security_group_id": "fd781169-6f47-4283-9ae2-543911ba59f8", "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-05T20:18:43Z", "updated_at": "2025-08-05T20:18:43Z", "revision_number": 0}}' 2025-08-05 20:18:46,359 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.463s 2025-08-05 20:18:46,359 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fd781169-6f47-4283-9ae2-543911ba59f8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-4d5f0725-c8fe-43e1-94a1-e9b4d3802544', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1fa1e1b7-6895-42f4-b5dd-55c3bcb995d6", "project_id": "ea9817783d0b443e89a745a0625ebfd5", "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "security_group_id": "fd781169-6f47-4283-9ae2-543911ba59f8", "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-05T20:18:46Z", "updated_at": "2025-08-05T20:18:46Z", "revision_number": 0}}' 2025-08-05 20:18:46,359 98942 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--60782025 created 2025-08-05 20:18:49,666 98942 I NFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 3.306s 2025-08-05 20:18:49,667 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-74122b74-5f1b-4ab4-80bb-14625c203f3e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a36e7fb4-c738-40c9-9979-97decdf88bb4", "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "floating_ip_address": "172.24.4.122", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ea9817783d0b443e89a745a0625ebfd5", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:18:49Z", "updated_at": "2025-08-05T20:18:49Z", "revision_number": 0}}' 2025-08-05 20:18:49,667 98942 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a36e7fb4-c738-40c9-9979-97decdf88bb4', 'tenant_id': 'ea9817783d0b443e89a745a0625ebfd5', 'floating_ip_address': '172.24.4.122', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ea9817783d0b443e89a745a0625ebfd5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:18:49Z', 'updated_at': '2025-08-05T20:18:49Z', 'revision_number': 0, 'ip': '172.24.4.122'} created 2025-08-05 20:18:49,757 98942 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.085s 2025-08-05 20:18:49,757 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:49 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-ffb59732-abb4-426d-b9d9-c725b021f04d', '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": "e7663e75ab264ca8853f94fc7d999eb0", "name": "tempest-AttachSCSIVolumeTestJSON-1496524501-project-member", "password_expires_at": null}, "audit_ids": ["H7TZ9dKDSkaRX0K7861fwQ"], "expires_at": "2025-08-05T21:18:49.000000Z", "issued_at": "2025-08-05T20:18:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea9817783d0b443e89a745a0625ebfd5", "name": "tempest-AttachSCSIVolumeTestJSON-1496524501"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ea9817783d0b443e89a745a0625ebfd5", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "r egion_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:18:49,758 98942 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'f0426bf6-f0ea-4bbb-ac9f-f992b3678583', 'name': 'tempest-AttachSCSIVolumeTestJSON-501618530-network', 'tenant_id': 'ea9817783d0b443e89a745a0625ebfd5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ea9817783d0b443e89a745a0625ebfd5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37048, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:17:42Z', 'updated_at': '2025-08-05T20:17:42Z', 'revision_number': 1} available for tenant 2025-08-05 20:18:49,758 98942 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-934702265', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAQIEtnfpueBYZAjw2XYg9K0fb0vqMTdNPk3e5YDvtH4fTtGta/ruxdktqIvJ+yxiF+jEyvlgMYWMOeInqc/bHdG7k/xdJCzgRVAuUtTxIN4fsdWPijzCnWkejf9Evewtg==', 'fingerprint': '87:d5:69:24:fe:06:d0:b5:4a:e9:55:8c:d7:ed:a2:b3', 'user_id': 'e7663e75ab264ca8853f94fc7d999eb0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAaf9DFmm60/0Tq8ubdqrtti0QvwVHfMkgUjduMu9ecjv7e/FN+zaDU\nybf+zpdjXsigBwYFK4EEACKhZANiAAQECBLZ36bngWGQI8Nl2IPStH29L6jE3TT5\nN3uWA77R+H07RrWv67sXZLaiLyfssYhfoxMr5YDGFjDniJ6nP2x3Ru5P8XSQs4EV\nQLlLU8SDeH7HVj4o8wp1pHo3/RL3sLY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fd781169-6f47-4283-9ae2-543911ba59f8', 'name': 'tempest-securitygroup--60782025', 'stateful': True, 'tenant_id': 'ea9817783d0b443e89a745a0625ebfd5', 'description': 'tempest-description--467575514', 'shared': False, 'security_group_rules': [{'id': '093abcce-80ea-41df-b712-cbd5282fb034', 'project_id': 'ea9817783d0b443e89a745a0625ebfd5', 'tenant_id': 'ea9817783d0b443e89a745a0625ebfd5', 'security_group_id': 'fd781169-6f47-4283-9ae2-543911ba59f8', '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': 322, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:18:41Z', 'updated_at': '2025-08-05T20:18:41Z', 'revision_number': 0}, {'id': '11c0cec8-08f6-44ed-ae64-3177e5360e69', 'project_id': 'ea9817783d0b443e89a745a0625ebfd5', 'tenant_id': 'ea9817783d0b443e89a745a0625ebfd5', 'security_group_id': 'fd781169-6f47-4283-9ae2-543911ba59f8', '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': 323, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:18:41Z', 'updated_at': '2025-08-05T20:18:41Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:18:41Z', 'updated_at': '2025-08-05T20:18:41Z', 'revision_number': 1, 'project_id': 'ea9817783d0b443e89a745a0625ebfd5'}, 'floating_ip': {'id': 'a36e7fb4-c738-40c9-9979-97decdf88bb4', 'tenant_id': 'ea9817783d0b443e89a745a0625ebfd5', 'floating_ip_address': '172.24.4.122', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ea9817783d0b443e89a745a0625ebfd5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:18:49Z', 'updated_at': '2025-08-05T20:18:49Z', 'revision_number': 0, 'ip': '172.24.4.122'}} 2025-08-05 20:18:56,435 98942 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 6.675s 2025-08-05 20:18:56,435 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-68317221", "imageRef": "27dab630-3bf6-465b-b796-87d18b73b34e", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "f0426bf6-f0ea-4bbb-ac9f-f992b3678583"}], "security_groups": [{"name": "tempest-securitygroup--60782025"}], "key_name": "tempest-keypair-934702265", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'location': 'http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d17ecde-aec6-4577-951e-51cde0bf3a01', 'x-compute-request-id': 'req-3d17ecde-aec6-4577-951e-51cde0bf3a01', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f675ff98-402d-44b2-a83b-cb165f981e9a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f675ff98-402d-44b2-a83b-cb165f981e9a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--60782025"}], "adminPass": "Qc7aoX7Mcsoc"}}' 2025-08-05 20:18:58,127 98942 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/f675ff98-402d-44b2-a83b-cb165f981e9a 1.688s 2025-08-05 20:18:58,127 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83a20a68-6669-4b88-b5a4-f57754bea643', 'x-compute-request-id': 'req-83a20a68-6669-4b88-b5a4-f57754bea643', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a'} Body: b'{"server": {"id": "f675ff98-402d-44b2-a83b-cb165f981e9a", "name": "tempest-AttachSCSIVolumeTe stJSON-server-68317221", "status": "BUILD", "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "user_id": "e7663e75ab264ca8853f94fc7d999eb0", "metadata": {}, "hostId": "", "image": {"id": "27dab630-3bf6-465b-b796-87d18b73b34e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/27dab630-3bf6-465b-b796-87d18b73b34e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:56Z", "updated": "2025-08-05T20:18:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f675ff98-402d-44b2-a83b-cb165f981e9a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-934702265", "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 20:19:49,298 98942 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/f675ff98-402d-44b2-a83b-cb165f981e9a 1.106s 2025-08-05 20:19:49,299 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:48 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-d757731d-64a1-40e7-94b0-a2d8bf3b5e6f', 'x-compute-request-id': 'req-d757731d-64a1-40e7-94b0-a2d8bf3b5e6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a'} Body: b'{"server": {"id": "f675ff98-402d-44b2-a83b-cb165f981e9a", "name": "tempest-AttachSCSIVolumeTestJSON-server-68317221", "status": "ACTIVE", "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "user_id": "e7663e75ab264ca8853f94fc7d999eb0", "metadata": {}, "hostId": "344b688ddfef75e29f059fe37286d2c3232642883b0861565807c0c8", "image": {"id": "27dab630-3bf6-465b-b796-87d18b73b34e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/27dab630-3bf6-465b-b796-87d18b73b34e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:56Z", "updated": "2025-08-05T20:19:36Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-501618530-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:f4:ec"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f675ff98-402d-44b2-a83b-cb165f981e9a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-934702265", "OS-SRV-USG:launched_at": "2025-08-05T20:19:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--60782025"}], "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 20:19:49,314 98942 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 20:20:49,614 98942 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/f675ff98-402d-44b2-a83b-cb165f9 81e9a/os-interface 0.241s 2025-08-05 20:20:49,615 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b23a2cd-e563-4f5e-a0f6-e64038eb99cd', 'x-compute-request-id': 'req-2b23a2cd-e563-4f5e-a0f6-e64038eb99cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "f0426bf6-f0ea-4bbb-ac9f-f992b3678583", "port_id": "796bcf9c-4772-428f-86a4-6baa8e4b497e", "mac_addr": "fa:16:3e:1a:f4:ec", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "bca9f6dc-8153-4b34-84d1-c80863baf7cc", "ip_address": "10.0.0.4"}]}]}' 2025-08-05 20:20:50,542 98942 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/a36e7fb4-c738-40c9-9979-97decdf88bb4 0.917s 2025-08-05 20:20:50,542 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "796bcf9c-4772-428f-86a4-6baa8e4b497e"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-04edc2f6-41dd-4a74-8e86-9a4b5862ae09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/a36e7fb4-c738-40c9-9979-97decdf88bb4'} Body: b'{"floatingip": {"id": "a36e7fb4-c738-40c9-9979-97decdf88bb4", "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "floating_ip_address": "172.24.4.122", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "fde3f54a-db12-4339-93c6-e58d02671bba", "port_id": "796bcf9c-4772-428f-86a4-6baa8e4b497e", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "f0426bf6-f0ea-4bbb-ac9f-f992b3678583", "mac_address": "fa:16:3e:1a:f4:ec", "admin_state_up": true, "status": "ACTIVE", "device_id": "f675ff98-402d-44b2-a83b-cb165f981e9a", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:18:49Z", "updated_at": "2025-08-05T20:20:49Z", "revision_number": 1, "project_id": "ea9817783d0b443e89a745a0625ebfd5"}}' 2025-08-05 20:20:50,544 98942 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.122:22' as 'cirros' with public key authentication 2025-08-05 20:20:50,561 98942 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:20:50,664 98942 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:20:50,664 98942 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.122 successfully created 2025-08-05 20:20:50,879 98942 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.213s 2025-08-05 20:20:50,879 98942 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-270160990"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f7c8cc2-f1a1-4fa6-bdbf-1d5b086534b7', 'content-length': '755', 'openstack-api-versio n': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f7c8cc2-f1a1-4fa6-bdbf-1d5b086534b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2409f189-e450-4bc2-8798-94e249525dbb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:50.817648", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-270160990", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2409f189-e450-4bc2-8798-94e249525dbb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2409f189-e450-4bc2-8798-94e249525dbb"}], "user_id": "e7663e75ab264ca8853f94fc7d999eb0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:20:50,929 98942 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/2409f189-e450-4bc2-8798-94e249525dbb 0.037s 2025-08-05 20:20:50,930 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc97f8ab-376c-46a2-82b0-30dd48656a57', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc97f8ab-376c-46a2-82b0-30dd48656a57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2409f189-e450-4bc2-8798-94e249525dbb'} Body: b'{"volume": {"id": "2409f189-e450-4bc2-8798-94e249525dbb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:51.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-270160990", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2409f189-e450-4bc2-8798-94e249525dbb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2409f189-e450-4bc2-8798-94e249525dbb"}], "user_id": "e7663e75ab264ca8853f94fc7d999eb0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea9817783d0b443e89a745a0625ebfd5"}}' 2025-08-05 20:20:51,998 98942 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/2409f189-e450-4bc2-8798-94e249525dbb 0.038s 2025-08-05 20:20:51,999 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-624bfdb6-f1a4-477a-9f59-0b489057ac52', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-624bfdb6-f1a4-477a-9f59-0b489057ac52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2409f189-e450-4bc2-8798-94e249525dbb'} Body: b'{"volume": {"id": "2409f189-e450-4bc2-8798-94e249525dbb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:51.000000", "updated_at": "2025-08-05T20:20:51.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-270160990", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "sourc e_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2409f189-e450-4bc2-8798-94e249525dbb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2409f189-e450-4bc2-8798-94e249525dbb"}], "user_id": "e7663e75ab264ca8853f94fc7d999eb0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea9817783d0b443e89a745a0625ebfd5"}}' 2025-08-05 20:20:52,232 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a 0.217s 2025-08-05 20:20:52,233 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c18d090-ca55-40ce-9e44-d07c8ae0db33', 'x-compute-request-id': 'req-3c18d090-ca55-40ce-9e44-d07c8ae0db33', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a'} Body: b'' 2025-08-05 20:20:52,408 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a 0.174s 2025-08-05 20:20:52,408 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:52 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-ab5a702b-eabc-4be5-a819-d0607387e022', 'x-compute-request-id': 'req-ab5a702b-eabc-4be5-a819-d0607387e022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a'} Body: b'{"server": {"id": "f675ff98-402d-44b2-a83b-cb165f981e9a", "name": "tempest-AttachSCSIVolumeTestJSON-server-68317221", "status": "ACTIVE", "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "user_id": "e7663e75ab264ca8853f94fc7d999eb0", "metadata": {}, "hostId": "344b688ddfef75e29f059fe37286d2c3232642883b0861565807c0c8", "image": {"id": "27dab630-3bf6-465b-b796-87d18b73b34e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/27dab630-3bf6-465b-b796-87d18b73b34e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:56Z", "updated": "2025-08-05T20:20:52Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-501618530-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:f4:ec"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:f4:ec"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f675ff98-402d-44b2-a83b-cb165f981e9a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-934702265", "OS-SRV-USG:launched_at": "2025-08-05T20:19:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--60782025"}], "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 20:21:42,504 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a 0.049s 2025-08-05 20:21:42,505 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-546dba78-592f-40b8-974d-cda04d59786b', 'x-compute-request-id': 'req-546dba78-592f-40b8-974d-cda04d59786b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f675ff98-402d-44b2-a83b-cb165f981e9a could not be found."}}' 2025-08-05 20:21:42,558 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-934702265 0.052s 2025-08-05 20:21:42,558 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4912cf87-71e1-4e16-9dd4-4915dc57ee16', 'x-compute-request-id': 'req-4912cf87-71e1-4e16-9dd4-4915dc57ee16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-934702265'} Body: b'' 2025-08-05 20:21:42,777 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/fd781169-6f47-4283-9ae2-543911ba59f8 0.218s 2025-08-05 20:21:42,778 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-0c8de1fc-2159-4d7b-b0d9-e4dec6b3d5df', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/fd781169-6f47-4283-9ae2-543911ba59f8'} Body: b'' 2025-08-05 20:21:42,796 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/fd781169-6f47-4283-9ae2-543911ba59f8 0.017s 2025-08-05 20:21:42,796 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-2e83992b-b040-4b39-99cb-5674eda4249a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/fd781169-6f47-4283-9ae2-543911ba59f8'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group fd781169-6f47-4283-9ae2-543911ba59f8 does not exist", "detail": ""}}' 2025-08-05 20:21:43,167 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_ru n_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/a36e7fb4-c738-40c9-9979-97decdf88bb4 0.370s 2025-08-05 20:21:43,167 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-19fe1c5a-f919-476e-b460-51db4ad8b895', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/a36e7fb4-c738-40c9-9979-97decdf88bb4'} Body: b'' 2025-08-05 20:21:43,602 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/27dab630-3bf6-465b-b796-87d18b73b34e 0.434s 2025-08-05 20:21:43,602 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2318e93c-5713-4e89-9b0d-5b1f6e69d0b1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/27dab630-3bf6-465b-b796-87d18b73b34e'} Body: b'' 2025-08-05 20:21:43,626 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/27dab630-3bf6-465b-b796-87d18b73b34e 0.023s 2025-08-05 20:21:43,627 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-92a95ee6-d6ec-4171-8ba9-4f503d2fee02', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/27dab630-3bf6-465b-b796-87d18b73b34e'} Body: b'{"message": "No image found with ID 27dab630-3bf6-465b-b796-87d18b73b34e

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {2} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [172.620042s] ... 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 beef9894-699d-4462-a2c3-1b421e517855 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:16,977 98932 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 20:19:17,872 98932 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.893s 2025-08-05 20:19:17,873 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--2106768965", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-5212d6bd-bb43-450a-b001-90a1ed580a23', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--2106768965", "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": "72ab4c530c0f471ea39fb92836274ab8", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "88f75e9e-4742-428c-b986-dd43e6e7a2eb", "created_at": "2025-08-05T20:19:18Z", "updated_at": "2025-08-05T20:19:18Z", "tags": [], "self": "/v2/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb", "file": "/v2/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:19:20,129 98932 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/88f75e9e-4742-428c-b986-dd43e6e7a2eb/file 2.255s 2025-08-05 20:19:20,129 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-110ad64e-0be8-479e-8b7a-f8f0d9ab2b27', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb/file'} Body: b'' 2025-08-05 20:19:20,130 98932 DEBUG [tempest.scenario.manager] image:88f75e9e-4742-428c-b986-dd43e6e7a2eb 2025-08-05 20:19:20,191 98932 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.059s 2025-08-05 20:19:20,191 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1603616069", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJU94TlBY7XedE1FcipDcGnhDP3jLi9N0d03/ARWEGNYGbq7f7/HXdkldUDIfKk3P99oMVYj/mGgVOo7SMzlSaVR7/og1zh/rYh+5J8taD1ohNurw+BXqKekS4QNUt8HuQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:20 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-c854adc5-486b-43ba-9cdf-78550232bc27', 'x-compute-request-id': 'req-c854adc5-486b-43ba-9cdf-78550232bc27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0 .0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1603616069", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJU94TlBY7XedE1FcipDcGnhDP3jLi9N0d03/ARWEGNYGbq7f7/HXdkldUDIfKk3P99oMVYj/mGgVOo7SMzlSaVR7/og1zh/rYh+5J8taD1ohNurw+BXqKekS4QNUt8HuQ==", "fingerprint": "d1:88:54:e8:f9:62:51:5c:71:9f:2b:61:b0:ac:2b:de", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099"}}' 2025-08-05 20:19:20,298 98932 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.099s 2025-08-05 20:19:20,298 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:20 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-6daea4ba-5168-46f5-a06f-ff2d5bcf4f2e', '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": "c3e231ecb1164451b7f5f24bf8b4d099", "name": "tempest-TestMinimumBasicScenario-1954197763-project-member", "password_expires_at": null}, "audit_ids": ["4HpMN5GpRw6kVTmrKN69fA"], "expires_at": "2025-08-05T21:19:20.000000Z", "issued_at": "2025-08-05T20:19:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72ab4c530c0f471ea39fb92836274ab8", "name": "tempest-TestMinimumBasicScenario-1954197763"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/72ab4c530c0f471ea39fb92836274ab8", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:19:20,299 98932 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '2b73b213-a448-4855-8b18-da7573aa0d26', 'name': 'tempest-TestMinimumBasicScenario-1079764232-network', 'tenant_id': '72ab4c530c0f471e a39fb92836274ab8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '72ab4c530c0f471ea39fb92836274ab8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59572, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:18:53Z', 'updated_at': '2025-08-05T20:18:53Z', 'revision_number': 1} available for tenant 2025-08-05 20:19:25,825 98932 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 5.525s 2025-08-05 20:19:25,826 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-730930400", "imageRef": "88f75e9e-4742-428c-b986-dd43e6e7a2eb", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1603616069", "networks": [{"uuid": "2b73b213-a448-4855-8b18-da7573aa0d26"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c31e60bd-2996-4069-afff-7cb0101200d6', 'x-compute-request-id': 'req-c31e60bd-2996-4069-afff-7cb0101200d6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5716eca1-f9d3-4e0c-832e-a57d7239bb33", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "xnz9NdsJ2pRb"}}' 2025-08-05 20:19:26,441 98932 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/5716eca1-f9d3-4e0c-832e-a57d7239bb33 0.611s 2025-08-05 20:19:26,441 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:25 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-b4860567-a9d4-4e3a-a4c8-2da436ea38d5', 'x-compute-request-id': 'req-b4860567-a9d4-4e3a-a4c8-2da436ea38d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33'} Body: b'{"server": {"id": "5716eca1-f9d3-4e0c-832e-a57d7239bb33", "name": "tempest-TestMinimumBasicScenario-server-730930400", "status": "BUILD", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "", "image": {"id": "88f75e9e-4742-428c-b986-dd43e6e7a2eb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:26Z", "updated": "2025-08-05T20:19:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": " self", "href": "http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1603616069", "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 20:20:16,782 98932 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/5716eca1-f9d3-4e0c-832e-a57d7239bb33 0.274s 2025-08-05 20:20:16,783 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:16 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-dadf9698-2773-4c25-8c9f-91e74e5f07ba', 'x-compute-request-id': 'req-dadf9698-2773-4c25-8c9f-91e74e5f07ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33'} Body: b'{"server": {"id": "5716eca1-f9d3-4e0c-832e-a57d7239bb33", "name": "tempest-TestMinimumBasicScenario-server-730930400", "status": "ACTIVE", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "5f4e5ef16c7666238a260d75c8b4f6bccb1b51fbe9f41f649676009d", "image": {"id": "88f75e9e-4742-428c-b986-dd43e6e7a2eb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:25Z", "updated": "2025-08-05T20:19:57Z", "addresses": {"tempest-TestMinimumBasicScenario-1079764232-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:4f:b2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1603616069", "OS-SRV-USG:launched_at": "2025-08-05T20:19:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 20:20:16,800 98932 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:21:17,061 98932 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/5716eca1-f9d3-4e0c-832e-a57d7239bb33 0.200s 2025-08-05 20:21:17,061 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:16 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-ope nstack-request-id': 'req-7e58f3e6-b3e6-4bce-a4b9-ff09b26fb8a7', 'x-compute-request-id': 'req-7e58f3e6-b3e6-4bce-a4b9-ff09b26fb8a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33'} Body: b'{"server": {"id": "5716eca1-f9d3-4e0c-832e-a57d7239bb33", "name": "tempest-TestMinimumBasicScenario-server-730930400", "status": "ACTIVE", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "5f4e5ef16c7666238a260d75c8b4f6bccb1b51fbe9f41f649676009d", "image": {"id": "88f75e9e-4742-428c-b986-dd43e6e7a2eb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:25Z", "updated": "2025-08-05T20:19:57Z", "addresses": {"tempest-TestMinimumBasicScenario-1079764232-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:4f:b2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1603616069", "OS-SRV-USG:launched_at": "2025-08-05T20:19:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 20:21:17,246 98932 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.170s 2025-08-05 20:21:17,247 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:17 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-a39a8dfe-ba3b-4373-8143-2300677c721e', 'x-compute-request-id': 'req-a39a8dfe-ba3b-4373-8143-2300677c721e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "5716eca1-f9d3-4e0c-832e-a57d7239bb33", "name": "tempest-TestMinimumBasicScenario-server-730930400", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}]}]}' 2025-08-05 20:21:17,414 98932 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/5716eca1-f9d3-4e0c-832e-a57d7239bb33 0.164s 2025-08-05 20:21:17,415 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:17 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-72ac68bb-17ad-4901-89a5-5cb4f4b743b7', 'x-compute-request-id': 'req-72ac68bb-17ad-4901-89a5-5cb4f4b743b7', 'connection': 'close', 'sta tus': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33'} Body: b'{"server": {"id": "5716eca1-f9d3-4e0c-832e-a57d7239bb33", "name": "tempest-TestMinimumBasicScenario-server-730930400", "status": "ACTIVE", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "5f4e5ef16c7666238a260d75c8b4f6bccb1b51fbe9f41f649676009d", "image": {"id": "88f75e9e-4742-428c-b986-dd43e6e7a2eb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:25Z", "updated": "2025-08-05T20:19:57Z", "addresses": {"tempest-TestMinimumBasicScenario-1079764232-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:4f:b2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1603616069", "OS-SRV-USG:launched_at": "2025-08-05T20:19:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 20:21:17,656 98932 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.226s 2025-08-05 20:21:17,656 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-347446113", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-775ff0d8-d4f3-4e33-942c-04961915fdc3', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-775ff0d8-d4f3-4e33-942c-04961915fdc3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "beef9894-699d-4462-a2c3-1b421e517855", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:21:17.586298", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-347446113", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/beef9894-699d-4462-a2c3-1b421e517855"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/beef9894-699d-4462-a2c3-1b421e517855"}], "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:21:17,714 98932 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/beef9894-699d-4462-a2c3-1b421e517855 0.044s 2025-08-05 20:21:17,714 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-re quest-id': 'req-c124668a-17e6-4369-96ed-bf842edd0dba', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c124668a-17e6-4369-96ed-bf842edd0dba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/beef9894-699d-4462-a2c3-1b421e517855'} Body: b'{"volume": {"id": "beef9894-699d-4462-a2c3-1b421e517855", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:21:18.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-347446113", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/beef9894-699d-4462-a2c3-1b421e517855"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/beef9894-699d-4462-a2c3-1b421e517855"}], "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72ab4c530c0f471ea39fb92836274ab8"}}' 2025-08-05 20:21:18,767 98932 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/beef9894-699d-4462-a2c3-1b421e517855 0.037s 2025-08-05 20:21:18,767 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a98da5d8-6beb-4f52-9354-83fe2a9dc55c', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a98da5d8-6beb-4f52-9354-83fe2a9dc55c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/beef9894-699d-4462-a2c3-1b421e517855'} Body: b'{"volume": {"id": "beef9894-699d-4462-a2c3-1b421e517855", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:21:18.000000", "updated_at": "2025-08-05T20:21:18.000000", "name": "tempest-TestMinimumBasicScenario-volume-347446113", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/beef9894-699d-4462-a2c3-1b421e517855"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/beef9894-699d-4462-a2c3-1b421e517855"}], "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72ab4c530c0f471ea39fb92836274ab8"}}' 2025-08-05 20:21:18,984 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/beef9894-699d-4462-a2c3-1b421e517855 0.201s 2025-08-05 20:21:18,985 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8253523d-3e52-45ee-905b-3b3022139741', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/beef9894-699d-4462-a2c3-1b421e517855'} Body: b'' 2025-08-05 20:21:19,006 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/beef9894-6 99d-4462-a2c3-1b421e517855 0.020s 2025-08-05 20:21:19,006 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb07fd10-2209-4bb3-966d-8c1ad8227f22', 'x-openstack-request-id': 'req-bb07fd10-2209-4bb3-966d-8c1ad8227f22', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/beef9894-699d-4462-a2c3-1b421e517855'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume beef9894-699d-4462-a2c3-1b421e517855 could not be found."}}' 2025-08-05 20:21:19,126 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33 0.119s 2025-08-05 20:21:19,127 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:19 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-9909e54d-ff46-4552-bb94-c05ae74e2dac', 'x-compute-request-id': 'req-9909e54d-ff46-4552-bb94-c05ae74e2dac', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33'} Body: b'' 2025-08-05 20:21:19,370 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33 0.243s 2025-08-05 20:21:19,371 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:19 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-839bd535-93b8-43b7-98f0-da9b132d7ea3', 'x-compute-request-id': 'req-839bd535-93b8-43b7-98f0-da9b132d7ea3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33'} Body: b'{"server": {"id": "5716eca1-f9d3-4e0c-832e-a57d7239bb33", "name": "tempest-TestMinimumBasicScenario-server-730930400", "status": "ACTIVE", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "5f4e5ef16c7666238a260d75c8b4f6bccb1b51fbe9f41f649676009d", "image": {"id": "88f75e9e-4742-428c-b986-dd43e6e7a2eb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:25Z", "updated": "2025-08-05T20:21:19Z", "addresses": {"tempest-TestMinimumBasicScenario-1079764232-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:4f:b2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", " key_name": "tempest-TestMinimumBasicScenario-1603616069", "OS-SRV-USG:launched_at": "2025-08-05T20:19:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 20:22:09,471 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33 0.034s 2025-08-05 20:22:09,471 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-2a821c7a-9dd9-4ddc-a39a-712f1f956a82', 'x-compute-request-id': 'req-2a821c7a-9dd9-4ddc-a39a-712f1f956a82', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5716eca1-f9d3-4e0c-832e-a57d7239bb33 could not be found."}}' 2025-08-05 20:22:09,498 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1603616069 0.026s 2025-08-05 20:22:09,498 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90f152cf-69d7-46bb-bbbc-885b2ec6bddc', 'x-compute-request-id': 'req-90f152cf-69d7-46bb-bbbc-885b2ec6bddc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1603616069'} Body: b'' 2025-08-05 20:22:09,595 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb 0.096s 2025-08-05 20:22:09,595 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-eacdd6ca-8361-444b-90e0-50719ee0b728', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb'} Body: b'' {4} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [172.291295s] ... 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 72797a03-4ac7-47ac-81f9-37d6486f13c3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:39,737 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.469s 2025-08-05 20:19:39,737 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-490042479", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ea5cfb2-64d5-4eb3-814c-f001c13f1cf1', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ea5cfb2-64d5-4eb3-814c-f001c13f1cf1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "72797a03-4ac7-47ac-81f9-37d6486f13c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:39.662897", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-490042479", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3"}], "user_id": "563d774630a244ea9b076889fac3fbfd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:19:39,973 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.222s 2025-08-05 20:19:39,974 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-466389844", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9c62f12-786e-4362-be81-41706691381e', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9c62f12-786e-4362-be81-41706691381e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "0659505c-a2f5-47a7-be1f-5fe3abcff4a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:39.892543", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-466389844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0659505c-a2f5-47a7-be1f-5fe3abcff4a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0659505c-a2f5-47a7-be1f-5fe3abcff4a8"}], "user_id": "563d774630a244ea9b076889fac3fbfd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:19:40,066 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.073s 2025-08-05 20:19:40,067 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2515', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-59a42910-5078-4dc1-8ba2-bb5514b80eac', '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": "563d774630a244ea9b076889fac3fbfd", "name": "tempest-TestServerVolumeAttachmentScenario-109897778-project-member", "password_expires_at": null}, "audit_ids": ["r_QG7uIARgmDLoAM-eSSIg"], "expires_at": "2025-08-05T21:19:40.000000Z", "issued_at": "2025-08-05T20:19:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9e5a848b937642fdb5e2e53e26029bb9", "name": "tempest-TestServerVolumeAttachmentScenario-109897778"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9e5a848b937642fdb5e2e53e26029bb9", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:19:40,068 98936 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '48374bdb-1a68-4bd6-a34c-143643a8d2ac', 'name': 'tempest-TestServerVolumeAttachmentScenario-1419055863-network', 'tenant_id': '9e5a848b937642fdb5e2e53e26029bb9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9e5a848b937642fdb5e2e53e26029bb9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2238, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:19:07Z', 'updated_at': '2025-08-05T20:19:07Z', 'revision_number': 1} available for tenant 2025-08-05 20:19:40,070 98936 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:19:40,071 98936 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-0 5 20:19:40,180 98936 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.103s 2025-08-05 20:19:40,180 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1404674180", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBhE3SyWPyK3CJL27gZ+uOJM4/R7JBE5bbI/BtnTczBb+QNPIGmwvuNJNZ8Y0qY8h8TVlwi2VtCKDE06BAHzX1hi0e1+E87lA86Q8q1DdxM1wM+0TUhOgPK6r8qOhQERSA=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:40 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-d9f6238f-4f91-4c04-8a30-db565ebe19e8', 'x-compute-request-id': 'req-d9f6238f-4f91-4c04-8a30-db565ebe19e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1404674180", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBhE3SyWPyK3CJL27gZ+uOJM4/R7JBE5bbI/BtnTczBb+QNPIGmwvuNJNZ8Y0qY8h8TVlwi2VtCKDE06BAHzX1hi0e1+E87lA86Q8q1DdxM1wM+0TUhOgPK6r8qOhQERSA==", "fingerprint": "7c:ed:39:db:cf:28:af:ce:4e:f2:43:d4:16:dc:0a:70", "user_id": "563d774630a244ea9b076889fac3fbfd"}}' 2025-08-05 20:19:40,183 98936 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1404674180 created 2025-08-05 20:19:40,934 98936 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.750s 2025-08-05 20:19:40,934 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1201494665", "description": "tempest-description--1535269918"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-0e6fa7f0-c785-493a-b49b-4e56e5aba6ac', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "61a72a73-e983-4739-868f-e7c028b68305", "name": "tempest-securitygroup--1201494665", "stateful": true, "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "description": "tempest-description--1535269918", "shared": false, "security_group_rules": [{"id": "007b53f3-78e0-4476-9f1c-c3bc9c0a6bff", "project_id": "9e5a848b937642fdb5e2e53e26029bb9", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "security_group_id": "61a72a73-e983-4739-868f-e7c028b68305", "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": 530, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:19:40Z", "updated_at": "2025-08-05T20:19:40Z", "revision_number": 0}, {"id": "8c9450f9-fd70-46cf-98ab-619d82d5ec03", "project_id": "9e5a848b937642fdb5e2e53e26029bb9", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "security_group_id": "61a72a73-e983-4739-868f-e7c028b68305", "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": 531, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:19:40Z", "updated_at": "2025-08-05T20:19:40Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:19:40Z", "updated_at": "2025-08-05T20:19:40Z", "revision_number": 1, "project_id": "9e5a848b937642fdb5e2e53e26029bb9"}}' 2025-08-05 20:19:42,506 98936 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.570s 2025-08-05 20:19:42,506 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "61a72a73-e983-4739-868f-e7c028b68305", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-b975902e-bc76-4098-81d1-ea9a4ed7861e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4f8b2bb9-9695-45dc-9130-5e949cfae4f8", "project_id": "9e5a848b937642fdb5e2e53e26029bb9", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "security_group_id": "61a72a73-e983-4739-868f-e7c028b68305", "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-05T20:19:42Z", "updated_at": "2025-08-05T20:19:42Z", "revision_number": 0}}' 2025-08-05 20:19:43,832 98936 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.325s 2025-08-05 20:19:43,832 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "61a72a73-e983-4739-868f-e7c028b68305", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-bfd335dd-aacd-42ff-9e81-8e3ac7127db9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6aa65873-47f6-4819-bca4-1875ee9a9ec5", "project_id": "9e5a848b937642fdb5e2e53e26029bb9", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "security_group_id": "61a72a73-e983-4739-868f-e7c028b68305", "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-05T20:19:43Z", "updated_at": "2025-08-05T20:19:43Z", "revision_number": 0}}' 2025-08-05 20:19:43,833 98936 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1201494665 created 2025-08-05 20:19:44,950 98936 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.117s 2025-08-05 20:19:44,951 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-90c34d01-e9c3-433f-9a81-2696d84ec31 9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2a840917-2717-4238-89f5-a88a550c3786", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "floating_ip_address": "172.24.4.153", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9e5a848b937642fdb5e2e53e26029bb9", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:19:44Z", "updated_at": "2025-08-05T20:19:44Z", "revision_number": 0}}' 2025-08-05 20:19:44,951 98936 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2a840917-2717-4238-89f5-a88a550c3786', 'tenant_id': '9e5a848b937642fdb5e2e53e26029bb9', 'floating_ip_address': '172.24.4.153', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9e5a848b937642fdb5e2e53e26029bb9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:19:44Z', 'updated_at': '2025-08-05T20:19:44Z', 'revision_number': 0, 'ip': '172.24.4.153'} created 2025-08-05 20:19:44,952 98936 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1404674180', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBhE3SyWPyK3CJL27gZ+uOJM4/R7JBE5bbI/BtnTczBb+QNPIGmwvuNJNZ8Y0qY8h8TVlwi2VtCKDE06BAHzX1hi0e1+E87lA86Q8q1DdxM1wM+0TUhOgPK6r8qOhQERSA==', 'fingerprint': '7c:ed:39:db:cf:28:af:ce:4e:f2:43:d4:16:dc:0a:70', 'user_id': '563d774630a244ea9b076889fac3fbfd', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAOl9hW2mzZWGSx6mrv05XWvYpULqNBgWTilKBlcnCFihoiYPqXua+i\nJOLjj4ZlWr2gBwYFK4EEACKhZANiAAQYRN0slj8itwiS9u4GfrjiTOP0eyQROW2y\nPwbZ03MwW/kDTyBpsL7jSTWfGNKmPIfE1ZcItlbQigxNOgQB819YYtHtfhPO5QPO\nkPKtQ3cTNcDPtE1IToDyuq/KjoUBEUg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '61a72a73-e983-4739-868f-e7c028b68305', 'name': 'tempest-securitygroup--1201494665', 'stateful': True, 'tenant_id': '9e5a848b937642fdb5e2e53e26029bb9', 'description': 'tempest-description--1535269918', 'shared': False, 'security_group_rules': [{'id': '007b53f3-78e0-4476-9f1c-c3bc9c0a6bff', 'project_id': '9e5a848b937642fdb5e2e53e26029bb9', 'tenant_id': '9e5a848b937642fdb5e2e53e26029bb9', 'security_group_id': '61a72a73-e983-4739-868f-e7c028b68305', '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': 530, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:19:40Z', 'updated_at': '2025-08-05T20:19:40Z', 'revision_number': 0}, {'id': '8c9450f9-fd70-46cf-98ab-619d82d5ec03', 'project_id': '9e5a848b937642fdb5e2e53e26029bb9', 'tenant_id': '9e5a848b937642fdb5e2e53e26029bb9', 'security_group_id': '61a72a73-e983-4739-868f-e7c028b68305', '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': 531, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:19:40Z', 'updated_at': '2025-08-05T20:19:40Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:19:40Z', 'updated_at': '2025-08-05T20:19:40Z', 'revision_number': 1, 'project_id': '9e5a848b937642fdb5e2e53e26029bb9'}, 'floating_ip': {'id': '2a840917-2717-4238-89f5-a88a550c3786', 'tenant_id': '9e5a848b937642fdb5e2e53e26029bb9', 'floating_ip_address': '172.24.4.153', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id' : '9e5a848b937642fdb5e2e53e26029bb9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:19:44Z', 'updated_at': '2025-08-05T20:19:44Z', 'revision_number': 0, 'ip': '172.24.4.153'}} 2025-08-05 20:19:46,421 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/compute/v2.1/servers 1.466s 2025-08-05 20:19:46,421 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-1425833590", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "48374bdb-1a68-4bd6-a34c-143643a8d2ac"}], "security_groups": [{"name": "tempest-securitygroup--1201494665"}], "key_name": "tempest-keypair-1404674180", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab6c223d-ed36-41f7-ad54-6889f70831f5', 'x-compute-request-id': 'req-ab6c223d-ed36-41f7-ad54-6889f70831f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "fd994f64-ef34-4064-a34e-0867b183b63c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1201494665"}], "adminPass": "zyiqcrU8ZSur"}}' 2025-08-05 20:19:46,679 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c 0.254s 2025-08-05 20:19:46,679 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1244', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23c24797-623f-4237-b9a0-d1b88f78548c', 'x-compute-request-id': 'req-23c24797-623f-4237-b9a0-d1b88f78548c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c'} Body: b'{"server": {"id": "fd994f64-ef34-4064-a34e-0867b183b63c", "name": "tempest-TestServerVolumeAttachmentScenario-server-1425833590", "status": "BUILD", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "user_id": "563d774630a244ea9b076889fac3fbfd", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:46Z", "updated": "2025-08-05T20:19:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd994f64-ef34-4064-a34e-0867b183b63 c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1404674180", "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 20:20:36,943 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c 0.199s 2025-08-05 20:20:36,944 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1564', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d17ffe48-db1d-4e66-a43c-a75098b7e406', 'x-compute-request-id': 'req-d17ffe48-db1d-4e66-a43c-a75098b7e406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c'} Body: b'{"server": {"id": "fd994f64-ef34-4064-a34e-0867b183b63c", "name": "tempest-TestServerVolumeAttachmentScenario-server-1425833590", "status": "ACTIVE", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "user_id": "563d774630a244ea9b076889fac3fbfd", "metadata": {}, "hostId": "866eb721b83bfa5bf193bfea213e9950b44835d6a6f92599359cf987", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:46Z", "updated": "2025-08-05T20:20:05Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1419055863-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:37:ca"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1404674180", "OS-SRV-USG:launched_at": "2025-08-05T20:20:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1201494665"}], "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 20:20:36,959 98936 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:21:37,146 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c/os-interface 0.159s 2025-08-05 20:21:37,146 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1919fc1b-3d63-484a-bc06-0d4a067f5c37', 'x-compute-request-id': 'req-1919fc1b-3d63-484a-bc06-0d4a067f5c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/se rvers/fd994f64-ef34-4064-a34e-0867b183b63c/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "48374bdb-1a68-4bd6-a34c-143643a8d2ac", "port_id": "8b77b960-fad0-41db-b587-298656101f55", "mac_addr": "fa:16:3e:c9:37:ca", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c6cceee2-84dc-43f6-add7-3c855a718d0d", "ip_address": "10.0.0.4"}]}]}' 2025-08-05 20:21:38,442 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/2a840917-2717-4238-89f5-a88a550c3786 1.292s 2025-08-05 20:21:38,443 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "8b77b960-fad0-41db-b587-298656101f55"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-35493b8f-8025-4f17-b771-befb4f00f18c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/2a840917-2717-4238-89f5-a88a550c3786'} Body: b'{"floatingip": {"id": "2a840917-2717-4238-89f5-a88a550c3786", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "floating_ip_address": "172.24.4.153", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "25c8b0e2-13ae-4ca4-99c5-46fa26fd7c07", "port_id": "8b77b960-fad0-41db-b587-298656101f55", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "48374bdb-1a68-4bd6-a34c-143643a8d2ac", "mac_address": "fa:16:3e:c9:37:ca", "admin_state_up": true, "status": "ACTIVE", "device_id": "fd994f64-ef34-4064-a34e-0867b183b63c", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:19:44Z", "updated_at": "2025-08-05T20:21:37Z", "revision_number": 1, "project_id": "9e5a848b937642fdb5e2e53e26029bb9"}}' 2025-08-05 20:21:38,447 98936 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.153:22' as 'cirros' with public key authentication 2025-08-05 20:21:38,487 98936 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:21:38,593 98936 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:21:38,593 98936 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.153 successfully created 2025-08-05 20:21:38,812 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c 0.218s 2025-08-05 20:21:38,812 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1564', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b4cdcb4-586b-4803-ac59-cf4283797d0e', 'x-compute-request-id': 'req-3b4cdcb4-586b-4803-ac59-cf4283797d0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c'} Body: b'{"server": {"id": "fd994f64-ef34-4064-a34e-0867b183b63c", "name": "tempest-TestServerVolumeAttachmentScenario-server-1425833590", "status": "ACTIVE", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "user_id": "563d774630a244ea9b076889fac3fbfd", "metadata": {}, "hostId": "866eb721b83bfa5bf193bfea213e9950b44835d6a6f92599359cf987", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-80 43-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:46Z", "updated": "2025-08-05T20:20:05Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1419055863-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:37:ca"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1404674180", "OS-SRV-USG:launched_at": "2025-08-05T20:20:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1201494665"}], "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 20:21:39,032 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers 0.205s 2025-08-05 20:21:39,032 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:38 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-9ac05fcb-aa94-4cf7-90b0-2f54888e8f74', 'x-compute-request-id': 'req-9ac05fcb-aa94-4cf7-90b0-2f54888e8f74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "fd994f64-ef34-4064-a34e-0867b183b63c", "name": "tempest-TestServerVolumeAttachmentScenario-server-1425833590", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}]}]}' 2025-08-05 20:21:39,074 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3 0.038s 2025-08-05 20:21:39,074 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8726689-1ab5-47b8-bb72-e77256706ca2', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8726689-1ab5-47b8-bb72-e77256706ca2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3'} Body: b'{"volume": {"id": "72797a03-4ac7-47ac-81f9-37d6486f13c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:40.000000", "updated_at": "2025-08-05T20:19:40.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-490042479", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3"}], "user_id": "563d774630a244ea9b076889fac3fbfd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup _id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e5a848b937642fdb5e2e53e26029bb9"}}' 2025-08-05 20:21:40,135 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3 0.046s 2025-08-05 20:21:40,135 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bae5bb3a-bdb6-46bf-b6a0-b806dcd90d27', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bae5bb3a-bdb6-46bf-b6a0-b806dcd90d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3'} Body: b'{"volume": {"id": "72797a03-4ac7-47ac-81f9-37d6486f13c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:40.000000", "updated_at": "2025-08-05T20:19:40.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-490042479", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3"}], "user_id": "563d774630a244ea9b076889fac3fbfd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e5a848b937642fdb5e2e53e26029bb9"}}' 2025-08-05 20:21:40,271 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c 0.121s 2025-08-05 20:21:40,271 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfa0caa8-a335-4108-86f5-5190c7a739a9', 'x-compute-request-id': 'req-cfa0caa8-a335-4108-86f5-5190c7a739a9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c'} Body: b'' 2025-08-05 20:21:40,568 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c 0.297s 2025-08-05 20:21:40,568 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea89c346-7c7b-4e97-9d69-623f45bf4af8', 'x-compute-request-id': 'req-ea89c346-7c7b-4e97-9d69-623f45bf4af8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c'} Body: b'{"server": {"id": "fd994f64-ef34-4064-a34e-0867b183b63c", "name": "tempest-TestServerVolumeAttachmentScenario-server-14258 33590", "status": "ACTIVE", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "user_id": "563d774630a244ea9b076889fac3fbfd", "metadata": {}, "hostId": "866eb721b83bfa5bf193bfea213e9950b44835d6a6f92599359cf987", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:46Z", "updated": "2025-08-05T20:21:40Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1419055863-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:37:ca"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1404674180", "OS-SRV-USG:launched_at": "2025-08-05T20:20:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1201494665"}], "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 20:22:30,650 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c 0.043s 2025-08-05 20:22:30,651 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-d5560819-4d1e-4330-b797-fb3b91c5a04b', 'x-compute-request-id': 'req-d5560819-4d1e-4330-b797-fb3b91c5a04b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance fd994f64-ef34-4064-a34e-0867b183b63c could not be found."}}' 2025-08-05 20:22:30,688 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1404674180 0.036s 2025-08-05 20:22:30,688 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69f9fe5b-21c5-4262-bc00-c275acbed637', 'x-compute-request-id': 'req-69f9fe5b-21c5-4262-bc00-c275acbed637', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1404674180'} Body: b'' 2025-08-05 20:22:30,870 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/61a72a73-e983-4739-868f-e7c028b68305 0.181s 2025-08-05 20:22:30,871 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-48eeddcf-e5d8-4726-882b-5cbffa3c4753', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/61a72a73-e983-4739-868f-e7c028b68305'} Body: b'' 2025-08-05 20:22:30,891 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/61a72a73-e983-4739-868f-e7c028b68305 0.020s 2025-08-05 20:22:30,891 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-3f2a7465-fb5e-4908-8eda-f2890ddc4f7c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/61a72a73-e983-4739-868f-e7c028b68305'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 61a72a73-e983-4739-868f-e7c028b68305 does not exist", "detail": ""}}' 2025-08-05 20:22:31,264 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/2a840917-2717-4238-89f5-a88a550c3786 0.372s 2025-08-05 20:22:31,264 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-12607589-bf39-4bbe-8cad-7e3556e3c32b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/2a840917-2717-4238-89f5-a88a550c3786'} Body: b'' 2025-08-05 20:22:31,371 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/0659505c-a2f5-47a7-be1f-5fe3abcff4a8 0.106s 2025-08-05 20:22:31,371 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22: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-7b885936-6105-4508-8523-8692dad70ea5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0659505c-a2f5-47a7-be1f-5fe3abcff4a8'} Body: b'' 2025-08-05 20:22:31,396 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/0659505c-a2f5-47a7-be1f-5fe3abcff4a8 0.024s 2025-08-05 20:22:31,396 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22: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-fe19b354-20a2-440e-9e68-03b08aaa86fa', 'x-openstack-request-id': 'req-fe19b354-20a2-440e-9e68-03b08aaa86fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0659505c-a2f5-47a7-be1f-5fe3abcff4a8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0659505c-a2f5-47a7-be1f-5fe3abcff4a8 could not be found."}}' 2025-08-05 20:22:31,530 98936 INFO [tempest.lib.common.rest_client ] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3 0.134s 2025-08-05 20:22:31,531 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22: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-bcb22814-786a-4ddc-b88f-f14f48346210', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3'} Body: b'' 2025-08-05 20:22:31,555 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3 0.024s 2025-08-05 20:22:31,555 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22: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-bb1a363d-1154-41bf-8f36-54c24aebf870', 'x-openstack-request-id': 'req-bb1a363d-1154-41bf-8f36-54c24aebf870', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 72797a03-4ac7-47ac-81f9-37d6486f13c3 could not be found."}}' {4} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.899882s] ... 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 f31db465-10bc-4c11-9c41-6bdaed6329a0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:49,273 98930 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.143s 2025-08-05 20:20:49,273 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:49 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-56c28df2-92b7-468f-b866-aa2eb95f3d71', '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": "a529712858654f32b81b0c8e65ff9e05", "name": "tempest-VolumesAdminNegativeTest-849811974-project-member", "password_expires_at": null}, "audit_ids": ["2GK4sWqLRAadRY8JQc4MDA"], "expires_at": "2025-08-05T21:20:49.000000Z", "issued_at": "2025-08-05T20:20:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "08cf0c3afbb442f2a13d80f634a5c122", "name": "tempest-VolumesAdminNegativeTest-849811974"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/08cf0c3afbb442f2a13d80f634a5c122", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:20:49,274 98930 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '9bc06916-6ed4-4297-bb2b-50d49fbe7a7c', 'name': 'tempest-VolumesAdminNegativeTest-1545902561-network', 'tenant_id': '08cf0c3afbb442f2a13d80f634a5c122', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '08cf0c3afbb442f2a13d80f634a5c122', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10107, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope' : None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:17:42Z', 'updated_at': '2025-08-05T20:17:42Z', 'revision_number': 1} available for tenant 2025-08-05 20:20:50,047 98930 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.772s 2025-08-05 20:20:50,047 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-989316034", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "9bc06916-6ed4-4297-bb2b-50d49fbe7a7c"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bda4681-c9f0-4166-a489-eca74ab665b4', 'x-compute-request-id': 'req-0bda4681-c9f0-4166-a489-eca74ab665b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6f3a4084-ffd7-47cb-8d71-25ea1ffd7488", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "UupSbrP9JAnY"}}' 2025-08-05 20:20:50,140 98930 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/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488 0.086s 2025-08-05 20:20:50,140 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1209', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8685faf5-ce36-49bb-87f1-778b66379d3c', 'x-compute-request-id': 'req-8685faf5-ce36-49bb-87f1-778b66379d3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488'} Body: b'{"server": {"id": "6f3a4084-ffd7-47cb-8d71-25ea1ffd7488", "name": "tempest-VolumesAdminNegativeTest-server-989316034", "status": "BUILD", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "user_id": "a529712858654f32b81b0c8e65ff9e05", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:20:50Z", "updated": "2025-08-05T20:20:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488"}], "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": []}}' 202 5-08-05 20:21:40,548 98930 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/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488 0.344s 2025-08-05 20:21:40,549 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:40 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-0b711a73-91b9-40b8-90c7-1ec07a420985', 'x-compute-request-id': 'req-0b711a73-91b9-40b8-90c7-1ec07a420985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488'} Body: b'{"server": {"id": "6f3a4084-ffd7-47cb-8d71-25ea1ffd7488", "name": "tempest-VolumesAdminNegativeTest-server-989316034", "status": "ACTIVE", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "user_id": "a529712858654f32b81b0c8e65ff9e05", "metadata": {}, "hostId": "29d5651f241f8cb9d86cfbaa1893ab78d7238c5f6bb69ffd144b4c43", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:20:49Z", "updated": "2025-08-05T20:21:06Z", "addresses": {"tempest-VolumesAdminNegativeTest-1545902561-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:9d:21"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:21:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 20:21:40,563 98930 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:22:40,867 98930 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.242s 2025-08-05 20:22:40,867 98930 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-1567730873"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0babff7-d01e-4461-9400-c5cf1b62d7cb', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0babff7-d01e-4461-9400-c5cf1b62d7cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f31db465-10bc-4c11-9c41-6bdaed6329a0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:40.764765", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1567730873", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10 .0.0.210/volume/v3/volumes/f31db465-10bc-4c11-9c41-6bdaed6329a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f31db465-10bc-4c11-9c41-6bdaed6329a0"}], "user_id": "a529712858654f32b81b0c8e65ff9e05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:22:40,933 98930 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/f31db465-10bc-4c11-9c41-6bdaed6329a0 0.054s 2025-08-05 20:22:40,934 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6527451-7c55-4f5a-9303-803791359112', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6527451-7c55-4f5a-9303-803791359112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f31db465-10bc-4c11-9c41-6bdaed6329a0'} Body: b'{"volume": {"id": "f31db465-10bc-4c11-9c41-6bdaed6329a0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:41.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1567730873", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f31db465-10bc-4c11-9c41-6bdaed6329a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f31db465-10bc-4c11-9c41-6bdaed6329a0"}], "user_id": "a529712858654f32b81b0c8e65ff9e05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "08cf0c3afbb442f2a13d80f634a5c122"}}' 2025-08-05 20:22:42,009 98930 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/f31db465-10bc-4c11-9c41-6bdaed6329a0 0.060s 2025-08-05 20:22:42,009 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-244c3712-72de-4e3e-8384-c8cd71998eb7', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-244c3712-72de-4e3e-8384-c8cd71998eb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f31db465-10bc-4c11-9c41-6bdaed6329a0'} Body: b'{"volume": {"id": "f31db465-10bc-4c11-9c41-6bdaed6329a0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:41.000000", "updated_at": "2025-08-05T20:22:41.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1567730873", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f31db465-10bc-4c11-9c41-6bdaed6329a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f31db465-10bc-4c11-9c41-6bdaed6329a0"}], "user_id": "a529712858654f32b81b0c8e65ff9e05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "08cf0c3afbb442f2a13d80f634a5c122"}}' {4} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [3.462829s] ... 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 7a0d6b4a-e58a-4757-8b25-ea8e0c172542 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:22:41,138 98936 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.182s 2025-08-05 20:22:41,138 98936 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 20:22:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5ec19bc-2183-4909-8b9f-7234a8143e3b', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5ec19bc-2183-4909-8b9f-7234a8143e3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "3d51668e-d571-4efe-ae17-54740808b661", "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 20:22:41,860 98936 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.719s 2025-08-05 20:22:41,861 98936 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 20:22:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-7c721176-0a39-4721-8841-cdaf9390a742', '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": "4700b331ffa54c369916ab543e6bebef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "853e516a-fde5-4b0e-9565-137f0bffa141", "created_at": "2025-08-05T20:22:42Z", "updated_at": "2025-08-05T20:22:42Z", "tags": [], "self": "/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141", "file": "/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:22:42,910 98936 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/853e516a-fde5-4b0e-9565-137f0bffa141/file 1.047s 2025-08-05 20:22:42,911 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-0cf9ad12 -84c6-401a-b3e8-25aea2945992', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141/file'} Body: b'' 2025-08-05 20:22:42,942 98936 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/853e516a-fde5-4b0e-9565-137f0bffa141 0.031s 2025-08-05 20:22:42,942 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3516a306-37d0-451e-8af5-dd38f0a7bbf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141'} 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": "aa8f29d6a8a5d6614c01006586c5b761", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "4700b331ffa54c369916ab543e6bebef", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "32ecd4d6677cc1b8e0ee1fd8abe938b8ce74e3fdef48d891b825a81435deb2dc38b8611f2da0b04d3e8d0b07fec2ded5e1b482b0aa9384bae87354434366a7b7", "id": "853e516a-fde5-4b0e-9565-137f0bffa141", "created_at": "2025-08-05T20:22:42Z", "updated_at": "2025-08-05T20:22:43Z", "tags": [], "self": "/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141", "file": "/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:22:42,960 98936 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/853e516a-fde5-4b0e-9565-137f0bffa141 0.017s 2025-08-05 20:22:42,960 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4412a06e-55f3-4f54-b706-61e7ffd5de6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141'} 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": "aa8f29d6a8a5d6614c01006586c5b761", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "4700b331ffa54c369916ab543e6bebef", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "32ecd4d6677cc1b8e0ee1fd8abe938b8ce74e3fdef48d891b825a81435deb2dc38b8611f2da0b04d3e8d0b07fec2ded5e1b482b0aa9384bae87354434366a7b7", "id": "853e516a-fde5-4b0e-9565-137f0bffa141", "created_at": "2025-08-05T20:22:42Z", "updated_at": "2025-08-05T20:22:43Z", "tags": [], "self": "/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141", "file": "/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:22:42,980 98936 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/853e516a-fde5-4b0e-9565-137f0bffa141 0.019s 2025-08-05 20:22:42,980 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', ' X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c75575be-ed30-4412-b6ab-e716d0035554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141'} 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": "aa8f29d6a8a5d6614c01006586c5b761", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "4700b331ffa54c369916ab543e6bebef", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "32ecd4d6677cc1b8e0ee1fd8abe938b8ce74e3fdef48d891b825a81435deb2dc38b8611f2da0b04d3e8d0b07fec2ded5e1b482b0aa9384bae87354434366a7b7", "id": "853e516a-fde5-4b0e-9565-137f0bffa141", "created_at": "2025-08-05T20:22:42Z", "updated_at": "2025-08-05T20:22:43Z", "tags": [], "self": "/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141", "file": "/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:22:43,298 98936 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.317s 2025-08-05 20:22:43,299 98936 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": "853e516a-fde5-4b0e-9565-137f0bffa141", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68de2dc0-770c-4d5b-bc1a-a0bb9c8d78a3', 'content-length': '796', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68de2dc0-770c-4d5b-bc1a-a0bb9c8d78a3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7a0d6b4a-e58a-4757-8b25-ea8e0c172542", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:43.243435", "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/7a0d6b4a-e58a-4757-8b25-ea8e0c172542"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7a0d6b4a-e58a-4757-8b25-ea8e0c172542"}], "user_id": "6785ea928de7442998fe8406c1ae5930", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:22:43,350 98936 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/7a0d6b4a-e58a-4757-8b25-ea8e0c172542 0.039s 2025-08-05 20:22:43,350 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1854c2f1-8d87-4ed3-9bd1-d6491cb77802', 'content-length': '864', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1854c2f1-8d87-4ed3-9bd1-d6491cb77802', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210 /volume/v3/volumes/7a0d6b4a-e58a-4757-8b25-ea8e0c172542'} Body: b'{"volume": {"id": "7a0d6b4a-e58a-4757-8b25-ea8e0c172542", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:43.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/7a0d6b4a-e58a-4757-8b25-ea8e0c172542"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7a0d6b4a-e58a-4757-8b25-ea8e0c172542"}], "user_id": "6785ea928de7442998fe8406c1ae5930", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4700b331ffa54c369916ab543e6bebef"}}' 2025-08-05 20:22:44,403 98936 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/7a0d6b4a-e58a-4757-8b25-ea8e0c172542 0.038s 2025-08-05 20:22:44,403 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55a7effb-c2b5-499b-bc83-58adda949331', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55a7effb-c2b5-499b-bc83-58adda949331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7a0d6b4a-e58a-4757-8b25-ea8e0c172542'} Body: b'{"volume": {"id": "7a0d6b4a-e58a-4757-8b25-ea8e0c172542", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:43.000000", "updated_at": "2025-08-05T20:22:43.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/7a0d6b4a-e58a-4757-8b25-ea8e0c172542"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7a0d6b4a-e58a-4757-8b25-ea8e0c172542"}], "user_id": "6785ea928de7442998fe8406c1ae5930", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4700b331ffa54c369916ab543e6bebef"}}' {10} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [167.811618s] ... 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 bc9c6a38-d737-4d44-886d-a2268cd19a3f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:01,689 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.162s 2025-08-05 20:20:01,690 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:01 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-7266c2cb-64b5-4b79-a4b3-dca67c7339fc', '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": "18a9b879038d4cdda048dd671cb44605", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-449338845-project-member", "password_expires_at": null}, "audit_ids": ["qwtT_dP7T2KXOUI7LKdBcQ"], "expires_at": "2025-08-05T21:20:01.000000Z", "issued_at": "2025-08-05T20:20:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad56b532a038444280292dda05fd66ae", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-449338845"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ad56b532a038444280292dda05fd66ae", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:20:01,690 98948 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '2412355f-ce2d-4fd0-9c37-bc530d2af110', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-977630567-network', 'tenant_id': 'ad56b532a038444280292dda05fd66ae', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ad56b532a038444280292dda05fd66ae', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49413, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_add ress_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:19:42Z', 'updated_at': '2025-08-05T20:19:42Z', 'revision_number': 1} available for tenant 2025-08-05 20:20:01,691 98948 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:20:01,692 98948 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:20:01,925 98948 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.230s 2025-08-05 20:20:01,925 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-713420134", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFc3gPxRl+yFJk5WqjwN76+ZHDUCJ/6Ci7MhXKkYrWrVoWUSmk+ho9Y9TeRlDohO4ujoEHusvBomvn9GCCNtvvtazLPvVrbXZawkXxVPEM3+KrrC9Vs7n3fWahbY5VFz4g=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20: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-32f9daac-bb09-48b4-9437-114c0f51422f', 'x-compute-request-id': 'req-32f9daac-bb09-48b4-9437-114c0f51422f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-713420134", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFc3gPxRl+yFJk5WqjwN76+ZHDUCJ/6Ci7MhXKkYrWrVoWUSmk+ho9Y9TeRlDohO4ujoEHusvBomvn9GCCNtvvtazLPvVrbXZawkXxVPEM3+KrrC9Vs7n3fWahbY5VFz4g==", "fingerprint": "62:1f:8c:58:bf:bf:7b:19:37:dd:6e:2d:97:48:e1:ea", "user_id": "18a9b879038d4cdda048dd671cb44605"}}' 2025-08-05 20:20:01,928 98948 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-713420134 created 2025-08-05 20:20:02,253 98948 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.324s 2025-08-05 20:20:02,253 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--18858417", "description": "tempest-description--1245781836"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-1606c293-797a-4861-b99b-a33adb95ff76', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d", "name": "tempest-securitygroup--18858417", "stateful": true, "tenant_id": "ad56b532a038444280292dda05fd66ae", "description": "tempest-description--1245781836", "shared": false, "security_group_rules": [{"id": "57fa29e5-b9a3-4a62-aebc-f835ddbd2d7f", "project_id": "ad56b532a038444280292dda05fd66ae", "tenant_id": "ad56b532a038444280292dda05fd66ae", "security_group_id": "d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d", "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": 612, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:20:02Z", "updated_at": "2025-08-05T20:20:02Z", "revision_number": 0}, {"id": "cacc36e5-a1ab-4b3b-84c3-779b54e5135b", "project_id": "ad56b532a038444280292dda05fd66ae", "tenant_id": "ad56b532a038444280292dda05fd66ae", "security_group_id": "d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d", "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": 611, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:20:02Z", "updated_at": "2025-08-05T20:20:02Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:20:02Z", "updated_at": "2025-08-05T20:20:02Z", "revision_number": 1, "project_id": "ad56b532a038444280292dda05fd66ae"}}' 2025-08-05 20:20:02,525 98948 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.271s 2025-08-05 20:20:02,526 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-15fe7833-91da-4304-ba2c-22311ac432a9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "99cb5114-fd2d-4748-ba1d-f8e030dac7d6", "project_id": "ad56b532a038444280292dda05fd66ae", "tenant_id": "ad56b532a038444280292dda05fd66ae", "security_group_id": "d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d", "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-05T20:20:02Z", "updated_at": "2025-08-05T20:20:02Z", "revision_number": 0}}' 2025-08-05 20:20:02,837 98948 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.311s 2025-08-05 20:20:02,838 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-cfc0500f-0c53-4646-8e26-adc28d715f18', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ada9c0aa-f145-4e66-832d-82b240da83bb", "project_id": "ad56b532a038444280292dda05fd66ae", "tenant_id": "ad56b532a038444280292dda05fd66ae", "security_group_id": "d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d", "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-05T20:20:02Z", "updated_at": "2025-08-05T20:20:02Z", "revision_number": 0}}' 2025-08-05 20:20:02,838 98948 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--18858417 created 2025-08-05 20:20:03,588 98948 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.749s 2025- 08-05 20:20:03,588 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a4925468-1f04-43e8-b088-d3ead7325845', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a15e9178-6a1f-4d07-bdff-1c3bd8c265ac", "tenant_id": "ad56b532a038444280292dda05fd66ae", "floating_ip_address": "172.24.4.249", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ad56b532a038444280292dda05fd66ae", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:20:03Z", "updated_at": "2025-08-05T20:20:03Z", "revision_number": 0}}' 2025-08-05 20:20:03,589 98948 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a15e9178-6a1f-4d07-bdff-1c3bd8c265ac', 'tenant_id': 'ad56b532a038444280292dda05fd66ae', 'floating_ip_address': '172.24.4.249', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ad56b532a038444280292dda05fd66ae', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:20:03Z', 'updated_at': '2025-08-05T20:20:03Z', 'revision_number': 0, 'ip': '172.24.4.249'} created 2025-08-05 20:20:03,590 98948 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-713420134', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFc3gPxRl+yFJk5WqjwN76+ZHDUCJ/6Ci7MhXKkYrWrVoWUSmk+ho9Y9TeRlDohO4ujoEHusvBomvn9GCCNtvvtazLPvVrbXZawkXxVPEM3+KrrC9Vs7n3fWahbY5VFz4g==', 'fingerprint': '62:1f:8c:58:bf:bf:7b:19:37:dd:6e:2d:97:48:e1:ea', 'user_id': '18a9b879038d4cdda048dd671cb44605', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDVGg6q68N8+bHKSJVStzobkY1MD3U7uyW+POhH/4Wnnl3jsUGyCs5e\nl3P5z/bfur+gBwYFK4EEACKhZANiAARXN4D8UZfshSZOVqo8De+vmRw1Aif+gouz\nIVypGK1q1aFlEppPoaPWPU3kZQ6ITuLo6BB7rLwaJr5/Rggjbb77Wsyz71a212Ws\nJF8VTxDN/iq6wvVbO5931moW2OVRc+I=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d', 'name': 'tempest-securitygroup--18858417', 'stateful': True, 'tenant_id': 'ad56b532a038444280292dda05fd66ae', 'description': 'tempest-description--1245781836', 'shared': False, 'security_group_rules': [{'id': '57fa29e5-b9a3-4a62-aebc-f835ddbd2d7f', 'project_id': 'ad56b532a038444280292dda05fd66ae', 'tenant_id': 'ad56b532a038444280292dda05fd66ae', 'security_group_id': 'd4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d', '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': 612, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:20:02Z', 'updated_at': '2025-08-05T20:20:02Z', 'revision_number': 0}, {'id': 'cacc36e5-a1ab-4b3b-84c3-779b54e5135b', 'project_id': 'ad56b532a038444280292dda05fd66ae', 'tenant_id': 'ad56b532a038444280292dda05fd66ae', 'security_group_id': 'd4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d', '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': 611, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:20:02Z', 'updated_at': '2025-08-05T 20:20:02Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:20:02Z', 'updated_at': '2025-08-05T20:20:02Z', 'revision_number': 1, 'project_id': 'ad56b532a038444280292dda05fd66ae'}, 'floating_ip': {'id': 'a15e9178-6a1f-4d07-bdff-1c3bd8c265ac', 'tenant_id': 'ad56b532a038444280292dda05fd66ae', 'floating_ip_address': '172.24.4.249', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ad56b532a038444280292dda05fd66ae', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:20:03Z', 'updated_at': '2025-08-05T20:20:03Z', 'revision_number': 0, 'ip': '172.24.4.249'}} 2025-08-05 20:20:04,261 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/compute/v2.1/servers 0.669s 2025-08-05 20:20:04,261 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-54328447", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "2412355f-ce2d-4fd0-9c37-bc530d2af110"}], "security_groups": [{"name": "tempest-securitygroup--18858417"}], "key_name": "tempest-keypair-713420134", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'location': 'http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb415fe3-806b-4049-adfb-040a260f9ea8', 'x-compute-request-id': 'req-bb415fe3-806b-4049-adfb-040a260f9ea8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "008e6ecb-d6fd-48bf-b1c1-38866d6d55f8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--18858417"}], "adminPass": "mJ9hCE6qDnz3"}}' 2025-08-05 20:20:04,349 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8 0.084s 2025-08-05 20:20:04,349 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1247', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd062df5-2739-4d74-8866-68b7a4df932b', 'x-compute-request-id': 'req-cd062df5-2739-4d74-8866-68b7a4df932b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8'} Body: b'{"server": {"id": "008e6ecb-d6fd-48bf-b1c1-38866d6d55f8", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-54328447", "status": "BUILD", "tenant_id": "ad56b532a038444280292dda05fd66ae", "user_id": "18a9b879038d4cdda048dd671cb44605", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "hre f": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:20:04Z", "updated": "2025-08-05T20:20:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-713420134", "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 20:20:54,638 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8 0.225s 2025-08-05 20:20:54,638 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1571', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afe59bc6-fea5-49d6-802b-e6ce02f39351', 'x-compute-request-id': 'req-afe59bc6-fea5-49d6-802b-e6ce02f39351', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8'} Body: b'{"server": {"id": "008e6ecb-d6fd-48bf-b1c1-38866d6d55f8", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-54328447", "status": "ACTIVE", "tenant_id": "ad56b532a038444280292dda05fd66ae", "user_id": "18a9b879038d4cdda048dd671cb44605", "metadata": {}, "hostId": "8dc4a5b2a695a0b56b390772969fb28c2884e782693dc15a808d4ddc", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:20:04Z", "updated": "2025-08-05T20:20:21Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-977630567-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:01:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-713420134", "OS-SRV-USG:launched_at": "2025-08-05T20:20:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--18858417"}], "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 20:20:54,653 98948 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:21:54,864 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8/os-interface 0.150s 2025-08-05 20:21:54,864 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21: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-149d8f0a-6c06-4183-8d51-597ba5873605', 'x-compute-request-id': 'req-149d8f0a-6c06-4183-8d51-597ba5873605', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "2412355f-ce2d-4fd0-9c37-bc530d2af110", "port_id": "dcd2f7dd-5ace-4701-8b9e-31bc7d72117b", "mac_addr": "fa:16:3e:80:01:cc", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "052635ff-d8b3-4f2b-89b7-69ddff4bb37d", "ip_address": "10.0.0.10"}]}]}' 2025-08-05 20:21:55,881 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/a15e9178-6a1f-4d07-bdff-1c3bd8c265ac 1.013s 2025-08-05 20:21:55,882 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "dcd2f7dd-5ace-4701-8b9e-31bc7d72117b"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-c72351ea-d64d-4f9d-bc73-98a463f8fc94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/a15e9178-6a1f-4d07-bdff-1c3bd8c265ac'} Body: b'{"floatingip": {"id": "a15e9178-6a1f-4d07-bdff-1c3bd8c265ac", "tenant_id": "ad56b532a038444280292dda05fd66ae", "floating_ip_address": "172.24.4.249", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "8b088999-cbf6-42e7-a799-d3592ef568a7", "port_id": "dcd2f7dd-5ace-4701-8b9e-31bc7d72117b", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "2412355f-ce2d-4fd0-9c37-bc530d2af110", "mac_address": "fa:16:3e:80:01:cc", "admin_state_up": true, "status": "ACTIVE", "device_id": "008e6ecb-d6fd-48bf-b1c1-38866d6d55f8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:20:03Z", "updated_at": "2025-08-05T20:21:55Z", "revision_number": 1, "project_id": "ad56b532a038444280292dda05fd66ae"}}' 2025-08-05 20:21:55,885 98948 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.249:22' as 'cirros' with public key authentication 2025-08-05 20:21:55,908 98948 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:21:56,014 98948 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:21:56,015 98948 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.249 successfully created 2025-08-05 20:21:56,210 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8 0.194s 2025-08-05 20:21:56,210 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1571', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa4ea118-5430-4c9e-b91a-27134b9918fe', 'x-compute-request-id': 'req-fa4ea118-5430-4c9e-b91a-27134b9918fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/ v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8'} Body: b'{"server": {"id": "008e6ecb-d6fd-48bf-b1c1-38866d6d55f8", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-54328447", "status": "ACTIVE", "tenant_id": "ad56b532a038444280292dda05fd66ae", "user_id": "18a9b879038d4cdda048dd671cb44605", "metadata": {}, "hostId": "8dc4a5b2a695a0b56b390772969fb28c2884e782693dc15a808d4ddc", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:20:04Z", "updated": "2025-08-05T20:20:21Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-977630567-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:01:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-713420134", "OS-SRV-USG:launched_at": "2025-08-05T20:20:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--18858417"}], "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 20:21:56,304 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers 0.079s 2025-08-05 20:21:56,305 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '355', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9c6e446-9118-4f33-bfd2-e6094c28f7f9', 'x-compute-request-id': 'req-a9c6e446-9118-4f33-bfd2-e6094c28f7f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "008e6ecb-d6fd-48bf-b1c1-38866d6d55f8", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-54328447", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}]}]}' 2025-08-05 20:21:56,829 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/volume/v3/volumes 0.518s 2025-08-05 20:21:56,830 98948 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-293411778", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de677e84-b199-453b-b9d5-92697b6ef892', 'content-length': '789', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de677e84-b199-453b-b9d5-92697b6ef892', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "bc9c6a38-d737-4d44 -886d-a2268cd19a3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:21:56.756810", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-293411778", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f"}], "user_id": "18a9b879038d4cdda048dd671cb44605", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:21:56,884 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f 0.042s 2025-08-05 20:21:56,884 98948 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 20:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d99ea9c6-8bba-47e6-bed8-c729f142a642', 'content-length': '857', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d99ea9c6-8bba-47e6-bed8-c729f142a642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f'} Body: b'{"volume": {"id": "bc9c6a38-d737-4d44-886d-a2268cd19a3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:21:57.000000", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-293411778", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f"}], "user_id": "18a9b879038d4cdda048dd671cb44605", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ad56b532a038444280292dda05fd66ae"}}' 2025-08-05 20:21:57,940 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f 0.041s 2025-08-05 20:21:57,941 98948 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 20:21:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72770b41-7947-4d82-9d3d-f24f34b43f0a', 'content-length': '878', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72770b41-7947-4d82-9d3d-f24f34b43f0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f'} Body: b'{"volume": {"id": "bc9c6a38-d737-4d44-886d-a2268cd19a3f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:21:57.000000", "updated_at": "2025-08-05T20:21:57.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-293411778", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bc 9c6a38-d737-4d44-886d-a2268cd19a3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f"}], "user_id": "18a9b879038d4cdda048dd671cb44605", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ad56b532a038444280292dda05fd66ae"}}' 2025-08-05 20:21:58,065 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f 0.109s 2025-08-05 20:21:58,065 98948 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 20:21:57 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-692308c7-b552-48ae-a42a-a9e279f46ba1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f'} Body: b'' 2025-08-05 20:21:58,085 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f 0.019s 2025-08-05 20:21:58,085 98948 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 20:21:58 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-9fcce57f-562d-417d-bc9f-fde1541abfd0', 'x-openstack-request-id': 'req-9fcce57f-562d-417d-bc9f-fde1541abfd0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bc9c6a38-d737-4d44-886d-a2268cd19a3f could not be found."}}' 2025-08-05 20:21:58,381 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8 0.295s 2025-08-05 20:21:58,381 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb50e3b6-c93b-48da-ad33-48e18670748e', 'x-compute-request-id': 'req-eb50e3b6-c93b-48da-ad33-48e18670748e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8'} Body: b'' 2025-08-05 20:21:58,681 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8 0.299s 2025-08-05 20:21:58,682 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1696', 'content-type': 'application/json', 'openstack-api-versi on': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad3a66e9-bbee-49d8-923a-327fd13edfaf', 'x-compute-request-id': 'req-ad3a66e9-bbee-49d8-923a-327fd13edfaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8'} Body: b'{"server": {"id": "008e6ecb-d6fd-48bf-b1c1-38866d6d55f8", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-54328447", "status": "ACTIVE", "tenant_id": "ad56b532a038444280292dda05fd66ae", "user_id": "18a9b879038d4cdda048dd671cb44605", "metadata": {}, "hostId": "8dc4a5b2a695a0b56b390772969fb28c2884e782693dc15a808d4ddc", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:20:04Z", "updated": "2025-08-05T20:21:58Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-977630567-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:01:cc"}, {"version": 4, "addr": "172.24.4.249", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:01:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-713420134", "OS-SRV-USG:launched_at": "2025-08-05T20:20:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--18858417"}], "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 20:22:48,779 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8 0.035s 2025-08-05 20:22:48,780 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-964c8e4d-5393-4eea-9779-ceac6c94d32d', 'x-compute-request-id': 'req-964c8e4d-5393-4eea-9779-ceac6c94d32d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 008e6ecb-d6fd-48bf-b1c1-38866d6d55f8 could not be found."}}' 2025-08-05 20:22:48,806 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-713420134 0.026s 2025-08-05 20:22:48,807 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b2f422a-819e-4cea-889f-b6df50cf5f7f', 'x-compute-request-id ': 'req-9b2f422a-819e-4cea-889f-b6df50cf5f7f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-713420134'} Body: b'' 2025-08-05 20:22:48,972 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d 0.165s 2025-08-05 20:22:48,973 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-f10a5269-3a76-41c2-86dd-9a4b6b0f894f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d'} Body: b'' 2025-08-05 20:22:48,990 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d 0.017s 2025-08-05 20:22:48,991 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-0a4ef9cb-6cd8-4c6b-b070-6680b920f56e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d does not exist", "detail": ""}}' 2025-08-05 20:22:49,330 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/a15e9178-6a1f-4d07-bdff-1c3bd8c265ac 0.339s 2025-08-05 20:22:49,331 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-d3868e34-a31f-4923-b0b5-5ba96ee4a51f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/a15e9178-6a1f-4d07-bdff-1c3bd8c265ac'} Body: b'' {10} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {10} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {6} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached [121.881473s] ... 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 c7a62528-67b8-4e46-8a61-370f96c49a01 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:21:39,631 98940 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c8dfc824-038d-4c98-8e3d-3bd902995d04 0.155s 2025-08-05 20:21:39,632 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:39 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-58047b7e-72d4-470e-af42-041dffb8e6ee', 'x-compute-request-id': 'req-58047b7e-72d4-470e-af42-041dffb8e6ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c8dfc824-038d-4c98-8e3d-3bd902995d04'} Body: b'{"server": {"id": "c8dfc824-038d-4c98-8e3d-3bd902995d04", "name": "tempest-ServerActionsTestOtherB-server-2124505475", "status": "ACTIVE", "tenant_id": "b86aeabe39d740faacbff8574ba57d8f", "user_id": "f38cf6720fc641189077d4bb1c44ef4c", "metadata": {}, "hostId": "7770e1c1317cf95bab3a5216f35616e71c94a9e3c5cfee38a8df6f36", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:47Z", "updated": "2025-08-05T20:20:08Z", "addresses": {"tempest-ServerActionsTestOtherB-1349399942-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:80:be"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c8dfc824-038d-4c98-8e3d-3bd902995d04"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c8dfc824-038d-4c98-8e3d-3bd902995d04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1650449534", "OS-SRV-USG:launched_at": "2025-08-05T20:20:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1225265815"}], "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 20:22:39,942 98940 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.289s 2025-08-05 20:22:39,942 98940 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-1791183500"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5ef9ba5-5364-485e-b92c-2115de419810', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5ef9ba5-5364-485e-b92c-2115de419810', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c7a62528-67b8-4e46-8a61-370f96c49a01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:39.818423", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1791183500", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c7a62528-67b8-4e46-8a61-370f96c49a01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c7a62528-67b8-4e46-8a61-370 f96c49a01"}], "user_id": "f38cf6720fc641189077d4bb1c44ef4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:22:39,991 98940 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/c7a62528-67b8-4e46-8a61-370f96c49a01 0.037s 2025-08-05 20:22:39,991 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea17e2a5-cbdd-459f-94c2-b4e6530f6b83', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea17e2a5-cbdd-459f-94c2-b4e6530f6b83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c7a62528-67b8-4e46-8a61-370f96c49a01'} Body: b'{"volume": {"id": "c7a62528-67b8-4e46-8a61-370f96c49a01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:40.000000", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1791183500", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c7a62528-67b8-4e46-8a61-370f96c49a01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c7a62528-67b8-4e46-8a61-370f96c49a01"}], "user_id": "f38cf6720fc641189077d4bb1c44ef4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b86aeabe39d740faacbff8574ba57d8f"}}' 2025-08-05 20:22:41,051 98940 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/c7a62528-67b8-4e46-8a61-370f96c49a01 0.045s 2025-08-05 20:22:41,051 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2d3f088-05ce-4f28-972d-29f9239f84bc', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2d3f088-05ce-4f28-972d-29f9239f84bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c7a62528-67b8-4e46-8a61-370f96c49a01'} Body: b'{"volume": {"id": "c7a62528-67b8-4e46-8a61-370f96c49a01", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:40.000000", "updated_at": "2025-08-05T20:22:40.000000", "name": "tempest-ServerActionsTestOtherB-volume-1791183500", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c7a62528-67b8-4e46-8a61-370f96c49a01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c7a62528-67b8-4e46-8a61-370f96c49a01"}], "user_id": "f38cf6720fc641189077d4bb1c44ef4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b86aeabe39d740faacbff8574ba57d8f"}}' 2025-08-05 20:22:41,065 98940 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 20:22:41,298 98940 INFO [tempest.lib.common.rest_client] Request (ServerActions TestOtherB:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/c8dfc824-038d-4c98-8e3d-3bd902995d04 0.232s 2025-08-05 20:22:41,299 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1662', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b32f719-e1d7-42be-8861-3045f14b398e', 'x-compute-request-id': 'req-7b32f719-e1d7-42be-8861-3045f14b398e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c8dfc824-038d-4c98-8e3d-3bd902995d04'} Body: b'{"server": {"id": "c8dfc824-038d-4c98-8e3d-3bd902995d04", "name": "tempest-ServerActionsTestOtherB-server-2124505475", "status": "ACTIVE", "tenant_id": "b86aeabe39d740faacbff8574ba57d8f", "user_id": "f38cf6720fc641189077d4bb1c44ef4c", "metadata": {}, "hostId": "7770e1c1317cf95bab3a5216f35616e71c94a9e3c5cfee38a8df6f36", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:47Z", "updated": "2025-08-05T20:20:08Z", "addresses": {"tempest-ServerActionsTestOtherB-1349399942-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:80:be"}, {"version": 4, "addr": "172.24.4.196", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:80:be"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c8dfc824-038d-4c98-8e3d-3bd902995d04"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c8dfc824-038d-4c98-8e3d-3bd902995d04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1650449534", "OS-SRV-USG:launched_at": "2025-08-05T20:20:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1225265815"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {8} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [169.164649s] ... 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 1ca05577-1101-4896-88f7-2b95e54dc463 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:58,821 98944 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:20:58,822 98944 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:20:59,072 98944 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.249s 2025-08-05 20:20:59,072 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1441541376", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCxvIq1pM7XaETiH80dAv/Z5NNt/UKt1iXwsQhQavNwDRY8Y5U8GCWFa8F2sm1EpH4+kMy87lSMs2Gy+k+3BfZJUee7CN40ws9f3MQNfZ311f1STFg9dTkn2jzgH+LaFkQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:58 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-41defcc4-3fda-4089-9807-26f807d6b987', 'x-compute-request-id': 'req-41defcc4-3fda-4089-9807-26f807d6b987', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1441541376", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCxvIq1pM7XaETiH80dAv/Z5NNt/UKt1iXwsQhQavNwDRY8Y5U8GCWFa8F2sm1EpH4+kMy87lSMs2Gy+k+3BfZJUee7CN40ws9f3MQNfZ311f1STFg9dTkn2jzgH+LaFkQ==", "fingerprint": "41:3e:b3:8d:ba:74:d7:fa:14:05:67:dd:6c:12:28:18", "user_id": "1db34ff02af24e8a8deecdb5875246a7"}}' 2025-08-05 20:20:59,074 98944 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1441541376 created 2025-08-05 20:20:59,296 98944 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.221s 2025-08-05 20:20:59,297 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--718099237", "description": "tempest-description--1089476315"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-0424feee-11aa-4f71-89a0-c3fd40357042', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9987299e-5c7e-477d-a1da-ffc40d9c8343", "name": "tempest-securitygroup--718099237", "stateful": true, "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "description": "tempest-description--1089476315", "shared": false, "security_group_rules": [{"id": "5f6d3763-403f-4cf3-af29-9afed688fecf", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "9987299e-5c7e-477d-a1da-ffc40d9c8343", "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": 689, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:20:59Z", "updated_at": "2025-08-05T20:20:59Z", "revision_number": 0}, {"id": "cb51ce84-cdbb-4b47-b436-edc0d1bb7d88", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "9987299e-5c7e-477d-a1da-ffc40d9c8343", "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": 688, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:20:59Z", "updated_at": "2025-08-05T20:20:59Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:20:59Z", "updated_at": "2025-08-05T20:20:59Z", "revision_number": 1, "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57"}}' 2025-08-05 20:20:59,487 98944 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.190s 2025-08-05 20:20:59,488 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9987299e-5c7e-477d-a1da-ffc40d9c8343", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-903559e2-a6e4-41cf-8ceb-4b47a049942f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "902e9518-3ed8-4189-a659-c19415c75d61", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "9987299e-5c7e-477d-a1da-ffc40d9c8343", "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-05T20:20:59Z", "updated_at": "2025-08-05T20:20:59Z", "revision_number": 0}}' 2025-08-05 20:20:59,699 98944 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.211s 2025-08-05 20:20:59,699 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9987299e-5c7e-477d-a1da-ffc40d9c8343", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b4342991-c26d-4ce4-9238-1c9988c8448a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "06e5149e-de94-4d77-b72f-41a4d5bbe2d9", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "9987299e-5c7e-477d-a1da-ffc40d9c8343", "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-05T20:20:59Z", "updated_at": "2025-08-05T20:20:59Z", "revision_number": 0}}' 2025-08-05 20:20:59,700 98944 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--718099237 created 2025-08-05 20:21:00,472 98944 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.772s 2025-08-05 20:21:00,473 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-To ken': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-699dc041-7a4a-4cfd-a102-f73e650cf294', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "abf6d309-e146-44fb-8061-9f0115cd476c", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "floating_ip_address": "172.24.4.28", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:21:00Z", "updated_at": "2025-08-05T20:21:00Z", "revision_number": 0}}' 2025-08-05 20:21:00,473 98944 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'abf6d309-e146-44fb-8061-9f0115cd476c', 'tenant_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'floating_ip_address': '172.24.4.28', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:21:00Z', 'updated_at': '2025-08-05T20:21:00Z', 'revision_number': 0, 'ip': '172.24.4.28'} created 2025-08-05 20:21:00,694 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.221s 2025-08-05 20:21:00,695 98944 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-1096101064", "description": "tempest-secgroup-smoke-1096101064 description", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-04e96a59-9444-4403-8ce6-66c677b75231', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f5675b36-8024-4b22-8db2-19493bae6630", "name": "tempest-secgroup-smoke-1096101064", "stateful": true, "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "description": "tempest-secgroup-smoke-1096101064 description", "shared": false, "security_group_rules": [{"id": "23842b2d-7d82-4a41-84f8-e6a77f1ebfc0", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "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": 695, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:21:00Z", "updated_at": "2025-08-05T20:21:00Z", "revision_number": 0}, {"id": "d9896fd0-d4fb-405f-8d1c-c2e16ef93a4f", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "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": 696, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:21:00Z", "updated_at": "2025-08-05T20:21:00Z", "revision_number": 0}], " tags": [], "created_at": "2025-08-05T20:21:00Z", "updated_at": "2025-08-05T20:21:00Z", "revision_number": 1, "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57"}}' 2025-08-05 20:21:00,895 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.199s 2025-08-05 20:21:00,895 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8114db80-a4cc-4179-8c86-e71fa94e056a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0f76f9f1-6343-4f16-afe1-f2d64bc6dd68", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "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-05T20:21:00Z", "updated_at": "2025-08-05T20:21:00Z", "revision_number": 0}}' 2025-08-05 20:21:01,097 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.201s 2025-08-05 20:21:01,097 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-7316e053-d0bc-4445-97f7-9cba2ac69250', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "70a8fb91-297c-4679-8197-aa18168f096d", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "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-05T20:21:00Z", "updated_at": "2025-08-05T20:21:00Z", "revision_number": 0}}' 2025-08-05 20:21:01,341 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.242s 2025-08-05 20:21:01,341 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-56fd8aea-a30b-47cf -b044-60d6af4a7a8a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "04c06b58-233d-47c9-88b4-9e08c21c3e79", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "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-05T20:21:01Z", "updated_at": "2025-08-05T20:21:01Z", "revision_number": 0}}' 2025-08-05 20:21:01,589 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.248s 2025-08-05 20:21:01,590 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-917e3253-32e4-4780-ae24-b62a45d906e0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "30d9efeb-531a-4ea2-b66e-2d1af8974993", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "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-05T20:21:01Z", "updated_at": "2025-08-05T20:21:01Z", "revision_number": 0}}' 2025-08-05 20:21:01,812 98944 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 20:21:01,813 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-74f59c05-aa1c-4708-b90f-08069e70cf33', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d8825ac7-fa8d-4991-a3dc-68cd3310b8c8", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "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-05T20:21:01Z", "updated_at": "2025-08-05T20:21:01Z", "revision_number": 0}}' 2025-08-05 20:21:02,040 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.226s 2025-08-05 20:21:02,040 98944 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-f10873f8-67b1-4fac-a7e2-6647f891ab3d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c932bd35-6c5b-4eb9-a640-785e8b0d0429", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "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-05T20:21:01Z", "updated_at": "2025-08-05T20:21:01Z", "revision_number": 0}}' 2025-08-05 20:21:02,123 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.077s 2025-08-05 20:21:02,123 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:02 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-e10d4576-7edc-48d4-809b-e6d190471f26', '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": "1db34ff02af24e8a8deecdb5875246a7", "name": "tempest-SnapshotDataIntegrityTests-1398560157-project-member", "password_expires_at": null}, "audit_ids": ["x3If08lDRzizqETwOUILCw"], "expires_at": "2025-08-05T21:21:02.000000Z", "issued_at": "2025-08-05T20:21:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "name": "tempest-SnapshotDataIntegrityTests-1398560157"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e6a44d84ff6f4a74adcf743bd1a9aa57", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image ", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:21:02,124 98944 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '0c91159f-a79a-45a7-bef9-3fe2fabb2f46', 'name': 'tempest-SnapshotDataIntegrityTests-230242534-network', 'tenant_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63263, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:20:41Z', 'updated_at': '2025-08-05T20:20:41Z', 'revision_number': 1} available for tenant 2025-08-05 20:21:02,124 98944 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1441541376', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCxvIq1pM7XaETiH80dAv/Z5NNt/UKt1iXwsQhQavNwDRY8Y5U8GCWFa8F2sm1EpH4+kMy87lSMs2Gy+k+3BfZJUee7CN40ws9f3MQNfZ311f1STFg9dTkn2jzgH+LaFkQ==', 'fingerprint': '41:3e:b3:8d:ba:74:d7:fa:14:05:67:dd:6c:12:28:18', 'user_id': '1db34ff02af24e8a8deecdb5875246a7', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCQR3qVYphmu7boVG7xrjNMWDku8DsxrFEw7ImOavz3f6+j9p2ziVx7\ndm1NmE3P8MSgBwYFK4EEACKhZANiAAQsbyKtaTO12hE4h/NHQL/2eTTbf1CrdYl8\nLEIUGrzcA0WPGOVPBglhWvBdrJtRKR+PpDMvO5UjLNhsvpPtwX2SVHnuwjeNMLPX\n9zEDX2d9dX9UkxYPXU5J9o84B/i2hZE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9987299e-5c7e-477d-a1da-ffc40d9c8343', 'name': 'tempest-securitygroup--718099237', 'stateful': True, 'tenant_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'description': 'tempest-description--1089476315', 'shared': False, 'security_group_rules': [{'id': '5f6d3763-403f-4cf3-af29-9afed688fecf', 'project_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'tenant_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'security_group_id': '9987299e-5c7e-477d-a1da-ffc40d9c8343', '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': 689, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:20:59Z', 'updated_at': '2025-08-05T20:20:59Z', 'revision_number': 0}, {'id': 'cb51ce84-cdbb-4b47-b436-edc0d1bb7d88', 'project_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'tenant_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'security_group_id': '9987299e-5c7e-477d-a1da-ffc40d9c8343', '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': 688, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:20:59Z', 'updated_at': '2025-08-05T20:20:59Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:20:59Z', 'updated_at': '2025-08-05T20:20:59Z', 'revision_number': 1, 'project_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57'}, 'floating_ip': {'id': 'abf6d309-e146-44fb-8061-9f0115cd476c', 'tenant_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'floating_ip_address': '172.24.4.28', 'floating_network_id': '49592b35 -3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:21:00Z', 'updated_at': '2025-08-05T20:21:00Z', 'revision_number': 0, 'ip': '172.24.4.28'}} 2025-08-05 20:21:02,761 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.635s 2025-08-05 20:21:02,762 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-765107933", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "key_name": "tempest-keypair-1441541376", "security_groups": [{"name": "tempest-secgroup-smoke-1096101064"}, {"name": "tempest-securitygroup--718099237"}], "networks": [{"uuid": "0c91159f-a79a-45a7-bef9-3fe2fabb2f46"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '450', 'location': 'http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa997f06-5120-49ed-910c-1b787fb69db5', 'x-compute-request-id': 'req-fa997f06-5120-49ed-910c-1b787fb69db5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "67e565c7-9ada-4da3-a94f-a6ab60c9987c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1096101064"}, {"name": "tempest-securitygroup--718099237"}], "adminPass": "VmicG3cBpB2K"}}' 2025-08-05 20:21:02,841 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c 0.076s 2025-08-05 20:21:02,841 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eea28839-bb70-449a-b0c4-ceb909a05179', 'x-compute-request-id': 'req-eea28839-bb70-449a-b0c4-ceb909a05179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c'} Body: b'{"server": {"id": "67e565c7-9ada-4da3-a94f-a6ab60c9987c", "name": "tempest-SnapshotDataIntegrityTests-server-765107933", "status": "BUILD", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "user_id": "1db34ff02af24e8a8deecdb5875246a7", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:21:03Z", "updated": "2025-08-05T20:21:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self" , "href": "http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1441541376", "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 20:21:53,158 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c 0.254s 2025-08-05 20:21:53,159 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1593', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89d62041-9be4-4e91-9803-1791d016d7c7', 'x-compute-request-id': 'req-89d62041-9be4-4e91-9803-1791d016d7c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c'} Body: b'{"server": {"id": "67e565c7-9ada-4da3-a94f-a6ab60c9987c", "name": "tempest-SnapshotDataIntegrityTests-server-765107933", "status": "ACTIVE", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "user_id": "1db34ff02af24e8a8deecdb5875246a7", "metadata": {}, "hostId": "ee2a0de6a39f63e5b8bd6898dd68a65c781e14d967cecd05c2b7eb1b", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:21:02Z", "updated": "2025-08-05T20:21:18Z", "addresses": {"tempest-SnapshotDataIntegrityTests-230242534-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b7:6f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1441541376", "OS-SRV-USG:launched_at": "2025-08-05T20:21:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--718099237"}, {"name": "tempest-secgroup-smoke-1096101064"}], "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 20:21:53,173 98944 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 20:22:53,503 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c/os-interface 0.314s 2025-08-05 20:22:53,503 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:53 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-f5a1a54e-39a5-4b54-bd61-b07d72005dfd', 'x-compute-request-id': 'req-f5a1a54e-39a5-4b54-bd61-b07d72005dfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "0c91159f-a79a-45a7-bef9-3fe2fabb2f46", "port_id": "7f4ca475-7ef9-4735-9dd8-ce1f940d3eec", "mac_addr": "fa:16:3e:09:b7:6f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f7063f54-c4ae-4b6b-aaea-b537500004b5", "ip_address": "10.0.0.10"}]}]}' 2025-08-05 20:22:54,669 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/abf6d309-e146-44fb-8061-9f0115cd476c 1.162s 2025-08-05 20:22:54,670 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "7f4ca475-7ef9-4735-9dd8-ce1f940d3eec"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-754d4e8d-0b88-4d66-8fdc-9ca597a453b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/abf6d309-e146-44fb-8061-9f0115cd476c'} Body: b'{"floatingip": {"id": "abf6d309-e146-44fb-8061-9f0115cd476c", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "floating_ip_address": "172.24.4.28", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "1222818b-753d-4b9c-b6de-6876388dc5cf", "port_id": "7f4ca475-7ef9-4735-9dd8-ce1f940d3eec", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "0c91159f-a79a-45a7-bef9-3fe2fabb2f46", "mac_address": "fa:16:3e:09:b7:6f", "admin_state_up": true, "status": "ACTIVE", "device_id": "67e565c7-9ada-4da3-a94f-a6ab60c9987c", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:21:00Z", "updated_at": "2025-08-05T20:22:53Z", "revision_number": 1, "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57"}}' 2025-08-05 20:22:54,675 98944 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.28:22' as 'cirros' with public key authentication 2025-08-05 20:22:54,692 98944 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:22:54,797 98944 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:22:54,797 98944 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.28 successfully created 2025-08-05 20:22:55,020 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c 0.222s 2025-08-05 20:22:55,020 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1593', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd18e22e-7dc3-496e-873b-fc9e4753668e', 'x-compute-request-id': 'req-cd18e22e-7dc3-496e-873b-fc9e4753668e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c'} Body: b'{"server": {"id": "67e565c7-9ada-4da3-a94f-a6ab60c9987c", "name": "tempest-SnapshotDataIntegrityTests-server-765107933", "status": "ACTIVE", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "user_id": "1db34ff02af24e8a8deecdb5875246a7", "metadata": {}, "hostId": "ee2a0de6a39f63e5b 8bd6898dd68a65c781e14d967cecd05c2b7eb1b", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:21:02Z", "updated": "2025-08-05T20:21:18Z", "addresses": {"tempest-SnapshotDataIntegrityTests-230242534-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b7:6f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1441541376", "OS-SRV-USG:launched_at": "2025-08-05T20:21:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--718099237"}, {"name": "tempest-secgroup-smoke-1096101064"}], "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 20:22:55,266 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/volumes 0.230s 2025-08-05 20:22:55,266 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-802842158", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efb1d602-b142-41e9-a5a4-643c211913df', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efb1d602-b142-41e9-a5a4-643c211913df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1ca05577-1101-4896-88f7-2b95e54dc463", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:55.200804", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-802842158", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1ca05577-1101-4896-88f7-2b95e54dc463"}], "user_id": "1db34ff02af24e8a8deecdb5875246a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:22:55,328 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463 0.050s 2025-08-05 20:22:55,329 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69a28d2e-86a6-43fb-86bc-ed6f1366e93c', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69a28d2e-86a6-43fb-86bc-ed6f1366e93c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463'} Body: b'{"volume": {"id": "1ca05577-1101-4896- 88f7-2b95e54dc463", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:55.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-802842158", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1ca05577-1101-4896-88f7-2b95e54dc463"}], "user_id": "1db34ff02af24e8a8deecdb5875246a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57"}}' 2025-08-05 20:22:56,382 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463 0.039s 2025-08-05 20:22:56,382 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99cd2646-b859-4f0b-a097-a399145fe071', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99cd2646-b859-4f0b-a097-a399145fe071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463'} Body: b'{"volume": {"id": "1ca05577-1101-4896-88f7-2b95e54dc463", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:55.000000", "updated_at": "2025-08-05T20:22:55.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-802842158", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1ca05577-1101-4896-88f7-2b95e54dc463"}], "user_id": "1db34ff02af24e8a8deecdb5875246a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57"}}' 2025-08-05 20:22:56,552 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463 0.154s 2025-08-05 20:22:56,552 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e4c1538-8914-4aa1-8e1a-a9d87953e4bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463'} Body: b'' 2025-08-05 20:22:56,574 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463 0.021s 2025-08-05 20:22:56,574 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109' , 'content-type': 'application/json', 'x-compute-request-id': 'req-98d799df-8a68-4c0b-8c73-c27c9885fca0', 'x-openstack-request-id': 'req-98d799df-8a68-4c0b-8c73-c27c9885fca0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1ca05577-1101-4896-88f7-2b95e54dc463 could not be found."}}' 2025-08-05 20:22:56,687 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c 0.112s 2025-08-05 20:22:56,688 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22: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-fd4bbfba-8a44-45d2-8777-8b3b38dedf7a', 'x-compute-request-id': 'req-fd4bbfba-8a44-45d2-8777-8b3b38dedf7a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c'} Body: b'' 2025-08-05 20:22:57,023 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c 0.334s 2025-08-05 20:22:57,023 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:56 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-9979d09b-32e4-42ce-9df6-292476315f25', 'x-compute-request-id': 'req-9979d09b-32e4-42ce-9df6-292476315f25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c'} Body: b'{"server": {"id": "67e565c7-9ada-4da3-a94f-a6ab60c9987c", "name": "tempest-SnapshotDataIntegrityTests-server-765107933", "status": "ACTIVE", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "user_id": "1db34ff02af24e8a8deecdb5875246a7", "metadata": {}, "hostId": "ee2a0de6a39f63e5b8bd6898dd68a65c781e14d967cecd05c2b7eb1b", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:21:02Z", "updated": "2025-08-05T20:22:57Z", "addresses": {"tempest-SnapshotDataIntegrityTests-230242534-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b7:6f"}, {"version": 4, "addr": "172.24.4.28", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b7:6f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1441541376", "OS-SRV-USG:launched_at": "2025-08-05T20:21:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--718099237"}, {"name": "tempest-secgroup-smoke-1096101064"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "activ e", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 20:23:47,117 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c 0.032s 2025-08-05 20:23:47,117 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-c26ddee2-dfde-499e-a0e8-3cb4f243bbd5', 'x-compute-request-id': 'req-c26ddee2-dfde-499e-a0e8-3cb4f243bbd5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 67e565c7-9ada-4da3-a94f-a6ab60c9987c could not be found."}}' 2025-08-05 20:23:47,356 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/f5675b36-8024-4b22-8db2-19493bae6630 0.238s 2025-08-05 20:23:47,356 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-9b590e99-4f94-4b00-8fd0-ddabc3ce8888', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/f5675b36-8024-4b22-8db2-19493bae6630'} Body: b'' 2025-08-05 20:23:47,383 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1441541376 0.026s 2025-08-05 20:23:47,383 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:47 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-8743043f-d68f-4361-8126-907a24ee5f94', 'x-compute-request-id': 'req-8743043f-d68f-4361-8126-907a24ee5f94', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1441541376'} Body: b'' 2025-08-05 20:23:47,570 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/9987299e-5c7e-477d-a1da-ffc40d9c8343 0.186s 2025-08-05 20:23:47,570 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-4cefd43d-375c-44f3-a270-79eafb669c11', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/9987299e-5c7e-477d-a1da-ffc40d9c8343'} Body: b'' 2025-08-05 20:23:47,590 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/9987299e-5c7e-477d-a1da-ffc40d9c8343 0.019s 2025-08-05 20:23:47,590 98944 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 20:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-ffcfdbfd-bcb7-468c-8ef6-3f015da7da78', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/9987299e-5c7e-477d-a1da-ffc40d9c8343'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9987299e-5c7e-477d-a1da-ffc40d9c8343 does not exist", "detail": ""}}' 2025-08-05 20:23:47,984 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/abf6d309-e146-44fb-8061-9f0115cd476c 0.393s 2025-08-05 20:23:47,984 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-4d994c32-e49c-459c-9ba9-a134532cbe59', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/abf6d309-e146-44fb-8061-9f0115cd476c'} Body: b'' {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [1.324501s] ... 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 0697b762-dc03-4464-82cc-ef423a0f58ed failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:24:17,554 98928 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.204s 2025-08-05 20:24:17,555 98928 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-1082518703"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2c6b3ec-a1e6-4788-902d-97d9917a19a2', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2c6b3ec-a1e6-4788-902d-97d9917a19a2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "0697b762-dc03-4464-82cc-ef423a0f58ed", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:17.490892", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1082518703", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed"}], "user_id": "d5dded6ad8064457b0b06d789825a2cd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:24:17,607 98928 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed 0.040s 2025-08-05 20:24:17,607 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b62829f-1a3b-46bd-a74e-388d03275f94', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b62829f-1a3b-46bd-a74e-388d03275f94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed'} Body: b'{"volume": {"id": "0697b762-dc03-4464-82cc-ef423a0f58ed", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:17.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1082518703", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed"}], "user_id": "d5dded6ad8064457b0b06d789825a2cd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59de55709a834442925cd2866524b533"}}' 2025-08-05 20:24:18,659 98928 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed 0.037s 2025-08-05 20:24:18,659 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applica tion/json', 'x-compute-request-id': 'req-ed4405c7-709f-42ca-b387-87d6813099b8', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed4405c7-709f-42ca-b387-87d6813099b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed'} Body: b'{"volume": {"id": "0697b762-dc03-4464-82cc-ef423a0f58ed", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:17.000000", "updated_at": "2025-08-05T20:24:18.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1082518703", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed"}], "user_id": "d5dded6ad8064457b0b06d789825a2cd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59de55709a834442925cd2866524b533"}}' {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [1.408428s] ... 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 dda6d32f-d986-46e4-8555-649e383ef0bf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:24:18,959 98928 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.284s 2025-08-05 20:24:18,959 98928 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-1204006957"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bb3abfc-30f2-47a8-b305-74fb31c4ce73', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bb3abfc-30f2-47a8-b305-74fb31c4ce73', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "dda6d32f-d986-46e4-8555-649e383ef0bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:18.867928", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1204006957", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf"}], "user_id": "d5dded6ad8064457b0b06d789825a2cd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:24:19,011 98928 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf 0.040s 2025-08-05 20:24:19,012 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cec5e904-6dc7-4d21-aa0e-b80317de2cae', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cec5e904-6dc7-4d21-aa0e-b80317de2cae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf'} Body: b'{"volume": {"id": "dda6d32f-d986-46e4-8555-649e383ef0bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:19.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1204006957", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf"}], "user_id": "d5dded6ad8064457b0b06d789825a2cd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59de55709a834442925cd2866524b533"}}' 2025-08-05 20:24:20,069 98928 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf 0.042s 2025-08-05 20:24:20,069 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applica tion/json', 'x-compute-request-id': 'req-47932238-2b27-4c29-a7f5-1edd43b75a13', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47932238-2b27-4c29-a7f5-1edd43b75a13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf'} Body: b'{"volume": {"id": "dda6d32f-d986-46e4-8555-649e383ef0bf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:19.000000", "updated_at": "2025-08-05T20:24:19.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1204006957", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf"}], "user_id": "d5dded6ad8064457b0b06d789825a2cd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59de55709a834442925cd2866524b533"}}' {1} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {7} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [166.704661s] ... 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 d0eb2941-56cc-4c2c-aced-5fa9dc5f94be failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:22:00,618 98942 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:22:00,618 98942 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:22:00,761 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.142s 2025-08-05 20:22:00,762 98942 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-1172067038", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEVQaONNMOTUY2ARRae/dXQHDUZFw5Bwph/HET9/BsPTRBZkuoARI5He1qb0gBh8eDhH6iU7+nMUkC9b431YTgzYedMQn9C8te7FPGdtMaSRy6e2/iYK/zVUlEgCRdApUg=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-702fafbe-8aa1-435a-a112-a25ed3b21f92', 'x-compute-request-id': 'req-702fafbe-8aa1-435a-a112-a25ed3b21f92', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1172067038", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEVQaONNMOTUY2ARRae/dXQHDUZFw5Bwph/HET9/BsPTRBZkuoARI5He1qb0gBh8eDhH6iU7+nMUkC9b431YTgzYedMQn9C8te7FPGdtMaSRy6e2/iYK/zVUlEgCRdApUg==", "fingerprint": "61:9f:e1:5e:8a:fa:ed:3e:93:60:8a:4a:9e:28:5b:65", "user_id": "7d896562f0714bcaba6fe3828df7870c"}}' 2025-08-05 20:22:00,765 98942 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1172067038 created 2025-08-05 20:22:00,974 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.209s 2025-08-05 20:22:00,974 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1321832409", "description": "tempest-description--1963618261"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-44cbc203-5714-4254-b610-ed239d01eddc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a0c02489-f6f6-4aa0-b005-7e3a01dc6aac", "name": "tempest-securitygroup--1321832409", "stateful": true, "tenant_id": "ddb459420ee84274abab4e21d147482f", "description": "tempest-description--1963618261", "shared": false, "security_group_rules": [{"id": "59280873-d1bd-4445-a1ba-09958a6828c5", "project_id": "ddb459420ee84274abab4e21d147482f", "tenant_id": "ddb459420ee84274abab4e21d147482f", "security_group_id": "a0c02489-f6f6-4aa0-b005-7e3a01dc6aac", "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": 738, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:22:00Z", "updated_at": "2025-08-05T20:22:00Z", "revision_number": 0}, {"id": "695128ad-2b6d-410c-87e3-bbd8834c126b", "project_id": "ddb459420ee84274abab4e21d147482f", "tenant_id": "ddb459420ee84274abab4e21d147482f", "security_group_id": "a0c02489-f6f6-4aa0-b005-7e3a01dc6aac", "ethert ype": "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": 739, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:22:00Z", "updated_at": "2025-08-05T20:22:00Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:22:00Z", "updated_at": "2025-08-05T20:22:00Z", "revision_number": 1, "project_id": "ddb459420ee84274abab4e21d147482f"}}' 2025-08-05 20:22:01,181 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.206s 2025-08-05 20:22:01,182 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a0c02489-f6f6-4aa0-b005-7e3a01dc6aac", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-e159d85c-465b-4145-94fc-54810c56da85', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d20c1fd9-f34f-4106-99f1-1a6075faca72", "project_id": "ddb459420ee84274abab4e21d147482f", "tenant_id": "ddb459420ee84274abab4e21d147482f", "security_group_id": "a0c02489-f6f6-4aa0-b005-7e3a01dc6aac", "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-05T20:22:01Z", "updated_at": "2025-08-05T20:22:01Z", "revision_number": 0}}' 2025-08-05 20:22:01,415 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.233s 2025-08-05 20:22:01,416 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a0c02489-f6f6-4aa0-b005-7e3a01dc6aac", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-304a537d-0d41-4819-b96c-18cda8dae060', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bcef9e2c-f505-4215-b15b-6a7274b1989a", "project_id": "ddb459420ee84274abab4e21d147482f", "tenant_id": "ddb459420ee84274abab4e21d147482f", "security_group_id": "a0c02489-f6f6-4aa0-b005-7e3a01dc6aac", "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-05T20:22:01Z", "updated_at": "2025-08-05T20:22:01Z", "revision_number": 0}}' 2025-08-05 20:22:01,416 98942 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1321832409 created 2025-08-05 20:22:02,264 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.847s 2025-08-05 20:22:02,264 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-1fc915bb-8eb6-4837-ad86-6ad4f2c93c69', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d565ba8a-0711-4dda-844d-ce2d47e4abb8", "tenant_id": "ddb459420ee84274abab4e21d147482f", "floating_ip_address": "172.24.4.209", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ddb459420ee84274abab4e21d147482f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:22:01Z", "updated_at": "2025-08-05T20:22:01Z", "revision_number": 0}}' 2025-08-05 20:22:02,265 98942 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd565ba8a-0711-4dda-844d-ce2d47e4abb8', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'floating_ip_address': '172.24.4.209', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ddb459420ee84274abab4e21d147482f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:22:01Z', 'updated_at': '2025-08-05T20:22:01Z', 'revision_number': 0, 'ip': '172.24.4.209'} created 2025-08-05 20:22:02,374 98942 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.104s 2025-08-05 20:22:02,374 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2499', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-98bc9010-7b6e-4a11-b0d4-c8262fb76354', '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": "7d896562f0714bcaba6fe3828df7870c", "name": "tempest-AttachVolumeShelveTestJSON-615004190-project-member", "password_expires_at": null}, "audit_ids": ["lhbw2K8HSXS-9qN7bLHmCQ"], "expires_at": "2025-08-05T21:22:02.000000Z", "issued_at": "2025-08-05T20:22:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ddb459420ee84274abab4e21d147482f", "name": "tempest-AttachVolumeShelveTestJSON-615004190"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ddb459420ee84274abab4e21d147482f", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "pu blic", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:22:02,375 98942 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '3ed314af-8508-4a9b-827d-9e775b857fca', 'name': 'tempest-AttachVolumeShelveTestJSON-374786897-network', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ddb459420ee84274abab4e21d147482f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46398, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:21:52Z', 'updated_at': '2025-08-05T20:21:52Z', 'revision_number': 1} available for tenant 2025-08-05 20:22:02,375 98942 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1172067038', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEVQaONNMOTUY2ARRae/dXQHDUZFw5Bwph/HET9/BsPTRBZkuoARI5He1qb0gBh8eDhH6iU7+nMUkC9b431YTgzYedMQn9C8te7FPGdtMaSRy6e2/iYK/zVUlEgCRdApUg==', 'fingerprint': '61:9f:e1:5e:8a:fa:ed:3e:93:60:8a:4a:9e:28:5b:65', 'user_id': '7d896562f0714bcaba6fe3828df7870c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAw6rp+elPYK+W88grch6EnB3dZS/eKaKIMVVfalN3VgEamCIH68sVz\nuMiIRp/cLT+gBwYFK4EEACKhZANiAARFUGjjTTDk1GNgEUWnv3V0Bw1GRcOQcKYf\nxxE/fwbD00QWZLqAESOR3tam9IAYfHg4R+olO/pzFJAvW+N9WE4M2HnTEJ/QvLXu\nxTxnbTGkkcuntv4mCv81VJRIAkXQKVI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a0c02489-f6f6-4aa0-b005-7e3a01dc6aac', 'name': 'tempest-securitygroup--1321832409', 'stateful': True, 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'description': 'tempest-description--1963618261', 'shared': False, 'security_group_rules': [{'id': '59280873-d1bd-4445-a1ba-09958a6828c5', 'project_id': 'ddb459420ee84274abab4e21d147482f', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'security_group_id': 'a0c02489-f6f6-4aa0-b005-7e3a01dc6aac', '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': 738, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:22:00Z', 'updated_at': '2025-08-05T20:22:00Z', 'revision_number': 0}, {'id': '695128ad-2b6d-410c-87e3-bbd8834c126b', 'project_id': 'ddb459420ee84274abab4e21d147482f', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'security_group_id': 'a0c02489-f6f6-4aa0-b005-7e3a01dc6aac', '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': 739, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_a t': '2025-08-05T20:22:00Z', 'updated_at': '2025-08-05T20:22:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:22:00Z', 'updated_at': '2025-08-05T20:22:00Z', 'revision_number': 1, 'project_id': 'ddb459420ee84274abab4e21d147482f'}, 'floating_ip': {'id': 'd565ba8a-0711-4dda-844d-ce2d47e4abb8', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'floating_ip_address': '172.24.4.209', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ddb459420ee84274abab4e21d147482f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:22:01Z', 'updated_at': '2025-08-05T20:22:01Z', 'revision_number': 0, 'ip': '172.24.4.209'}} 2025-08-05 20:22:02,984 98942 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.608s 2025-08-05 20:22:02,984 98942 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-1490650853", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "3ed314af-8508-4a9b-827d-9e775b857fca"}], "security_groups": [{"name": "tempest-securitygroup--1321832409"}], "key_name": "tempest-keypair-1172067038", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1', '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-af4390b0-348c-4a58-b39b-855f691b6f1f', 'x-compute-request-id': 'req-af4390b0-348c-4a58-b39b-855f691b6f1f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1321832409"}], "adminPass": "password"}}' 2025-08-05 20:22:03,077 98942 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/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1 0.089s 2025-08-05 20:22:03,077 98942 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 20:22:02 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-2c0fbc84-703f-45e8-9720-ca6b53334ecd', 'x-compute-request-id': 'req-2c0fbc84-703f-45e8-9720-ca6b53334ecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1'} Body: b'{"server": {"id": "d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1", "name": "tempest-AttachVolumeShelveTestJSON-server-1490650853", "status": "BUILD", "tenant_id": "ddb459420ee84274abab4e21d147482f", "user_id": "7d8 96562f0714bcaba6fe3828df7870c", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:22:03Z", "updated": "2025-08-05T20:22:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1172067038", "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 20:22:53,549 98942 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/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1 0.405s 2025-08-05 20:22:53,550 98942 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 20:22:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1585', '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-cfd6940b-7606-4f83-9bbb-a2ab8eec34dd', 'x-compute-request-id': 'req-cfd6940b-7606-4f83-9bbb-a2ab8eec34dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1'} Body: b'{"server": {"id": "d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1", "name": "tempest-AttachVolumeShelveTestJSON-server-1490650853", "status": "ACTIVE", "tenant_id": "ddb459420ee84274abab4e21d147482f", "user_id": "7d896562f0714bcaba6fe3828df7870c", "metadata": {}, "hostId": "62bb04807239dd0f14826c80d95fe5059e2a351d53a618188384b7a0", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:22:02Z", "updated": "2025-08-05T20:22:20Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-374786897-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:09:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1172067038", "OS-SRV-USG:launched_at": "2025-08-05T20:22:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1321832409"}], "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 20:22:53,567 98942 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:23:53,791 98942 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/d6c1e da9-ef5f-45ae-90f5-05ea4160f3f1/os-interface 0.163s 2025-08-05 20:23:53,791 98942 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 20:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-585f4010-d1f5-406f-8c98-8a9f4c6b48ca', 'x-compute-request-id': 'req-585f4010-d1f5-406f-8c98-8a9f4c6b48ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3ed314af-8508-4a9b-827d-9e775b857fca", "port_id": "13629485-6a3f-445b-a30c-534e2a8f8692", "mac_addr": "fa:16:3e:2a:09:ae", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c70dfec6-9dbd-40f8-a283-4780b9ab0adc", "ip_address": "10.0.0.4"}]}]}' 2025-08-05 20:23:54,678 98942 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/d565ba8a-0711-4dda-844d-ce2d47e4abb8 0.880s 2025-08-05 20:23:54,678 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "13629485-6a3f-445b-a30c-534e2a8f8692"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-809a15e6-04a1-4228-891e-9484cf97fea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/d565ba8a-0711-4dda-844d-ce2d47e4abb8'} Body: b'{"floatingip": {"id": "d565ba8a-0711-4dda-844d-ce2d47e4abb8", "tenant_id": "ddb459420ee84274abab4e21d147482f", "floating_ip_address": "172.24.4.209", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "f03a3052-d1ae-4ba1-8cf7-8e3b5fa1c65e", "port_id": "13629485-6a3f-445b-a30c-534e2a8f8692", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3ed314af-8508-4a9b-827d-9e775b857fca", "mac_address": "fa:16:3e:2a:09:ae", "admin_state_up": true, "status": "ACTIVE", "device_id": "d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:22:01Z", "updated_at": "2025-08-05T20:23:54Z", "revision_number": 1, "project_id": "ddb459420ee84274abab4e21d147482f"}}' 2025-08-05 20:23:54,680 98942 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.209:22' as 'cirros' with public key authentication 2025-08-05 20:23:54,695 98942 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:23:54,799 98942 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:23:54,800 98942 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.209 successfully created 2025-08-05 20:23:54,843 98942 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/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1/ips 0.043s 2025-08-05 20:23:54,843 98942 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 20:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-a pi-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-b78a4d82-9df2-46b8-9294-9b51ec6f1007', 'x-compute-request-id': 'req-b78a4d82-9df2-46b8-9294-9b51ec6f1007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-374786897-network": [{"version": 4, "addr": "10.0.0.4"}]}}' 2025-08-05 20:23:55,109 98942 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.262s 2025-08-05 20:23:55,109 98942 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-512141355"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d128cfe0-e0f4-400b-8b8a-277b285d738a', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d128cfe0-e0f4-400b-8b8a-277b285d738a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d0eb2941-56cc-4c2c-aced-5fa9dc5f94be", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:23:55.036776", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-512141355", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be"}], "user_id": "7d896562f0714bcaba6fe3828df7870c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:23:55,165 98942 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/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be 0.044s 2025-08-05 20:23:55,165 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05daea47-e9e9-4411-8478-28ef80d99786', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05daea47-e9e9-4411-8478-28ef80d99786', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be'} Body: b'{"volume": {"id": "d0eb2941-56cc-4c2c-aced-5fa9dc5f94be", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:23:55.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-512141355", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be"}], "user_id": "7d896562f0714bcaba6fe3828df7870c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddb459420ee84274abab4e21d147482f"}}' 2025-0 8-05 20:23:56,222 98942 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/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be 0.042s 2025-08-05 20:23:56,222 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bf33190-d453-4aec-9a40-b9600b193862', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bf33190-d453-4aec-9a40-b9600b193862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be'} Body: b'{"volume": {"id": "d0eb2941-56cc-4c2c-aced-5fa9dc5f94be", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:23:55.000000", "updated_at": "2025-08-05T20:23:55.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-512141355", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be"}], "user_id": "7d896562f0714bcaba6fe3828df7870c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddb459420ee84274abab4e21d147482f"}}' 2025-08-05 20:23:56,351 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1 0.114s 2025-08-05 20:23:56,351 98942 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 20:23:56 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-84e66e36-8300-4a5e-9ccc-08b5687b7886', 'x-compute-request-id': 'req-84e66e36-8300-4a5e-9ccc-08b5687b7886', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1'} Body: b'' 2025-08-05 20:23:56,590 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1 0.238s 2025-08-05 20:23:56,590 98942 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 20:23:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd89e455-79b8-4ef4-a0d3-177289966452', 'x-compute-request-id': 'req-dd89e455-79b8-4ef4-a0d3-177289966452', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1'} Body: b'{"server": {"id": "d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1", "name": "tempest-AttachVolumeShelveTestJSON-server-1490650853", "status": "ACTIVE", "tenant_id": "ddb459420ee84274abab4e2 1d147482f", "user_id": "7d896562f0714bcaba6fe3828df7870c", "metadata": {}, "hostId": "62bb04807239dd0f14826c80d95fe5059e2a351d53a618188384b7a0", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:22:02Z", "updated": "2025-08-05T20:23:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-374786897-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:09:ae"}, {"version": 4, "addr": "172.24.4.209", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:09:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1172067038", "OS-SRV-USG:launched_at": "2025-08-05T20:22:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1321832409"}], "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 20:24:46,699 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1 0.042s 2025-08-05 20:24:46,699 98942 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 20:24:46 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-48780b49-6a20-470d-9540-3ae4a67b4d1f', 'x-compute-request-id': 'req-48780b49-6a20-470d-9540-3ae4a67b4d1f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1 could not be found."}}' 2025-08-05 20:24:46,729 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1172067038 0.029s 2025-08-05 20:24:46,729 98942 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 20:24:46 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-6a115fef-950b-46db-9a79-c61d959f367e', 'x-compute-request-id': 'req-6a115fef-950b-46db-9a79-c61d959f367e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1172067038'} Body: b'' 2025-08-05 20:24:46,933 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/a0c02489-f6f6-4aa0-b005-7e3a01dc6aac 0.203s 2025-08-05 20:24:46,933 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-93fe046b-a51a-4a71-be1a-1dcb14dacc9b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a0c02489-f6f6-4aa0-b005-7e3a01dc6aac'} Body: b'' 2025-08-05 20:24:46,954 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/a0c02489-f6f6-4aa0-b005-7e3a01dc6aac 0.020s 2025-08-05 20:24:46,955 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-340a8a36-42b9-44d3-a955-3c53e60680bb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a0c02489-f6f6-4aa0-b005-7e3a01dc6aac'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a0c02489-f6f6-4aa0-b005-7e3a01dc6aac does not exist", "detail": ""}}' 2025-08-05 20:24:47,321 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/d565ba8a-0711-4dda-844d-ce2d47e4abb8 0.366s 2025-08-05 20:24:47,321 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-1342c14f-f85d-4a96-8672-99b7bc01956e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/d565ba8a-0711-4dda-844d-ce2d47e4abb8'} Body: b'' {2} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [165.764835s] ... 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 66124dfe-ceec-4b15-a2ac-4df59731ad42 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:22:09,600 98932 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 20:22:10,202 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.600s 2025-08-05 20:22:10,203 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1094306153", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-7a0737bc-6cc4-4b5f-8862-7c8bebc51011', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1094306153", "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": "72ab4c530c0f471ea39fb92836274ab8", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2a23f821-4a3b-48f6-9b99-d1ece8738a23", "created_at": "2025-08-05T20:22:10Z", "updated_at": "2025-08-05T20:22:10Z", "tags": [], "self": "/v2/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23", "file": "/v2/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:22:11,610 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23/file 1.406s 2025-08-05 20:22:11,610 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-b88cb9d5-7c88-4be8-a38b-fa27301a760e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23/file'} Body: b'' 2025-08-05 20:22:11,611 98932 DEBUG [tempest.scenario.manager] image:2a23f821-4a3b-48f6-9b99-d1ece8738a23 2025-08-05 20:22:11,685 98932 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.072s 2025-08-05 20:22:11,685 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-2017609405", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE8BsYhFXzi0vblO43aetV5HtTn+0KkQziz5T8k+4ZSOO370NouzMRxRM0EZhI2iReVk3xYqTxlv0mVNMJ52tEXON1f6+UHOTNWTzEUIzKrsuBjalfKlW3vpWchXzT6+Pg=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:11 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-38aa519f-7a75-4604-bc26-cd5fae4525f3', 'x-compute-request-id': 'req-38aa519f-7a75-4604-bc26-cd5fae4525f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-201 7609405", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE8BsYhFXzi0vblO43aetV5HtTn+0KkQziz5T8k+4ZSOO370NouzMRxRM0EZhI2iReVk3xYqTxlv0mVNMJ52tEXON1f6+UHOTNWTzEUIzKrsuBjalfKlW3vpWchXzT6+Pg==", "fingerprint": "20:d5:8a:8f:5f:b4:f4:0e:3b:3e:97:f5:22:32:76:83", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099"}}' 2025-08-05 20:22:11,797 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.099s 2025-08-05 20:22:11,797 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:11 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-ed4fa0f2-b9f2-45ad-b5c0-09104005ed41', '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": "c3e231ecb1164451b7f5f24bf8b4d099", "name": "tempest-TestMinimumBasicScenario-1954197763-project-member", "password_expires_at": null}, "audit_ids": ["PwNYpW08RqOIAc-RKD_0hw"], "expires_at": "2025-08-05T21:22:11.000000Z", "issued_at": "2025-08-05T20:22:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72ab4c530c0f471ea39fb92836274ab8", "name": "tempest-TestMinimumBasicScenario-1954197763"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/72ab4c530c0f471ea39fb92836274ab8", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:22:11,798 98932 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '2b73b213-a448-4855-8b18-da7573aa0d26', 'name': 'tempest-TestMinimumBasicScenario-1079764232-network', 'tenant_id': '72ab4c530c0f471ea39fb92836274ab8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '72ab4c530c0f471ea39fb92836274ab8', 'port_security_enabled ': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59572, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:18:53Z', 'updated_at': '2025-08-05T20:18:53Z', 'revision_number': 1} available for tenant 2025-08-05 20:22:12,279 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.480s 2025-08-05 20:22:12,279 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-540153865", "imageRef": "2a23f821-4a3b-48f6-9b99-d1ece8738a23", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-2017609405", "networks": [{"uuid": "2b73b213-a448-4855-8b18-da7573aa0d26"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9572cab1-b330-438a-b24d-8ed5b8d4f91a', 'x-compute-request-id': 'req-9572cab1-b330-438a-b24d-8ed5b8d4f91a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5eb8d0ac-9e4e-4a17-8652-4eff26490a54", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "9vuv8P7REwYo"}}' 2025-08-05 20:22:12,349 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54 0.066s 2025-08-05 20:22:12,349 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:12 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-e71f3db1-8aee-4b01-b61c-e6f6d6d694e5', 'x-compute-request-id': 'req-e71f3db1-8aee-4b01-b61c-e6f6d6d694e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54'} Body: b'{"server": {"id": "5eb8d0ac-9e4e-4a17-8652-4eff26490a54", "name": "tempest-TestMinimumBasicScenario-server-540153865", "status": "BUILD", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "", "image": {"id": "2a23f821-4a3b-48f6-9b99-d1ece8738a23", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:22:12Z", "updated": "2025-08-05T20:22:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT -AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2017609405", "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 20:23:02,615 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54 0.208s 2025-08-05 20:23:02,615 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:02 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-cd620683-a3c3-4b3b-b2f2-7801002501e3', 'x-compute-request-id': 'req-cd620683-a3c3-4b3b-b2f2-7801002501e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54'} Body: b'{"server": {"id": "5eb8d0ac-9e4e-4a17-8652-4eff26490a54", "name": "tempest-TestMinimumBasicScenario-server-540153865", "status": "ACTIVE", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "5f4e5ef16c7666238a260d75c8b4f6bccb1b51fbe9f41f649676009d", "image": {"id": "2a23f821-4a3b-48f6-9b99-d1ece8738a23", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:22:12Z", "updated": "2025-08-05T20:22:28Z", "addresses": {"tempest-TestMinimumBasicScenario-1079764232-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:cd:09"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2017609405", "OS-SRV-USG:launched_at": "2025-08-05T20:22:28.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 20:23:02,629 98932 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:24:02,875 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54 0.231s 2025-08-05 20:24:02,876 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:02 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-a8e9dcec-5796-4b16-bdb0-79c41a946ed9', 'x-compute-request-id': 'req-a8e9dcec-5796-4b16-bdb0-79c41a946ed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54'} Body: b'{"server": {"id": "5eb8d0ac-9e4e-4a17 -8652-4eff26490a54", "name": "tempest-TestMinimumBasicScenario-server-540153865", "status": "ACTIVE", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "5f4e5ef16c7666238a260d75c8b4f6bccb1b51fbe9f41f649676009d", "image": {"id": "2a23f821-4a3b-48f6-9b99-d1ece8738a23", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:22:12Z", "updated": "2025-08-05T20:22:28Z", "addresses": {"tempest-TestMinimumBasicScenario-1079764232-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:cd:09"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2017609405", "OS-SRV-USG:launched_at": "2025-08-05T20:22:28.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 20:24:02,957 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.067s 2025-08-05 20:24:02,957 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:02 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-2b7cfe88-eccf-43c2-b7dd-e873cc6c8e0c', 'x-compute-request-id': 'req-2b7cfe88-eccf-43c2-b7dd-e873cc6c8e0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "5eb8d0ac-9e4e-4a17-8652-4eff26490a54", "name": "tempest-TestMinimumBasicScenario-server-540153865", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}]}]}' 2025-08-05 20:24:03,173 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54 0.212s 2025-08-05 20:24:03,173 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:02 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-981239f7-f89c-437b-bd78-a73985a3b65c', 'x-compute-request-id': 'req-981239f7-f89c-437b-bd78-a73985a3b65c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54'} Body: b'{"server": {"id": "5eb8d0ac-9e4e-4a17-8652-4eff26490a54", "name": "tempest-TestMinimumBasicScenario-server-540153865", "status": "ACTIVE", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "5f4e5e f16c7666238a260d75c8b4f6bccb1b51fbe9f41f649676009d", "image": {"id": "2a23f821-4a3b-48f6-9b99-d1ece8738a23", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:22:12Z", "updated": "2025-08-05T20:22:28Z", "addresses": {"tempest-TestMinimumBasicScenario-1079764232-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:cd:09"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2017609405", "OS-SRV-USG:launched_at": "2025-08-05T20:22:28.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 20:24:03,389 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/volumes 0.201s 2025-08-05 20:24:03,390 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1646661639", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc1afa7c-68e2-4b89-95d7-d960df5708a6', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc1afa7c-68e2-4b89-95d7-d960df5708a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "66124dfe-ceec-4b15-a2ac-4df59731ad42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:03.325766", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1646661639", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42"}], "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:24:03,460 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42 0.055s 2025-08-05 20:24:03,461 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3337b2a0-1ba6-4bfe-bd9a-a6f8c9158256', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3337b2a0-1ba6-4bfe-bd9a-a6f8c9158256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42'} Body: b'{"volume": {"id": "66124dfe-ceec-4b15-a2ac-4df59731ad42", "status": "creating", "size": 1, " availability_zone": "nova", "created_at": "2025-08-05T20:24:03.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1646661639", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42"}], "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72ab4c530c0f471ea39fb92836274ab8"}}' 2025-08-05 20:24:04,521 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42 0.046s 2025-08-05 20:24:04,522 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3177db5d-e10e-4e34-9178-c1411e4b38c1', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3177db5d-e10e-4e34-9178-c1411e4b38c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42'} Body: b'{"volume": {"id": "66124dfe-ceec-4b15-a2ac-4df59731ad42", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:03.000000", "updated_at": "2025-08-05T20:24:03.000000", "name": "tempest-TestMinimumBasicScenario-volume-1646661639", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42"}], "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72ab4c530c0f471ea39fb92836274ab8"}}' 2025-08-05 20:24:04,635 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42 0.100s 2025-08-05 20:24:04,635 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96595838-3252-46bb-8731-e24b4dd7b6a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42'} Body: b'' 2025-08-05 20:24:04,658 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42 0.022s 2025-08-05 20:24:04,658 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': ' req-476e0c11-9cbc-4cc8-9eaa-0262b772530e', 'x-openstack-request-id': 'req-476e0c11-9cbc-4cc8-9eaa-0262b772530e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 66124dfe-ceec-4b15-a2ac-4df59731ad42 could not be found."}}' 2025-08-05 20:24:04,767 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54 0.108s 2025-08-05 20:24:04,767 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:04 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-ef4407bb-c677-4fcb-bafb-23bbd7ed820a', 'x-compute-request-id': 'req-ef4407bb-c677-4fcb-bafb-23bbd7ed820a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54'} Body: b'' 2025-08-05 20:24:05,012 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54 0.244s 2025-08-05 20:24:05,013 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:04 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-4425f17e-548a-4d3b-8e6e-4e0e1b5395fb', 'x-compute-request-id': 'req-4425f17e-548a-4d3b-8e6e-4e0e1b5395fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54'} Body: b'{"server": {"id": "5eb8d0ac-9e4e-4a17-8652-4eff26490a54", "name": "tempest-TestMinimumBasicScenario-server-540153865", "status": "ACTIVE", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "5f4e5ef16c7666238a260d75c8b4f6bccb1b51fbe9f41f649676009d", "image": {"id": "2a23f821-4a3b-48f6-9b99-d1ece8738a23", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:22:12Z", "updated": "2025-08-05T20:24:05Z", "addresses": {"tempest-TestMinimumBasicScenario-1079764232-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:cd:09"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2017609405", "OS-SRV-USG:launched_at": "2025-08-05T20:22:28.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 20:24:55,209 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/serv ers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54 0.132s 2025-08-05 20:24:55,209 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:55 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-fa75109f-2398-4a7c-8464-ceebbfcf017e', 'x-compute-request-id': 'req-fa75109f-2398-4a7c-8464-ceebbfcf017e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5eb8d0ac-9e4e-4a17-8652-4eff26490a54 could not be found."}}' 2025-08-05 20:24:55,257 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-2017609405 0.047s 2025-08-05 20:24:55,257 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:55 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-0e1a2e6b-5b33-4b94-8551-9f36296e5512', 'x-compute-request-id': 'req-0e1a2e6b-5b33-4b94-8551-9f36296e5512', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-2017609405'} Body: b'' 2025-08-05 20:24:55,363 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23 0.105s 2025-08-05 20:24:55,364 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ae69f65d-a020-4c73-bcf8-351106e01f75', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23'} Body: b'' {2} 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 6c414032-5975-46f4-8d00-15d89c75161c failed to build and is in ERROR status {2} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [121.909375s] ... 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 73807799-b9b5-4909-af93-21860eb5bc78 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:23:08,883 98934 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106 0.207s 2025-08-05 20:23:08,883 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20f4b3b0-f2e6-44a1-b30f-3d2e5d0e478c', 'x-compute-request-id': 'req-20f4b3b0-f2e6-44a1-b30f-3d2e5d0e478c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106'} Body: b'{"server": {"id": "0d75ee4c-5550-4329-bb67-afc337cef106", "name": "tempest-ServersNegativeTestJSON-server-197664882", "status": "ACTIVE", "tenant_id": "851eefdc6ebc4ae9b389cc9e23f0fc41", "user_id": "341b2b795f6940ea807ffcaa2d9a8383", "metadata": {}, "hostId": "c9e91a3d7fd22d1c8fc662910489798e8141ad9ea6033370c1689f9a", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:32Z", "updated": "2025-08-05T20:19:11Z", "addresses": {"tempest-ServersNegativeTestJSON-2079622254-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:a8:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d75ee4c-5550-4329-bb67-afc337cef106"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:19:10.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 20:24:09,173 98934 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.212s 2025-08-05 20:24:09,174 98934 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-597025071"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1290e2f4-8c5b-4e65-9ac5-bab42e493480', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1290e2f4-8c5b-4e65-9ac5-bab42e493480', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "73807799-b9b5-4909-af93-21860eb5bc78", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:09.107735", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-597025071", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/73807799-b9b5-4909-af93-21860eb5bc78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/73807799-b9b5-4909-af93-21860eb5bc78"}], "user_id": "341b2b795f6940ea807ffcaa2d9a838 3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:24:09,225 98934 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/73807799-b9b5-4909-af93-21860eb5bc78 0.039s 2025-08-05 20:24:09,226 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ea932ab-8170-44fe-8bb4-96bad5142fe6', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ea932ab-8170-44fe-8bb4-96bad5142fe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/73807799-b9b5-4909-af93-21860eb5bc78'} Body: b'{"volume": {"id": "73807799-b9b5-4909-af93-21860eb5bc78", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:09.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-597025071", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/73807799-b9b5-4909-af93-21860eb5bc78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/73807799-b9b5-4909-af93-21860eb5bc78"}], "user_id": "341b2b795f6940ea807ffcaa2d9a8383", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "851eefdc6ebc4ae9b389cc9e23f0fc41"}}' 2025-08-05 20:24:10,288 98934 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/73807799-b9b5-4909-af93-21860eb5bc78 0.048s 2025-08-05 20:24:10,289 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c39dcafb-8fba-4f79-b875-613fcbdd6f17', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c39dcafb-8fba-4f79-b875-613fcbdd6f17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/73807799-b9b5-4909-af93-21860eb5bc78'} Body: b'{"volume": {"id": "73807799-b9b5-4909-af93-21860eb5bc78", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:09.000000", "updated_at": "2025-08-05T20:24:09.000000", "name": "tempest-ServersNegativeTestJSON-volume-597025071", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/73807799-b9b5-4909-af93-21860eb5bc78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/73807799-b9b5-4909-af93-21860eb5bc78"}], "user_id": "341b2b795f6940ea807ffcaa2d9a8383", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "851eefdc6ebc4ae9b389cc9e23f0fc41"}}' 2025-08-05 20:24:10,517 98934 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106 0.213s 2025-08-05 20:24:10,517 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept ': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db0bfa30-9f56-46b9-977a-6c28931dc497', 'x-compute-request-id': 'req-db0bfa30-9f56-46b9-977a-6c28931dc497', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106'} Body: b'{"server": {"id": "0d75ee4c-5550-4329-bb67-afc337cef106", "name": "tempest-ServersNegativeTestJSON-server-197664882", "status": "ACTIVE", "tenant_id": "851eefdc6ebc4ae9b389cc9e23f0fc41", "user_id": "341b2b795f6940ea807ffcaa2d9a8383", "metadata": {}, "hostId": "c9e91a3d7fd22d1c8fc662910489798e8141ad9ea6033370c1689f9a", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:32Z", "updated": "2025-08-05T20:19:11Z", "addresses": {"tempest-ServersNegativeTestJSON-2079622254-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:a8:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d75ee4c-5550-4329-bb67-afc337cef106"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:19:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {11} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [232.757539s] ... 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 661339c0-90a2-4eb9-8874-a97b7b3b9e5b failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-05T20:24:46Z', 'message': 'Build of instance 661339c0-90a2-4eb9-8874-a97b7b3b9e5b aborted: Volume a766ec00-4d2d-4527-af29-a71993dc1791 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-a80f53dd-5b30-40c3-8d9c-80f51a06ab9c. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:21:28,809 98950 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.043s 2025-08-05 20:21:28,810 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:28 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-75414dc7-7d54-4f62-b047-08b09f4296c2', '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": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110-project-member", "password_expires_at": null}, "audit_ids": ["TaQGxSy0TyGr7WTly7u1YA"], "expires_at": "2025-08-05T21:21:28.000000Z", "issued_at": "2025-08-05T20:21:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "13c295381b954c299ee3883e266dcecb", "name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/13c295381b954c299ee3883e266dcecb", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:21:28,810 98950 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'b14bd801-ad17-4718-88a0-2ab0f71b7e77', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-858271649-network', 'tenant_id': '13c295381b954c299ee3883e266dcecb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '13c295381b954c299ee3883e266dcecb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26212, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope ': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:21:22Z', 'updated_at': '2025-08-05T20:21:22Z', 'revision_number': 1} available for tenant 2025-08-05 20:21:29,636 98950 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.824s 2025-08-05 20:21:29,636 98950 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-1547590838", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "b14bd801-ad17-4718-88a0-2ab0f71b7e77"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd', '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-b00573cc-1c0e-4566-9283-ee690746f745', 'x-compute-request-id': 'req-b00573cc-1c0e-4566-9283-ee690746f745', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "MsF4E3HV8AUF"}}' 2025-08-05 20:21:29,715 98950 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/4616f5f1-afd0-41ad-886d-0aa8037cdbbd 0.076s 2025-08-05 20:21:29,715 98950 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 20:21:29 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-247a8361-d2a6-41dc-8e16-203609e027aa', 'x-compute-request-id': 'req-247a8361-d2a6-41dc-8e16-203609e027aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd'} Body: b'{"server": {"id": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1547590838", "status": "BUILD", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:21:30Z", "updated": "2025-08-05T20:21:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd"}], "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 20:22:20,228 98950 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/4616f5f1-afd0-41ad-886d-0aa8037cdbbd 0.443s 2025-08-05 20:22:20,228 98950 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 20:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', '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-fe566ada-71b8-44c2-bb2f-d64c78b91dd5', 'x-compute-request-id': 'req-fe566ada-71b8-44c2-bb2f-d64c78b91dd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd'} Body: b'{"server": {"id": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1547590838", "status": "ACTIVE", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "4e4b59d85871eaedab38dd363b55317ecf2cce6aff1160a760e587c6", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:21:29Z", "updated": "2025-08-05T20:21:46Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-858271649-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:40:df"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:21:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-05 20:22:20,249 98950 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 20:23:21,005 98950 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/4616f5f1-afd0-41ad-886d-0aa8037cdbbd/action 0.752s 2025-08-05 20:23:21,005 98950 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-1477091499"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:20 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-Vers ion,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba776465-b556-40de-8cdc-5f3cbb0578ba', 'x-compute-request-id': 'req-ba776465-b556-40de-8cdc-5f3cbb0578ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd/action'} Body: b'{"image_id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f"}' 2025-08-05 20:23:21,034 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.028s 2025-08-05 20:23:21,035 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c7e0280c-69c5-462a-b7a1-97fdfce2b6b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:21Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:22,064 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.028s 2025-08-05 20:23:22,065 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-05ca9f53-48bb-4ee9-9382-b9aae669dc62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c 371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:21Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:23,088 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.021s 2025-08-05 20:23:23,088 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5a59d425-5a91-458d-9f71-28058e2ec277', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:21Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:24,113 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.023s 2025-08-05 20:23:24,114 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-97affbe4-92df-47bc-89be-17215c34f6e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_project_name": "tempest-Serv erBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:21Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:25,138 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.022s 2025-08-05 20:23:25,139 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7b42b221-9148-441b-8170-d0fefc872bad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:21Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:26,164 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.024s 2025-08-05 20:23:26,165 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a8740d41-b177-4412-83be-fe7a4ad2e4d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a4 5", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:21Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:27,187 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.020s 2025-08-05 20:23:27,188 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b83e4fa0-1884-412e-a6d2-6cc5645eec6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:21Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:28,213 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.023s 2025-08-05 20:23:28,214 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'cont ent-type': 'application/json', 'x-openstack-request-id': 'req-88b71209-adcd-4a59-b550-53adad456256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_id": "13c295381b954c299ee3883e266dcecb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:28Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:29,244 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.028s 2025-08-05 20:23:29,244 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ce3744c1-c25d-476d-a03b-a95576f0c54a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_id": "13c295381b954c299ee3883e266dcecb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "d5d4d0700d92046eee1da7facf7f3eee", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4f4e1b042c5096b33809bee1f740235a259984bc93fadb7c7ee80be57587ebe22e895abe5e896992c4fa2a1e7b04ac7efa3d4f48667245e4b912fb2004a1b2b3", "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:29Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4 c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:29,268 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.023s 2025-08-05 20:23:29,268 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7de26c8d-1b39-4369-8632-8cddcea537ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_id": "13c295381b954c299ee3883e266dcecb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "d5d4d0700d92046eee1da7facf7f3eee", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4f4e1b042c5096b33809bee1f740235a259984bc93fadb7c7ee80be57587ebe22e895abe5e896992c4fa2a1e7b04ac7efa3d4f48667245e4b912fb2004a1b2b3", "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:29Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:29,548 98950 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/4616f5f1-afd0-41ad-886d-0aa8037cdbbd 0.279s 2025-08-05 20:23:29,548 98950 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 20:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', '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-f6d3dbf9-f588-4f31-afac-ed2a81610383', 'x-compute-request-id': 'req-f6d3dbf9-f588-4f31-afac-ed2a81610383', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd'} Body: b'{"server": {"id": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1547590838", "status": "ACTIVE", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "4e4b59d85871eaedab38dd363b55317ecf2cce6aff1160a760e587c6", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"re l": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:21:29Z", "updated": "2025-08-05T20:23:29Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-858271649-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:40:df"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:21:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-05 20:24:29,952 98950 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.319s 2025-08-05 20:24:29,952 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:29 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-bd75151a-9700-4299-86d1-574d7119746f', '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": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110-project-member", "password_expires_at": null}, "audit_ids": ["1MoF5DtMR2StZoYoBezD8w"], "expires_at": "2025-08-05T21:24:29.000000Z", "issued_at": "2025-08-05T20:24:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "13c295381b954c299ee3883e266dcecb", "name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/13c295381b954c299ee3883e266dcecb", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "imag e", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:24:29,953 98950 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'b14bd801-ad17-4718-88a0-2ab0f71b7e77', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-858271649-network', 'tenant_id': '13c295381b954c299ee3883e266dcecb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '13c295381b954c299ee3883e266dcecb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26212, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:21:22Z', 'updated_at': '2025-08-05T20:21:22Z', 'revision_number': 1} available for tenant 2025-08-05 20:24:30,616 98950 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.663s 2025-08-05 20:24:30,616 98950 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-2057576413", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "b14bd801-ad17-4718-88a0-2ab0f71b7e77"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b', '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-a80f53dd-5b30-40c3-8d9c-80f51a06ab9c', 'x-compute-request-id': 'req-a80f53dd-5b30-40c3-8d9c-80f51a06ab9c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "661339c0-90a2-4eb9-8874-a97b7b3b9e5b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "54wwBQ7kWcCH"}}' 2025-08-05 20:24:30,703 98950 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/661339c0-90a2-4eb9-8874-a97b7b3b9e5b 0.083s 2025-08-05 20:24:30,703 98950 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 20:24:30 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-OpenStac k-Nova-API-Version', 'x-openstack-request-id': 'req-1368878b-6473-46bf-8987-9771066cc939', 'x-compute-request-id': 'req-1368878b-6473-46bf-8987-9771066cc939', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b'} Body: b'{"server": {"id": "661339c0-90a2-4eb9-8874-a97b7b3b9e5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-2057576413", "status": "BUILD", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:24:31Z", "updated": "2025-08-05T20:24:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b"}], "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 20:25:20,871 98950 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/661339c0-90a2-4eb9-8874-a97b7b3b9e5b 0.107s 2025-08-05 20:25:20,871 98950 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 20:25:20 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-c55247d6-5a5d-4da4-9a17-8551ff54f86e', 'x-compute-request-id': 'req-c55247d6-5a5d-4da4-9a17-8551ff54f86e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b'} Body: b'{"server": {"id": "661339c0-90a2-4eb9-8874-a97b7b3b9e5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-2057576413", "status": "ERROR", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:24:30Z", "updated": "2025-08-05T20:24:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-05T20:24:46Z", "message": "Build of instance 661339c0-90a2-4eb9-8874-a97b7b3b9e5b aborted: Volume a766ec00-4d2d-4527-af29-a71993dc1791 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "conf ig_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 20:25:20,890 98950 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-08-05 20:25:21,437 98950 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/661339c0-90a2-4eb9-8874-a97b7b3b9e5b 0.546s 2025-08-05 20:25:21,438 98950 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 20:25:20 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-959d2ff8-28c8-4816-babf-cf74684457f8', 'x-compute-request-id': 'req-959d2ff8-28c8-4816-babf-cf74684457f8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b'} Body: b'' 2025-08-05 20:25:21,516 98950 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/661339c0-90a2-4eb9-8874-a97b7b3b9e5b 0.078s 2025-08-05 20:25:21,516 98950 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 20:25:21 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-7ee72b50-cd9d-4b97-8c51-63e5be232084', 'x-compute-request-id': 'req-7ee72b50-cd9d-4b97-8c51-63e5be232084', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 661339c0-90a2-4eb9-8874-a97b7b3b9e5b could not be found."}}' {9} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached [287.494227s] ... 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 2b9a8096-c293-4659-baed-deca423d74b0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:45,192 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656 0.287s 2025-08-05 20:20:45,192 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:44 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-af2918b0-422a-4fa0-8216-7d8105466487', 'x-compute-request-id': 'req-af2918b0-422a-4fa0-8216-7d8105466487', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656'} Body: b'{"server": {"id": "c44088a3-1ca4-4749-ba40-00120ab17656", "name": "tempest-ServerActionsTestOtherA-server-1086577994", "status": "ACTIVE", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "metadata": {}, "hostId": "ded594ff4d9374699f202c2ea30bdcfd6e45664d31b6ca10fb2961da", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:47Z", "updated": "2025-08-05T20:19:23Z", "addresses": {"tempest-ServerActionsTestOtherA-1195744081-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:08:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c44088a3-1ca4-4749-ba40-00120ab17656"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2071127935", "OS-SRV-USG:launched_at": "2025-08-05T20:19:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2106926184"}], "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 20:21:45,493 98946 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.236s 2025-08-05 20:21:45,493 98946 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-600678890"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e683d54-0f18-495e-ac98-44b4b0f7f383', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e683d54-0f18-495e-ac98-44b4b0f7f383', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2b9a8096-c293-4659-baed-deca423d74b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:21:45.426942", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-600678890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2b9a8096-c293-4659-baed-deca423d74b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2b9a8096-c293-4659-baed-deca423d74b 0"}], "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:21:45,614 98946 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.102s 2025-08-05 20:21:45,615 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:45 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-4c63861f-6981-4f54-bb9a-8583172f4477', '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": "6bba1d675df645b19ca3f0e9b4d0e721", "name": "tempest-ServerActionsTestOtherA-1854154313-project-member", "password_expires_at": null}, "audit_ids": ["Mdd1ovEIRq6rA2U4bBi-1A"], "expires_at": "2025-08-05T21:21:45.000000Z", "issued_at": "2025-08-05T20:21:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43b25684815c4508b1f3e2a60e16489a", "name": "tempest-ServerActionsTestOtherA-1854154313"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/43b25684815c4508b1f3e2a60e16489a", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:21:45,615 98946 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': 'f6d92bfe-2852-4eb9-bbc5-cdaa79dc3233', 'name': 'tempest-ServerActionsTestOtherA-1195744081-network', 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '43b25684815c4508b1f3e2a60e16489a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21379, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:17:43Z', 'updated_at': '2025-08-05T20:17:44Z', 'revision_number': 1} available for tenant 2025-08-05 20:21:45,616 98946 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:21:45,616 98946 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:21:45,674 98946 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.056s 2025-08-05 20:21:45,675 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-564883057", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJc4tH35gPyG1Bzi+2jqRvgHPK7/R9rMrj7UjoYjdwuIprkTWZEbZEVUX9Nv7w4XdjhNWFeFJAChORczDTi4gq0pSBsMwNJrTsjD/3AvFC+tEv4oRbOisxsyFVIzQ2KKhw=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:45 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-be50bfb5-48c0-49b5-ba57-6af1e0b5f266', 'x-compute-request-id': 'req-be50bfb5-48c0-49b5-ba57-6af1e0b5f266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-564883057", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJc4tH35gPyG1Bzi+2jqRvgHPK7/R9rMrj7UjoYjdwuIprkTWZEbZEVUX9Nv7w4XdjhNWFeFJAChORczDTi4gq0pSBsMwNJrTsjD/3AvFC+tEv4oRbOisxsyFVIzQ2KKhw==", "fingerprint": "d6:ff:cb:11:dc:22:cc:cc:2b:fb:11:df:38:46:45:3e", "user_id": "6bba1d675df645b19ca3f0e9b4d0e721"}}' 2025-08-05 20:21:45,677 98946 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-564883057 created 2025-08-05 20:21:46,031 98946 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.353s 2025-08-05 20:21:46,031 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1633888825", "description": "tempest-description--1207350752"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-7bb52ecc-75ae-4b37-b8c3-80ff58ae264f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "71c922d4-5509-4741-b29f-2f3a5f02f5e0", "name": "tempest-securitygroup--1633888825", "stateful": true, "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "description": "tempest-description--1207350752", "shared": false, "security_group_rules": [{"id": "61068611-7ad7-4985-801a-fb39a3e7a67f", "project_id": "43b25684815c4508b1f3e2a60e16489a", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "security_group_id": "71c922d4-5509-4741-b29f-2f3a5f02f5e0", "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": 719, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:21:45Z", "updated_at": "2025-08 -05T20:21:45Z", "revision_number": 0}, {"id": "cd98e59e-cef0-401c-a764-f6e5de0d467a", "project_id": "43b25684815c4508b1f3e2a60e16489a", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "security_group_id": "71c922d4-5509-4741-b29f-2f3a5f02f5e0", "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": 718, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:21:45Z", "updated_at": "2025-08-05T20:21:45Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:21:45Z", "updated_at": "2025-08-05T20:21:45Z", "revision_number": 1, "project_id": "43b25684815c4508b1f3e2a60e16489a"}}' 2025-08-05 20:21:46,309 98946 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.277s 2025-08-05 20:21:46,309 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "71c922d4-5509-4741-b29f-2f3a5f02f5e0", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-c1b9b26c-fcf6-4ba3-8d90-9e10643d6bb7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c22216e5-c0bf-4c67-b96a-3b7696a3e020", "project_id": "43b25684815c4508b1f3e2a60e16489a", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "security_group_id": "71c922d4-5509-4741-b29f-2f3a5f02f5e0", "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-05T20:21:46Z", "updated_at": "2025-08-05T20:21:46Z", "revision_number": 0}}' 2025-08-05 20:21:46,614 98946 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.304s 2025-08-05 20:21:46,615 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "71c922d4-5509-4741-b29f-2f3a5f02f5e0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-28b4f258-b0f0-4e11-9a77-7b90dc566a65', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5ee732f7-ab12-43b4-8070-3983ec98923c", "project_id": "43b25684815c4508b1f3e2a60e16489a", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "security_group_id": "71c922d4-5509-4741-b29f-2f3a5f02f5e0", "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-05T20:21:46Z", "updated_at": "2025-08-05T20:21:46Z", "revision_number": 0}}' 2025-08-05 20:21:46,615 98946 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1633888825 created 2025-08-05 20:21:47,358 98946 INF O [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.742s 2025-08-05 20:21:47,358 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-2f72fc6b-43ea-4a85-a3a1-3d28be3aca54', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "81eccc05-938d-4456-b57b-1f18ac1de2cd", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "floating_ip_address": "172.24.4.35", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "43b25684815c4508b1f3e2a60e16489a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:21:47Z", "updated_at": "2025-08-05T20:21:47Z", "revision_number": 0}}' 2025-08-05 20:21:47,358 98946 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '81eccc05-938d-4456-b57b-1f18ac1de2cd', 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'floating_ip_address': '172.24.4.35', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '43b25684815c4508b1f3e2a60e16489a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:21:47Z', 'updated_at': '2025-08-05T20:21:47Z', 'revision_number': 0, 'ip': '172.24.4.35'} created 2025-08-05 20:21:47,359 98946 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-564883057', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJc4tH35gPyG1Bzi+2jqRvgHPK7/R9rMrj7UjoYjdwuIprkTWZEbZEVUX9Nv7w4XdjhNWFeFJAChORczDTi4gq0pSBsMwNJrTsjD/3AvFC+tEv4oRbOisxsyFVIzQ2KKhw==', 'fingerprint': 'd6:ff:cb:11:dc:22:cc:cc:2b:fb:11:df:38:46:45:3e', 'user_id': '6bba1d675df645b19ca3f0e9b4d0e721', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDY/NK0iIv1/u+G9payl6JcKTRgEBt7ng7a9Sx9Z0CSm90qDlDVYVEG\nyrxwEtRTSdegBwYFK4EEACKhZANiAASXOLR9+YD8htQc4vto6kb4Bzyu/0fazK4+\n1I6GI3cLiKa5E1mRG2RFVF/Tb+8OF3Y4TVhXhSQAoTkXMw04uIKtKUgbDMDSa07I\nw/9wLxQvrRL+KEWzorMbMhVSM0Niioc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '71c922d4-5509-4741-b29f-2f3a5f02f5e0', 'name': 'tempest-securitygroup--1633888825', 'stateful': True, 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'description': 'tempest-description--1207350752', 'shared': False, 'security_group_rules': [{'id': '61068611-7ad7-4985-801a-fb39a3e7a67f', 'project_id': '43b25684815c4508b1f3e2a60e16489a', 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'security_group_id': '71c922d4-5509-4741-b29f-2f3a5f02f5e0', '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': 719, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:21:45Z', 'updated_at': '2025-08-05T20:21:45Z', 'revision_number': 0}, {'id': 'cd98e59e-cef0-401c-a764-f6e5de0d467a', 'project_id': '43b25684815c4508b1f3e2a60e16489a', 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'security_group_id': '71c922d4-5509-4741-b29f-2f3a5f02f5e0', '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, 'stan dard_attr_id': 718, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:21:45Z', 'updated_at': '2025-08-05T20:21:45Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:21:45Z', 'updated_at': '2025-08-05T20:21:45Z', 'revision_number': 1, 'project_id': '43b25684815c4508b1f3e2a60e16489a'}, 'floating_ip': {'id': '81eccc05-938d-4456-b57b-1f18ac1de2cd', 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'floating_ip_address': '172.24.4.35', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '43b25684815c4508b1f3e2a60e16489a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:21:47Z', 'updated_at': '2025-08-05T20:21:47Z', 'revision_number': 0, 'ip': '172.24.4.35'}} 2025-08-05 20:21:48,010 98946 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.650s 2025-08-05 20:21:48,010 98946 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-781829526", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "f6d92bfe-2852-4eb9-bbc5-cdaa79dc3233"}], "security_groups": [{"name": "tempest-securitygroup--1633888825"}], "key_name": "tempest-keypair-564883057", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81516121-5543-4328-afbe-7743961118c1', 'x-compute-request-id': 'req-81516121-5543-4328-afbe-7743961118c1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "20cf3b54-fb60-4a30-ac89-033b05c289b8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1633888825"}], "adminPass": "SjjJ6xXiSNDL"}}' 2025-08-05 20:21:48,091 98946 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/20cf3b54-fb60-4a30-ac89-033b05c289b8 0.077s 2025-08-05 20:21:48,091 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:48 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-1697f3bc-0bf8-4a5d-a2c4-1e372691d892', 'x-compute-request-id': 'req-1697f3bc-0bf8-4a5d-a2c4-1e372691d892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8'} Body: b'{"server": {"id": "20cf3b54-fb60-4a30-ac89-033b05c289b8", "name": "tempest-tempest.common.compute-instance-781829526", "status": "BUILD", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", " metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:21:48Z", "updated": "2025-08-05T20:21:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-564883057", "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 20:22:38,353 98946 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/20cf3b54-fb60-4a30-ac89-033b05c289b8 0.236s 2025-08-05 20:22:38,353 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:38 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-2d275fca-4273-45dc-8637-5830268cfc67', 'x-compute-request-id': 'req-2d275fca-4273-45dc-8637-5830268cfc67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8'} Body: b'{"server": {"id": "20cf3b54-fb60-4a30-ac89-033b05c289b8", "name": "tempest-tempest.common.compute-instance-781829526", "status": "ACTIVE", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "metadata": {}, "hostId": "ded594ff4d9374699f202c2ea30bdcfd6e45664d31b6ca10fb2961da", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:21:47Z", "updated": "2025-08-05T20:22:05Z", "addresses": {"tempest-ServerActionsTestOtherA-1195744081-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b6:57"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-564883057", "OS-SRV-USG:launched_at": "2025-08-05T20:22:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1633888825"}], "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 20:22:38,367 98946 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:23:38,722 98946 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/20cf3b54-fb60-4a30-ac89-033b05c289b8/os-interface 0.293s 2025-08-05 20:23:38,722 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application /json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-484ed5ea-0793-4a3b-b2af-d9fd8906a6a1', 'x-compute-request-id': 'req-484ed5ea-0793-4a3b-b2af-d9fd8906a6a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "f6d92bfe-2852-4eb9-bbc5-cdaa79dc3233", "port_id": "dddc9a91-7a8b-41c6-a11f-29f99176b20e", "mac_addr": "fa:16:3e:ea:b6:57", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e08d667a-5b46-42c5-963e-2b9d0b652ef6", "ip_address": "10.0.0.5"}]}]}' 2025-08-05 20:23:39,578 98946 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/81eccc05-938d-4456-b57b-1f18ac1de2cd 0.851s 2025-08-05 20:23:39,578 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "dddc9a91-7a8b-41c6-a11f-29f99176b20e"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-552f54cf-c2c1-4b9e-a950-b94d0a41461d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/81eccc05-938d-4456-b57b-1f18ac1de2cd'} Body: b'{"floatingip": {"id": "81eccc05-938d-4456-b57b-1f18ac1de2cd", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "floating_ip_address": "172.24.4.35", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "aefbe4c5-dbb6-4511-82fe-5d66b84c92e1", "port_id": "dddc9a91-7a8b-41c6-a11f-29f99176b20e", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "f6d92bfe-2852-4eb9-bbc5-cdaa79dc3233", "mac_address": "fa:16:3e:ea:b6:57", "admin_state_up": true, "status": "ACTIVE", "device_id": "20cf3b54-fb60-4a30-ac89-033b05c289b8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:21:47Z", "updated_at": "2025-08-05T20:23:38Z", "revision_number": 1, "project_id": "43b25684815c4508b1f3e2a60e16489a"}}' 2025-08-05 20:23:39,579 98946 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.35:22' as 'cirros' with public key authentication 2025-08-05 20:23:39,611 98946 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:23:39,713 98946 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:23:39,714 98946 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.35 successfully created 2025-08-05 20:23:39,972 98946 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/20cf3b54-fb60-4a30-ac89-033b05c289b8 0.257s 2025-08-05 20:23:39,973 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:39 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-e085dbc6-798a-438e-bf02-ac6b96b1842d', 'x-compute-request-id': 'req-e085dbc6-798a-438e-bf02-ac6b96b1842d', 'connec tion': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8'} Body: b'{"server": {"id": "20cf3b54-fb60-4a30-ac89-033b05c289b8", "name": "tempest-tempest.common.compute-instance-781829526", "status": "ACTIVE", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "metadata": {}, "hostId": "ded594ff4d9374699f202c2ea30bdcfd6e45664d31b6ca10fb2961da", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:21:47Z", "updated": "2025-08-05T20:22:05Z", "addresses": {"tempest-ServerActionsTestOtherA-1195744081-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b6:57"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-564883057", "OS-SRV-USG:launched_at": "2025-08-05T20:22:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1633888825"}], "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 20:23:40,031 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/2b9a8096-c293-4659-baed-deca423d74b0 0.042s 2025-08-05 20:23:40,031 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d60c44b7-f9b4-49f7-9509-43fdbe1fe83f', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d60c44b7-f9b4-49f7-9509-43fdbe1fe83f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2b9a8096-c293-4659-baed-deca423d74b0'} Body: b'{"volume": {"id": "2b9a8096-c293-4659-baed-deca423d74b0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:21:45.000000", "updated_at": "2025-08-05T20:21:46.000000", "name": "tempest-ServerActionsTestOtherA-volume-600678890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2b9a8096-c293-4659-baed-deca423d74b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2b9a8096-c293-4659-baed-deca423d74b0"}], "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "43b25684815c4508b1f3e2a60e16489a"}}' 2025-08-05 20:23:41,085 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/2b9a8096-c293-4659-baed-deca423d74b0 0.039s 2025-08-05 20:23:41,086 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-re quest-id': 'req-ee491192-614e-4e46-a07f-48bcdabfbfd8', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee491192-614e-4e46-a07f-48bcdabfbfd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2b9a8096-c293-4659-baed-deca423d74b0'} Body: b'{"volume": {"id": "2b9a8096-c293-4659-baed-deca423d74b0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:21:45.000000", "updated_at": "2025-08-05T20:21:46.000000", "name": "tempest-ServerActionsTestOtherA-volume-600678890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2b9a8096-c293-4659-baed-deca423d74b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2b9a8096-c293-4659-baed-deca423d74b0"}], "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "43b25684815c4508b1f3e2a60e16489a"}}' 2025-08-05 20:23:41,260 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656 0.157s 2025-08-05 20:23:41,261 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1662', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bd0af21-893f-40e3-a897-c0ff3e7824fd', 'x-compute-request-id': 'req-4bd0af21-893f-40e3-a897-c0ff3e7824fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656'} Body: b'{"server": {"id": "c44088a3-1ca4-4749-ba40-00120ab17656", "name": "tempest-ServerActionsTestOtherA-server-1086577994", "status": "ACTIVE", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "metadata": {}, "hostId": "ded594ff4d9374699f202c2ea30bdcfd6e45664d31b6ca10fb2961da", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:47Z", "updated": "2025-08-05T20:19:23Z", "addresses": {"tempest-ServerActionsTestOtherA-1195744081-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:08:b7"}, {"version": 4, "addr": "172.24.4.171", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:08:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c44088a3-1ca4-4749-ba40-00120ab17656"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2071127935", "OS-SRV-USG:launched_at": "2025-08-05T20:19:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2106926184"}], "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 20:24:41,458 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c 289b8 0.126s 2025-08-05 20:24:41,458 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f474c5a-e2c1-4ee3-8128-27dac5a93b63', 'x-compute-request-id': 'req-7f474c5a-e2c1-4ee3-8128-27dac5a93b63', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8'} Body: b'' 2025-08-05 20:24:41,709 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8 0.250s 2025-08-05 20:24:41,710 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1665', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83930849-a2aa-47de-b38f-a9d18ae68a46', 'x-compute-request-id': 'req-83930849-a2aa-47de-b38f-a9d18ae68a46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8'} Body: b'{"server": {"id": "20cf3b54-fb60-4a30-ac89-033b05c289b8", "name": "tempest-tempest.common.compute-instance-781829526", "status": "ACTIVE", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "metadata": {}, "hostId": "ded594ff4d9374699f202c2ea30bdcfd6e45664d31b6ca10fb2961da", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:21:47Z", "updated": "2025-08-05T20:24:41Z", "addresses": {"tempest-ServerActionsTestOtherA-1195744081-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b6:57"}, {"version": 4, "addr": "172.24.4.35", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b6:57"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-564883057", "OS-SRV-USG:launched_at": "2025-08-05T20:22:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1633888825"}], "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 20:25:31,818 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8 0.043s 2025-08-05 20:25:31,819 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-AP I-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-1ece8ef0-a2f8-46ea-913e-7acfec99e06a', 'x-compute-request-id': 'req-1ece8ef0-a2f8-46ea-913e-7acfec99e06a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 20cf3b54-fb60-4a30-ac89-033b05c289b8 could not be found."}}' 2025-08-05 20:25:31,848 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-564883057 0.028s 2025-08-05 20:25:31,848 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:31 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-790b7a73-ef71-4e86-9b9f-d49479e9d9f3', 'x-compute-request-id': 'req-790b7a73-ef71-4e86-9b9f-d49479e9d9f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-564883057'} Body: b'' 2025-08-05 20:25:32,028 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/71c922d4-5509-4741-b29f-2f3a5f02f5e0 0.179s 2025-08-05 20:25:32,028 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-be811ed8-0c33-48a9-a07b-214257ddce21', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/71c922d4-5509-4741-b29f-2f3a5f02f5e0'} Body: b'' 2025-08-05 20:25:32,047 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/71c922d4-5509-4741-b29f-2f3a5f02f5e0 0.018s 2025-08-05 20:25:32,047 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-e70c674e-effc-48f3-8cd4-75e45c8317a9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/71c922d4-5509-4741-b29f-2f3a5f02f5e0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 71c922d4-5509-4741-b29f-2f3a5f02f5e0 does not exist", "detail": ""}}' 2025-08-05 20:25:32,396 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/81eccc05-938d-4456-b57b-1f18ac1de2cd 0.348s 2025-08-05 20:25:32,397 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-867721d7-7abc-4c89-b1af-8605b6ecab94', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/81eccc05-938d-4456-b57b-1f18ac1de2cd'} Body: b'' {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [1.688253s] ... 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 10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:26:06,125 98928 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.179s 2025-08-05 20:26:06,125 98928 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-1294446170"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7099428b-f4de-49aa-9345-c60c16ed5c16', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7099428b-f4de-49aa-9345-c60c16ed5c16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "d8a7100c-e201-45be-ae8e-680852ed313e", "name": "tempest-GroupSnapshotsTest-volume-type-1294446170", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:26:06,163 98928 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 20:26:06,163 98928 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-1411314276"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91a6914d-1900-40ec-9cc2-1e4b435fb8d0', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91a6914d-1900-40ec-9cc2-1e4b435fb8d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "7c46e2fb-2435-4104-a9cb-4b7c79816647", "name": "tempest-GroupSnapshotsTest-group-type-1411314276", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 20:26:06,334 98928 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.168s 2025-08-05 20:26:06,334 98928 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": "7c46e2fb-2435-4104-a9cb-4b7c79816647", "volume_types": ["d8a7100c-e201-45be-ae8e-680852ed313e"], "name": "tempest-GroupSnapshotsTest-Group-1896461762"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7713be97-ea0b-4b18-96b6-6007996eb829', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7713be97-ea0b-4b18-96b6-6007996eb829', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f", "name": "tempest-GroupSnapshotsTest-Group-1896461762"}}' 2025-08-05 20:26:06,369 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f 0.032s 2025-08-05 20:26:06,369 98928 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 20:26:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-699f6166-6770-483f-b644-71ee4e76680e', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-699f6166-6770-483f-b644-71ee4e76680e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f'} Body: b'{"group": {"id": "10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T20:26:06.000000", "name": "tempest-GroupSnapshotsTest-Group-1896461762", "description": null, "group_type": "7c46e2fb-2435-4104-a9cb-4b7c79816647", "volume_types": ["d8a7100c-e201-45be-ae8e-680852ed313e"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:26:07,406 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f 0.031s 2025-08-05 20:26:07,407 98928 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 20:26:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c3fa952-d9ce-4342-92bb-0f43c9b8c8c7', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c3fa952-d9ce-4342-92bb-0f43c9b8c8c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f'} Body: b'{"group": {"id": "10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T20:26:06.000000", "name": "tempest-GroupSnapshotsTest-Group-1896461762", "description": null, "group_type": "7c46e2fb-2435-4104-a9cb-4b7c79816647", "volume_types": ["d8a7100c-e201-45be-ae8e-680852ed313e"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:26:07,449 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.036s 2025-08-05 20:26:07,450 98928 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 20:26:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc56c575-7c56-49ac-a17c-106a2454e9f2', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc56c575-7c56-49ac-a17c-106a2454e9f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 20:26:07,524 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f/action 0.060s 2025-08-05 20:26:07,524 98928 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 20:26:07 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-07ff23b7-80e2-4512-a2b0-df9a28d9b828', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/grou ps/10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f/action'} Body: b'' 2025-08-05 20:26:07,540 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f 0.015s 2025-08-05 20:26:07,540 98928 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 20:26:07 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-1a56662a-5cdf-4bf8-994d-1c17604d54a4', 'x-openstack-request-id': 'req-1a56662a-5cdf-4bf8-994d-1c17604d54a4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f could not be found."}}' 2025-08-05 20:26:07,569 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/7c46e2fb-2435-4104-a9cb-4b7c79816647 0.028s 2025-08-05 20:26:07,569 98928 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 20:26:07 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-62a8a843-7b58-4e71-94e2-f1d96c761129', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/7c46e2fb-2435-4104-a9cb-4b7c79816647'} Body: b'' 2025-08-05 20:26:07,616 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/d8a7100c-e201-45be-ae8e-680852ed313e 0.047s 2025-08-05 20:26:07,617 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26: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-62eb2e29-0a40-4626-9975-e1fb4bef00e5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/d8a7100c-e201-45be-ae8e-680852ed313e'} Body: b'' 2025-08-05 20:26:07,632 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/d8a7100c-e201-45be-ae8e-680852ed313e 0.014s 2025-08-05 20:26:07,632 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:07 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-3fff01a0-8f3d-4b91-99cf-9f4b80b9bdaf', 'x-openstack-request-id': 'req-3fff01a0-8f3d-4b91-99cf-9f4b80b9bdaf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/d8a7100c-e201-45be-ae8e-680852ed313e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type d8a7100c-e201-45be-ae8e-680852ed313e could not be found."}}' {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [1.530903s] ... 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 f747c0e0-8b45-4299-9e70-6b40fc792adc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:26:07,666 98928 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.030s 2025-08-05 20:26:07,666 98928 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-1017469952"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07fd0b5b-9b78-41e2-8a8c-fc9c8fd6d158', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07fd0b5b-9b78-41e2-8a8c-fc9c8fd6d158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "56552d0c-062e-45e4-ab3e-7489ec842c29", "name": "tempest-GroupSnapshotsTest-volume-type-1017469952", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:26:07,700 98928 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.030s 2025-08-05 20:26:07,701 98928 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-769640243"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2df1e2ed-052e-4c76-91ac-558a9cfa8407', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2df1e2ed-052e-4c76-91ac-558a9cfa8407', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "4a5a010a-8b8c-4a8c-a9f4-37f89b876b32", "name": "tempest-GroupSnapshotsTest-group-type-769640243", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 20:26:07,810 98928 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.103s 2025-08-05 20:26:07,810 98928 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": "4a5a010a-8b8c-4a8c-a9f4-37f89b876b32", "volume_types": ["56552d0c-062e-45e4-ab3e-7489ec842c29"], "name": "tempest-GroupSnapshotsTest-Group-1999700755"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d9147a4-68d2-4505-b36d-8df55f355af9', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d9147a4-68d2-4505-b36d-8df55f355af9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "f747c0e0-8b45-4299-9e70-6b40fc792adc", "name": "tempest-GroupSnapshotsTest-Group-1999700755"}}' 2025-08-05 20:26:07,845 98928 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/f747c0e0-8b45-4299-9e70-6b40fc792adc 0.033s 2025-08-05 20:26:07,846 98928 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 20:26:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cd5ea03-0c6d-4177-8c6b-f1ce4edc3ef2', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cd5ea03-0c6d-4177-8c6b-f1ce4edc3ef2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/f747c0e0-8b45-4299-9e70-6b40fc792adc'} Body: b'{"group": {"id": "f747c0e0-8b45-4299-9e70-6b40fc792adc", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T20:26:08.000000", "name": "tempest-GroupSnapshotsTest-Group-1999700755", "description": null, "group_type": "4a5a010a-8b8c-4a8c-a9f4-37f89b876b32", "volume_types": ["56552d0c-062e-45e4-ab3e-7489ec842c29"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:26:08,884 98928 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/f747c0e0-8b45-4299-9e70-6b40fc792adc 0.031s 2025-08-05 20:26:08,884 98928 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 20:26:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fd7ff75-5b5d-4e5f-bbfa-74aee2981bbb', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fd7ff75-5b5d-4e5f-bbfa-74aee2981bbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/f747c0e0-8b45-4299-9e70-6b40fc792adc'} Body: b'{"group": {"id": "f747c0e0-8b45-4299-9e70-6b40fc792adc", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T20:26:08.000000", "name": "tempest-GroupSnapshotsTest-Group-1999700755", "description": null, "group_type": "4a5a010a-8b8c-4a8c-a9f4-37f89b876b32", "volume_types": ["56552d0c-062e-45e4-ab3e-7489ec842c29"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:26:08,888 98928 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 20:26:08,920 98928 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 20:26:08,920 98928 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 20:26:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd254372-7549-4c1a-99af-f1242eaca687', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd254372-7549-4c1a-99af-f1242eaca687', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 20:26:09,043 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/f747c0e0-8b45-4299-9e70-6b40fc792adc/action 0.110s 2025-08-05 20:26:09,044 98928 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 20:26:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'te xt/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26ea0bf7-05f9-480d-813a-deb85e617940', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/f747c0e0-8b45-4299-9e70-6b40fc792adc/action'} Body: b'' 2025-08-05 20:26:09,060 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/f747c0e0-8b45-4299-9e70-6b40fc792adc 0.015s 2025-08-05 20:26:09,060 98928 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 20:26:09 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-7e69b7d8-6c74-4356-aac4-05dd85842bab', 'x-openstack-request-id': 'req-7e69b7d8-6c74-4356-aac4-05dd85842bab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/f747c0e0-8b45-4299-9e70-6b40fc792adc'} Body: b'{"itemNotFound": {"code": 404, "message": "Group f747c0e0-8b45-4299-9e70-6b40fc792adc could not be found."}}' 2025-08-05 20:26:09,090 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/4a5a010a-8b8c-4a8c-a9f4-37f89b876b32 0.029s 2025-08-05 20:26:09,090 98928 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 20:26:09 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-c149c4c0-b604-4140-aadf-a75a7a0a6afa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/4a5a010a-8b8c-4a8c-a9f4-37f89b876b32'} Body: b'' 2025-08-05 20:26:09,149 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/56552d0c-062e-45e4-ab3e-7489ec842c29 0.058s 2025-08-05 20:26:09,149 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f57f0ab-5934-47a7-876a-f53fac1b5747', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/56552d0c-062e-45e4-ab3e-7489ec842c29'} Body: b'' 2025-08-05 20:26:09,165 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/56552d0c-062e-45e4-ab3e-7489ec842c29 0.015s 2025-08-05 20:26:09,165 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:09 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-52875cea-0c56-4e97-bddc-76285cd20fea', 'x-openstack-request-id': 'req-52875cea-0c56-4e97-bddc-76285cd20fea', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/56552d0 c-062e-45e4-ab3e-7489ec842c29'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 56552d0c-062e-45e4-ab3e-7489ec842c29 could not be found."}}' {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [1.589769s] ... 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 6883d94b-7c5e-4fa4-9f58-08d97f714d7c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:26:09,198 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/types 0.028s 2025-08-05 20:26:09,198 98928 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-1555553719"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad9c64b2-f8ac-4291-9af3-613d456b0925', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad9c64b2-f8ac-4291-9af3-613d456b0925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "aac69612-2bdc-4482-bb09-c9f8d00db184", "name": "tempest-GroupSnapshotsTest-volume-type-1555553719", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:26:09,233 98928 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.032s 2025-08-05 20:26:09,234 98928 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-935519400"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c46484d-a9d9-401e-b8ed-4995ccca39e9', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c46484d-a9d9-401e-b8ed-4995ccca39e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "42ce1eb8-618a-4e99-a194-71f1d28ac652", "name": "tempest-GroupSnapshotsTest-group-type-935519400", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 20:26:09,313 98928 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.076s 2025-08-05 20:26:09,313 98928 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": "42ce1eb8-618a-4e99-a194-71f1d28ac652", "volume_types": ["aac69612-2bdc-4482-bb09-c9f8d00db184"], "name": "tempest-GroupSnapshotsTest-Group-1426069686"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9ed1724-4669-49fb-847a-d2ea1069714b', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9ed1724-4669-49fb-847a-d2ea1069714b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "6883d94b-7c5e-4fa4-9f58-08d97f714d7c", "name": "tempest-GroupSnapshotsTest-Group-1426069686"}}' 2025-08-05 20:26:09,347 98928 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/6883d94b-7c5e-4fa4-9f58-08d97f714d7c 0.032s 2025-08-05 20:26:09,347 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - H eaders: {'date': 'Tue, 05 Aug 2025 20:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-898f54aa-5ba9-40ba-9235-16d921d12733', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-898f54aa-5ba9-40ba-9235-16d921d12733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/6883d94b-7c5e-4fa4-9f58-08d97f714d7c'} Body: b'{"group": {"id": "6883d94b-7c5e-4fa4-9f58-08d97f714d7c", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T20:26:09.000000", "name": "tempest-GroupSnapshotsTest-Group-1426069686", "description": null, "group_type": "42ce1eb8-618a-4e99-a194-71f1d28ac652", "volume_types": ["aac69612-2bdc-4482-bb09-c9f8d00db184"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:26:10,388 98928 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/6883d94b-7c5e-4fa4-9f58-08d97f714d7c 0.034s 2025-08-05 20:26:10,388 98928 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 20:26:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55eaa965-440b-4fdc-92a0-712c7ca7f563', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55eaa965-440b-4fdc-92a0-712c7ca7f563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/6883d94b-7c5e-4fa4-9f58-08d97f714d7c'} Body: b'{"group": {"id": "6883d94b-7c5e-4fa4-9f58-08d97f714d7c", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T20:26:09.000000", "name": "tempest-GroupSnapshotsTest-Group-1426069686", "description": null, "group_type": "42ce1eb8-618a-4e99-a194-71f1d28ac652", "volume_types": ["aac69612-2bdc-4482-bb09-c9f8d00db184"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:26:10,426 98928 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 20:26:10,426 98928 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 20:26:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-838083c9-cb1f-4dc2-9777-ce57474f9d6d', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-838083c9-cb1f-4dc2-9777-ce57474f9d6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 20:26:10,536 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/6883d94b-7c5e-4fa4-9f58-08d97f714d7c/action 0.091s 2025-08-05 20:26:10,536 98928 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 20:26:10 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-f5b9423a-cf48-45fb-9351-735866fd48d2', 'connection': 'close', 'status': '202', 'content-location': 'http ://10.0.0.210/volume/v3/groups/6883d94b-7c5e-4fa4-9f58-08d97f714d7c/action'} Body: b'' 2025-08-05 20:26:10,552 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/6883d94b-7c5e-4fa4-9f58-08d97f714d7c 0.016s 2025-08-05 20:26:10,553 98928 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 20:26:10 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-04503a91-6172-4715-bb1c-1cc3a53e0968', 'x-openstack-request-id': 'req-04503a91-6172-4715-bb1c-1cc3a53e0968', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/6883d94b-7c5e-4fa4-9f58-08d97f714d7c'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 6883d94b-7c5e-4fa4-9f58-08d97f714d7c could not be found."}}' 2025-08-05 20:26:10,582 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/42ce1eb8-618a-4e99-a194-71f1d28ac652 0.028s 2025-08-05 20:26:10,582 98928 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 20:26:10 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-d82e4fd2-978b-4dd2-99d8-7605b6d444a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/42ce1eb8-618a-4e99-a194-71f1d28ac652'} Body: b'' 2025-08-05 20:26:10,741 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/aac69612-2bdc-4482-bb09-c9f8d00db184 0.158s 2025-08-05 20:26:10,742 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26: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-ceeed750-a59e-4f5a-a2cf-8e421999a8ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/aac69612-2bdc-4482-bb09-c9f8d00db184'} Body: b'' 2025-08-05 20:26:10,757 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/aac69612-2bdc-4482-bb09-c9f8d00db184 0.015s 2025-08-05 20:26:10,757 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d23e55d-e85f-49bf-ae34-560d58bf2cb5', 'x-openstack-request-id': 'req-9d23e55d-e85f-49bf-ae34-560d58bf2cb5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/aac69612-2bdc-4482-bb09-c9f8d00db184'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type aac69612-2bdc-4482-bb09-c9f8d00db184 could not be found."}}' {0} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [1.656246s] ... 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 738799cf-82ac-41ed-8efd-e435c5a72ef8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:26:14,584 98928 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/volumes 0.321s 2025-08-05 20:26:14,585 98928 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-539682951"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a79d1ecd-9b7e-496f-8171-ccbc31ffae8d', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a79d1ecd-9b7e-496f-8171-ccbc31ffae8d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "738799cf-82ac-41ed-8efd-e435c5a72ef8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:14.521552", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-539682951", "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/738799cf-82ac-41ed-8efd-e435c5a72ef8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8"}], "user_id": "b7fce435020448cbb284b5ce5157220d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:26:14,640 98928 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8 0.042s 2025-08-05 20:26:14,640 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-365dbfa0-76d3-477c-85ff-795fc0bae1ed', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-365dbfa0-76d3-477c-85ff-795fc0bae1ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8'} Body: b'{"volume": {"id": "738799cf-82ac-41ed-8efd-e435c5a72ef8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:15.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-539682951", "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/738799cf-82ac-41ed-8efd-e435c5a72ef8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8"}], "user_id": "b7fce435020448cbb284b5ce5157220d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a137768795134ef0aa5588ccf05ecf34"}}' 2025-08-05 20:26:15,691 98928 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8 0.037s 2025-08-05 20:26:15,692 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:15 GMT', 'server': 'Apa che/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-225284fc-1038-429c-9f23-67bde179c65d', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-225284fc-1038-429c-9f23-67bde179c65d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8'} Body: b'{"volume": {"id": "738799cf-82ac-41ed-8efd-e435c5a72ef8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:15.000000", "updated_at": "2025-08-05T20:26:15.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-539682951", "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/738799cf-82ac-41ed-8efd-e435c5a72ef8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8"}], "user_id": "b7fce435020448cbb284b5ce5157220d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a137768795134ef0aa5588ccf05ecf34"}}' 2025-08-05 20:26:15,763 98928 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8 0.043s 2025-08-05 20:26:15,763 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03de96dc-6fdb-4475-aa78-4036f614a7d7', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03de96dc-6fdb-4475-aa78-4036f614a7d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8'} Body: b'{"volume": {"id": "738799cf-82ac-41ed-8efd-e435c5a72ef8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:15.000000", "updated_at": "2025-08-05T20:26:15.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-539682951", "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/738799cf-82ac-41ed-8efd-e435c5a72ef8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8"}], "user_id": "b7fce435020448cbb284b5ce5157220d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a137768795134ef0aa5588ccf05ecf34"}}' 2025-08-05 20:26:15,894 98928 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8 0.117s 2025-08-05 20:26:15,895 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26: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-c13d13e8-352f-43cd-bfa1-105b9f8013bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8'} Body: b'' 2025-08-05 20:26:15,917 98928 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWitho utMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8 0.022s 2025-08-05 20:26:15,918 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26: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-b93a1caf-15ee-4b2f-979f-f07583334b2e', 'x-openstack-request-id': 'req-b93a1caf-15ee-4b2f-979f-f07583334b2e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 738799cf-82ac-41ed-8efd-e435c5a72ef8 could not be found."}}' {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.214517s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.235077s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.014737s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.126291s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.016561s] ... ok {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.016588s] ... ok {0} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {0} setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_absolute_limits.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 47521d5a-a180-4247-a52e-51fed5f2e0d8 failed to build and is in ERROR status {0} 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 1f4f1068-6ad3-4a14-a9f6-b237f7b318a9 failed to build and is in ERROR status {0} 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`. {0} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [121.918559s] ... 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 48198ae6-2e96-4593-9688-746fb149883b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:25:10,803 98934 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106 0.202s 2025-08-05 20:25:10,803 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78575257-b1b1-4653-889c-57e5fddc5877', 'x-compute-request-id': 'req-78575257-b1b1-4653-889c-57e5fddc5877', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106'} Body: b'{"server": {"id": "0d75ee4c-5550-4329-bb67-afc337cef106", "name": "tempest-ServersNegativeTestJSON-server-197664882", "status": "ACTIVE", "tenant_id": "851eefdc6ebc4ae9b389cc9e23f0fc41", "user_id": "341b2b795f6940ea807ffcaa2d9a8383", "metadata": {}, "hostId": "c9e91a3d7fd22d1c8fc662910489798e8141ad9ea6033370c1689f9a", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:32Z", "updated": "2025-08-05T20:19:11Z", "addresses": {"tempest-ServersNegativeTestJSON-2079622254-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:a8:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d75ee4c-5550-4329-bb67-afc337cef106"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:19:10.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 20:26:11,084 98934 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.232s 2025-08-05 20:26:11,085 98934 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-1530791938"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4659074b-1ee5-41dd-8d69-20f75113869a', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4659074b-1ee5-41dd-8d69-20f75113869a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "48198ae6-2e96-4593-9688-746fb149883b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:11.001280", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1530791938", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/48198ae6-2e96-4593-9688-746fb149883b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/48198ae6-2e96-4593-9688-746fb149883b"}], "user_id": "341b2b795f6940ea807ffcaa2d9a83 83", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:26:11,140 98934 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/48198ae6-2e96-4593-9688-746fb149883b 0.043s 2025-08-05 20:26:11,141 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0515ab3f-67d8-49e9-b8e5-872593d1c47b', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0515ab3f-67d8-49e9-b8e5-872593d1c47b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/48198ae6-2e96-4593-9688-746fb149883b'} Body: b'{"volume": {"id": "48198ae6-2e96-4593-9688-746fb149883b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:11.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1530791938", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/48198ae6-2e96-4593-9688-746fb149883b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/48198ae6-2e96-4593-9688-746fb149883b"}], "user_id": "341b2b795f6940ea807ffcaa2d9a8383", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "851eefdc6ebc4ae9b389cc9e23f0fc41"}}' 2025-08-05 20:26:12,199 98934 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/48198ae6-2e96-4593-9688-746fb149883b 0.044s 2025-08-05 20:26:12,199 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ef09c20-d629-4e2d-aa89-2270833b580f', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ef09c20-d629-4e2d-aa89-2270833b580f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/48198ae6-2e96-4593-9688-746fb149883b'} Body: b'{"volume": {"id": "48198ae6-2e96-4593-9688-746fb149883b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:11.000000", "updated_at": "2025-08-05T20:26:11.000000", "name": "tempest-ServersNegativeTestJSON-volume-1530791938", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/48198ae6-2e96-4593-9688-746fb149883b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/48198ae6-2e96-4593-9688-746fb149883b"}], "user_id": "341b2b795f6940ea807ffcaa2d9a8383", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "851eefdc6ebc4ae9b389cc9e23f0fc41"}}' 2025-08-05 20:26:12,460 98934 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106 0.246s 2025-08-05 20:26:12,461 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accep t': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d8b884b-007d-4b49-9191-015d291b1080', 'x-compute-request-id': 'req-6d8b884b-007d-4b49-9191-015d291b1080', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106'} Body: b'{"server": {"id": "0d75ee4c-5550-4329-bb67-afc337cef106", "name": "tempest-ServersNegativeTestJSON-server-197664882", "status": "ACTIVE", "tenant_id": "851eefdc6ebc4ae9b389cc9e23f0fc41", "user_id": "341b2b795f6940ea807ffcaa2d9a8383", "metadata": {}, "hostId": "c9e91a3d7fd22d1c8fc662910489798e8141ad9ea6033370c1689f9a", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:32Z", "updated": "2025-08-05T20:19:11Z", "addresses": {"tempest-ServersNegativeTestJSON-2079622254-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:a8:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d75ee4c-5550-4329-bb67-afc337cef106"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:19:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [167.262706s] ... 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 caf9da49-15be-433a-86d5-03fbfcc879d5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:24:38,142 98930 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:24:38,143 98930 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:24:38,286 98930 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.142s 2025-08-05 20:24:38,286 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-327923144", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK4a9Ehflja07aNFiCYIBJe9uRIRxQVjIHJUmCTGZN2joqW4/mudR5XRHdP/gH97uWfCHCbon8NVKb6Tjxw3ZGJtdVtueGHGa12RVjaqy63Tz1W6rVFaiiqioS0SErKEgg=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:38 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-abb43cd6-ab17-46c8-af6c-7bca56bf2aaa', 'x-compute-request-id': 'req-abb43cd6-ab17-46c8-af6c-7bca56bf2aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-327923144", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK4a9Ehflja07aNFiCYIBJe9uRIRxQVjIHJUmCTGZN2joqW4/mudR5XRHdP/gH97uWfCHCbon8NVKb6Tjxw3ZGJtdVtueGHGa12RVjaqy63Tz1W6rVFaiiqioS0SErKEgg==", "fingerprint": "21:74:5d:9a:d0:6c:0a:da:97:ca:95:a1:49:72:98:85", "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae"}}' 2025-08-05 20:24:38,288 98930 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-327923144 created 2025-08-05 20:24:38,759 98930 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.469s 2025-08-05 20:24:38,759 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1466014821", "description": "tempest-description--48678649"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-bb7841ab-f14c-424e-ab06-43f467ea98b5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1e2b6df0-44e5-4643-8fc6-5a138db2f83e", "name": "tempest-securitygroup--1466014821", "stateful": true, "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "description": "tempest-description--48678649", "shared": false, "security_group_rules": [{"id": "523697a8-6961-4659-8a54-9b4736f99c39", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "security_group_id": "1e2b6df0-44e5-4643-8fc6-5a138db2f83e", "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": 780, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:24:38Z", "updated_at": "2025-08-05T20:24:38Z", "revision_number": 0}, {"id": "beb4573f-334b-480a-8d49-0c789842b420", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "security_group_id": "1e2b6df0-44e5-4643-8fc6-5a138db2f83e", "ethertype": "IPv4", "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": 779, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:24:38Z", "updated_at": "2025-08-05T20:24:38Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:24:38Z", "updated_at": "2025-08-05T20:24:38Z", "revision_number": 1, "project_id": "a28f0b3070b4476cb23de6b547e296b4"}}' 2025-08-05 20:24:39,152 98930 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.392s 2025-08-05 20:24:39,152 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1e2b6df0-44e5-4643-8fc6-5a138db2f83e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-4b374b5e-bd97-4a9e-9674-7de39b2ed8f7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c281ba03-c51a-47e7-a1d7-d422b1a177c3", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "security_group_id": "1e2b6df0-44e5-4643-8fc6-5a138db2f83e", "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-05T20:24:38Z", "updated_at": "2025-08-05T20:24:38Z", "revision_number": 0}}' 2025-08-05 20:24:39,370 98930 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 20:24:39,371 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1e2b6df0-44e5-4643-8fc6-5a138db2f83e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-07800942-39a7-4a5f-b0c3-599c4bafaccf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5848d3ff-1cac-460c-9860-63e3f3bebdc6", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "security_group_id": "1e2b6df0-44e5-4643-8fc6-5a138db2f83e", "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-05T20:24:39Z", "updated_at": "2025-08-05T20:24:39Z", "revision_number": 0}}' 2025-08-05 20:24:39,371 98930 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1466014821 created 2025-08-05 20:24:40,279 98930 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.908s 2025-08-05 20:24:40,280 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-7467675a-50cc-4cf6-be8b-db810d99d45b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b4802b8c-2129-4f90-849d-f816fa0a1433", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "floating_ip_address": "172.24.4.199", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:24:39Z", "updated_at": "2025-08-05T20:24:39Z", "revision_number": 0}}' 2025-08-05 20:24:40,280 98930 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b4802b8c-2129-4f90-849d-f816fa0a1433', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'floating_ip_address': '172.24.4.199', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:24:39Z', 'updated_at': '2025-08-05T20:24:39Z', 'revision_number': 0, 'ip': '172.24.4.199'} created 2025-08-05 20:24:40,327 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.041s 2025-08-05 20:24:40,327 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:40 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-adc24a35-ca8e-4c2d-814e-d6fcf52256a5', '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": "cf4819f6398c4e71b51d6cf7f89c59ae", "name": "tempest-AttachVolumeTestJSON-1164884484-project-member", "password_expires_at": null}, "audit_ids": ["X46uw88tQamhtIPvMSrX3A"], "expires_at": "2025-08-05T21:24:40.000000Z", "issued_at": "2025-08-05T20:24:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a28f0b3070b4476cb23de6b547e296b4", "name": "tempest-AttachVolumeTestJSON-1164884484"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a28f0b3070b4476cb23de6b547e296b4", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "i d": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:24:40,328 98930 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'a8c4da0b-110a-43d6-a84f-af3e6225170f', 'name': 'tempest-AttachVolumeTestJSON-171287503-network', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 41322, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:24:32Z', 'updated_at': '2025-08-05T20:24:32Z', 'revision_number': 1} available for tenant 2025-08-05 20:24:40,328 98930 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-327923144', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK4a9Ehflja07aNFiCYIBJe9uRIRxQVjIHJUmCTGZN2joqW4/mudR5XRHdP/gH97uWfCHCbon8NVKb6Tjxw3ZGJtdVtueGHGa12RVjaqy63Tz1W6rVFaiiqioS0SErKEgg==', 'fingerprint': '21:74:5d:9a:d0:6c:0a:da:97:ca:95:a1:49:72:98:85', 'user_id': 'cf4819f6398c4e71b51d6cf7f89c59ae', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDhjFWPFeooP1A+sbYA4kwH6OJE1FQhAm4wMohIDjuArHp7S4UkeBa9\nQHcqNkqh/kagBwYFK4EEACKhZANiAASuGvRIX5Y2tO2jRYgmCASXvbkSEcUFYyBy\nVJgkxmTdo6KluP5rnUeV0R3T/4B/e7lnwhwm6J/DVSm+k48cN2RibXVbbnhhxmtd\nkVY2qsut089Vuq1RWooqoqEtEhKyhII=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1e2b6df0-44e5-4643-8fc6-5a138db2f83e', 'name': 'tempest-securitygroup--1466014821', 'stateful': True, 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'description': 'tempest-description--48678649', 'shared': False, 'security_group_rules': [{'id': '523697a8-6961-4659-8a54-9b4736f99c39', 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'security_group_id': '1e2b6df0-44e5-4643-8fc6-5a138db2f83e', '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': 780, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:24:38Z', 'updated_at': '2025-08-05T20:24:38Z', 'revision_number': 0}, {'id': 'beb4573f-334b-480a-8d49-0c789842b420', 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'security_group_id': '1e2b6df0-44e5-4643-8fc6-5a138db2f83e', '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': 779, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:24:38Z', 'updated_at': '2025-08-05T20:24:38Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:24:38Z', 'updated _at': '2025-08-05T20:24:38Z', 'revision_number': 1, 'project_id': 'a28f0b3070b4476cb23de6b547e296b4'}, 'floating_ip': {'id': 'b4802b8c-2129-4f90-849d-f816fa0a1433', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'floating_ip_address': '172.24.4.199', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:24:39Z', 'updated_at': '2025-08-05T20:24:39Z', 'revision_number': 0, 'ip': '172.24.4.199'}} 2025-08-05 20:24:40,867 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.538s 2025-08-05 20:24:40,868 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1333018086", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "a8c4da0b-110a-43d6-a84f-af3e6225170f"}], "security_groups": [{"name": "tempest-securitygroup--1466014821"}], "key_name": "tempest-keypair-327923144", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ed7b0af-d7b9-4f52-bd58-cdd2dc1444cf', 'x-compute-request-id': 'req-4ed7b0af-d7b9-4f52-bd58-cdd2dc1444cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1466014821"}], "adminPass": "password"}}' 2025-08-05 20:24:40,953 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca 0.082s 2025-08-05 20:24:40,953 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1229', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6851ea1-071c-4399-aa5e-13f020154245', 'x-compute-request-id': 'req-d6851ea1-071c-4399-aa5e-13f020154245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca'} Body: b'{"server": {"id": "e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca", "name": "tempest-AttachVolumeTestJSON-server-1333018086", "status": "BUILD", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "ht tp://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:41Z", "updated": "2025-08-05T20:24:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-327923144", "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 20:25:31,236 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca 0.219s 2025-08-05 20:25:31,236 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:31 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-f378a2c1-1952-49f5-99ea-b49d8dbdc90b', 'x-compute-request-id': 'req-f378a2c1-1952-49f5-99ea-b49d8dbdc90b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca'} Body: b'{"server": {"id": "e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca", "name": "tempest-AttachVolumeTestJSON-server-1333018086", "status": "ACTIVE", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "metadata": {}, "hostId": "80e2e198cd15495d8d0a884ebaf843767d57255ce87a2c486c82181e", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:40Z", "updated": "2025-08-05T20:24:58Z", "addresses": {"tempest-AttachVolumeTestJSON-171287503-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:7c:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-327923144", "OS-SRV-USG:launched_at": "2025-08-05T20:24:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1466014821"}], "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 20:25:31,254 98930 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 20:26:31,479 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca/os-interface 0.164s 2025-08-05 20:26:31,480 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nov a-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41932949-4615-40a3-85f4-7f9496e3a45f', 'x-compute-request-id': 'req-41932949-4615-40a3-85f4-7f9496e3a45f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a8c4da0b-110a-43d6-a84f-af3e6225170f", "port_id": "bd45e67a-dda1-4b31-8ff1-50bf6bb93848", "mac_addr": "fa:16:3e:dd:7c:bb", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "81b63e15-ff76-4873-a203-451b8b986e27", "ip_address": "10.0.0.6"}]}]}' 2025-08-05 20:26:32,558 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/b4802b8c-2129-4f90-849d-f816fa0a1433 1.074s 2025-08-05 20:26:32,558 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "bd45e67a-dda1-4b31-8ff1-50bf6bb93848"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-0cb104f1-4908-4a11-bf2e-20a372e3283e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/b4802b8c-2129-4f90-849d-f816fa0a1433'} Body: b'{"floatingip": {"id": "b4802b8c-2129-4f90-849d-f816fa0a1433", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "floating_ip_address": "172.24.4.199", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "8ba2f367-d5e7-45f7-abac-f5fbfad0477e", "port_id": "bd45e67a-dda1-4b31-8ff1-50bf6bb93848", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a8c4da0b-110a-43d6-a84f-af3e6225170f", "mac_address": "fa:16:3e:dd:7c:bb", "admin_state_up": true, "status": "ACTIVE", "device_id": "e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:24:39Z", "updated_at": "2025-08-05T20:26:31Z", "revision_number": 1, "project_id": "a28f0b3070b4476cb23de6b547e296b4"}}' 2025-08-05 20:26:32,561 98930 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.199:22' as 'cirros' with public key authentication 2025-08-05 20:26:32,576 98930 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:26:32,678 98930 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:26:32,679 98930 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.199 successfully created 2025-08-05 20:26:32,743 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca/ips 0.063s 2025-08-05 20:26:32,743 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '103', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-419272f4-e586-4626-a94e-c56b13f6df5b', 'x-compute-request-id': 'req-419272f4-e586-4626-a94e-c56b13f6df5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-171287503-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2025-08-05 20:26:32,747 98930 INFO [tempest.lib.common.ssh] Creating ssh c onnection to '172.24.4.199:22' as 'cirros' with public key authentication 2025-08-05 20:26:32,750 98930 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:26:32,853 98930 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:26:32,853 98930 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.199 successfully created 2025-08-05 20:26:32,854 98930 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 20:26:32,854 98930 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.199:22' as 'cirros' with public key authentication 2025-08-05 20:26:32,856 98930 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:26:32,957 98930 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:26:32,958 98930 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.199 successfully created 2025-08-05 20:26:33,202 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.234s 2025-08-05 20:26:33,203 98930 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-86465301"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff78f3e6-1c11-4b10-b8de-7c2474b5cced', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff78f3e6-1c11-4b10-b8de-7c2474b5cced', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "caf9da49-15be-433a-86d5-03fbfcc879d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:33.121767", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-86465301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5"}], "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:26:33,253 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5 0.037s 2025-08-05 20:26:33,254 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae529299-494e-4e83-acfa-d9a4b43a16a5', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae529299-494e-4e83-acfa-d9a4b43a16a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5'} Body: b'{"volume": {"id": "caf9da49-15be-433a-86d5-03fbfcc879d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:33.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-86465301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "h ref": "http://10.0.0.210/volume/v3/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5"}], "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a28f0b3070b4476cb23de6b547e296b4"}}' 2025-08-05 20:26:34,317 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5 0.049s 2025-08-05 20:26:34,318 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ed6805a-4519-442a-aeb6-d343bf8569c8', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ed6805a-4519-442a-aeb6-d343bf8569c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5'} Body: b'{"volume": {"id": "caf9da49-15be-433a-86d5-03fbfcc879d5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:33.000000", "updated_at": "2025-08-05T20:26:33.000000", "name": "tempest-AttachVolumeTestJSON-volume-86465301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5"}], "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a28f0b3070b4476cb23de6b547e296b4"}}' 2025-08-05 20:26:34,464 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca 0.132s 2025-08-05 20:26:34,464 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:34 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-220697d8-4842-49f9-9bc9-ad3306d68c79', 'x-compute-request-id': 'req-220697d8-4842-49f9-9bc9-ad3306d68c79', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca'} Body: b'' 2025-08-05 20:26:34,702 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca 0.238s 2025-08-05 20:26:34,703 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-581117b6-07e8-4ba7-8a93-c2e604f5972a', 'x-compute-request-id': 'req-581117b6-07e8-4ba7-8a93-c2e604f5972a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca'} Body: b'{"server": {"id": "e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca", "name": "tempest-AttachVolumeTestJSON-server-1333018086", "status": "ACTIVE", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "metadata": {}, "hostId": "80e2e198cd15495d8d0a884ebaf843767d57255ce87a2c486c82181e", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:40Z", "updated": "2025-08-05T20:26:34Z", "addresses": {"tempest-AttachVolumeTestJSON-171287503-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:7c:bb"}, {"version": 4, "addr": "172.24.4.199", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:7c:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-327923144", "OS-SRV-USG:launched_at": "2025-08-05T20:24:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1466014821"}], "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 20:27:24,797 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca 0.037s 2025-08-05 20:27:24,797 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:24 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-19554bf9-5f99-452c-bd1d-2c84ad69853f', 'x-compute-request-id': 'req-19554bf9-5f99-452c-bd1d-2c84ad69853f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca could not be found."}}' 2025-08-05 20:27:24,826 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-327923144 0.028s 2025-08-05 20:27:24,826 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:24 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-c0e4b320-4da4-47a6-b6c0-bb3a87f32e47', 'x-compute-request-id': 'req-c0e4b320-4da4-47a6-b6c0-bb3a87f32e47', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-327923144'} Body: b'' 2025-08-05 20:27:24,990 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networ king/v2.0/security-groups/1e2b6df0-44e5-4643-8fc6-5a138db2f83e 0.163s 2025-08-05 20:27:24,991 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-cef9669a-f3e1-4265-8683-33c5ea380503', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/1e2b6df0-44e5-4643-8fc6-5a138db2f83e'} Body: b'' 2025-08-05 20:27:25,009 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/1e2b6df0-44e5-4643-8fc6-5a138db2f83e 0.018s 2025-08-05 20:27:25,009 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-5c231de0-266c-440a-bf78-8ac6c04114c9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/1e2b6df0-44e5-4643-8fc6-5a138db2f83e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1e2b6df0-44e5-4643-8fc6-5a138db2f83e does not exist", "detail": ""}}' 2025-08-05 20:27:25,403 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/b4802b8c-2129-4f90-849d-f816fa0a1433 0.393s 2025-08-05 20:27:25,403 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-02074028-d6be-40c1-ab06-3f7cec479015', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/b4802b8c-2129-4f90-849d-f816fa0a1433'} Body: b'' {7} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [166.218681s] ... 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 2a1890f8-8756-41f6-bd5e-ca47ce7abd3f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:24:47,325 98942 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:24:47,325 98942 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:24:47,371 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.045s 2025-08-05 20:24:47,371 98942 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-1492994249", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEqqPPxV71qC32+Xgcbd7WdAHvFaj1g9hpc3Dy93U3zUP/1j+9QC8poYlWanZ2iS+nNzWhTbKPxVRJWO93JmhmgVy1bx//wyeg012NfI3sQB2dmZDA5tbUpZBKWCefaPqQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:47 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-23e1ec49-1028-4dbc-bfe7-bb9b4f2eee7b', 'x-compute-request-id': 'req-23e1ec49-1028-4dbc-bfe7-bb9b4f2eee7b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1492994249", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEqqPPxV71qC32+Xgcbd7WdAHvFaj1g9hpc3Dy93U3zUP/1j+9QC8poYlWanZ2iS+nNzWhTbKPxVRJWO93JmhmgVy1bx//wyeg012NfI3sQB2dmZDA5tbUpZBKWCefaPqQ==", "fingerprint": "4e:c6:1a:86:e8:8c:1e:82:d5:6d:3f:a8:98:a8:a0:e4", "user_id": "7d896562f0714bcaba6fe3828df7870c"}}' 2025-08-05 20:24:47,374 98942 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1492994249 created 2025-08-05 20:24:47,711 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.336s 2025-08-05 20:24:47,711 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--226484797", "description": "tempest-description--565079633"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-c3ee0e9a-107e-4e7b-bbd7-ae33fc137668', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f3e1e9ac-fb0e-4e56-a688-af422ceb604b", "name": "tempest-securitygroup--226484797", "stateful": true, "tenant_id": "ddb459420ee84274abab4e21d147482f", "description": "tempest-description--565079633", "shared": false, "security_group_rules": [{"id": "2f546315-4438-4608-a5d7-fec8c2cf8f57", "project_id": "ddb459420ee84274abab4e21d147482f", "tenant_id": "ddb459420ee84274abab4e21d147482f", "security_group_id": "f3e1e9ac-fb0e-4e56-a688-af422ceb604b", "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": 797, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:24:47Z", "updated_at": "2025-08-05T20:24:47Z", "revision_number": 0}, {"id": "5edf513a-cf28-4bb2-8aaf-da50e42e0be8", "project_id": "ddb459420ee84274abab4e21d147482f", "tenant_id": "ddb459420ee84274abab4e21d147482f", "security_group_id": "f3e1e9ac-fb0e-4e56-a688-af422ceb604b", "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": 798, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:24:47Z", "updated_at": "2025-08-05T20:24:47Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:24:47Z", "updated_at": "2025-08-05T20:24:47Z", "revision_number": 1, "project_id": "ddb459420ee84274abab4e21d147482f"}}' 2025-08-05 20:24:47,925 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.213s 2025-08-05 20:24:47,925 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f3e1e9ac-fb0e-4e56-a688-af422ceb604b", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-4191d080-d48e-420e-9b5d-8815fee80e5d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "683b00e7-151d-4317-b452-e8349ad19bf2", "project_id": "ddb459420ee84274abab4e21d147482f", "tenant_id": "ddb459420ee84274abab4e21d147482f", "security_group_id": "f3e1e9ac-fb0e-4e56-a688-af422ceb604b", "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-05T20:24:47Z", "updated_at": "2025-08-05T20:24:47Z", "revision_number": 0}}' 2025-08-05 20:24:48,126 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.200s 2025-08-05 20:24:48,126 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f3e1e9ac-fb0e-4e56-a688-af422ceb604b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ef963438-35a3-400c-a4ce-414d4307815c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5d902b91-a98d-47d0-b91d-e76dd0d3f92b", "project_id": "ddb459420ee84274abab4e21d147482f", "tenant_id": "ddb459420ee84274abab4e21d147482f", "security_group_id": "f3e1e9ac-fb0e-4e56-a688-af422ceb604b", "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-05T20:24:48Z", "updated_at": "2025-08-05T20:24:48Z", "revision_number": 0}}' 2025-08-05 20:24:48,126 98942 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--226484797 created 2025-08-05 20:24:48,793 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.666s 2025-08-05 20:24:48,793 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'appl ication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-b8431484-5144-45c9-a1d8-85caff461f86', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9bbb5021-4f2b-4318-bfae-1917a4c49877", "tenant_id": "ddb459420ee84274abab4e21d147482f", "floating_ip_address": "172.24.4.141", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ddb459420ee84274abab4e21d147482f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:24:48Z", "updated_at": "2025-08-05T20:24:48Z", "revision_number": 0}}' 2025-08-05 20:24:48,794 98942 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9bbb5021-4f2b-4318-bfae-1917a4c49877', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'floating_ip_address': '172.24.4.141', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ddb459420ee84274abab4e21d147482f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:24:48Z', 'updated_at': '2025-08-05T20:24:48Z', 'revision_number': 0, 'ip': '172.24.4.141'} created 2025-08-05 20:24:48,882 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.083s 2025-08-05 20:24:48,883 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2499', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-596dcb1e-3152-400a-b8b7-7f2056fa882a', '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": "7d896562f0714bcaba6fe3828df7870c", "name": "tempest-AttachVolumeShelveTestJSON-615004190-project-member", "password_expires_at": null}, "audit_ids": ["T_Lo3n-TQTuUCfG9eHQyUw"], "expires_at": "2025-08-05T21:24:48.000000Z", "issued_at": "2025-08-05T20:24:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ddb459420ee84274abab4e21d147482f", "name": "tempest-AttachVolumeShelveTestJSON-615004190"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ddb459420ee84274abab4e21d147482f", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public" , "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:24:48,883 98942 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '3ed314af-8508-4a9b-827d-9e775b857fca', 'name': 'tempest-AttachVolumeShelveTestJSON-374786897-network', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ddb459420ee84274abab4e21d147482f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46398, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:21:52Z', 'updated_at': '2025-08-05T20:21:52Z', 'revision_number': 1} available for tenant 2025-08-05 20:24:48,884 98942 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1492994249', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEqqPPxV71qC32+Xgcbd7WdAHvFaj1g9hpc3Dy93U3zUP/1j+9QC8poYlWanZ2iS+nNzWhTbKPxVRJWO93JmhmgVy1bx//wyeg012NfI3sQB2dmZDA5tbUpZBKWCefaPqQ==', 'fingerprint': '4e:c6:1a:86:e8:8c:1e:82:d5:6d:3f:a8:98:a8:a0:e4', 'user_id': '7d896562f0714bcaba6fe3828df7870c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDNj8wslRONufTURJSN327H9WPVInwwELsxtfvYB5LnOPVMWxhyhCqx\nOxXMKIyisxygBwYFK4EEACKhZANiAARKqjz8Ve9agt9vl4HG3e1nQB7xWo9YPYaX\nNw8vd1N81D/9Y/vUAvKaGJVmp2dokvpzc1oU2yj8VUSVjvdyZoZoFctW8f/8MnoN\nNdjXyN7EAdnZmQwObW1KWQSlgnn2j6k=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f3e1e9ac-fb0e-4e56-a688-af422ceb604b', 'name': 'tempest-securitygroup--226484797', 'stateful': True, 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'description': 'tempest-description--565079633', 'shared': False, 'security_group_rules': [{'id': '2f546315-4438-4608-a5d7-fec8c2cf8f57', 'project_id': 'ddb459420ee84274abab4e21d147482f', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'security_group_id': 'f3e1e9ac-fb0e-4e56-a688-af422ceb604b', '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': 797, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:24:47Z', 'updated_at': '2025-08-05T20:24:47Z', 'revision_number': 0}, {'id': '5edf513a-cf28-4bb2-8aaf-da50e42e0be8', 'project_id': 'ddb459420ee84274abab4e21d147482f', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'security_group_id': 'f3e1e9ac-fb0e-4e56-a688-af422ceb604b', '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': 798, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '20 25-08-05T20:24:47Z', 'updated_at': '2025-08-05T20:24:47Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:24:47Z', 'updated_at': '2025-08-05T20:24:47Z', 'revision_number': 1, 'project_id': 'ddb459420ee84274abab4e21d147482f'}, 'floating_ip': {'id': '9bbb5021-4f2b-4318-bfae-1917a4c49877', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'floating_ip_address': '172.24.4.141', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ddb459420ee84274abab4e21d147482f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:24:48Z', 'updated_at': '2025-08-05T20:24:48Z', 'revision_number': 0, 'ip': '172.24.4.141'}} 2025-08-05 20:24:49,422 98942 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.537s 2025-08-05 20:24:49,422 98942 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-1073603500", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "3ed314af-8508-4a9b-827d-9e775b857fca"}], "security_groups": [{"name": "tempest-securitygroup--226484797"}], "key_name": "tempest-keypair-1492994249", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb', '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-90c9f09b-3de7-429a-85f6-244de48034f8', 'x-compute-request-id': 'req-90c9f09b-3de7-429a-85f6-244de48034f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f6c326dc-7ee0-4943-9306-1366237a7cfb", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--226484797"}], "adminPass": "password"}}' 2025-08-05 20:24:49,508 98942 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/f6c326dc-7ee0-4943-9306-1366237a7cfb 0.083s 2025-08-05 20:24:49,509 98942 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 20:24:49 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-d30fbd1f-d10c-4c23-9e95-b1af79208eec', 'x-compute-request-id': 'req-d30fbd1f-d10c-4c23-9e95-b1af79208eec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb'} Body: b'{"server": {"id": "f6c326dc-7ee0-4943-9306-1366237a7cfb", "name": "tempest-AttachVolumeShelveTestJSON-server-1073603500", "status": "BUILD", "tenant_id": "ddb459420ee84274abab4e21d147482f", "user_id": "7d896562f071 4bcaba6fe3828df7870c", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:49Z", "updated": "2025-08-05T20:24:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1492994249", "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 20:25:39,789 98942 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/f6c326dc-7ee0-4943-9306-1366237a7cfb 0.212s 2025-08-05 20:25:39,790 98942 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 20:25:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1585', '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-6424e376-47eb-4647-b9b6-34cc1d940e54', 'x-compute-request-id': 'req-6424e376-47eb-4647-b9b6-34cc1d940e54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb'} Body: b'{"server": {"id": "f6c326dc-7ee0-4943-9306-1366237a7cfb", "name": "tempest-AttachVolumeShelveTestJSON-server-1073603500", "status": "ACTIVE", "tenant_id": "ddb459420ee84274abab4e21d147482f", "user_id": "7d896562f0714bcaba6fe3828df7870c", "metadata": {}, "hostId": "62bb04807239dd0f14826c80d95fe5059e2a351d53a618188384b7a0", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:49Z", "updated": "2025-08-05T20:25:05Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-374786897-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:ea:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1492994249", "OS-SRV-USG:launched_at": "2025-08-05T20:25:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--226484797"}], "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 20:25:39,807 98942 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:26:40,012 98942 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/f6c326dc-7ee0- 4943-9306-1366237a7cfb/os-interface 0.147s 2025-08-05 20:26:40,012 98942 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 20:26:39 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-a5083d7c-de17-4d56-8ed7-3a2bd5f0c312', 'x-compute-request-id': 'req-a5083d7c-de17-4d56-8ed7-3a2bd5f0c312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3ed314af-8508-4a9b-827d-9e775b857fca", "port_id": "2c5db2bf-a10c-4cf0-89fc-d1ffbb698676", "mac_addr": "fa:16:3e:86:ea:cc", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c70dfec6-9dbd-40f8-a283-4780b9ab0adc", "ip_address": "10.0.0.12"}]}]}' 2025-08-05 20:26:40,939 98942 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/9bbb5021-4f2b-4318-bfae-1917a4c49877 0.920s 2025-08-05 20:26:40,940 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "2c5db2bf-a10c-4cf0-89fc-d1ffbb698676"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-d0639265-dc9c-4e33-b2e6-fc2a8d452395', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/9bbb5021-4f2b-4318-bfae-1917a4c49877'} Body: b'{"floatingip": {"id": "9bbb5021-4f2b-4318-bfae-1917a4c49877", "tenant_id": "ddb459420ee84274abab4e21d147482f", "floating_ip_address": "172.24.4.141", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "f03a3052-d1ae-4ba1-8cf7-8e3b5fa1c65e", "port_id": "2c5db2bf-a10c-4cf0-89fc-d1ffbb698676", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3ed314af-8508-4a9b-827d-9e775b857fca", "mac_address": "fa:16:3e:86:ea:cc", "admin_state_up": true, "status": "ACTIVE", "device_id": "f6c326dc-7ee0-4943-9306-1366237a7cfb", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:24:48Z", "updated_at": "2025-08-05T20:26:40Z", "revision_number": 1, "project_id": "ddb459420ee84274abab4e21d147482f"}}' 2025-08-05 20:26:40,941 98942 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.141:22' as 'cirros' with public key authentication 2025-08-05 20:26:40,947 98942 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:26:41,051 98942 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:26:41,052 98942 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.141 successfully created 2025-08-05 20:26:41,095 98942 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/f6c326dc-7ee0-4943-9306-1366237a7cfb/ips 0.042s 2025-08-05 20:26:41,095 98942 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 20:26:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-vers ion': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61da67cc-8411-44ba-81af-02d5635e42bd', 'x-compute-request-id': 'req-61da67cc-8411-44ba-81af-02d5635e42bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-374786897-network": [{"version": 4, "addr": "10.0.0.12"}]}}' 2025-08-05 20:26:41,267 98942 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.169s 2025-08-05 20:26:41,268 98942 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-1515282654"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86accd2a-9eb2-4d7f-bffc-2a11c6d84b48', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86accd2a-9eb2-4d7f-bffc-2a11c6d84b48', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2a1890f8-8756-41f6-bd5e-ca47ce7abd3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:41.211702", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1515282654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f"}], "user_id": "7d896562f0714bcaba6fe3828df7870c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:26:41,319 98942 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/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f 0.040s 2025-08-05 20:26:41,319 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce024771-12b0-43ad-b219-7e371ec6da27', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce024771-12b0-43ad-b219-7e371ec6da27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f'} Body: b'{"volume": {"id": "2a1890f8-8756-41f6-bd5e-ca47ce7abd3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:41.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1515282654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f"}], "user_id": "7d896562f0714bcaba6fe3828df7870c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddb459420ee84274abab4e21d147482f"}}' 2025-08-0 5 20:26:42,373 98942 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/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f 0.039s 2025-08-05 20:26:42,373 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ddd235d-a55e-4c74-b858-19f9fa36a491', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ddd235d-a55e-4c74-b858-19f9fa36a491', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f'} Body: b'{"volume": {"id": "2a1890f8-8756-41f6-bd5e-ca47ce7abd3f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:41.000000", "updated_at": "2025-08-05T20:26:41.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1515282654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f"}], "user_id": "7d896562f0714bcaba6fe3828df7870c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddb459420ee84274abab4e21d147482f"}}' 2025-08-05 20:26:42,497 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb 0.111s 2025-08-05 20:26:42,498 98942 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 20:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3110009f-0089-4e1e-bae2-609d5245f376', 'x-compute-request-id': 'req-3110009f-0089-4e1e-bae2-609d5245f376', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb'} Body: b'' 2025-08-05 20:26:42,706 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb 0.208s 2025-08-05 20:26:42,706 98942 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 20:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b42a25f1-9e86-476c-b6d0-91cb43031816', 'x-compute-request-id': 'req-b42a25f1-9e86-476c-b6d0-91cb43031816', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb'} Body: b'{"server": {"id": "f6c326dc-7ee0-4943-9306-1366237a7cfb", "name": "tempest-AttachVolumeShelveTestJSON-server-1073603500", "status": "ACTIVE", "tenant_id": "ddb459420ee84274abab4e21d 147482f", "user_id": "7d896562f0714bcaba6fe3828df7870c", "metadata": {}, "hostId": "62bb04807239dd0f14826c80d95fe5059e2a351d53a618188384b7a0", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:49Z", "updated": "2025-08-05T20:26:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-374786897-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:ea:cc"}, {"version": 4, "addr": "172.24.4.141", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:ea:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1492994249", "OS-SRV-USG:launched_at": "2025-08-05T20:25:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--226484797"}], "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 20:27:32,902 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb 0.130s 2025-08-05 20:27:32,903 98942 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 20:27:32 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-76074fb7-4344-43e9-bb50-96fd739bb84c', 'x-compute-request-id': 'req-76074fb7-4344-43e9-bb50-96fd739bb84c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f6c326dc-7ee0-4943-9306-1366237a7cfb could not be found."}}' 2025-08-05 20:27:32,938 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1492994249 0.035s 2025-08-05 20:27:32,939 98942 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 20:27:32 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-f2a07244-26e1-45a4-8cd2-a402d24fddee', 'x-compute-request-id': 'req-f2a07244-26e1-45a4-8cd2-a402d24fddee', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1492994249'} Body: b'' 2025-08-05 20:27:33,111 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/f3e1e9ac-fb0e-4e56-a688-af422ceb604b 0.172s 2025-08-05 20:27:33,111 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application /json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-12478376-0aaf-4eb1-98e2-6feed3113f00', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/f3e1e9ac-fb0e-4e56-a688-af422ceb604b'} Body: b'' 2025-08-05 20:27:33,128 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/f3e1e9ac-fb0e-4e56-a688-af422ceb604b 0.016s 2025-08-05 20:27:33,128 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-7e1e2e60-801b-4c8e-b057-cfcd39a9bed7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/f3e1e9ac-fb0e-4e56-a688-af422ceb604b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f3e1e9ac-fb0e-4e56-a688-af422ceb604b does not exist", "detail": ""}}' 2025-08-05 20:27:33,542 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/9bbb5021-4f2b-4318-bfae-1917a4c49877 0.413s 2025-08-05 20:27:33,542 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6ccba5b3-fa08-4203-9964-d37f69daeefc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/9bbb5021-4f2b-4318-bfae-1917a4c49877'} Body: b'' {9} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm [122.637975s] ... 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 030bd4e5-b7a3-4b66-9b46-f47bff669213 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:25:32,638 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656 0.231s 2025-08-05 20:25:32,638 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1662', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef02d3b8-690b-4b48-a95d-9e6a057ca1f5', 'x-compute-request-id': 'req-ef02d3b8-690b-4b48-a95d-9e6a057ca1f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656'} Body: b'{"server": {"id": "c44088a3-1ca4-4749-ba40-00120ab17656", "name": "tempest-ServerActionsTestOtherA-server-1086577994", "status": "ACTIVE", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "metadata": {}, "hostId": "ded594ff4d9374699f202c2ea30bdcfd6e45664d31b6ca10fb2961da", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:47Z", "updated": "2025-08-05T20:19:23Z", "addresses": {"tempest-ServerActionsTestOtherA-1195744081-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:08:b7"}, {"version": 4, "addr": "172.24.4.171", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:08:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c44088a3-1ca4-4749-ba40-00120ab17656"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2071127935", "OS-SRV-USG:launched_at": "2025-08-05T20:19:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2106926184"}], "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 20:26:32,849 98946 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.130s 2025-08-05 20:26:32,849 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:32 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-191dcf51-4856-4ced-80f3-c4dd6d3c6634', '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": "6bba1d675df645b19ca3f0e9b4d0e721", "name": "tempest-ServerActionsTestOtherA-1854154313-project-member", "password_expires_at": null}, "audit_ids": ["Vm9s3Q5ZRRiYjT80k2PjqA"], "expires_at": "2025-08-05T21:26:32.000000Z", "issued_at": "2025-08-05T20:26:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43b25684815c4508b1f3e2a60e16489a", "name": "tempest-ServerActionsTestOtherA-1854154313"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb4 0e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/43b25684815c4508b1f3e2a60e16489a", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:26:32,850 98946 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm) Found network {'id': 'f6d92bfe-2852-4eb9-bbc5-cdaa79dc3233', 'name': 'tempest-ServerActionsTestOtherA-1195744081-network', 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '43b25684815c4508b1f3e2a60e16489a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21379, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:17:43Z', 'updated_at': '2025-08-05T20:17:44Z', 'revision_number': 1} available for tenant 2025-08-05 20:26:32,850 98946 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2071127935', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMBpQXRerVpDMVS3ptb6S+GQBSHY12Yi3sdD+tAtY5nSfzPOeDiHvPS0+FSbWDNgaIT6vqzyfIvkxTt6bdcqQZjMSpgpeChDGD4CIMTvdXyGs8OBMXZR+iYJrtFEQ/O2xw==', 'fingerprint': 'b8:8c:cf:f6:21:ed:fe:ea:3d:04:8c:da:fe:0c:ac:51', 'user_id': '6bba1d675df645b19ca3f0e9b4d0e721', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBnhgOcjDxEnILdjYJB/VCYEm8pZXwYSjPdtjNpcRnusAh1B8oBnKjD\nPWxYR6IbhUugBwYFK4EEACKhZANiAATAaUF0Xq1aQzFUt6bW+kvhkAUh2NdmIt7H\nQ/rQLWOZ0n8zzng4h7z0tPhUm1gzYGiE+r6s8nyL5MU7em3XKkGYzEqYKXgoQxg+\nAiDE73V8hrPDgTF2UfomCa7RREPztsc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e8863742-dea9-46c3-8d57-b3047150706b', 'name': 'tempest-securitygroup--2106926184', 'stateful': True, 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'description': 'tempest-description--1458459429', 'shared': False, 'security_group_rules': [{'id': '7ceb7c68-9856-41a6-87b1-5624c0c3d6eb', 'project_id': '43b25684815c4508b1f3e2a60e16489a', 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'security_group_id': 'e8863742-dea9-46c3-8d57-b3047150706b', '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': 239, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:18:11Z', 'updated_at': '2025-08-05T20:18:11Z', 'revision_number': 0}, {'id': 'e10a979e-ed9f-4b9e-b05a-2b95ea56d54d', 'project_id': '43b25684815c4508b1f3e2a60e16489a', 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'security_group_id': 'e8863742-dea9-46c3-8d57-b3047150706b', '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': 238, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:18:11Z', 'updated_at': '2025-08-05T20:18:11Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:18:11Z', 'updated_at': '2025-08-05T20:18:11Z', 'revision_number': 1, 'project_id': '43b25684815c4508b1f3e2a60e16489a'}, 'floating_ip': {'id': 'd5f1c50f-3d23-4dc1-b7f8-8cff3e107fba', 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'floating_ip_address': '172.24.4.171', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '43b25684815c4508b1f3e2a60e16489a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:18:25Z', 'updated_at': '2025-08-05T20:18:25Z', 'revision_number': 0, 'ip': '172.24.4.171'}} 2025-08-05 20:26:33,436 98946 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.585s 2025-08-05 20:26:33,437 98946 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-20141199", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a6e7447-422e-4efb-9564-53da98a04be1', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a6e7447-422e-4efb-9564-53da98a04be1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "030bd4e5-b7a3-4b66-9b46-f47bff669213", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:33.372221", "updated_at": null, "name": "tempest-tempest.common.compute-volume-20141199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213"}], "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:26:33,502 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213 0.042s 2025-08-05 20:26:33,502 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-b097c702-90bd-4989-9b35-324234b629c1', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b097c702-90bd-4989-9b35-324234b629c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213'} Body: b'{"volume": {"id": "030bd4e5-b7a3-4b66-9b46-f47bff669213", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:33.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-20141199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213"}], "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "43b25684815c4508b1f3e2a60e16489a"}}' 2025-08-05 20:26:34,560 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213 0.039s 2025-08-05 20:26:34,560 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56fc7a5a-6571-46b7-86fb-62da1c2425ff', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56fc7a5a-6571-46b7-86fb-62da1c2425ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213'} Body: b'{"volume": {"id": "030bd4e5-b7a3-4b66-9b46-f47bff669213", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:33.000000", "updated_at": "2025-08-05T20:26:34.000000", "name": "tempest-tempest.common.compute-volume-20141199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213"}], "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "43b25684815c4508b1f3e2a60e16489a"}}' 2025-08-05 20:26:34,670 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213 0.095s 2025-08-05 20:26:34,671 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26: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-a77ca02d-723d-47a0-8613-1ce9af319a82', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213'} Body: b'' 2025-08-05 20:26:34,692 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/ volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213 0.021s 2025-08-05 20:26:34,693 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26: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-68bd79af-6e03-4ada-8e47-d9834e317a12', 'x-openstack-request-id': 'req-68bd79af-6e03-4ada-8e47-d9834e317a12', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 030bd4e5-b7a3-4b66-9b46-f47bff669213 could not be found."}}' 2025-08-05 20:26:34,693 98946 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 20:26:34,954 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656 0.259s 2025-08-05 20:26:34,954 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1662', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d827f3a4-0e06-4c67-9a84-dcdaa161a129', 'x-compute-request-id': 'req-d827f3a4-0e06-4c67-9a84-dcdaa161a129', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656'} Body: b'{"server": {"id": "c44088a3-1ca4-4749-ba40-00120ab17656", "name": "tempest-ServerActionsTestOtherA-server-1086577994", "status": "ACTIVE", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "metadata": {}, "hostId": "ded594ff4d9374699f202c2ea30bdcfd6e45664d31b6ca10fb2961da", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:47Z", "updated": "2025-08-05T20:19:23Z", "addresses": {"tempest-ServerActionsTestOtherA-1195744081-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:08:b7"}, {"version": 4, "addr": "172.24.4.171", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:08:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c44088a3-1ca4-4749-ba40-00120ab17656"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2071127935", "OS-SRV-USG:launched_at": "2025-08-05T20:19:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2106926184"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.193467s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.012752s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.013107s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.042606s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.008103s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.007738s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.036316s] ... ok {7} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.041580s] ... ok {7} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [1.757699s] ... 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 738550b5-f524-46e3-a7f6-cd11c8b0c6bc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:27:41,693 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/types 0.182s 2025-08-05 20:27:41,693 98942 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-1881584230"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0b71c3a-e227-49cb-8871-78f97a7fe05d', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0b71c3a-e227-49cb-8871-78f97a7fe05d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "c96f0ef2-daf9-4154-8f8f-322f7f18757d", "name": "tempest-GroupSnapshotsV319Test-volume-type-1881584230", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:27:41,737 98942 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.041s 2025-08-05 20:27:41,738 98942 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-1976618546"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efe21b3b-a537-4129-8369-415f14b27a71', 'content-length': '185', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efe21b3b-a537-4129-8369-415f14b27a71', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "b415f56e-3075-48e7-9a2a-c96061db7ca3", "name": "tempest-GroupSnapshotsV319Test-group-type-1976618546", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 20:27:41,924 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/groups 0.181s 2025-08-05 20:27:41,924 98942 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": "b415f56e-3075-48e7-9a2a-c96061db7ca3", "volume_types": ["c96f0ef2-daf9-4154-8f8f-322f7f18757d"], "name": "tempest-GroupSnapshotsV319Test-Group-769558359"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4a1e9e9-32db-4484-94a1-9bae07ba8aac', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4a1e9e9-32db-4484-94a1-9bae07ba8aac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "738550b5-f524-46e3-a7f6-cd11c8b0c6bc", "name": "tempest-GroupSnapshotsV319Test-Group-769558359"}}' 2025-08-05 20:27:41,957 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/738550b5-f524-46e3-a7f6-cd11c8b0c6bc 0.030s 2025-08-05 20:27:41,957 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Heade rs: {'date': 'Tue, 05 Aug 2025 20:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e6d6e0d-f774-4156-8955-030da4737d38', 'content-length': '395', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e6d6e0d-f774-4156-8955-030da4737d38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/738550b5-f524-46e3-a7f6-cd11c8b0c6bc'} Body: b'{"group": {"id": "738550b5-f524-46e3-a7f6-cd11c8b0c6bc", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T20:27:42.000000", "name": "tempest-GroupSnapshotsV319Test-Group-769558359", "description": null, "group_type": "b415f56e-3075-48e7-9a2a-c96061db7ca3", "volume_types": ["c96f0ef2-daf9-4154-8f8f-322f7f18757d"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:27:42,994 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/738550b5-f524-46e3-a7f6-cd11c8b0c6bc 0.031s 2025-08-05 20:27:42,995 98942 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 20:27:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67cc8a55-323a-459a-b383-bbc6f7ac2c29', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67cc8a55-323a-459a-b383-bbc6f7ac2c29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/738550b5-f524-46e3-a7f6-cd11c8b0c6bc'} Body: b'{"group": {"id": "738550b5-f524-46e3-a7f6-cd11c8b0c6bc", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T20:27:42.000000", "name": "tempest-GroupSnapshotsV319Test-Group-769558359", "description": null, "group_type": "b415f56e-3075-48e7-9a2a-c96061db7ca3", "volume_types": ["c96f0ef2-daf9-4154-8f8f-322f7f18757d"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:27:43,035 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.035s 2025-08-05 20:27:43,036 98942 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 20:27:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc896a96-e340-4da5-9fb4-13734113937c', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc896a96-e340-4da5-9fb4-13734113937c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 20:27:43,113 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/738550b5-f524-46e3-a7f6-cd11c8b0c6bc/action 0.063s 2025-08-05 20:27:43,114 98942 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 20:27:43 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-680e2820-ea4b-4678-85be-5d6b6943ff37', 'connection': 'close', 'status': '202', 'content-location': 'h ttp://10.0.0.210/volume/v3/groups/738550b5-f524-46e3-a7f6-cd11c8b0c6bc/action'} Body: b'' 2025-08-05 20:27:43,129 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/738550b5-f524-46e3-a7f6-cd11c8b0c6bc 0.015s 2025-08-05 20:27:43,130 98942 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 20:27:43 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-4a8879b0-e36e-4940-bf98-ae53c116e735', 'x-openstack-request-id': 'req-4a8879b0-e36e-4940-bf98-ae53c116e735', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/738550b5-f524-46e3-a7f6-cd11c8b0c6bc'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 738550b5-f524-46e3-a7f6-cd11c8b0c6bc could not be found."}}' 2025-08-05 20:27:43,161 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/b415f56e-3075-48e7-9a2a-c96061db7ca3 0.031s 2025-08-05 20:27:43,161 98942 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 20:27:43 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-5949a548-eed1-44b3-a70b-548753a33142', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/b415f56e-3075-48e7-9a2a-c96061db7ca3'} Body: b'' 2025-08-05 20:27:43,213 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/c96f0ef2-daf9-4154-8f8f-322f7f18757d 0.051s 2025-08-05 20:27:43,214 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27: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-3646bdac-5591-4971-85be-be347ffaecd5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/c96f0ef2-daf9-4154-8f8f-322f7f18757d'} Body: b'' 2025-08-05 20:27:43,266 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/c96f0ef2-daf9-4154-8f8f-322f7f18757d 0.052s 2025-08-05 20:27:43,267 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:43 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-e9fb27a7-95e6-4804-a54c-7980c68b4ffd', 'x-openstack-request-id': 'req-e9fb27a7-95e6-4804-a54c-7980c68b4ffd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/c96f0ef2-daf9-4154-8f8f-322f7f18757d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c96f0ef2-daf9-4154-8f8f-322f7f18757d could not be found."}}' {7} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {7} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.682451s] ... 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 20:27:47,234 98942 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/scheduler-stats/get_pools?detail=True 0.661s 2025-08-05 20:27:47,234 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a35f2922-e331-46ef-8042-53b3c9cd82cc', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a35f2922-e331-46ef-8042-53b3c9cd82cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' {7} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.544850s] ... 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 20:27:47,798 98942 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.541s 2025-08-05 20:27:47,798 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-091dfe09-f742-4f3a-86b6-5d315a1d70f3', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-091dfe09-f742-4f3a-86b6-5d315a1d70f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/scheduler-stats/get_pools'} Body: b'{"pools": []}' {7} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.172297s] ... ok {7} 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 695cd78c-a363-45a7-9850-d048ed6eb436 failed to build and is in ERROR status {7} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [4.454844s] ... 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 bd6f039e-6cfb-444c-be6d-3c45c0025f49 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:28:08,801 98942 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.232s 2025-08-05 20:28:08,802 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1868784252", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBwuIfXJAH1+wlmKoSuMJiZou7b6x6RGp3bDm6RbBAkfaQCfysLpeTMj0GS4mhXcoFCVtGfYlmPii4oPkVkOhKVjwYXsS1dprMZUNKfUuT01lWS9Q1hmMzLFnTIA1Y9NSQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:08 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-1db6e470-ba7b-49c5-beb0-d34588f8a345', 'x-compute-request-id': 'req-1db6e470-ba7b-49c5-beb0-d34588f8a345', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1868784252", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBwuIfXJAH1+wlmKoSuMJiZou7b6x6RGp3bDm6RbBAkfaQCfysLpeTMj0GS4mhXcoFCVtGfYlmPii4oPkVkOhKVjwYXsS1dprMZUNKfUuT01lWS9Q1hmMzLFnTIA1Y9NSQ==", "fingerprint": "65:0b:76:79:8a:47:78:6c:52:3f:68:5c:70:fa:22:b2", "user_id": "587380f7c7cd4d55ba7991819650b891"}}' 2025-08-05 20:28:09,516 98942 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.707s 2025-08-05 20:28:09,517 98942 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-731321465", "description": "tempest-secgroup-smoke-731321465 description", "project_id": "a106f8f68c424456808b747f2f3f6c74"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1673', 'x-openstack-request-id': 'req-838e1d5d-19ef-4ba0-a91d-5c8ef4a95a10', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "name": "tempest-secgroup-smoke-731321465", "stateful": true, "tenant_id": "a106f8f68c424456808b747f2f3f6c74", "description": "tempest-secgroup-smoke-731321465 description", "shared": false, "security_group_rules": [{"id": "1d710a56-8a6f-4629-8da8-027fe87fa13d", "project_id": "a106f8f68c424456808b747f2f3f6c74", "tenant_id": "a106f8f68c424456808b747f2f3f6c74", "security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "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": 940, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:28:09Z", "updated_at": "2025-08-05T20:28:09Z", "revision_number": 0}, {"id": "ceb82a47-e057-49aa-9ff3-97fcc0da4579", "project_id": "a106f8f68c424456808b747f2f3f6c74", "tenant_id": "a106f8f68c424456808b747f2f3f6c74", "security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "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": 938, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:28:09Z", "updated_at": "2025-08-05T20:28:09Z", "revision_number" : 0}], "tags": [], "created_at": "2025-08-05T20:28:08Z", "updated_at": "2025-08-05T20:28:09Z", "revision_number": 1, "project_id": "a106f8f68c424456808b747f2f3f6c74"}}' 2025-08-05 20:28:09,889 98942 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.371s 2025-08-05 20:28:09,889 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "project_id": "a106f8f68c424456808b747f2f3f6c74", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-9b915c08-3d45-42b1-a6f5-0905abcb3178', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "de18ded1-48d8-46c8-8ce3-a71c2cd37f26", "project_id": "a106f8f68c424456808b747f2f3f6c74", "tenant_id": "a106f8f68c424456808b747f2f3f6c74", "security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "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-05T20:28:09Z", "updated_at": "2025-08-05T20:28:09Z", "revision_number": 0}}' 2025-08-05 20:28:10,109 98942 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.219s 2025-08-05 20:28:10,110 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "project_id": "a106f8f68c424456808b747f2f3f6c74", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-2822b9cd-bf18-46cf-a3f9-b690f251da94', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "73bbd1bb-3e7d-4de3-980d-ff342c3624e4", "project_id": "a106f8f68c424456808b747f2f3f6c74", "tenant_id": "a106f8f68c424456808b747f2f3f6c74", "security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "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-05T20:28:09Z", "updated_at": "2025-08-05T20:28:09Z", "revision_number": 0}}' 2025-08-05 20:28:10,297 98942 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.186s 2025-08-05 20:28:10,297 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "project_id": "a106f8f68c424456808b747f2f3f6c74", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'co ntent-length': '602', 'x-openstack-request-id': 'req-ef96ecf6-2ed7-450c-96bd-ac73dc4e11a0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "60fe7c75-8a12-4947-8b3c-50b47a3fbfba", "project_id": "a106f8f68c424456808b747f2f3f6c74", "tenant_id": "a106f8f68c424456808b747f2f3f6c74", "security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "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-05T20:28:10Z", "updated_at": "2025-08-05T20:28:10Z", "revision_number": 0}}' 2025-08-05 20:28:10,533 98942 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.235s 2025-08-05 20:28:10,534 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "project_id": "a106f8f68c424456808b747f2f3f6c74", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-5244940c-7148-4b8c-a112-91bb95db82f5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6898ce96-9ba7-43a6-b060-395374f8d789", "project_id": "a106f8f68c424456808b747f2f3f6c74", "tenant_id": "a106f8f68c424456808b747f2f3f6c74", "security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "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-05T20:28:10Z", "updated_at": "2025-08-05T20:28:10Z", "revision_number": 0}}' 2025-08-05 20:28:10,756 98942 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.222s 2025-08-05 20:28:10,757 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "project_id": "a106f8f68c424456808b747f2f3f6c74", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-3387a722-c23b-482e-b3ad-ac5d90cf7db2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ec639b72-3cef-4d12-984b-4e3cba782286", "project_id": "a106f8f68c424456808b747f2f3f6c74", "tenant_id": "a106f8f68c424456808b747f2f3f6c74", "security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "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-05T20:28:10Z", "updated_at": "2025-08-05T20:28:10Z", "revision_number": 0}}' 2025-08-05 20:28:10,997 98942 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_b acked_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.240s 2025-08-05 20:28:10,998 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "project_id": "a106f8f68c424456808b747f2f3f6c74", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-067ce151-2b30-4e53-891b-d7e2c9fb2643', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6a956763-0394-4762-a8b9-b6ee315f03df", "project_id": "a106f8f68c424456808b747f2f3f6c74", "tenant_id": "a106f8f68c424456808b747f2f3f6c74", "security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "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-05T20:28:10Z", "updated_at": "2025-08-05T20:28:10Z", "revision_number": 0}}' 2025-08-05 20:28:11,053 98942 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.049s 2025-08-05 20:28:11,054 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2483', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5cb4580e-029a-452b-a261-093203225a1c', '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": "587380f7c7cd4d55ba7991819650b891", "name": "tempest-TestShelveInstance-367592508-project-member", "password_expires_at": null}, "audit_ids": ["4XOx2tA5R_2XwhDRXueIvQ"], "expires_at": "2025-08-05T21:28:11.000000Z", "issued_at": "2025-08-05T20:28:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a106f8f68c424456808b747f2f3f6c74", "name": "tempest-TestShelveInstance-367592508"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a106f8f68c424456808b747f2f3f6c74", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", " url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:28:11,055 98942 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'f27f1184-9eea-4255-9d74-b751724cd332', 'name': 'tempest-TestShelveInstance-852268505-network', 'tenant_id': 'a106f8f68c424456808b747f2f3f6c74', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a106f8f68c424456808b747f2f3f6c74', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 50057, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:27:55Z', 'updated_at': '2025-08-05T20:27:55Z', 'revision_number': 1} available for tenant 2025-08-05 20:28:11,373 98942 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/volumes 0.317s 2025-08-05 20:28:11,373 98942 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-1410937888", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a390e8de-14e8-497e-996d-f215cfc315ca', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a390e8de-14e8-497e-996d-f215cfc315ca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "bd6f039e-6cfb-444c-be6d-3c45c0025f49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:11.312871", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1410937888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49"}], "user_id": "587380f7c7cd4d55ba7991819650b891", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:28:11,424 98942 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49 0.038s 2025-08-05 20:28:11,424 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b9a99e2-8b45-47d2-9d71-92290bee60b7', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b9a99e2-8b45-47d 2-9d71-92290bee60b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49'} Body: b'{"volume": {"id": "bd6f039e-6cfb-444c-be6d-3c45c0025f49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:11.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1410937888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49"}], "user_id": "587380f7c7cd4d55ba7991819650b891", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a106f8f68c424456808b747f2f3f6c74"}}' 2025-08-05 20:28:12,478 98942 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49 0.039s 2025-08-05 20:28:12,478 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50d5cd66-0c10-41e9-8f4c-57be04ffde55', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50d5cd66-0c10-41e9-8f4c-57be04ffde55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49'} Body: b'{"volume": {"id": "bd6f039e-6cfb-444c-be6d-3c45c0025f49", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:11.000000", "updated_at": "2025-08-05T20:28:11.000000", "name": "tempest-tempest.common.compute-volume-1410937888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49"}], "user_id": "587380f7c7cd4d55ba7991819650b891", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a106f8f68c424456808b747f2f3f6c74"}}' 2025-08-05 20:28:12,609 98942 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49 0.117s 2025-08-05 20:28:12,609 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7b406ba-8bae-4e62-b743-5e42e368f54c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49'} Body: b'' 2025-08-05 20:28:12,629 98942 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49 0.019s 2025-08-05 20:28:12,629 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-df0f9def-3be8-4dbb-978a-bdce67eb16d3', 'x-openstack-request-id': 'req-df0f9def-3be8-4dbb-978a-bdce67eb16d3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bd6f039e-6cfb-444c-be6d-3c45c0025f49 could not be found."}}' 2025-08-05 20:28:12,978 98942 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/9b4cfea8-532e-4672-8114-64cf3e6ceeda 0.346s 2025-08-05 20:28:12,979 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-5aab754f-02c9-485a-bb65-e9a034e4980f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/9b4cfea8-532e-4672-8114-64cf3e6ceeda'} Body: b'' 2025-08-05 20:28:13,014 98942 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1868784252 0.034s 2025-08-05 20:28:13,014 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:12 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-271584fd-0c21-44cd-b1b5-527d5e252b30', 'x-compute-request-id': 'req-271584fd-0c21-44cd-b1b5-527d5e252b30', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1868784252'} Body: b'' {7} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {6} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [227.568879s] ... 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 2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:24:44,905 98940 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.356s 2025-08-05 20:24:44,906 98940 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-26765117"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55dd0b3b-e5c3-4157-b677-8f485b920546', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55dd0b3b-e5c3-4157-b677-8f485b920546', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:44.816713", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-26765117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f"}], "user_id": "63d328ddc7f04c3193651613064bf421", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:24:44,918 98940 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:24:44,963 98940 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.044s 2025-08-05 20:24:44,963 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1871077664", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHk5hDPMJgnSlMlfUkYlGCmU8t513tACgllQAOg9jbxrZ9BPwX5fTc+JDgv1HE6TzJ7ikBjOOmpod6RPahM4M82L94LC+PD9403tbPCe0sODCmHDe106RARarCYY5kLazg=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:44 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-5c35b90d-ddce-453a-80b5-a2541794cda3', 'x-compute-request-id': 'req-5c35b90d-ddce-453a-80b5-a2541794cda3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1871077664", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHk5hDPMJgnSlMlfUkYlGCmU8t513tACgllQAOg9jbxrZ9BPwX5fTc+JDgv1HE6TzJ7ikBjOOmpod6RPahM4M82L94LC+PD9403tbPCe0sODCmHDe106RARarCYY5kLazg==", "fingerprint": "86:5e:29:69:ab:81:1d:b7:fb:02:e3:c8:cc:e4:5a:52", "user_id": "63d328ddc7f04c3193651613064bf421"}}' 2025-08-05 20:24:44,979 98940 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1871077664 created 2025-08-05 20:24:45,276 98940 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 0.287s 2025-08-05 20:24:45,276 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'A ccept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--756404976", "description": "tempest-description--1100117804"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-2af0e24b-5eb6-4fe3-83cf-94c335e04ac1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "23ba1221-a48c-4e28-a636-561dc40aa022", "name": "tempest-securitygroup--756404976", "stateful": true, "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "description": "tempest-description--1100117804", "shared": false, "security_group_rules": [{"id": "72a54b26-a47c-4f91-8d60-c8265550a24a", "project_id": "3c2c7688d0d44ebcb4a57fa72f372070", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "security_group_id": "23ba1221-a48c-4e28-a636-561dc40aa022", "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": 790, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:24:45Z", "updated_at": "2025-08-05T20:24:45Z", "revision_number": 0}, {"id": "d44c23fd-2b1e-4b0d-ad49-19e4fd70ecd6", "project_id": "3c2c7688d0d44ebcb4a57fa72f372070", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "security_group_id": "23ba1221-a48c-4e28-a636-561dc40aa022", "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": 789, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:24:45Z", "updated_at": "2025-08-05T20:24:45Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:24:45Z", "updated_at": "2025-08-05T20:24:45Z", "revision_number": 1, "project_id": "3c2c7688d0d44ebcb4a57fa72f372070"}}' 2025-08-05 20:24:45,481 98940 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.204s 2025-08-05 20:24:45,482 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "23ba1221-a48c-4e28-a636-561dc40aa022", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-a53edd2a-f033-4051-8b0b-b389d2f53ac4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3c6f3545-535b-41db-a413-91400c9fa8a2", "project_id": "3c2c7688d0d44ebcb4a57fa72f372070", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "security_group_id": "23ba1221-a48c-4e28-a636-561dc40aa022", "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-05T20:24:45Z", "updated_at": "2025-08-05T20:24:45Z", "revision_number": 0}}' 2025-08-05 20:24:45,703 98940 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.220s 2025-08-05 20:24:45,703 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "23ba1221-a48c-4e28-a636-561dc40aa022", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-f57a5c03-978a-4dab-ae9d-ff45b459746b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fd1e551f-494c-4950-b882-435bc6f146d3", "project_id": "3c2c7688d0d44ebcb4a57fa72f372070", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "security_group_id": "23ba1221-a48c-4e28-a636-561dc40aa022", "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-05T20:24:45Z", "updated_at": "2025-08-05T20:24:45Z", "revision_number": 0}}' 2025-08-05 20:24:45,704 98940 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--756404976 created 2025-08-05 20:24:46,428 98940 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 0.723s 2025-08-05 20:24:46,429 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-863beaa3-8283-4096-87f2-d672be079a22', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2d8d982d-a92b-407c-8725-cd19791c6f34", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "floating_ip_address": "172.24.4.203", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3c2c7688d0d44ebcb4a57fa72f372070", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:24:46Z", "updated_at": "2025-08-05T20:24:46Z", "revision_number": 0}}' 2025-08-05 20:24:46,429 98940 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2d8d982d-a92b-407c-8725-cd19791c6f34', 'tenant_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'floating_ip_address': '172.24.4.203', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:24:46Z', 'updated_at': '2025-08-05T20:24:46Z', 'revision_number': 0, 'ip': '172.24.4.203'} created 2025-08-05 20:24:46,493 98940 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.041s 2025-08-05 20:24:46,493 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': ' 2503', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9dceee6b-4e84-4c27-83d4-839a239492d1', '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": "63d328ddc7f04c3193651613064bf421", "name": "tempest-ServerStableDeviceRescueTest-236006273-project-member", "password_expires_at": null}, "audit_ids": ["mp7-l56IRNqveHMu7v_asg"], "expires_at": "2025-08-05T21:24:46.000000Z", "issued_at": "2025-08-05T20:24:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c2c7688d0d44ebcb4a57fa72f372070", "name": "tempest-ServerStableDeviceRescueTest-236006273"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3c2c7688d0d44ebcb4a57fa72f372070", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:24:46,496 98940 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '7d2f788a-5ed1-4cbd-a469-0f0f3759d207', 'name': 'tempest-ServerStableDeviceRescueTest-362290875-network', 'tenant_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 41867, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:24:37Z', 'updated_at': '2025-08-05T20:24:37Z', 'revision_number': 1} available for tenant 2025-08-05 20:24:46,497 98940 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1871077664', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHk5hDPMJgnSlMlfUkYlGCmU8t513tACgllQAOg9jbxrZ9BPwX5fTc+JDgv1HE6TzJ7ikBjOOmpod6RPahM4M82L94LC+PD9403tbPCe0sODCmHDe106RARarCYY5kLazg==', 'fi ngerprint': '86:5e:29:69:ab:81:1d:b7:fb:02:e3:c8:cc:e4:5a:52', 'user_id': '63d328ddc7f04c3193651613064bf421', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD9J352TqD1wdspyjC4NqFzm5T/a1aPAtEHVhxGFI5do8AMpll+F+yM\n1/2Q688W7aOgBwYFK4EEACKhZANiAAR5OYQzzCYJ0pTJX1JGJRgplPLedd7QAoJZ\nUADoPY28a2fQT8F+X03PiQ4L9RxOk8ye4pAYzjpqaHekT2oTODPNi/eCwvjw/eNN\n7WzwntLDgwphw3tdOkQEWqwmGOZC2s4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '23ba1221-a48c-4e28-a636-561dc40aa022', 'name': 'tempest-securitygroup--756404976', 'stateful': True, 'tenant_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'description': 'tempest-description--1100117804', 'shared': False, 'security_group_rules': [{'id': '72a54b26-a47c-4f91-8d60-c8265550a24a', 'project_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'tenant_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'security_group_id': '23ba1221-a48c-4e28-a636-561dc40aa022', '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': 790, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:24:45Z', 'updated_at': '2025-08-05T20:24:45Z', 'revision_number': 0}, {'id': 'd44c23fd-2b1e-4b0d-ad49-19e4fd70ecd6', 'project_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'tenant_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'security_group_id': '23ba1221-a48c-4e28-a636-561dc40aa022', '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': 789, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:24:45Z', 'updated_at': '2025-08-05T20:24:45Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:24:45Z', 'updated_at': '2025-08-05T20:24:45Z', 'revision_number': 1, 'project_id': '3c2c7688d0d44ebcb4a57fa72f372070'}, 'floating_ip': {'id': '2d8d982d-a92b-407c-8725-cd19791c6f34', 'tenant_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'floating_ip_address': '172.24.4.203', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:24:46Z', 'updated_at': '2025-08-05T20:24:46Z', 'revision_number': 0, 'ip': '172.24.4.203'}} 2025-08-05 20:24:47,144 98940 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 0.645s 2025-08-05 20:24:47,144 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-296602186", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "7d2f788a-5ed1-4cbd-a469-0f0f3759d207"}], "security_groups": [{"name": "tempest-securitygroup--756404976"}], "key_name": "tempest-keypair-1871077664", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e568bfac-a072-4878-a127-94df13092bf6', 'x-compute-request-id': 'req-e568bfac-a072-4878-a127-94df13092bf6', 'connection': 'close', 'status': '2 02', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--756404976"}], "adminPass": "GE77pCK2zo4H"}}' 2025-08-05 20:24:47,217 98940 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/7e7ef084-3a8d-440b-bbd8-4895d1682eb1 0.069s 2025-08-05 20:24:47,217 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:47 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-0c2c9743-1d9c-4456-a01e-024acd08d1ad', 'x-compute-request-id': 'req-0c2c9743-1d9c-4456-a01e-024acd08d1ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1'} Body: b'{"server": {"id": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "name": "tempest-ServerStableDeviceRescueTest-server-296602186", "status": "BUILD", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "user_id": "63d328ddc7f04c3193651613064bf421", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:47Z", "updated": "2025-08-05T20:24:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1871077664", "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 20:25:37,489 98940 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/7e7ef084-3a8d-440b-bbd8-4895d1682eb1 0.204s 2025-08-05 20:25:37,490 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f41b10d9-458b-465c-92af-e376eb82049f', 'x-compute-request-id': 'req-f41b10d9-458b-465c-92af-e376eb82049f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1'} Body: b'{"server": {"id": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "name": "tempest-ServerStableDeviceRescueTest-server-296602186", "status": "ACTIVE", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "user_id": "63d328ddc7f04c3193651613064bf421" , "metadata": {}, "hostId": "e9f83d011a33dc0325de2fe5e7e5ba24611c209358fe9fe8399d94e3", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:47Z", "updated": "2025-08-05T20:25:03Z", "addresses": {"tempest-ServerStableDeviceRescueTest-362290875-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:f5:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1871077664", "OS-SRV-USG:launched_at": "2025-08-05T20:25:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756404976"}], "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 20:25:37,524 98940 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:26:37,843 98940 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/7e7ef084-3a8d-440b-bbd8-4895d1682eb1/os-interface 0.258s 2025-08-05 20:26:37,843 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:37 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-5a308161-a1d7-4221-bd53-cac005b00f79', 'x-compute-request-id': 'req-5a308161-a1d7-4221-bd53-cac005b00f79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "7d2f788a-5ed1-4cbd-a469-0f0f3759d207", "port_id": "39d3ef52-d00b-4625-b11c-cae50395463c", "mac_addr": "fa:16:3e:6b:f5:f4", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "1c1c5321-6efa-4930-b648-4093ea59f4e4", "ip_address": "10.0.0.9"}]}]}' 2025-08-05 20:26:38,834 98940 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/2d8d982d-a92b-407c-8725-cd19791c6f34 0.987s 2025-08-05 20:26:38,834 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "39d3ef52-d00b-4625-b11c-cae50395463c"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-bc530f97-9e76-41f7-80f0-088ff4da9b21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/2d8d982d-a92b-407c-8725-cd19791c6f34'} Body: b'{"floatingip": {"id": "2d8d982d-a92b-407c-8725-cd19791c6f34", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "floating_ip_address": "172.24.4.203", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "c43a2b96-1646-4997-a241-80e1219ea317", "port_id": "39d3ef52-d00b-4625-b11c-cae50395463c", "fixed_ip_address" : "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "7d2f788a-5ed1-4cbd-a469-0f0f3759d207", "mac_address": "fa:16:3e:6b:f5:f4", "admin_state_up": true, "status": "ACTIVE", "device_id": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:24:46Z", "updated_at": "2025-08-05T20:26:38Z", "revision_number": 1, "project_id": "3c2c7688d0d44ebcb4a57fa72f372070"}}' 2025-08-05 20:26:38,839 98940 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.203:22' as 'cirros' with public key authentication 2025-08-05 20:26:38,852 98940 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:26:38,955 98940 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:26:38,956 98940 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.203 successfully created 2025-08-05 20:26:39,781 98940 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/7e7ef084-3a8d-440b-bbd8-4895d1682eb1/action 0.824s 2025-08-05 20:26:39,782 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1042143918"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '0', 'location': 'http://10.0.0.210/image//images/b860e84c-4ecc-450b-9589-668118ab4737', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb15e175-b4b2-4d95-aba5-40db99dcae68', 'x-compute-request-id': 'req-fb15e175-b4b2-4d95-aba5-40db99dcae68', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1/action'} Body: b'' 2025-08-05 20:26:39,850 98940 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/b860e84c-4ecc-450b-9589-668118ab4737 0.066s 2025-08-05 20:26:39,851 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:39 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-d453d9d1-3972-462e-a23f-f18bdf6a8650', 'x-compute-request-id': 'req-d453d9d1-3972-462e-a23f-f18bdf6a8650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b860e84c-4ecc-450b-9589-668118ab4737'} Body: b'{"image": {"id": "b860e84c-4ecc-450b-9589-668118ab4737", "name": "tempest-ServerStableDeviceRescueTest-image-1042143918", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "owner_project_name": "tempest-ServerStableDeviceRescueTest-236006273", "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-236006273-project-member", "user_id": " 63d328ddc7f04c3193651613064bf421"}, "created": "2025-08-05T20:26:40Z", "updated": "2025-08-05T20:26:40Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b860e84c-4ecc-450b-9589-668118ab4737"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b860e84c-4ecc-450b-9589-668118ab4737"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b860e84c-4ecc-450b-9589-668118ab4737"}], "server": {"id": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}]}}}' 2025-08-05 20:27:29,970 98940 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/b860e84c-4ecc-450b-9589-668118ab4737 0.065s 2025-08-05 20:27:29,970 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fd1d093-92e0-459c-887c-9dee7dfa9347', 'x-compute-request-id': 'req-8fd1d093-92e0-459c-887c-9dee7dfa9347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b860e84c-4ecc-450b-9589-668118ab4737'} Body: b'{"image": {"id": "b860e84c-4ecc-450b-9589-668118ab4737", "name": "tempest-ServerStableDeviceRescueTest-image-1042143918", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "owner_id": "3c2c7688d0d44ebcb4a57fa72f372070", "owner_project_name": "tempest-ServerStableDeviceRescueTest-236006273", "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-236006273-project-member", "user_id": "63d328ddc7f04c3193651613064bf421"}, "created": "2025-08-05T20:26:40Z", "updated": "2025-08-05T20:26:48Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b860e84c-4ecc-450b-9589-668118ab4737"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b860e84c-4ecc-450b-9589-668118ab4737"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b860e84c-4ecc-450b-9589-668118ab4737"}], "server": {"id": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}]}}}' 2025-08-05 20:27:30,057 98940 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/b860e84c-4ecc-450b-9589-668118ab4737 0.080s 2025-08-05 20:27:30,058 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39e6b023-e890-47ef-9552-8d4eca96719d', 'x-compute-request-id': 'req-39e6b023-e890-47ef-9552-8d4eca96719d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b860e84c-4ecc-450b-9589-668118ab4737'} Body: b'{"image": {"id": "b860e84c-4ecc-450b-9589-668118ab4737", "name": "tempest-ServerStableDeviceRescueTest-image-1042143918", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "owner_id": "3c2c7688d0d44ebcb4a57fa72f372070", "owner_project_name": "tempest-ServerStableDeviceRescueTest-236006273", "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-236006273-project-member", "user_id": "63d328ddc7f04c3193651613064bf421"}, "created": "2025-08-05T20:26:40Z", "updated": "2025-08-05T20:26:48Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b860e84c-4ecc-450b-9589-668118ab4737"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b860e84c-4ecc-450b-9589-668118ab4737"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b860e84c-4ecc-450b-9589-668118ab4737"}], "server": {"id": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}]}}}' 2025-08-05 20:27:30,263 98940 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/7e7ef084-3a8d-440b-bbd8-4895d1682eb1 0.198s 2025-08-05 20:27:30,263 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4320e5a5-f59e-4df2-8e9b-520cbcd0d309', 'x-compute-request-id': 'req-4320e5a5-f59e-4df2-8e9b-520cbcd0d309', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1'} Body: b'{"server": {"id": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "name": "tempest-ServerStableDeviceRescueTest-server-296602186", "status": "ACTIVE", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "user_id": "63d328ddc7f04c3193651613064bf421", "metadata": {}, "hostId": "e9f83d011a33dc0325de2fe5e7e5ba24611c209358fe9fe8399d94e3", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:47Z", "updated": "2025-08-05T20:26:48Z", "addresses": {"tempest-ServerStableDeviceRescueTest-362290875-network": [ {"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:f5:f4"}, {"version": 4, "addr": "172.24.4.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:f5:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1871077664", "OS-SRV-USG:launched_at": "2025-08-05T20:25:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756404976"}], "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 20:28:30,504 98940 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/b860e84c-4ecc-450b-9589-668118ab4737 0.167s 2025-08-05 20:28:30,504 98940 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 20:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1642', 'content-type': 'application/json', 'x-openstack-request-id': 'req-650b9e43-b68a-4cea-aadc-e8f77742972a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b860e84c-4ecc-450b-9589-668118ab4737'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "owner_id": "3c2c7688d0d44ebcb4a57fa72f372070", "owner_project_name": "tempest-ServerStableDeviceRescueTest-236006273", "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-236006273-project-member", "user_id": "63d328ddc7f04c3193651613064bf421", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1042143918", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "01cca9a78bebc1fc5168e54f18d6a11d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "3c2c7688d0d44ebcb4a57fa72f372070", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "574d81547c6495e377d34a31781956418c1a2fd2d611320204bba7a2a2d96d34abad23779998af111d6ca8675885a5a5484909706024301809561020848477c7", "id": "b860e84c-4ecc-450b-9589-668118ab4737", "created_at": "2025-08-05T20:26:40Z", "updated_at": "2025-08-05T20:28:30Z", "tags": [], "self": "/v2/images/b860e84c-4ecc-450b-9589-668118ab4737", "file": "/v2/images/b860e84c-4ecc-450b-9589-668118ab4737/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:28:30,735 98940 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/b860e84c-4ecc-450b-9589-668118ab4737 0.230s 2025-08-05 20:28:30,735 98940 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 20:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2d0dfa58-e750-4213-a88e-d71235158820', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b860e84c-4ecc-450b-9589-668118ab4737'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "owner_id": "3c2c7688d0d44ebcb4a57fa72f372070", "owner_project_name": "tempest-ServerStableDeviceRescueTest-236006273", "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-236006273-project-member", "user_id": "63d328ddc7f04c3193651613064bf421", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1042143918", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "01cca9a78bebc1fc5168e54f18d6a11d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "3c2c7688d0d44ebcb4a57fa72f372070", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "574d81547c6495e377d34a31781956418c1a2fd2d611320204bba7a2a2d96d34abad23779998af111d6ca8675885a5a5484909706024301809561020848477c7", "id": "b860e84c-4ecc-450b-9589-668118ab4737", "created_at": "2025-08-05T20:26:40Z", "updated_at": "2025-08-05T20:28:31Z", "tags": [], "self": "/v2/images/b860e84c-4ecc-450b-9589-668118ab4737", "file": "/v2/images/b860e84c-4ecc-450b-9589-668118ab4737/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:28:30,944 98940 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/7e7ef084-3a8d-440b-bbd8-4895d1682eb1 0.208s 2025-08-05 20:28:30,944 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d20aa94-01f7-4534-b7f4-c7704849a7c0', 'x-compute-request-id': 'req-3d20aa94-01f7-4534-b7f4-c7704849a7c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1'} Body: b'{"server": {"id": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "name": "tempest-ServerStableDeviceRescueTest-server-296602186", "status": "ACTIVE", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "user_id": "63d328ddc7f04c3193651613064bf421", "metadata": {}, "hostId": "e9f83d011a33dc0325de2fe5e7e5ba24611c209358fe9fe8399d94e3", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:47Z", "updated": "2025-08-05T20:26:48Z", "addresses": {"tempest-ServerStableDeviceRescueTest-362290875-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:f5:f4"}, {"version": 4, "addr": "172.24.4.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:f5:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b -bbd8-4895d1682eb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1871077664", "OS-SRV-USG:launched_at": "2025-08-05T20:25:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756404976"}], "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 20:28:31,044 98940 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/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f 0.084s 2025-08-05 20:28:31,044 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8453097e-e55d-4ec4-a66e-174e75a1b2db', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8453097e-e55d-4ec4-a66e-174e75a1b2db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f'} Body: b'{"volume": {"id": "2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:45.000000", "updated_at": "2025-08-05T20:24:45.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-26765117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f"}], "user_id": "63d328ddc7f04c3193651613064bf421", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070"}}' 2025-08-05 20:28:32,099 98940 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/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f 0.039s 2025-08-05 20:28:32,100 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2284768d-c93f-426f-a079-01ccf722710e', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2284768d-c93f-426f-a079-01ccf722710e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f'} Body: b'{"volume": {"id": "2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:45.000000", "updated_at": "2025-08-05T20:24:45.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-26765117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f"}], "user_id": "63d328ddc7f04c3193651613064bf421", "bootable": "false", "encrypted": false, "replication_stat us": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070"}}' {9} tempest.api.image.v2.test_images_dependency.ImageDependencyTests.test_image_volume_server_snapshot_dependency [3.487447s] ... 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 2d8ddb55-ba21-4688-abc9-68453f1d2539 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:28:31,128 98946 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.800s 2025-08-05 20:28:31,128 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-image-dependency-test-1726006759", "container_format": "bare", "disk_format": "raw", "visibility": "private"} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '648', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/e6c5b257-2a63-4847-8722-3d588d3c25db', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-bb8817fc-7de1-42f4-af93-33a8cd937d4d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-image-dependency-test-1726006759", "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": "4e5f2990ff6c453681be16331f8ea2b7", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "e6c5b257-2a63-4847-8722-3d588d3c25db", "created_at": "2025-08-05T20:28:31Z", "updated_at": "2025-08-05T20:28:31Z", "tags": [], "self": "/v2/images/e6c5b257-2a63-4847-8722-3d588d3c25db", "file": "/v2/images/e6c5b257-2a63-4847-8722-3d588d3c25db/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:28:32,013 98946 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 204 PUT http://10.0.0.210/image/v2/images/e6c5b257-2a63-4847-8722-3d588d3c25db/file 0.882s 2025-08-05 20:28:32,014 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d613adb0-58ad-4862-acd3-9b070b021f64', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/e6c5b257-2a63-4847-8722-3d588d3c25db/file'} Body: b'' 2025-08-05 20:28:32,033 98946 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/image/v2/images/e6c5b257-2a63-4847-8722-3d588d3c25db 0.018s 2025-08-05 20:28:32,033 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '808', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bdfa4ca3-c1c8-4454-b267-0fab2ae05007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/e6c5b257-2a63-4847-8722-3d588d3c25db'} Body: b'{"name": "tempest-image-dependency-test-1726006759", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "857895ae831159814ea60c6ebab104bc", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "4e5f2990ff6c453681be16331f8ea2b7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f95d6efafb06aca60b19942bced38aeb9adeea58a1d3c7eb6dd736a78a0ca58fb35be3b0ca5cbde820b00b9fcf998f45323e9429e22fd6d15ca4400632ba5fbc", "id": "e6c5b257-2a63-4847-8722-3d588d3c25db", "created_at": "2025-08-05T20:28:31Z", "updated_at": "2025-08-05T20:28:32Z", "tags": [], "self": "/v2/images/e6c5b257-2a63-4847-8722-3d588d3c25db", "file": "/v2/images/e6c5b257-2a63-484 7-8722-3d588d3c25db/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:28:32,081 98946 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.041s 2025-08-05 20:28:32,082 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28: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-5eb73b4a-5c06-4604-9c3f-4d460696caa5', '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": "ddd3e956eb8b472e8bf0c9a3a0e2fddf", "name": "tempest-ImageDependencyTests-1518273641-project-member", "password_expires_at": null}, "audit_ids": ["A0z0PH0FTbStyhKG_h422g"], "expires_at": "2025-08-05T21:28:32.000000Z", "issued_at": "2025-08-05T20:28:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4e5f2990ff6c453681be16331f8ea2b7", "name": "tempest-ImageDependencyTests-1518273641"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4e5f2990ff6c453681be16331f8ea2b7", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:28:32,082 98946 INFO [tempest.lib.common.fixed_network] (ImageDependencyTests:test_image_volume_server_snapshot_dependency) Found network None available for tenant 2025-08-05 20:28:32,530 98946 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.446s 2025-08-05 20:28:32,530 98946 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-803772049", "imageRef": "e6c5b257-2a63-4847-8722-3d588d3c25db", "size": 1}} Response - Headers: {'d ate': 'Tue, 05 Aug 2025 20:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f13eea27-af12-4409-afc3-4c61d2afcbb8', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f13eea27-af12-4409-afc3-4c61d2afcbb8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2d8ddb55-ba21-4688-abc9-68453f1d2539", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:32.465184", "updated_at": null, "name": "tempest-tempest.common.compute-volume-803772049", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539"}], "user_id": "ddd3e956eb8b472e8bf0c9a3a0e2fddf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:28:32,588 98946 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539 0.045s 2025-08-05 20:28:32,589 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da3e8de1-d606-455f-bba6-e2fe4c74a4ae', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da3e8de1-d606-455f-bba6-e2fe4c74a4ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539'} Body: b'{"volume": {"id": "2d8ddb55-ba21-4688-abc9-68453f1d2539", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:32.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-803772049", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539"}], "user_id": "ddd3e956eb8b472e8bf0c9a3a0e2fddf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e5f2990ff6c453681be16331f8ea2b7"}}' 2025-08-05 20:28:33,643 98946 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539 0.039s 2025-08-05 20:28:33,643 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-389f2b25-7bef-47fa-8056-91fb52e34ef3', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-389f2b25-7bef-47fa-8056-91fb52e34ef3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539'} Body: b'{"volume": {"id": "2d8ddb55-ba21-4688-abc9-68453f1d2539", "status": "error", "size": 1, "availability_zone": "nova", "cre ated_at": "2025-08-05T20:28:32.000000", "updated_at": "2025-08-05T20:28:33.000000", "name": "tempest-tempest.common.compute-volume-803772049", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539"}], "user_id": "ddd3e956eb8b472e8bf0c9a3a0e2fddf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e5f2990ff6c453681be16331f8ea2b7"}}' 2025-08-05 20:28:33,790 98946 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 202 DELETE http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539 0.133s 2025-08-05 20:28:33,790 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-344a0fec-8210-4afa-8602-865d70ab2331', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539'} Body: b'' 2025-08-05 20:28:33,812 98946 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 404 GET http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539 0.021s 2025-08-05 20:28:33,812 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a2c4103-f95c-4797-b7c1-964c0b2392c3', 'x-openstack-request-id': 'req-3a2c4103-f95c-4797-b7c1-964c0b2392c3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2d8ddb55-ba21-4688-abc9-68453f1d2539 could not be found."}}' {9} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.520803s] ... ok {9} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.001732s] ... 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 {9} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.548383s] ... ok {9} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [2.099457s] ... 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 2e2484f7-28a7-49e7-bd9d-6fdd32a03066 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:28:45,440 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/types 0.164s 2025-08-05 20:28:45,441 98946 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-760428280", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f15ba3c-cc51-4cf7-98dd-791be322773a', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f15ba3c-cc51-4cf7-98dd-791be322773a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "119d1a36-088d-4a53-8f07-15e973ceb504", "name": "tempest-VolumeTypesAccessTest-volume-type-760428280", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2025-08-05 20:28:45,593 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/volumes 0.146s 2025-08-05 20:28:45,593 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "119d1a36-088d-4a53-8f07-15e973ceb504", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:45 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-b8ddf83a-795d-4588-9920-a24c75ccf288', 'x-openstack-request-id': 'req-b8ddf83a-795d-4588-9920-a24c75ccf288', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 119d1a36-088d-4a53-8f07-15e973ceb504 could not be found."}}' 2025-08-05 20:28:45,594 98946 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2025-08-05 20:28:45,633 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/types/119d1a36-088d-4a53-8f07-15e973ceb504/action 0.039s 2025-08-05 20:28:45,633 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "e3cea823a8b547efa5616090ad6f715c"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9657bbea-8858-432a-96bc-517f5bcf9bde', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/119d1a36-088d-4a53-8f07-15e973ceb504/action'} Body: b'' 2025-08-05 20:28:45,920 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/volumes 0.285s 2025-08-05 20:28:45,920 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "119d1a36-088d-4a53-8f07-15e973ceb504", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1389285708"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-6174d519-4405-4080-90fe-1924ebc90d7b', 'content-length': '793', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6174d519-4405-4080-90fe-1924ebc90d7b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2e2484f7-28a7-49e7-bd9d-6fdd32a03066", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:45.792752", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1389285708", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-760428280", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066"}], "user_id": "b4d45dca88f740f6a0026aa8cd296da4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:28:45,976 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066 0.044s 2025-08-05 20:28:45,977 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65c12820-d742-4968-ac56-55399648f8aa', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65c12820-d742-4968-ac56-55399648f8aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066'} Body: b'{"volume": {"id": "2e2484f7-28a7-49e7-bd9d-6fdd32a03066", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:46.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1389285708", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-760428280", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066"}], "user_id": "b4d45dca88f740f6a0026aa8cd296da4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3cea823a8b547efa5616090ad6f715c"}}' 2025-08-05 20:28:47,035 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066 0.044s 2025-08-05 20:28:47,036 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4905b9b9-1809-4d11-bd66-253364a11600', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4905b9b9-1809-4d11-bd66-253364a11600', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066'} Body: b'{"volume": {"id": "2e2484f7-28a7-49e7-bd9d-6fdd32a03066", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:46.000000", "updated_at": "2025-08-05T20:28:46.00000 0", "name": "tempest-VolumeTypesAccessTest-Volume-1389285708", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-760428280", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066"}], "user_id": "b4d45dca88f740f6a0026aa8cd296da4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3cea823a8b547efa5616090ad6f715c"}}' 2025-08-05 20:28:47,109 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066 0.058s 2025-08-05 20:28:47,109 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcfa772f-c422-4773-9f22-fd8eb50db4a5', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcfa772f-c422-4773-9f22-fd8eb50db4a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066'} Body: b'{"volume": {"id": "2e2484f7-28a7-49e7-bd9d-6fdd32a03066", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:46.000000", "updated_at": "2025-08-05T20:28:46.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1389285708", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-760428280", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066"}], "user_id": "b4d45dca88f740f6a0026aa8cd296da4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3cea823a8b547efa5616090ad6f715c"}}' 2025-08-05 20:28:47,237 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066 0.115s 2025-08-05 20:28:47,238 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28: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-10e3d2fa-257b-4d8e-856d-c5f22052d4cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066'} Body: b'' 2025-08-05 20:28:47,261 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066 0.022s 2025-08-05 20:28:47,261 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28: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-7a9d87e3-f888-4a28-a295-0f9a60d4f a4e', 'x-openstack-request-id': 'req-7a9d87e3-f888-4a28-a295-0f9a60d4fa4e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2e2484f7-28a7-49e7-bd9d-6fdd32a03066 could not be found."}}' 2025-08-05 20:28:47,300 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/types/119d1a36-088d-4a53-8f07-15e973ceb504/action 0.038s 2025-08-05 20:28:47,300 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "e3cea823a8b547efa5616090ad6f715c"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28: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-43c5e02d-de58-4d28-83fd-3058f565101e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/119d1a36-088d-4a53-8f07-15e973ceb504/action'} Body: b'' 2025-08-05 20:28:47,357 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/119d1a36-088d-4a53-8f07-15e973ceb504 0.057s 2025-08-05 20:28:47,358 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28: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-406532d1-666f-4b78-a6e4-9789051c1acf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/119d1a36-088d-4a53-8f07-15e973ceb504'} Body: b'' 2025-08-05 20:28:47,373 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/119d1a36-088d-4a53-8f07-15e973ceb504 0.015s 2025-08-05 20:28:47,374 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-4df7e905-001c-40fe-a443-cd08a5d10d1d', 'x-openstack-request-id': 'req-4df7e905-001c-40fe-a443-cd08a5d10d1d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/119d1a36-088d-4a53-8f07-15e973ceb504'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 119d1a36-088d-4a53-8f07-15e973ceb504 could not be found."}}' {9} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.283501s] ... ok {11} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [233.988397s] ... 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 e5c54946-9b21-4f42-a4d6-428a38b8bbd1 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-05T20:28:38Z', 'message': 'Build of instance e5c54946-9b21-4f42-a4d6-428a38b8bbd1 aborted: Volume 8320c957-ae61-4b73-9ce4-ea27700d149b did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Request ID of server operation performed before checking the server status req-877920ba-fad9-4845-aa31-b84c9f2d12b6. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:25:21,697 98950 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.166s 2025-08-05 20:25:21,697 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:21 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-6bd83d25-6b10-446d-b8e6-16e37454530a', '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": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110-project-member", "password_expires_at": null}, "audit_ids": ["_7iaqlFPTPGerJIN6mxctA"], "expires_at": "2025-08-05T21:25:21.000000Z", "issued_at": "2025-08-05T20:25:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "13c295381b954c299ee3883e266dcecb", "name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/13c295381b954c299ee3883e266dcecb", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:25:21,698 98950 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'b14bd801-ad17-4718-88a0-2ab0f71b7e77', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-858271649-network', 'tenant_id': '13c295381b954c299ee3883e266dcecb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '13c295381b954c299ee3883e266dcecb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26212, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope ': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:21:22Z', 'updated_at': '2025-08-05T20:21:22Z', 'revision_number': 1} available for tenant 2025-08-05 20:25:23,139 98950 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.440s 2025-08-05 20:25:23,140 98950 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-1503079028", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "b14bd801-ad17-4718-88a0-2ab0f71b7e77"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1', '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-ebf87cd9-49a1-455c-9fe7-c76f06713239', 'x-compute-request-id': 'req-ebf87cd9-49a1-455c-9fe7-c76f06713239', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "GjLPmPJ72LiB"}}' 2025-08-05 20:25:23,220 98950 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/5d68a01d-1f00-403d-8999-f1945b9f56e1 0.077s 2025-08-05 20:25:23,220 98950 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 20:25:23 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-6fa1d1fd-1665-47fe-b050-9216dcd634de', 'x-compute-request-id': 'req-6fa1d1fd-1665-47fe-b050-9216dcd634de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1'} Body: b'{"server": {"id": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1503079028", "status": "BUILD", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:25:23Z", "updated": "2025-08-05T20:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1"}], "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 20:26:13,543 98950 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/5d68a01d-1f00-403d-8999-f1945b9f56e1 0.253s 2025-08-05 20:26:13,543 98950 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 20:26:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', '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-6868ea35-6527-424c-8e0a-5b20df5b641d', 'x-compute-request-id': 'req-6868ea35-6527-424c-8e0a-5b20df5b641d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1'} Body: b'{"server": {"id": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1503079028", "status": "ACTIVE", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "4e4b59d85871eaedab38dd363b55317ecf2cce6aff1160a760e587c6", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:25:23Z", "updated": "2025-08-05T20:25:38Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-858271649-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:14:52"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:25:38.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 20:26:13,583 98950 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:27:14,448 98950 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/5d68a01d-1f00-403d-8999-f1945b9f56e1/action 0.855s 2025-08-05 20:27:14,448 98950 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-425037340"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Versi on,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6480a329-1994-437c-9a3e-6370e0942451', 'x-compute-request-id': 'req-6480a329-1994-437c-9a3e-6370e0942451', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1/action'} Body: b'{"image_id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02"}' 2025-08-05 20:27:14,472 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.023s 2025-08-05 20:27:14,473 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-70a432b2-1a0e-45d2-a576-1615b6657e96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:14Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:15,498 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.024s 2025-08-05 20:27:15,499 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b47dd8b0-2c22-4842-a072-7cf08dac35ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c37 1d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:14Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:16,527 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.026s 2025-08-05 20:27:16,527 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b1939f2d-714f-4162-ab8a-061844c89844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:14Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:17,552 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.023s 2025-08-05 20:27:17,552 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5a830be4-80b2-4597-8513-fa4471073962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_project_name": "tempest-ServerBo otFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:14Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:18,576 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.022s 2025-08-05 20:27:18,577 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9ee284b2-49b9-45c0-9002-6bc772f3b858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:14Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:19,602 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.023s 2025-08-05 20:27:19,602 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2df97d75-f227-4c35-aa5a-094354f5d6bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "b oot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:14Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:20,643 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.039s 2025-08-05 20:27:20,644 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b47be91b-eaaf-41ad-ac4c-7166e54ccfaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:14Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:21,669 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.023s 2025-08-05 20:27:21,669 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type ': 'application/json', 'x-openstack-request-id': 'req-a20c8dc7-5309-4b0d-bf88-3ea9984c4574', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_id": "13c295381b954c299ee3883e266dcecb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:21Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:22,698 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.027s 2025-08-05 20:27:22,698 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9cb13c6c-55ce-4a51-ae1d-569087cdb5cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_id": "13c295381b954c299ee3883e266dcecb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:22Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:23,727 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.027s 2025-08-05 20:27:23,727 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e45ec76a-6039-4fe1-ae66-5f0a7a2e1b95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_id": "13c295381b954c299ee3883e266dcecb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "3f4045a61fe874624cc5ebe549c68851", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "095c0ba8e9c72166d06b06294dcb2bf6aae5c8d41deeb77ec769f661c9c8f4dd296f4d2d5a7548d993e3d45581839643594c11469111b9df3d20cef11690326a", "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:23Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:23,750 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.022s 2025-08-05 20:27:23,750 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8fbaa677-7182-4016-a9d5-b26dc5533c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_id": "13c295381b954c299ee3883e266dcecb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRe scueTest-image-425037340", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "3f4045a61fe874624cc5ebe549c68851", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "095c0ba8e9c72166d06b06294dcb2bf6aae5c8d41deeb77ec769f661c9c8f4dd296f4d2d5a7548d993e3d45581839643594c11469111b9df3d20cef11690326a", "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:23Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:23,975 98950 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/5d68a01d-1f00-403d-8999-f1945b9f56e1 0.224s 2025-08-05 20:27:23,976 98950 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 20:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', '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-7fe833ae-77ee-47d7-a86d-7b227691b036', 'x-compute-request-id': 'req-7fe833ae-77ee-47d7-a86d-7b227691b036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1'} Body: b'{"server": {"id": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1503079028", "status": "ACTIVE", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "4e4b59d85871eaedab38dd363b55317ecf2cce6aff1160a760e587c6", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:25:23Z", "updated": "2025-08-05T20:27:23Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-858271649-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:14:52"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:25:38.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 20:28:24,166 98950 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.108s 2025-08-05 20:28:24,167 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'co ntent-type': 'application/json', 'content-length': '2521', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-56b1c062-7b47-4bf1-826e-4ef306ebeaa1', '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": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110-project-member", "password_expires_at": null}, "audit_ids": ["6cPPIXcVRwWz4knvPYb6QQ"], "expires_at": "2025-08-05T21:28:24.000000Z", "issued_at": "2025-08-05T20:28:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "13c295381b954c299ee3883e266dcecb", "name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/13c295381b954c299ee3883e266dcecb", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:28:24,167 98950 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'b14bd801-ad17-4718-88a0-2ab0f71b7e77', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-858271649-network', 'tenant_id': '13c295381b954c299ee3883e266dcecb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '13c295381b954c299ee3883e266dcecb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26212, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:21:22Z', 'updated_at': '2025-08-05T20:21:22Z', 'revision_number': 1} available for tenant 2025-08-05 20:28:24,679 98950 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.511s 2025-08-05 20:28:24,680 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Ty pe': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-1701685464", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "f205fc20-64b7-439b-8043-d81032ab0a45", "destination_type": "volume"}], "networks": [{"uuid": "b14bd801-ad17-4718-88a0-2ab0f71b7e77"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1', '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-877920ba-fad9-4845-aa31-b84c9f2d12b6', 'x-compute-request-id': 'req-877920ba-fad9-4845-aa31-b84c9f2d12b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e5c54946-9b21-4f42-a4d6-428a38b8bbd1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "TsjGs2bCqmS3"}}' 2025-08-05 20:28:24,768 98950 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/e5c54946-9b21-4f42-a4d6-428a38b8bbd1 0.085s 2025-08-05 20:28:24,768 98950 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 20:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bad232a8-d53c-4d5e-8899-7f29bed76d2a', 'x-compute-request-id': 'req-bad232a8-d53c-4d5e-8899-7f29bed76d2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1'} Body: b'{"server": {"id": "e5c54946-9b21-4f42-a4d6-428a38b8bbd1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1701685464", "status": "BUILD", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:28:25Z", "updated": "2025-08-05T20:28:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1"}], "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 20:29:14,937 98950 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/e5c54946-9b21-4f42-a4d6-428a38b8bbd1 0.108s 2025-08-05 20:29:14,937 98950 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 20:29:14 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-fe2ef6cb-465e-4b02-85ce-55c0bf6c3e79', 'x-compute-request-id': 'req-fe2ef6cb-465e-4b02-85ce-55c0bf6c3e79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1'} Body: b'{"server": {"id": "e5c54946-9b21-4f42-a4d6-428a38b8bbd1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1701685464", "status": "ERROR", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:28:24Z", "updated": "2025-08-05T20:28:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-05T20:28:38Z", "message": "Build of instance e5c54946-9b21-4f42-a4d6-428a38b8bbd1 aborted: Volume 8320c957-ae61-4b73-9ce4-ea27700d149b did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-05 20:29:14,957 98950 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-08-05 20:29:15,479 98950 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/e5c54946-9b21-4f42-a4d6-428a38b8bbd1 0.522s 2025-08-05 20:29:15,480 98950 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 20:29:14 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-455d04d4-630d-4e35-8e83-d81f537f5173', 'x-compute-request-id': 'req-455d04d4-630d-4e35-8e83-d81f537f5173', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1'} Body: b'' 2025-08-05 20:29:15,514 98950 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 4 04 GET http://10.0.0.210/compute/v2.1/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1 0.033s 2025-08-05 20:29:15,514 98950 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 20:29:15 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-fbecef13-2e4c-4266-b25e-1e929ba04fd7', 'x-compute-request-id': 'req-fbecef13-2e4c-4266-b25e-1e929ba04fd7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e5c54946-9b21-4f42-a4d6-428a38b8bbd1 could not be found."}}' {6} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.313132s] ... ok {6} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.245997s] ... ok {6} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.288687s] ... ok {6} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.035877s] ... ok {6} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.049343s] ... ok {6} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [1.702450s] ... 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 18af2b3b-a1f8-423c-b8a4-e9e4cdf28402 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:29:33,976 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/os-quota-sets/5b3354e38f3d4864a9f309ccd2bb9c38?usage=True 0.038s 2025-08-05 20:29:33,977 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-278c63cc-589a-4e35-b52b-4a6671cb83ab', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-278c63cc-589a-4e35-b52b-4a6671cb83ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/os-quota-sets/5b3354e38f3d4864a9f309ccd2bb9c38?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": "5b3354e38f3d4864a9f309ccd2bb9c38"}}' 2025-08-05 20:29:34,283 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/volumes 0.291s 2025-08-05 20:29:34,284 98940 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-1173976464"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b6de95e-19fd-46e9-be03-b8db1429a2af', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b6de95e-19fd-46e9-be03-b8db1429a2af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "18af2b3b-a1f8-423c-b8a4-e9e4cdf28402", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:34.222222", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1173976464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402"}], "user_id": "9b123b378463453b93c7b0304985cc91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:29:34,339 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402 0.043s 2025-08-05 20:29:34,340 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'app lication/json', 'x-compute-request-id': 'req-ae2d0c67-a625-4104-8e77-f8cc1514c484', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae2d0c67-a625-4104-8e77-f8cc1514c484', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402'} Body: b'{"volume": {"id": "18af2b3b-a1f8-423c-b8a4-e9e4cdf28402", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:34.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1173976464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402"}], "user_id": "9b123b378463453b93c7b0304985cc91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5b3354e38f3d4864a9f309ccd2bb9c38"}}' 2025-08-05 20:29:35,394 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402 0.038s 2025-08-05 20:29:35,395 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24aad468-08c2-4146-83b6-0c35b6762846', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24aad468-08c2-4146-83b6-0c35b6762846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402'} Body: b'{"volume": {"id": "18af2b3b-a1f8-423c-b8a4-e9e4cdf28402", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:34.000000", "updated_at": "2025-08-05T20:29:34.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1173976464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402"}], "user_id": "9b123b378463453b93c7b0304985cc91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5b3354e38f3d4864a9f309ccd2bb9c38"}}' 2025-08-05 20:29:35,447 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402 0.038s 2025-08-05 20:29:35,448 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6466bb00-e5aa-45a5-8679-fbfcd20dbd30', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6466bb00-e5aa-45a5-8679-fbfcd20dbd30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402'} Body: b'{"volume": {"id": "18af2b3b-a1f8-423c-b8a4-e9e4cdf28402", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:34.000000", "updated_at": "2025-08-05T20:29:34.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1173976464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402"}], "user_id": "9b123b378463453b93c7b0304985cc91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5b3354e38f3d4864a9f309ccd2bb9c38"}}' 2025-08-05 20:29:35,613 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402 0.152s 2025-08-05 20:29:35,614 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21fbaf3f-4133-48ad-8801-d7ad1ff0dbb1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402'} Body: b'' 2025-08-05 20:29:35,638 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402 0.024s 2025-08-05 20:29:35,638 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-406f6904-78fd-4b41-b38f-cde83630da23', 'x-openstack-request-id': 'req-406f6904-78fd-4b41-b38f-cde83630da23', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 18af2b3b-a1f8-423c-b8a4-e9e4cdf28402 could not be found."}}' {6} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [1.559531s] ... 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 e816fc8f-619a-4628-8a8c-84f690880034 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:29:35,880 98940 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.238s 2025-08-05 20:29:35,880 98940 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-1344645961"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80d6e944-5f83-47be-b2f3-491b64b88999', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80d6e944-5f83-47be-b2f3-491b64b88999', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e816fc8f-619a-4628-8a8c-84f690880034", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:35.808790", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1344645961", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e816fc8f-619a-4628-8a8c-84f690880034"}], "user_id": "9b123b378463453b93c7b0304985cc91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:29:35,957 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034 0.065s 2025-08-05 20:29:35,958 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-235a9b87-c5c0-463b-87e0-e2e64a80d313', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-235a9b87-c5c0-463b-87e0-e2e64a80d313', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034'} Body: b'{"volume": {"id": "e816fc8f-619a-4628-8a8c-84f690880034", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:36.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1344645961", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e816fc8f-619a-4628-8a8c-84f690880034"}], "user_id": "9b123b378463453b93c7b0304985cc91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5b3354e38f3d4864a9f309ccd2bb9c38"}}' 2025-08-05 20:29:37,010 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034 0.038s 2025-08-05 20:29:37,011 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applic ation/json', 'x-compute-request-id': 'req-54106066-0222-4179-80ce-12394783a6b4', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54106066-0222-4179-80ce-12394783a6b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034'} Body: b'{"volume": {"id": "e816fc8f-619a-4628-8a8c-84f690880034", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:36.000000", "updated_at": "2025-08-05T20:29:36.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1344645961", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e816fc8f-619a-4628-8a8c-84f690880034"}], "user_id": "9b123b378463453b93c7b0304985cc91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5b3354e38f3d4864a9f309ccd2bb9c38"}}' 2025-08-05 20:29:37,071 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034 0.047s 2025-08-05 20:29:37,071 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf1b93ff-40c8-464a-aeea-32fe9ec45de4', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf1b93ff-40c8-464a-aeea-32fe9ec45de4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034'} Body: b'{"volume": {"id": "e816fc8f-619a-4628-8a8c-84f690880034", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:36.000000", "updated_at": "2025-08-05T20:29:36.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1344645961", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e816fc8f-619a-4628-8a8c-84f690880034"}], "user_id": "9b123b378463453b93c7b0304985cc91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5b3354e38f3d4864a9f309ccd2bb9c38"}}' 2025-08-05 20:29:37,177 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034 0.092s 2025-08-05 20:29:37,177 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3174c155-d84a-4b1e-8d7b-b1ba649103cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034'} Body: b'' 2025-08-05 20:29:37,199 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e816fc 8f-619a-4628-8a8c-84f690880034 0.021s 2025-08-05 20:29:37,199 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cda9979-3bcb-4cef-8053-79a177003272', 'x-openstack-request-id': 'req-2cda9979-3bcb-4cef-8053-79a177003272', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e816fc8f-619a-4628-8a8c-84f690880034 could not be found."}}' {6} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.046646s] ... ok {6} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.238466s] ... ok {6} 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 f6f0ad32-4a16-4e4f-b165-b1e52eb95f0b failed to build and is in ERROR status {6} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [1.685508s] ... 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 08298680-f4de-46e3-9be9-829a0c82db63 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:29:45,252 98940 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.356s 2025-08-05 20:29:45,252 98940 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-468770299"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5abebb93-8252-40a5-a32c-199b051ddf9a', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5abebb93-8252-40a5-a32c-199b051ddf9a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "08298680-f4de-46e3-9be9-829a0c82db63", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:45.197088", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-468770299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/08298680-f4de-46e3-9be9-829a0c82db63"}], "user_id": "31c42c47597b42d8a77ecb35182c98b4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:29:45,304 98940 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/08298680-f4de-46e3-9be9-829a0c82db63 0.039s 2025-08-05 20:29:45,304 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67004b19-68da-4525-b3b1-4fdf3d44f19e', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67004b19-68da-4525-b3b1-4fdf3d44f19e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63'} Body: b'{"volume": {"id": "08298680-f4de-46e3-9be9-829a0c82db63", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:45.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-468770299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/08298680-f4de-46e3-9be9-829a0c82db63"}], "user_id": "31c42c47597b42d8a77ecb35182c98b4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f4939a5609c46888b1a93cbe6e79733"}}' 2025-08-05 20:29:46,357 98940 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/08298680-f4de-46e3-9be9-829a0c82db63 0.038s 2025-08-05 20:29:46,358 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-co mpute-request-id': 'req-220f8d36-5d09-4c23-b3a7-6deba4e62421', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-220f8d36-5d09-4c23-b3a7-6deba4e62421', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63'} Body: b'{"volume": {"id": "08298680-f4de-46e3-9be9-829a0c82db63", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:45.000000", "updated_at": "2025-08-05T20:29:45.000000", "name": "tempest-VolumesTransfersTest-Volume-468770299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/08298680-f4de-46e3-9be9-829a0c82db63"}], "user_id": "31c42c47597b42d8a77ecb35182c98b4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f4939a5609c46888b1a93cbe6e79733"}}' 2025-08-05 20:29:46,408 98940 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63 0.036s 2025-08-05 20:29:46,408 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a99e8ae7-31ef-4453-bd37-16b0111304c1', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a99e8ae7-31ef-4453-bd37-16b0111304c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63'} Body: b'{"volume": {"id": "08298680-f4de-46e3-9be9-829a0c82db63", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:45.000000", "updated_at": "2025-08-05T20:29:45.000000", "name": "tempest-VolumesTransfersTest-Volume-468770299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/08298680-f4de-46e3-9be9-829a0c82db63"}], "user_id": "31c42c47597b42d8a77ecb35182c98b4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f4939a5609c46888b1a93cbe6e79733"}}' 2025-08-05 20:29:46,554 98940 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63 0.132s 2025-08-05 20:29:46,555 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29: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-b7317b2a-4400-495c-8e1d-54384f5a62bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63'} Body: b'' 2025-08-05 20:29:46,579 98940 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63 0.024s 2025-08 -05 20:29:46,579 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29: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-579a0800-1180-4bb1-8a69-012dc0f8398e', 'x-openstack-request-id': 'req-579a0800-1180-4bb1-8a69-012dc0f8398e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 08298680-f4de-46e3-9be9-829a0c82db63 could not be found."}}' {6} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [1.483442s] ... 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 2488b5e5-a99e-470a-a810-b89885b04f9e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:29:46,755 98940 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.173s 2025-08-05 20:29:46,755 98940 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-1357708798"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-502abec8-1878-4a5e-acd0-cb155a74819f', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-502abec8-1878-4a5e-acd0-cb155a74819f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2488b5e5-a99e-470a-a810-b89885b04f9e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:46.697152", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1357708798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e"}], "user_id": "31c42c47597b42d8a77ecb35182c98b4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:29:46,806 98940 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e 0.040s 2025-08-05 20:29:46,807 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfdece2e-3f88-4cee-ae22-569ee1c97b57', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfdece2e-3f88-4cee-ae22-569ee1c97b57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e'} Body: b'{"volume": {"id": "2488b5e5-a99e-470a-a810-b89885b04f9e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:47.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1357708798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e"}], "user_id": "31c42c47597b42d8a77ecb35182c98b4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f4939a5609c46888b1a93cbe6e79733"}}' 2025-08-05 20:29:47,857 98940 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e 0.036s 2025-08-05 20:29:47,858 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-req uest-id': 'req-f9decb0c-5718-435a-9965-8dd9ff866e07', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9decb0c-5718-435a-9965-8dd9ff866e07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e'} Body: b'{"volume": {"id": "2488b5e5-a99e-470a-a810-b89885b04f9e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:47.000000", "updated_at": "2025-08-05T20:29:47.000000", "name": "tempest-VolumesTransfersTest-Volume-1357708798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e"}], "user_id": "31c42c47597b42d8a77ecb35182c98b4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f4939a5609c46888b1a93cbe6e79733"}}' 2025-08-05 20:29:47,913 98940 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e 0.041s 2025-08-05 20:29:47,913 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79196378-9d17-4c89-bb8c-f6496a3ba467', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79196378-9d17-4c89-bb8c-f6496a3ba467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e'} Body: b'{"volume": {"id": "2488b5e5-a99e-470a-a810-b89885b04f9e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:47.000000", "updated_at": "2025-08-05T20:29:47.000000", "name": "tempest-VolumesTransfersTest-Volume-1357708798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e"}], "user_id": "31c42c47597b42d8a77ecb35182c98b4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f4939a5609c46888b1a93cbe6e79733"}}' 2025-08-05 20:29:48,042 98940 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e 0.116s 2025-08-05 20:29:48,043 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29: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-df86424d-35a9-436c-83d0-5fe2f6315d4e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e'} Body: b'' 2025-08-05 20:29:48,064 98940 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e 0.021s 2025-08-05 20: 29:48,064 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-02cdfcd9-7ea5-45ea-89e3-81a985e1899c', 'x-openstack-request-id': 'req-02cdfcd9-7ea5-45ea-89e3-81a985e1899c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2488b5e5-a99e-470a-a810-b89885b04f9e could not be found."}}' {6} 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 c17bb1c8-dad9-47eb-a10d-25e61309acbd failed to build and is in ERROR status {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [167.251714s] ... 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 820b3471-9ca4-4bfc-bde3-87905f539d71 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:27:25,407 98930 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:27:25,408 98930 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:27:25,457 98930 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 20:27:25,457 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2076631615", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBnLW3iIK5ReKilrbya/DiBKdbRjrkJ8qCyKUgXXTCwWv4ZqIAhSwKT6Pb0yGawpjwF/dMlt4KbBXy8hfGbJuVEnZfTEFevMPt9vDdaWdaEzl9JRtVFTdKctNtVLPLO93Q=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:25 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-9167f058-7937-4b0b-9ce6-d95b73d215cc', 'x-compute-request-id': 'req-9167f058-7937-4b0b-9ce6-d95b73d215cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2076631615", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBnLW3iIK5ReKilrbya/DiBKdbRjrkJ8qCyKUgXXTCwWv4ZqIAhSwKT6Pb0yGawpjwF/dMlt4KbBXy8hfGbJuVEnZfTEFevMPt9vDdaWdaEzl9JRtVFTdKctNtVLPLO93Q==", "fingerprint": "a0:d1:19:02:59:18:d0:23:a7:5b:4c:84:54:f1:95:58", "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae"}}' 2025-08-05 20:27:25,460 98930 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2076631615 created 2025-08-05 20:27:25,709 98930 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.248s 2025-08-05 20:27:25,709 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1261746659", "description": "tempest-description--1653438121"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-eeafb2f8-3072-4833-aced-0b7357530c8b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9cc0f3cf-baa0-4fed-b2cc-df8bf229e422", "name": "tempest-securitygroup--1261746659", "stateful": true, "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "description": "tempest-description--1653438121", "shared": false, "security_group_rules": [{"id": "227b581e-1051-47b3-9e81-e4c434a5cf40", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "security_group_id": "9cc0f3cf-baa0-4fed-b2cc-df8bf229e422", "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": 865, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:27:25Z", "updated_at": "2025-08-05T20:27:25Z", "revision_number": 0}, {"id": "d5076876-cc57-4ecb-9526-59059a9dd051", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "security_group_id": "9cc0f3cf-baa0-4fed-b2cc-df8bf229e422", "ethertype": "IPv4", "direction": "egress", "protocol": null, "p ort_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 864, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:27:25Z", "updated_at": "2025-08-05T20:27:25Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:27:25Z", "updated_at": "2025-08-05T20:27:25Z", "revision_number": 1, "project_id": "a28f0b3070b4476cb23de6b547e296b4"}}' 2025-08-05 20:27:25,942 98930 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.233s 2025-08-05 20:27:25,943 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9cc0f3cf-baa0-4fed-b2cc-df8bf229e422", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-94bb83aa-1092-4a52-93a7-ae02df41734f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "54161456-a835-4fa7-9b07-65b6c36bd827", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "security_group_id": "9cc0f3cf-baa0-4fed-b2cc-df8bf229e422", "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-05T20:27:25Z", "updated_at": "2025-08-05T20:27:25Z", "revision_number": 0}}' 2025-08-05 20:27:26,145 98930 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 20:27:26,146 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9cc0f3cf-baa0-4fed-b2cc-df8bf229e422", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-64f52643-4c98-4df4-a715-76996124f475', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "98b5df57-d195-4119-ab48-add8e483a28b", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "security_group_id": "9cc0f3cf-baa0-4fed-b2cc-df8bf229e422", "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-05T20:27:26Z", "updated_at": "2025-08-05T20:27:26Z", "revision_number": 0}}' 2025-08-05 20:27:26,146 98930 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1261746659 created 2025-08-05 20:27:26,844 98930 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.697s 2025-08-05 20:27:26,845 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth -Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-fcb6e519-962a-4e63-bf85-bfcf704b3d1c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "474027cc-b124-4e08-bc8b-2d4a33c9871c", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "floating_ip_address": "172.24.4.102", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:27:26Z", "updated_at": "2025-08-05T20:27:26Z", "revision_number": 0}}' 2025-08-05 20:27:26,845 98930 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '474027cc-b124-4e08-bc8b-2d4a33c9871c', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'floating_ip_address': '172.24.4.102', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:27:26Z', 'updated_at': '2025-08-05T20:27:26Z', 'revision_number': 0, 'ip': '172.24.4.102'} created 2025-08-05 20:27:26,935 98930 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.085s 2025-08-05 20:27:26,936 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:26 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-45c73bbc-5bd1-4aa1-bb75-b6c4e0c8b758', '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": "cf4819f6398c4e71b51d6cf7f89c59ae", "name": "tempest-AttachVolumeTestJSON-1164884484-project-member", "password_expires_at": null}, "audit_ids": ["vzQeA1-CS4CMcj0D53ivlg"], "expires_at": "2025-08-05T21:27:26.000000Z", "issued_at": "2025-08-05T20:27:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a28f0b3070b4476cb23de6b547e296b4", "name": "tempest-AttachVolumeTestJSON-1164884484"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a28f0b3070b4476cb23de6b547e296b4", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "Re gionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:27:26,936 98930 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'a8c4da0b-110a-43d6-a84f-af3e6225170f', 'name': 'tempest-AttachVolumeTestJSON-171287503-network', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 41322, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:24:32Z', 'updated_at': '2025-08-05T20:24:32Z', 'revision_number': 1} available for tenant 2025-08-05 20:27:26,937 98930 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2076631615', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBnLW3iIK5ReKilrbya/DiBKdbRjrkJ8qCyKUgXXTCwWv4ZqIAhSwKT6Pb0yGawpjwF/dMlt4KbBXy8hfGbJuVEnZfTEFevMPt9vDdaWdaEzl9JRtVFTdKctNtVLPLO93Q==', 'fingerprint': 'a0:d1:19:02:59:18:d0:23:a7:5b:4c:84:54:f1:95:58', 'user_id': 'cf4819f6398c4e71b51d6cf7f89c59ae', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB5cCLAan5hebYoFoc5YrMQNvY3xFOPVq6psMY0r/K1xGAIgFf7+Dgi\nSw7X0rpoo7OgBwYFK4EEACKhZANiAAQZy1t4iCuUXiopa28mvw4gSnW0Y65CfKgs\nilIF10wsFr+GaiAIUsCk+j29MhmsKY8Bf3TJbeCmwV8vIXxmyblRJ2X0xBXrzD7f\nbw3WlnWhM5fSUbVRU3SnLTbVSzyzvd0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9cc0f3cf-baa0-4fed-b2cc-df8bf229e422', 'name': 'tempest-securitygroup--1261746659', 'stateful': True, 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'description': 'tempest-description--1653438121', 'shared': False, 'security_group_rules': [{'id': '227b581e-1051-47b3-9e81-e4c434a5cf40', 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'security_group_id': '9cc0f3cf-baa0-4fed-b2cc-df8bf229e422', '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': 865, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:27:25Z', 'updated_at': '2025-08-05T20:27:25Z', 'revision_number': 0}, {'id': 'd5076876-cc57-4ecb-9526-59059a9dd051', 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'security_group_id': '9cc0f3cf-baa0-4fed-b2cc-df8bf229e422', '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': 864, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:27:25Z', 'updated_at': '2025-08-05T20:27:25Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08 -05T20:27:25Z', 'updated_at': '2025-08-05T20:27:25Z', 'revision_number': 1, 'project_id': 'a28f0b3070b4476cb23de6b547e296b4'}, 'floating_ip': {'id': '474027cc-b124-4e08-bc8b-2d4a33c9871c', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'floating_ip_address': '172.24.4.102', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:27:26Z', 'updated_at': '2025-08-05T20:27:26Z', 'revision_number': 0, 'ip': '172.24.4.102'}} 2025-08-05 20:27:27,585 98930 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.648s 2025-08-05 20:27:27,586 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-73120568", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "a8c4da0b-110a-43d6-a84f-af3e6225170f"}], "security_groups": [{"name": "tempest-securitygroup--1261746659"}], "key_name": "tempest-keypair-2076631615", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cec314de-b6e8-4f76-b255-0fbe68069828', 'x-compute-request-id': 'req-cec314de-b6e8-4f76-b255-0fbe68069828', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5d59d5f7-2332-4482-8a7b-bdaae66c6063", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1261746659"}], "adminPass": "password"}}' 2025-08-05 20:27:27,660 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063 0.071s 2025-08-05 20:27:27,661 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1228', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4da47a0d-b2d2-47e3-a52c-cafcd56368c3', 'x-compute-request-id': 'req-4da47a0d-b2d2-47e3-a52c-cafcd56368c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063'} Body: b'{"server": {"id": "5d59d5f7-2332-4482-8a7b-bdaae66c6063", "name": "tempest-AttachVolumeTestJSON-server-73120568", "status": "BUILD", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links ": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:27:28Z", "updated": "2025-08-05T20:27:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2076631615", "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 20:28:18,059 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063 0.335s 2025-08-05 20:28:18,059 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b86ef049-8ff4-4ea6-b6c1-880e27cb9b74', 'x-compute-request-id': 'req-b86ef049-8ff4-4ea6-b6c1-880e27cb9b74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063'} Body: b'{"server": {"id": "5d59d5f7-2332-4482-8a7b-bdaae66c6063", "name": "tempest-AttachVolumeTestJSON-server-73120568", "status": "ACTIVE", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "metadata": {}, "hostId": "80e2e198cd15495d8d0a884ebaf843767d57255ce87a2c486c82181e", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:27:27Z", "updated": "2025-08-05T20:27:43Z", "addresses": {"tempest-AttachVolumeTestJSON-171287503-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:74:3c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2076631615", "OS-SRV-USG:launched_at": "2025-08-05T20:27:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1261746659"}], "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 20:28:18,073 98930 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 20:29:18,298 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063/os-interface 0.166s 2025-08-05 20:29:18,299 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openst ack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6aefda2-c588-4810-8d49-b9a4b1b1aa52', 'x-compute-request-id': 'req-c6aefda2-c588-4810-8d49-b9a4b1b1aa52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a8c4da0b-110a-43d6-a84f-af3e6225170f", "port_id": "e51a776c-62ea-4c4c-b6cc-8f58a740f53d", "mac_addr": "fa:16:3e:de:74:3c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "81b63e15-ff76-4873-a203-451b8b986e27", "ip_address": "10.0.0.3"}]}]}' 2025-08-05 20:29:19,594 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/474027cc-b124-4e08-bc8b-2d4a33c9871c 1.292s 2025-08-05 20:29:19,595 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e51a776c-62ea-4c4c-b6cc-8f58a740f53d"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-0ed15efe-4466-4451-b3d4-7c73a14f7264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/474027cc-b124-4e08-bc8b-2d4a33c9871c'} Body: b'{"floatingip": {"id": "474027cc-b124-4e08-bc8b-2d4a33c9871c", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "floating_ip_address": "172.24.4.102", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "8ba2f367-d5e7-45f7-abac-f5fbfad0477e", "port_id": "e51a776c-62ea-4c4c-b6cc-8f58a740f53d", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a8c4da0b-110a-43d6-a84f-af3e6225170f", "mac_address": "fa:16:3e:de:74:3c", "admin_state_up": true, "status": "ACTIVE", "device_id": "5d59d5f7-2332-4482-8a7b-bdaae66c6063", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:27:26Z", "updated_at": "2025-08-05T20:29:18Z", "revision_number": 1, "project_id": "a28f0b3070b4476cb23de6b547e296b4"}}' 2025-08-05 20:29:19,596 98930 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.102:22' as 'cirros' with public key authentication 2025-08-05 20:29:19,612 98930 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:29:19,713 98930 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:29:19,714 98930 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.102 successfully created 2025-08-05 20:29:19,984 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063/ips 0.270s 2025-08-05 20:29:19,985 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '103', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d672d4d-10ea-46e4-94df-ba414e8d0c6c', 'x-compute-request-id': 'req-2d672d4d-10ea-46e4-94df-ba414e8d0c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-171287503-network": [{"version": 4, "addr": "10.0.0.3"}]}}' 2025-08-05 20:2 9:20,171 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/volumes 0.183s 2025-08-05 20:29:20,171 98930 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-1161301766"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c48f33a-4090-467e-aa3a-8efb826f41a4', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c48f33a-4090-467e-aa3a-8efb826f41a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "820b3471-9ca4-4bfc-bde3-87905f539d71", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:20.114792", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1161301766", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71"}], "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:29:20,227 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71 0.044s 2025-08-05 20:29:20,227 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f7fa569-67d5-4121-abc6-cc6ded6162ae', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f7fa569-67d5-4121-abc6-cc6ded6162ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71'} Body: b'{"volume": {"id": "820b3471-9ca4-4bfc-bde3-87905f539d71", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:20.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1161301766", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71"}], "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a28f0b3070b4476cb23de6b547e296b4"}}' 2025-08-05 20:29:21,281 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71 0.039s 2025-08-05 20:29:21,281 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a97c785f-b515 -4e8e-a543-7f695af5207b', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a97c785f-b515-4e8e-a543-7f695af5207b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71'} Body: b'{"volume": {"id": "820b3471-9ca4-4bfc-bde3-87905f539d71", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:20.000000", "updated_at": "2025-08-05T20:29:20.000000", "name": "tempest-AttachVolumeTestJSON-volume-1161301766", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71"}], "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a28f0b3070b4476cb23de6b547e296b4"}}' 2025-08-05 20:29:21,410 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063 0.114s 2025-08-05 20:29:21,411 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:21 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-56099127-add8-4ad6-a147-1d8d37bc5f99', 'x-compute-request-id': 'req-56099127-add8-4ad6-a147-1d8d37bc5f99', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063'} Body: b'' 2025-08-05 20:29:21,635 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063 0.223s 2025-08-05 20:29:21,635 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:21 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-110964ab-29d7-4680-ad9d-2d69a29e1c5a', 'x-compute-request-id': 'req-110964ab-29d7-4680-ad9d-2d69a29e1c5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063'} Body: b'{"server": {"id": "5d59d5f7-2332-4482-8a7b-bdaae66c6063", "name": "tempest-AttachVolumeTestJSON-server-73120568", "status": "ACTIVE", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "metadata": {}, "hostId": "80e2e198cd15495d8d0a884ebaf843767d57255ce87a2c486c82181e", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:27:27Z", "updated": "2025-08-05T20:29:21Z", "addresses": {"tempest-AttachVolumeTestJSON-171287503-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:74:3c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "hre f": "http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2076631615", "OS-SRV-USG:launched_at": "2025-08-05T20:27:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1261746659"}], "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 20:30:11,921 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063 0.221s 2025-08-05 20:30:11,922 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:11 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-2a562a19-041c-409f-9e14-234e0514b9a7', 'x-compute-request-id': 'req-2a562a19-041c-409f-9e14-234e0514b9a7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5d59d5f7-2332-4482-8a7b-bdaae66c6063 could not be found."}}' 2025-08-05 20:30:11,950 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2076631615 0.027s 2025-08-05 20:30:11,950 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:11 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-a7043a86-90d4-462d-95be-bbc9cac6ed11', 'x-compute-request-id': 'req-a7043a86-90d4-462d-95be-bbc9cac6ed11', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2076631615'} Body: b'' 2025-08-05 20:30:12,145 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/9cc0f3cf-baa0-4fed-b2cc-df8bf229e422 0.194s 2025-08-05 20:30:12,145 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-67a922bc-65c6-4941-b1b9-f2840248ae9a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/9cc0f3cf-baa0-4fed-b2cc-df8bf229e422'} Body: b'' 2025-08-05 20:30:12,172 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/9cc0f3cf-baa0-4fed-b2cc-df8bf229e422 0.027s 2025-08-05 20:30:12,173 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'a pplication/json', 'content-length': '146', 'x-openstack-request-id': 'req-c65612ed-0387-4818-b3c5-0ded205a0569', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/9cc0f3cf-baa0-4fed-b2cc-df8bf229e422'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9cc0f3cf-baa0-4fed-b2cc-df8bf229e422 does not exist", "detail": ""}}' 2025-08-05 20:30:12,657 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/474027cc-b124-4e08-bc8b-2d4a33c9871c 0.484s 2025-08-05 20:30:12,658 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6d0bdac3-940b-489c-a980-ff1f9b1bfd87', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/474027cc-b124-4e08-bc8b-2d4a33c9871c'} Body: b'' {6} tempest.scenario.test_instances_with_cinder_volumes.TestInstancesWithCinderVolumes.test_instances_with_cinder_volumes_on_all_compute_nodes [5.566078s] ... 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 d6fd687a-4409-4b7c-b5bd-2e642662be95 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:30:09,656 98940 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-707258868-1510181710 on backend None 2025-08-05 20:30:09,837 98940 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.181s 2025-08-05 20:30:09,838 98940 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-707258868-1510181710", "extra_specs": {}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3b3e58e-dd12-4f97-b369-7bf427ce6e31', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3b3e58e-dd12-4f97-b369-7bf427ce6e31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "acd9538e-fbff-4308-9d64-7b6cb5275965", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-707258868-1510181710", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:30:09,841 98940 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 20:30:10,630 98940 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.786s 2025-08-05 20:30:10,630 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--447947586", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/26f09304-c377-4b33-8a06-3220fc0e64a4', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-02b22eb0-af42-4a7a-b04b-1d6809e8b74b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--447947586", "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": "834534ea86844b44a4fe5899dcb6d10e", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "26f09304-c377-4b33-8a06-3220fc0e64a4", "created_at": "2025-08-05T20:30:11Z", "updated_at": "2025-08-05T20:30:11Z", "tags": [], "self": "/v2/images/26f09304-c377-4b33-8a06-3220fc0e64a4", "file": "/v2/images/26f09304-c377-4b33-8a06-3220fc0e64a4/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:11,880 98940 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/26f09304-c377-4b33-8a06-3220fc0e64a4/file 1.248s 2025-08-05 20:30:11,880 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2e676392-6a2a-44cd-b62e-d58ed 91abf97', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/26f09304-c377-4b33-8a06-3220fc0e64a4/file'} Body: b'' 2025-08-05 20:30:11,881 98940 DEBUG [tempest.scenario.manager] image:26f09304-c377-4b33-8a06-3220fc0e64a4 2025-08-05 20:30:11,929 98940 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.046s 2025-08-05 20:30:11,930 98940 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-2120855702", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFZB3NF+A3P6lte9PiBHAgYtg70YlOIrjuxfUxVLQRt3t0o3CV2741AJsH/mcZDRVz8FF7zIJGv7CKg4RZyhn8gL8aXa+2Wx4tAixJ8YvMIpp3cG5JhydsgDS+UED3ocJw=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:11 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-ea0b0dbe-b054-4c23-90c7-ccd17a3bf082', 'x-compute-request-id': 'req-ea0b0dbe-b054-4c23-90c7-ccd17a3bf082', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-TestInstancesWithCinderVolumes-2120855702", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFZB3NF+A3P6lte9PiBHAgYtg70YlOIrjuxfUxVLQRt3t0o3CV2741AJsH/mcZDRVz8FF7zIJGv7CKg4RZyhn8gL8aXa+2Wx4tAixJ8YvMIpp3cG5JhydsgDS+UED3ocJw==", "fingerprint": "63:53:f5:91:49:3f:1b:62:ea:0d:51:57:2e:6a:5d:97", "user_id": "0b64b3ea362449f1b13a7b0071ab647a"}}' 2025-08-05 20:30:11,972 98940 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.037s 2025-08-05 20:30:11,973 98940 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 20:30:11 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-39268148-836d-4636-b354-132bf978e666', 'x-compute-request-id': 'req-39268148-836d-4636-b354-132bf978e666', '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-05T20:28:15.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2025-08-05T20:30:05.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"user": {"nova-compute": {"available": true, "active": true, "updated_at": "2025-08-05T20:28:47.000000"}}}}]}' 2025-08-05 20:30:11,981 98940 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-562040643-1770501399 on backend None 2025-08-05 20:30:12,017 98940 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.035s 2025-08-05 20:30:12,018 98940 DEBUG [tempest.lib.common.rest_client] Request - Header s: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-562040643-1770501399", "extra_specs": {}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20c98b07-bd2e-4398-94db-4ecbb41c873a', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20c98b07-bd2e-4398-94db-4ecbb41c873a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "c63ae897-c127-4b59-bb9b-110d1060fc3a", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-562040643-1770501399", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:30:12,023 98940 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-878072433-703491929 on backend None 2025-08-05 20:30:12,068 98940 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.045s 2025-08-05 20:30:12,069 98940 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-878072433-703491929", "extra_specs": {}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09ec6234-841d-4415-8262-04db4e812908', 'content-length': '267', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09ec6234-841d-4415-8262-04db4e812908', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "aad4b668-6ba3-47ea-8654-8215ca596eec", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-878072433-703491929", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:30:12,074 98940 DEBUG [tempest.scenario.test_instances_with_cinder_volumes] List of hosts selected to boot servers [{'zone': 'nova', 'host_name': 'user'}]: 2025-08-05 20:30:12,279 98940 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.204s 2025-08-05 20:30:12,279 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-1022971716", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-562040643-1770501399", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5a0a336-7925-40fb-ae52-15026733ad2b', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5a0a336-7925-40fb-ae52-15026733ad2b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fa146fb2-ca86-4658-834b-340c7b0c19fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:12.222355", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-10 22971716", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-562040643-1770501399", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fa146fb2-ca86-4658-834b-340c7b0c19fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fa146fb2-ca86-4658-834b-340c7b0c19fb"}], "user_id": "0b64b3ea362449f1b13a7b0071ab647a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:30:12,681 98940 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.390s 2025-08-05 20:30:12,682 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-1749940219", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-878072433-703491929", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45436607-62d8-4147-8e58-b9646e1e149f', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45436607-62d8-4147-8e58-b9646e1e149f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8d171a0e-8759-4493-8fdf-2daf724af523", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:12.617038", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1749940219", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-878072433-703491929", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8d171a0e-8759-4493-8fdf-2daf724af523"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8d171a0e-8759-4493-8fdf-2daf724af523"}], "user_id": "0b64b3ea362449f1b13a7b0071ab647a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:30:12,717 98940 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/26f09304-c377-4b33-8a06-3220fc0e64a4 0.023s 2025-08-05 20:30:12,717 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '810', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4cf53e1d-e5fb-4a9c-9db4-36e17f7018b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/26f09304-c377-4b33-8a06-3220fc0e64a4'} Body: b'{"name": "tempest-scenario-img--447947586", "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": "834534ea86844b44a4fe5899dcb6d10e", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "26f09304-c377-4b33-8a06-3220fc0e64a4", "created_at": "2025-08-05T20:30:11Z", "updated_at": "2025-08-05T20:30:12Z", "ta gs": [], "self": "/v2/images/26f09304-c377-4b33-8a06-3220fc0e64a4", "file": "/v2/images/26f09304-c377-4b33-8a06-3220fc0e64a4/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:13,110 98940 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.392s 2025-08-05 20:30:13,111 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-1304030464", "snapshot_id": null, "imageRef": "26f09304-c377-4b33-8a06-3220fc0e64a4", "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-707258868-1510181710", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-934f20c9-6ba9-402e-8b63-680fcd0ceeb8', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-934f20c9-6ba9-402e-8b63-680fcd0ceeb8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d6fd687a-4409-4b7c-b5bd-2e642662be95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:13.036790", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1304030464", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-707258868-1510181710", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95"}], "user_id": "0b64b3ea362449f1b13a7b0071ab647a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:30:13,187 98940 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/d6fd687a-4409-4b7c-b5bd-2e642662be95 0.054s 2025-08-05 20:30:13,187 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c611cf20-07ac-43b5-a3bc-8fdb7113150a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c611cf20-07ac-43b5-a3bc-8fdb7113150a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95'} Body: b'{"volume": {"id": "d6fd687a-4409-4b7c-b5bd-2e642662be95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:13.000000", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1304030464", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-707258868-1510181710", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95"}], "user_id": "0b64b3ea362449f1b13a7b0071ab647a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "834534ea86844b44a4fe5899dcb6d10e "}}' 2025-08-05 20:30:14,245 98940 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/d6fd687a-4409-4b7c-b5bd-2e642662be95 0.042s 2025-08-05 20:30:14,245 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8539854-5afe-4b42-bcd3-811d0436c397', 'content-length': '933', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8539854-5afe-4b42-bcd3-811d0436c397', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95'} Body: b'{"volume": {"id": "d6fd687a-4409-4b7c-b5bd-2e642662be95", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:13.000000", "updated_at": "2025-08-05T20:30:13.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-1304030464", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-707258868-1510181710", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95"}], "user_id": "0b64b3ea362449f1b13a7b0071ab647a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "834534ea86844b44a4fe5899dcb6d10e"}}' 2025-08-05 20:30:14,368 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95 0.108s 2025-08-05 20:30:14,368 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30: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-37c9d77f-cc2b-4085-ae7d-c608bef41b42', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95'} Body: b'' 2025-08-05 20:30:14,393 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95 0.024s 2025-08-05 20:30:14,393 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30: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-c938d367-3abb-4b16-bc96-28fa5ec1e829', 'x-openstack-request-id': 'req-c938d367-3abb-4b16-bc96-28fa5ec1e829', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d6fd687a-4409-4b7c-b5bd-2e642662be95 could not be found."}}' 2025-08-05 20:30:14,508 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/8d171a0e-8759-4493-8fdf-2daf724af523 0.114s 2025-08-05 20:30:14,508 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30: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-b43e3e90-ddc0-465a-b462-f0423b3c10f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8d171a0e-8759-4493-8fdf-2daf724af523'} Body: b'' 2025-08-05 20:30:14,535 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/8d171a0e-8759-4493-8fdf-2daf724af523 0.026s 2025-08-05 20:30:14,535 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30: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-344a637c-ec3c-4d8c-bd6d-c42ccb0c76da', 'x-openstack-request-id': 'req-344a637c-ec3c-4d8c-bd6d-c42ccb0c76da', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8d171a0e-8759-4493-8fdf-2daf724af523'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8d171a0e-8759-4493-8fdf-2daf724af523 could not be found."}}' 2025-08-05 20:30:14,648 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/fa146fb2-ca86-4658-834b-340c7b0c19fb 0.111s 2025-08-05 20:30:14,648 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30: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-bddc6c69-4ad5-4875-bdbe-42ce971fad38', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fa146fb2-ca86-4658-834b-340c7b0c19fb'} Body: b'' 2025-08-05 20:30:14,671 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/fa146fb2-ca86-4658-834b-340c7b0c19fb 0.022s 2025-08-05 20:30:14,672 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30: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-9572a92c-cb68-4d3c-98ae-77d9b22766ce', 'x-openstack-request-id': 'req-9572a92c-cb68-4d3c-98ae-77d9b22766ce', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fa146fb2-ca86-4658-834b-340c7b0c19fb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fa146fb2-ca86-4658-834b-340c7b0c19fb could not be found."}}' 2025-08-05 20:30:14,757 98940 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.084s 2025-08-05 20:30:14,757 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33b1a2cd-463e-448e-9fd0-33b68df87ac6', 'content-length': '2870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33b1a2cd-463e-448e-9fd0-33b68df87ac6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "7aa1df32-5b2a-4f63-b71a-c538346f2534", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:13.000000", "updated_at": "2025-08-05T20:30:13.000000", "name": "tempest-AttachVolumeNegativeTest-volume-199266298", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "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": "f5958e6aedc548cdaa35e6431f30285d"}, {"id": "8320c957-ae61-4b73-9ce4-ea27700d149b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:31.000000", "updated_at": "2025-08-05T20:28:31.000000", "name": "", "description": "", "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8320c957-ae61-4b73-9ce4-ea27700d149b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8320c957-ae61-4b73-9ce4-ea27700d149b"}], "user_id": "555e82c371d1428dad31b2b544030406", "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": "13c295381b954c299ee3883e266dcecb"}, {"id": "a766ec00-4d2d-4527-af29-a71993dc1791", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:37.000000", "updated_at": "2025-08-05T20:24:37.000000", "name": "661339c0-90a2-4eb9-8874-a97b7b3b9e5b-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/a766ec00-4d2d-4527-af29-a71993dc1791"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a766ec00-4d2d-4527-af29-a71993dc1791"}], "user_id": "555e82c371d1428dad31b2b544030406", "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": "13c295381b954c299ee3883e266dcecb"}]}' 2025-08-05 20:30:14,839 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/aad4b668-6ba3-47ea-8654-8215ca596eec 0.065s 2025-08-05 20:30:14,840 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30: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-1805dc68-98c2-4db5-8d1d-44760915 0c6b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/aad4b668-6ba3-47ea-8654-8215ca596eec'} Body: b'' 2025-08-05 20:30:14,886 98940 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.045s 2025-08-05 20:30:14,886 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6da30d8-8854-48d7-ad70-35102258e151', 'content-length': '2870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6da30d8-8854-48d7-ad70-35102258e151', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "7aa1df32-5b2a-4f63-b71a-c538346f2534", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:13.000000", "updated_at": "2025-08-05T20:30:13.000000", "name": "tempest-AttachVolumeNegativeTest-volume-199266298", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "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": "f5958e6aedc548cdaa35e6431f30285d"}, {"id": "8320c957-ae61-4b73-9ce4-ea27700d149b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:31.000000", "updated_at": "2025-08-05T20:28:31.000000", "name": "", "description": "", "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8320c957-ae61-4b73-9ce4-ea27700d149b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8320c957-ae61-4b73-9ce4-ea27700d149b"}], "user_id": "555e82c371d1428dad31b2b544030406", "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": "13c295381b954c299ee3883e266dcecb"}, {"id": "a766ec00-4d2d-4527-af29-a71993dc1791", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:37.000000", "updated_at": "2025-08-05T20:24:37.000000", "name": "661339c0-90a2-4eb9-8874-a97b7b3b9e5b-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/a766ec00-4d2d-4527-af29-a71993dc1791"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a766ec00-4d2d-4527-af29-a71993dc1791"}], "user_id": "555e82c371d1428dad31b2b544030406", "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": "13c295381b954c299ee3883e266dcecb"}]}' 2025-08-05 20:30:14,954 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10. 0.0.210/volume/v3/types/c63ae897-c127-4b59-bb9b-110d1060fc3a 0.051s 2025-08-05 20:30:14,954 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30: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-0cf1a5ef-5c23-471f-bdb5-a8e88bbd55b3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/c63ae897-c127-4b59-bb9b-110d1060fc3a'} Body: b'' 2025-08-05 20:30:14,983 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-2120855702 0.028s 2025-08-05 20:30:14,983 98940 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 20:30:14 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-fa39bafc-26b2-461b-ab2c-ade702264ec2', 'x-compute-request-id': 'req-fa39bafc-26b2-461b-ab2c-ade702264ec2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-2120855702'} Body: b'' 2025-08-05 20:30:15,074 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/26f09304-c377-4b33-8a06-3220fc0e64a4 0.090s 2025-08-05 20:30:15,074 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-816aa35f-d475-44e9-bc60-971a2faf427f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/26f09304-c377-4b33-8a06-3220fc0e64a4'} Body: b'' 2025-08-05 20:30:15,156 98940 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.081s 2025-08-05 20:30:15,156 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de80426a-9c01-494b-abeb-1ad5761a7604', 'content-length': '2870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de80426a-9c01-494b-abeb-1ad5761a7604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "7aa1df32-5b2a-4f63-b71a-c538346f2534", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:13.000000", "updated_at": "2025-08-05T20:30:13.000000", "name": "tempest-AttachVolumeNegativeTest-volume-199266298", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7aa1df32-5b2a-4f63-b71a -c538346f2534"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "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": "f5958e6aedc548cdaa35e6431f30285d"}, {"id": "8320c957-ae61-4b73-9ce4-ea27700d149b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:31.000000", "updated_at": "2025-08-05T20:28:31.000000", "name": "", "description": "", "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8320c957-ae61-4b73-9ce4-ea27700d149b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8320c957-ae61-4b73-9ce4-ea27700d149b"}], "user_id": "555e82c371d1428dad31b2b544030406", "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": "13c295381b954c299ee3883e266dcecb"}, {"id": "a766ec00-4d2d-4527-af29-a71993dc1791", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:37.000000", "updated_at": "2025-08-05T20:24:37.000000", "name": "661339c0-90a2-4eb9-8874-a97b7b3b9e5b-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/a766ec00-4d2d-4527-af29-a71993dc1791"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a766ec00-4d2d-4527-af29-a71993dc1791"}], "user_id": "555e82c371d1428dad31b2b544030406", "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": "13c295381b954c299ee3883e266dcecb"}]}' 2025-08-05 20:30:15,219 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/acd9538e-fbff-4308-9d64-7b6cb5275965 0.047s 2025-08-05 20:30:15,220 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98bc986b-a965-461a-876c-006e59a025e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/acd9538e-fbff-4308-9d64-7b6cb5275965'} Body: b'' {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.704868s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.322533s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.148241s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.132804s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.025881s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.034967s] ... ok {1} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.149291s] ... ok {6} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Encrypted volume attach is not supported {1} 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 2e6b1af7-2020-467d-9ccc-d7ccba86c554 failed to build and is in ERROR status {1} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [1.444628s] ... 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 16a117da-b7c0-4048-a059-6681a0d7edea failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:30:26,396 98930 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.323s 2025-08-05 20:30:26,396 98930 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-1039507149"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8289d2d2-cdc3-4d26-a648-5687b024712d', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8289d2d2-cdc3-4d26-a648-5687b024712d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "16a117da-b7c0-4048-a059-6681a0d7edea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:26.337869", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1039507149", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/16a117da-b7c0-4048-a059-6681a0d7edea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16a117da-b7c0-4048-a059-6681a0d7edea"}], "user_id": "6fe8d52c23c24b6a9e162968c014b7b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:30:26,447 98930 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/16a117da-b7c0-4048-a059-6681a0d7edea 0.038s 2025-08-05 20:30:26,447 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a481eb5-d515-4f85-9bdd-f75f1ad9f31b', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a481eb5-d515-4f85-9bdd-f75f1ad9f31b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/16a117da-b7c0-4048-a059-6681a0d7edea'} Body: b'{"volume": {"id": "16a117da-b7c0-4048-a059-6681a0d7edea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:26.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1039507149", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/16a117da-b7c0-4048-a059-6681a0d7edea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16a117da-b7c0-4048-a059-6681a0d7edea"}], "user_id": "6fe8d52c23c24b6a9e162968c014b7b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e245148e1484db2b6e337263773b713"}}' 2025-08-05 20:30:27,503 98930 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/16a117da-b7c0-4048-a059-6681a0d7edea 0.038s 2025-08-05 20:30:27,503 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20 :30:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c55d89ce-cf42-40b5-abad-0de938026173', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c55d89ce-cf42-40b5-abad-0de938026173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/16a117da-b7c0-4048-a059-6681a0d7edea'} Body: b'{"volume": {"id": "16a117da-b7c0-4048-a059-6681a0d7edea", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:26.000000", "updated_at": "2025-08-05T20:30:26.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1039507149", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/16a117da-b7c0-4048-a059-6681a0d7edea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16a117da-b7c0-4048-a059-6681a0d7edea"}], "user_id": "6fe8d52c23c24b6a9e162968c014b7b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e245148e1484db2b6e337263773b713"}}' {1} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_1 [3.013556s] ... 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 7c820b75-6658-48c3-bbb5-71d57bd60a1c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:30:29,840 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 201 POST http://10.0.0.210/image/v2/images 0.591s 2025-08-05 20:30:29,840 98930 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 20:30:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-c2ae1636-d376-4080-b36d-6ed6764196a3', '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": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8688efed-13f9-497a-b9d0-3186f365b1f8", "created_at": "2025-08-05T20:30:30Z", "updated_at": "2025-08-05T20:30:30Z", "tags": [], "self": "/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8", "file": "/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:30,692 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 204 PUT http://10.0.0.210/image/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8/file 0.849s 2025-08-05 20:30:30,692 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-12fba2e3-8777-4d20-9d99-0135d63f3e4e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8/file'} Body: b'' 2025-08-05 20:30:30,732 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8 0.039s 2025-08-05 20:30:30,733 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-97a94a8b-8d14-4ef2-9bc1-3b7b56ea6ef2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8'} 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": "3937ab8b031e5b83772a62a323aa2047", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "d8546dc4bc50d608b771586334162ce05bd124a633b514aeb950e87737d72ae23a57ad01a8802e37d05fa872e8e62bb55ac645f0c0b261c698584160b0fc7ee1", "id": "8688efed-13f9-497a-b9d0-3186f365b1f8", "created_at": "2025-08-05T20:30:30Z", "updated_at": "2025-08-05T20:30:31Z", "tags": [], "self": "/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8", "file": "/v2/images/8688efed-13f9- 497a-b9d0-3186f365b1f8/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:30,753 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8 0.019s 2025-08-05 20:30:30,753 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1c2ef981-21f8-4da9-9b8e-960929dc2079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8'} 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": "3937ab8b031e5b83772a62a323aa2047", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "d8546dc4bc50d608b771586334162ce05bd124a633b514aeb950e87737d72ae23a57ad01a8802e37d05fa872e8e62bb55ac645f0c0b261c698584160b0fc7ee1", "id": "8688efed-13f9-497a-b9d0-3186f365b1f8", "created_at": "2025-08-05T20:30:30Z", "updated_at": "2025-08-05T20:30:31Z", "tags": [], "self": "/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8", "file": "/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:30,778 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8 0.023s 2025-08-05 20:30:30,778 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2579e20f-dc95-45f2-937e-75a9d3fd0de0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8'} 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": "3937ab8b031e5b83772a62a323aa2047", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "d8546dc4bc50d608b771586334162ce05bd124a633b514aeb950e87737d72ae23a57ad01a8802e37d05fa872e8e62bb55ac645f0c0b261c698584160b0fc7ee1", "id": "8688efed-13f9-497a-b9d0-3186f365b1f8", "created_at": "2025-08-05T20:30:30Z", "updated_at": "2025-08-05T20:30:31Z", "tags": [], "self": "/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8", "file": "/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:31,132 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 202 POST http://10.0.0.210/volume/v3/volumes 0.354s 2025-08-05 20:30:31,133 98930 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": "8688efed-13f9-497a-b9d0-3186f365b1f8", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89675fda-c7e1-4 375-b2fe-fccde224a9ff', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89675fda-c7e1-4375-b2fe-fccde224a9ff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7c820b75-6658-48c3-bbb5-71d57bd60a1c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:31.068896", "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/7c820b75-6658-48c3-bbb5-71d57bd60a1c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c820b75-6658-48c3-bbb5-71d57bd60a1c"}], "user_id": "e1df3fbbb02a487b9c9f5575cd8cad22", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:30:31,184 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/7c820b75-6658-48c3-bbb5-71d57bd60a1c 0.039s 2025-08-05 20:30:31,184 98930 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 20:30:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-741b18fa-68bf-44ea-b4cc-17dbeabbd897', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-741b18fa-68bf-44ea-b4cc-17dbeabbd897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c820b75-6658-48c3-bbb5-71d57bd60a1c'} Body: b'{"volume": {"id": "7c820b75-6658-48c3-bbb5-71d57bd60a1c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:31.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/7c820b75-6658-48c3-bbb5-71d57bd60a1c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c820b75-6658-48c3-bbb5-71d57bd60a1c"}], "user_id": "e1df3fbbb02a487b9c9f5575cd8cad22", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "20c6bffbab3140f0a592e66f293d0322"}}' 2025-08-05 20:30:32,242 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/7c820b75-6658-48c3-bbb5-71d57bd60a1c 0.043s 2025-08-05 20:30:32,243 98930 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 20:30:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e1a8d02-13b7-4c59-bfb7-e40f6e9b20d7', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e1a8d02-13b7-4c59-bfb7-e40f6e9b20d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c820b75-6658-48c3-bbb5-71d57bd60a1c'} Body: b'{"volume": {"id": "7c820b75-6658-48c3-bbb5-71d57bd60a1c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:31.000000" , "updated_at": "2025-08-05T20:30:31.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/7c820b75-6658-48c3-bbb5-71d57bd60a1c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c820b75-6658-48c3-bbb5-71d57bd60a1c"}], "user_id": "e1df3fbbb02a487b9c9f5575cd8cad22", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "20c6bffbab3140f0a592e66f293d0322"}}' {1} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_2 [2.927752s] ... 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 d68a297b-1899-4a2f-af13-288a8ae43df4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:30:32,740 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 201 POST http://10.0.0.210/image/v2/images 0.476s 2025-08-05 20:30:32,740 98930 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 20:30:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-14c57507-9864-4459-bfeb-53d8e28d19b3', '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": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "c1405cda-be00-449e-9408-4a4bf4535e79", "created_at": "2025-08-05T20:30:33Z", "updated_at": "2025-08-05T20:30:33Z", "tags": [], "self": "/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79", "file": "/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:33,679 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 204 PUT http://10.0.0.210/image/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79/file 0.936s 2025-08-05 20:30:33,679 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ffc49edb-c850-4554-a0a2-eef17c991261', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79/file'} Body: b'' 2025-08-05 20:30:33,701 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79 0.021s 2025-08-05 20:30:33,701 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-64cc0d1d-13fa-43b5-8277-1b595e089728', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79'} 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": "404711d012b6114258bf4d5247911e6d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5250b71a67543363eb3e278d09e502f9799edf68cdeafc0427ffdae2760d5a659def2c928485aead6305e6a7eed7342c61e265788e89202cd3562898020f68b4", "id": "c1405cda-be00-449e-9408-4a4bf4535e79", "created_at": "2025-08-05T20:30:33Z", "updated_at": "2025-08-05T20:30:34Z", "tags": [], "self": "/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79", "file": "/v2/images/c1405cda-be00- 449e-9408-4a4bf4535e79/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:33,722 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79 0.020s 2025-08-05 20:30:33,723 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3ca79d8c-b7d3-4df2-890f-cf9998442613', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79'} 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": "404711d012b6114258bf4d5247911e6d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5250b71a67543363eb3e278d09e502f9799edf68cdeafc0427ffdae2760d5a659def2c928485aead6305e6a7eed7342c61e265788e89202cd3562898020f68b4", "id": "c1405cda-be00-449e-9408-4a4bf4535e79", "created_at": "2025-08-05T20:30:33Z", "updated_at": "2025-08-05T20:30:34Z", "tags": [], "self": "/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79", "file": "/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:33,741 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79 0.017s 2025-08-05 20:30:33,741 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-01752afe-b840-4974-912b-2e51935528de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79'} 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": "404711d012b6114258bf4d5247911e6d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5250b71a67543363eb3e278d09e502f9799edf68cdeafc0427ffdae2760d5a659def2c928485aead6305e6a7eed7342c61e265788e89202cd3562898020f68b4", "id": "c1405cda-be00-449e-9408-4a4bf4535e79", "created_at": "2025-08-05T20:30:33Z", "updated_at": "2025-08-05T20:30:34Z", "tags": [], "self": "/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79", "file": "/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:34,038 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.296s 2025-08-05 20:30:34,038 98930 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": "c1405cda-be00-449e-9408-4a4bf4535e79", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12a0f561-13bc-4 e3f-beae-2f2f57bf1f29', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12a0f561-13bc-4e3f-beae-2f2f57bf1f29', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d68a297b-1899-4a2f-af13-288a8ae43df4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:33.976041", "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/d68a297b-1899-4a2f-af13-288a8ae43df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d68a297b-1899-4a2f-af13-288a8ae43df4"}], "user_id": "e1df3fbbb02a487b9c9f5575cd8cad22", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:30:34,122 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/d68a297b-1899-4a2f-af13-288a8ae43df4 0.071s 2025-08-05 20:30:34,122 98930 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 20:30:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f4d7dab-8091-455a-9b53-731891116554', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f4d7dab-8091-455a-9b53-731891116554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d68a297b-1899-4a2f-af13-288a8ae43df4'} Body: b'{"volume": {"id": "d68a297b-1899-4a2f-af13-288a8ae43df4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:34.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/d68a297b-1899-4a2f-af13-288a8ae43df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d68a297b-1899-4a2f-af13-288a8ae43df4"}], "user_id": "e1df3fbbb02a487b9c9f5575cd8cad22", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "20c6bffbab3140f0a592e66f293d0322"}}' 2025-08-05 20:30:35,177 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/d68a297b-1899-4a2f-af13-288a8ae43df4 0.039s 2025-08-05 20:30:35,177 98930 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 20:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfa63fac-100b-4321-a31a-c43d14f07082', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfa63fac-100b-4321-a31a-c43d14f07082', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d68a297b-1899-4a2f-af13-288a8ae43df4'} Body: b'{"volume": {"id": "d68a297b-1899-4a2f-af13-288a8ae43df4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:34.000000" , "updated_at": "2025-08-05T20:30:34.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/d68a297b-1899-4a2f-af13-288a8ae43df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d68a297b-1899-4a2f-af13-288a8ae43df4"}], "user_id": "e1df3fbbb02a487b9c9f5575cd8cad22", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "20c6bffbab3140f0a592e66f293d0322"}}' {1} cinder_tempest_plugin.api.volume.test_volume_dependency.VolumeImageDependencyTests.test_image_volume_dependencies_3 [2.818432s] ... 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 7beed906-6685-463d-b670-b8f2f26d2177 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:30:35,631 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 201 POST http://10.0.0.210/image/v2/images 0.438s 2025-08-05 20:30:35,631 98930 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 20:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-d8e31f8a-6f48-48da-9cc7-ee6e8b2835f2', '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": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "27209d9e-40af-4cc6-adcb-9babaf9aa69f", "created_at": "2025-08-05T20:30:36Z", "updated_at": "2025-08-05T20:30:36Z", "tags": [], "self": "/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f", "file": "/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:36,505 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 204 PUT http://10.0.0.210/image/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f/file 0.872s 2025-08-05 20:30:36,506 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ad1ea4fa-19c1-496e-878f-59e93c8722d8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f/file'} Body: b'' 2025-08-05 20:30:36,540 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f 0.031s 2025-08-05 20:30:36,544 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7e3c15ff-ad92-4b39-92be-29eff7b70339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f'} 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": "11134071cd7a9c33f6d19ba41d45dd75", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "05a095ed3a5614c6a02fc242ab5908f71363500194ee70974fb9fef816fde0ea466cfb440e102e999c7250620d375693b465de1d4306493c3e8ce1bfb6a24564", "id": "27209d9e-40af-4cc6-adcb-9babaf9aa69f", "created_at": "2025-08-05T20:30:36Z", "updated_at": "2025-08-05T20:30:36Z", "tags": [], "self": "/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f", "file": "/v2/images/27209d9e-40af- 4cc6-adcb-9babaf9aa69f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:36,569 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f 0.020s 2025-08-05 20:30:36,569 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d502ed21-566b-45c6-b500-d8dc78d2643a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f'} 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": "11134071cd7a9c33f6d19ba41d45dd75", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "05a095ed3a5614c6a02fc242ab5908f71363500194ee70974fb9fef816fde0ea466cfb440e102e999c7250620d375693b465de1d4306493c3e8ce1bfb6a24564", "id": "27209d9e-40af-4cc6-adcb-9babaf9aa69f", "created_at": "2025-08-05T20:30:36Z", "updated_at": "2025-08-05T20:30:36Z", "tags": [], "self": "/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f", "file": "/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:36,589 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f 0.018s 2025-08-05 20:30:36,589 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-887aa8b9-d39e-4e17-9568-2992011c63b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f'} 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": "11134071cd7a9c33f6d19ba41d45dd75", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "05a095ed3a5614c6a02fc242ab5908f71363500194ee70974fb9fef816fde0ea466cfb440e102e999c7250620d375693b465de1d4306493c3e8ce1bfb6a24564", "id": "27209d9e-40af-4cc6-adcb-9babaf9aa69f", "created_at": "2025-08-05T20:30:36Z", "updated_at": "2025-08-05T20:30:36Z", "tags": [], "self": "/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f", "file": "/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:36,882 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 202 POST http://10.0.0.210/volume/v3/volumes 0.292s 2025-08-05 20:30:36,882 98930 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": "27209d9e-40af-4cc6-adcb-9babaf9aa69f", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d58ff58-54d6-4 c2b-98e8-1c42e9910eb2', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d58ff58-54d6-4c2b-98e8-1c42e9910eb2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7beed906-6685-463d-b670-b8f2f26d2177", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:36.824192", "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/7beed906-6685-463d-b670-b8f2f26d2177"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7beed906-6685-463d-b670-b8f2f26d2177"}], "user_id": "e1df3fbbb02a487b9c9f5575cd8cad22", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:30:36,939 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/7beed906-6685-463d-b670-b8f2f26d2177 0.041s 2025-08-05 20:30:36,940 98930 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 20:30:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19e99d9d-ee1d-4a77-890e-d4ba49532895', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19e99d9d-ee1d-4a77-890e-d4ba49532895', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7beed906-6685-463d-b670-b8f2f26d2177'} Body: b'{"volume": {"id": "7beed906-6685-463d-b670-b8f2f26d2177", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:37.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/7beed906-6685-463d-b670-b8f2f26d2177"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7beed906-6685-463d-b670-b8f2f26d2177"}], "user_id": "e1df3fbbb02a487b9c9f5575cd8cad22", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "20c6bffbab3140f0a592e66f293d0322"}}' 2025-08-05 20:30:37,995 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/7beed906-6685-463d-b670-b8f2f26d2177 0.038s 2025-08-05 20:30:37,996 98930 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 20:30:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-105d263b-d72d-42c5-a19c-8219cc964012', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-105d263b-d72d-42c5-a19c-8219cc964012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7beed906-6685-463d-b670-b8f2f26d2177'} Body: b'{"volume": {"id": "7beed906-6685-463d-b670-b8f2f26d2177", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:37.000000" , "updated_at": "2025-08-05T20:30:37.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/7beed906-6685-463d-b670-b8f2f26d2177"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7beed906-6685-463d-b670-b8f2f26d2177"}], "user_id": "e1df3fbbb02a487b9c9f5575cd8cad22", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "20c6bffbab3140f0a592e66f293d0322"}}' {1} 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`. {1} 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`. {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.025035s] ... ok {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.024249s] ... ok {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.021120s] ... ok {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [1.574547s] ... 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 1e410bda-f5e3-486d-8230-4f1ff93287f1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:03,103 98950 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.288s 2025-08-05 20:31:03,103 98950 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-1602836478"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c0fdcd0-ca91-4480-9b61-27861da6ee2a', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c0fdcd0-ca91-4480-9b61-27861da6ee2a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1e410bda-f5e3-486d-8230-4f1ff93287f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:03.044045", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1602836478", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1"}], "user_id": "342c737ddb0a49d28aa92bd8abfb8f20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:03,154 98950 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/1e410bda-f5e3-486d-8230-4f1ff93287f1 0.038s 2025-08-05 20:31:03,154 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e172286f-bcf9-4ee6-a5a8-0dcd3347901d', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e172286f-bcf9-4ee6-a5a8-0dcd3347901d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1'} Body: b'{"volume": {"id": "1e410bda-f5e3-486d-8230-4f1ff93287f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:03.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1602836478", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1"}], "user_id": "342c737ddb0a49d28aa92bd8abfb8f20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77b14004b93f447189ea97bd276fa0a5"}}' 2025-08-05 20:31:04,207 98950 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/1e410bda-f5e3-486d-8230-4f1ff93287f1 0.038s 2025-08-05 20:31:04,207 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-co mpute-request-id': 'req-5360fa9c-eac6-4437-87fc-ed4fb1d663a8', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5360fa9c-eac6-4437-87fc-ed4fb1d663a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1'} Body: b'{"volume": {"id": "1e410bda-f5e3-486d-8230-4f1ff93287f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:03.000000", "updated_at": "2025-08-05T20:31:03.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1602836478", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1"}], "user_id": "342c737ddb0a49d28aa92bd8abfb8f20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77b14004b93f447189ea97bd276fa0a5"}}' 2025-08-05 20:31:04,260 98950 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1 0.039s 2025-08-05 20:31:04,260 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-227dd049-6821-4316-9ae7-2f9b39b09a61', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-227dd049-6821-4316-9ae7-2f9b39b09a61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1'} Body: b'{"volume": {"id": "1e410bda-f5e3-486d-8230-4f1ff93287f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:03.000000", "updated_at": "2025-08-05T20:31:03.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1602836478", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1"}], "user_id": "342c737ddb0a49d28aa92bd8abfb8f20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77b14004b93f447189ea97bd276fa0a5"}}' 2025-08-05 20:31:04,365 98950 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1 0.090s 2025-08-05 20:31:04,365 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8858dbf1-d48a-4c13-a07b-939ca1bd3fa6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1'} Body: b'' 2025-08-05 20:31:04,387 98950 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287 f1 0.021s 2025-08-05 20:31:04,387 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c721364e-f2f7-4e39-b0bb-9e206810821e', 'x-openstack-request-id': 'req-c721364e-f2f7-4e39-b0bb-9e206810821e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1e410bda-f5e3-486d-8230-4f1ff93287f1 could not be found."}}' {11} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.022694s] ... ok {3} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [167.766461s] ... 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 7aa1df32-5b2a-4f63-b71a-c538346f2534 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:28:17,793 98934 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:28:17,794 98934 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:28:17,875 98934 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.080s 2025-08-05 20:28:17,875 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1719771059", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOAUF1O/RveZ4cvTS+XPUUUJV8Nwi7FhBYK9Jddddhm6KnvttgTpJOZ2PYkRuGcus0NqCry6W0CI96rbz7EQpevNLsAA3C0i1fq4q4vrCRASeQm+BUKsWHSbia4V3vMBxg=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28: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-33036139-779e-4b68-b56b-0aa6132a2a6d', 'x-compute-request-id': 'req-33036139-779e-4b68-b56b-0aa6132a2a6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1719771059", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOAUF1O/RveZ4cvTS+XPUUUJV8Nwi7FhBYK9Jddddhm6KnvttgTpJOZ2PYkRuGcus0NqCry6W0CI96rbz7EQpevNLsAA3C0i1fq4q4vrCRASeQm+BUKsWHSbia4V3vMBxg==", "fingerprint": "7d:1c:00:15:f5:18:37:ac:ac:c5:8b:e4:43:6a:68:94", "user_id": "ec608f03e47f48be81d0cda52b5e14f4"}}' 2025-08-05 20:28:17,878 98934 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1719771059 created 2025-08-05 20:28:18,107 98934 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.228s 2025-08-05 20:28:18,108 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1421684476", "description": "tempest-description--845838684"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-6304d937-cd58-4335-9500-591e2dec2638', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "561f0d04-38f7-4583-81a5-f71acf5966a7", "name": "tempest-securitygroup--1421684476", "stateful": true, "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "description": "tempest-description--845838684", "shared": false, "security_group_rules": [{"id": "596da68e-4848-425a-bfa6-c497d456cefc", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "561f0d04-38f7-4583-81a5-f71acf5966a7", "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": 952, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:28:17Z", "updated_at": "2025-08-05T20:28:17Z", "revision_number": 0}, {"id": "c7d2cd28-6cc2-42ca-8113-d202c34df421", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "561f0d04-38f7-4583-81a5-f71acf5966a7", "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": 953, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:28:17Z", "updated_at": "2025-08-05T20:28:17Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:28:17Z", "updated_at": "2025-08-05T20:28:17Z", "revision_number": 1, "project_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:28:18,325 98934 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 20:28:18,325 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "561f0d04-38f7-4583-81a5-f71acf5966a7", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-fb20f408-5754-4c08-97e4-68479a593d4d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9d612616-d4dd-4b5b-96df-039c39f01703", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "561f0d04-38f7-4583-81a5-f71acf5966a7", "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-05T20:28:18Z", "updated_at": "2025-08-05T20:28:18Z", "revision_number": 0}}' 2025-08-05 20:28:18,528 98934 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 20:28:18,528 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "561f0d04-38f7-4583-81a5-f71acf5966a7", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-fece8fbb-eb0d-413b-bcf0-71f7ee1587cb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "90f02568-50b3-4ffa-bda1-2bd633fbe0b2", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "561f0d04-38f7-4583-81a5-f71acf5966a7", "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-05T20:28:18Z", "updated_at": "2025-08-05T20:28:18Z", "revision_number": 0}}' 2025-08-05 20:28:18,528 98934 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1421684476 created 2025-08-05 20:28:19,199 98934 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.670s 2025-08-05 20:28:19,199 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-447a5f6e-9d70-491d-a61b-f4ff1a55f444', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "15fcaa56-790b-40a5-adae-d7f4a912117b", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "floating_ip_address": "172.24.4.77", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:28:18Z", "updated_at": "2025-08-05T20:28:18Z", "revision_number": 0}}' 2025-08-05 20:28:19,199 98934 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '15fcaa56-790b-40a5-adae-d7f4a912117b', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'floating_ip_address': '172.24.4.77', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:28:18Z', 'updated_at': '2025-08-05T20:28:18Z', 'revision_number': 0, 'ip': '172.24.4.77'} created 2025-08-05 20:28:19,284 98934 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.079s 2025-08-05 20:28:19,285 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:19 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-26edc15b-65b7-4c00-b4aa-50977d609e31', '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": "ec608f03e47f48be81d0cda52b5e14f4", "name": "tempest-AttachVolumeNegativeTest-475294749-project-member", "password_expires_at": null}, "audit_ids": ["TR_oMSgfRxOs0biEj68WSg"], "expires_at": "2025-08-05T21:28:19.000000Z", "issued_at": "2025-08-05T20:28:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5958e6aedc548cdaa35e6431f30285d", "name": "tempest-AttachVolumeNegativeTest-475294749"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f5958e6aedc548cdaa35e6431f30285d", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networ king", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:28:19,285 98934 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '4bce13be-a4b1-4847-b180-e0ca4315e00e', 'name': 'tempest-AttachVolumeNegativeTest-818006195-network', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45654, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:28:08Z', 'updated_at': '2025-08-05T20:28:08Z', 'revision_number': 1} available for tenant 2025-08-05 20:28:19,286 98934 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1719771059', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOAUF1O/RveZ4cvTS+XPUUUJV8Nwi7FhBYK9Jddddhm6KnvttgTpJOZ2PYkRuGcus0NqCry6W0CI96rbz7EQpevNLsAA3C0i1fq4q4vrCRASeQm+BUKsWHSbia4V3vMBxg==', 'fingerprint': '7d:1c:00:15:f5:18:37:ac:ac:c5:8b:e4:43:6a:68:94', 'user_id': 'ec608f03e47f48be81d0cda52b5e14f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC1NfGD3m13FN+J/OUB5OGYx+YXjVGuNdgUPBYS7gEQQlzraLAksHcM\n3JaNyCp67J+gBwYFK4EEACKhZANiAATgFBdTv0b3meHL00vlz1FFCVfDcIuxYQWC\nvSXXXXYZuip77bYE6STmdj2JEbhnLrNDagq8ultAiPeq28+xEKXrzS7AANwtItX6\nuKuL6wkQEnkJvgVCrFh0m4muFd7zAcY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '561f0d04-38f7-4583-81a5-f71acf5966a7', 'name': 'tempest-securitygroup--1421684476', 'stateful': True, 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'description': 'tempest-description--845838684', 'shared': False, 'security_group_rules': [{'id': '596da68e-4848-425a-bfa6-c497d456cefc', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'security_group_id': '561f0d04-38f7-4583-81a5-f71acf5966a7', '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': 952, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:28:17Z', 'updated_at': '2025-08-05T20:28:17Z', 'revision_number': 0}, {'id': 'c7d2cd28-6cc2-42ca-8113-d202c34df421', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'security_group_id': '561f0d04-38f7-4583-81a5-f71acf5966a7', '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': 953, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:28:17Z', 'updated_at': '2025-08-05T20:28:17Z', 'revision_number ': 0}], 'tags': [], 'created_at': '2025-08-05T20:28:17Z', 'updated_at': '2025-08-05T20:28:17Z', 'revision_number': 1, 'project_id': 'f5958e6aedc548cdaa35e6431f30285d'}, 'floating_ip': {'id': '15fcaa56-790b-40a5-adae-d7f4a912117b', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'floating_ip_address': '172.24.4.77', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:28:18Z', 'updated_at': '2025-08-05T20:28:18Z', 'revision_number': 0, 'ip': '172.24.4.77'}} 2025-08-05 20:28:20,189 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.902s 2025-08-05 20:28:20,189 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1329642226", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "4bce13be-a4b1-4847-b180-e0ca4315e00e"}], "security_groups": [{"name": "tempest-securitygroup--1421684476"}], "key_name": "tempest-keypair-1719771059", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9aacf7e2-440f-48c9-ae23-10e34dd90b87', 'x-compute-request-id': 'req-9aacf7e2-440f-48c9-ae23-10e34dd90b87', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7d0a07c1-2944-431e-ac51-b3000a84cdc2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1421684476"}], "adminPass": "password"}}' 2025-08-05 20:28:20,466 98934 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/7d0a07c1-2944-431e-ac51-b3000a84cdc2 0.274s 2025-08-05 20:28:20,467 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:20 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-2ee871bb-5db4-4eed-ab25-8c78dc5d65a2', 'x-compute-request-id': 'req-2ee871bb-5db4-4eed-ab25-8c78dc5d65a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2'} Body: b'{"server": {"id": "7d0a07c1-2944-431e-ac51-b3000a84cdc2", "name": "tempest-AttachVolumeNegativeTest-server-1329642226", "status": "BUILD", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0 .210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:28:20Z", "updated": "2025-08-05T20:28:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1719771059", "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 20:29:10,738 98934 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/7d0a07c1-2944-431e-ac51-b3000a84cdc2 0.210s 2025-08-05 20:29:10,739 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1544', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88d797fe-ed21-42ea-b6b0-5aab67a1012c', 'x-compute-request-id': 'req-88d797fe-ed21-42ea-b6b0-5aab67a1012c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2'} Body: b'{"server": {"id": "7d0a07c1-2944-431e-ac51-b3000a84cdc2", "name": "tempest-AttachVolumeNegativeTest-server-1329642226", "status": "ACTIVE", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "metadata": {}, "hostId": "37bc6ad0032821202f96ec8519616a3f45d302de0d650edba313b99b", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:28:20Z", "updated": "2025-08-05T20:28:36Z", "addresses": {"tempest-AttachVolumeNegativeTest-818006195-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:b6:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1719771059", "OS-SRV-USG:launched_at": "2025-08-05T20:28:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1421684476"}], "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 20:29:10,769 98934 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:30:11,001 98934 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/7d0a07c1-2944-431e-ac51-b3000a84cdc2/os-interface 0.160s 2025-08-05 20:30:11,001 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date' : 'Tue, 05 Aug 2025 20:30:10 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-533ab3d8-9f0c-4486-886c-e944ad325620', 'x-compute-request-id': 'req-533ab3d8-9f0c-4486-886c-e944ad325620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "4bce13be-a4b1-4847-b180-e0ca4315e00e", "port_id": "c8996a72-3c5e-47bf-9e13-188ee11a157b", "mac_addr": "fa:16:3e:c2:b6:7f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "14329202-8881-4199-b0a2-2bafc830d97e", "ip_address": "10.0.0.10"}]}]}' 2025-08-05 20:30:11,842 98934 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/15fcaa56-790b-40a5-adae-d7f4a912117b 0.834s 2025-08-05 20:30:11,842 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "c8996a72-3c5e-47bf-9e13-188ee11a157b"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-895c436b-3a49-4d78-a756-74b0d93eb122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/15fcaa56-790b-40a5-adae-d7f4a912117b'} Body: b'{"floatingip": {"id": "15fcaa56-790b-40a5-adae-d7f4a912117b", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "floating_ip_address": "172.24.4.77", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "2f6cad9c-f689-462e-b1e6-544f110e9ddc", "port_id": "c8996a72-3c5e-47bf-9e13-188ee11a157b", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "4bce13be-a4b1-4847-b180-e0ca4315e00e", "mac_address": "fa:16:3e:c2:b6:7f", "admin_state_up": true, "status": "ACTIVE", "device_id": "7d0a07c1-2944-431e-ac51-b3000a84cdc2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:28:18Z", "updated_at": "2025-08-05T20:30:11Z", "revision_number": 1, "project_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:30:11,851 98934 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.77:22' as 'cirros' with public key authentication 2025-08-05 20:30:12,890 98934 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:30:12,997 98934 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:30:12,997 98934 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.77 successfully created 2025-08-05 20:30:13,064 98934 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/7d0a07c1-2944-431e-ac51-b3000a84cdc2/ips 0.065s 2025-08-05 20:30:13,065 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '147', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a402935d-0a0e-4837-87f1-425fe8f29cc2', 'x-compute-request-id': 'req-a402935d-0a0e-4837-87f1-425fe8f29cc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d0 a07c1-2944-431e-ac51-b3000a84cdc2/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-818006195-network": [{"version": 4, "addr": "10.0.0.10"}, {"version": 4, "addr": "172.24.4.77"}]}}' 2025-08-05 20:30:13,309 98934 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.239s 2025-08-05 20:30:13,309 98934 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-199266298"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fc61600-6f7b-4e39-8847-a7adecab49f4', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fc61600-6f7b-4e39-8847-a7adecab49f4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7aa1df32-5b2a-4f63-b71a-c538346f2534", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:13.246658", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-199266298", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:30:13,360 98934 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/7aa1df32-5b2a-4f63-b71a-c538346f2534 0.037s 2025-08-05 20:30:13,360 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a0a6108-c649-4e68-af6d-b63645181106', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a0a6108-c649-4e68-af6d-b63645181106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534'} Body: b'{"volume": {"id": "7aa1df32-5b2a-4f63-b71a-c538346f2534", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:13.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-199266298", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:30:14,416 98934 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/7aa1df32-5b2a-4f63-b71a-c538346f2534 0.042s 2025-08-05 20:30:14,417 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content -Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd4af306-ea66-4407-acab-74041a4532ef', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd4af306-ea66-4407-acab-74041a4532ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534'} Body: b'{"volume": {"id": "7aa1df32-5b2a-4f63-b71a-c538346f2534", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:13.000000", "updated_at": "2025-08-05T20:30:13.000000", "name": "tempest-AttachVolumeNegativeTest-volume-199266298", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:30:14,612 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2 0.179s 2025-08-05 20:30:14,613 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:14 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-51c4643d-7363-4540-81ee-ce40040a3f7a', 'x-compute-request-id': 'req-51c4643d-7363-4540-81ee-ce40040a3f7a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2'} Body: b'' 2025-08-05 20:30:14,898 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2 0.285s 2025-08-05 20:30:14,898 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:14 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-f153b4f0-f2de-4c51-9826-5ba5e3ac007c', 'x-compute-request-id': 'req-f153b4f0-f2de-4c51-9826-5ba5e3ac007c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2'} Body: b'{"server": {"id": "7d0a07c1-2944-431e-ac51-b3000a84cdc2", "name": "tempest-AttachVolumeNegativeTest-server-1329642226", "status": "ACTIVE", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "metadata": {}, "hostId": "37bc6ad0032821202f96ec8519616a3f45d302de0d650edba313b99b", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": " 2025-08-05T20:28:20Z", "updated": "2025-08-05T20:30:15Z", "addresses": {"tempest-AttachVolumeNegativeTest-818006195-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:b6:7f"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:b6:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1719771059", "OS-SRV-USG:launched_at": "2025-08-05T20:28:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1421684476"}], "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 20:31:04,954 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2 0.034s 2025-08-05 20:31:04,954 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:04 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-362b0cc5-5cec-485b-90eb-2c1891e5ef52', 'x-compute-request-id': 'req-362b0cc5-5cec-485b-90eb-2c1891e5ef52', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7d0a07c1-2944-431e-ac51-b3000a84cdc2 could not be found."}}' 2025-08-05 20:31:04,982 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1719771059 0.027s 2025-08-05 20:31:04,983 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:04 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-cb0bdcbf-a49f-45dc-ba8c-fc141cd0af99', 'x-compute-request-id': 'req-cb0bdcbf-a49f-45dc-ba8c-fc141cd0af99', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1719771059'} Body: b'' 2025-08-05 20:31:05,162 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/561f0d04-38f7-4583-81a5-f71acf5966a7 0.178s 2025-08-05 20:31:05,162 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-709584b0-9dad-43e3-b987-0770a0dd256d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/561f0d04-38f7-4583-81a5-f71acf5966a7'} Body: b'' 2025-08-05 20:31:05,181 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_r un_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/561f0d04-38f7-4583-81a5-f71acf5966a7 0.018s 2025-08-05 20:31:05,181 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-452b0cfe-2571-4ef6-92cd-5575e67db608', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/561f0d04-38f7-4583-81a5-f71acf5966a7'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 561f0d04-38f7-4583-81a5-f71acf5966a7 does not exist", "detail": ""}}' 2025-08-05 20:31:05,557 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/15fcaa56-790b-40a5-adae-d7f4a912117b 0.375s 2025-08-05 20:31:05,557 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-942f6935-2e10-4524-a925-0a7a505e0e8c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/15fcaa56-790b-40a5-adae-d7f4a912117b'} Body: b'' {11} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.112605s] ... ok {11} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {11} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [1.815033s] ... 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 6f52cced-da16-4f25-917d-4717938ca76e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:09,729 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45 0.153s 2025-08-05 20:31:09,729 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-17b750d7-a03b-4a9d-b32b-13075b7d98f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:31:10,054 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.323s 2025-08-05 20:31:10,054 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1, "name": "tempest-VolumesCloneTest-Volume-332169993"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74ae48ec-393f-4d77-9717-e1ed793a896a', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74ae48ec-393f-4d77-9717-e1ed793a896a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6f52cced-da16-4f25-917d-4717938ca76e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:09.990619", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-332169993", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6f52cced-da16-4f25-917d-4717938ca76e"}], "user_id": "e84ea7046373477181437d12cff96405", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:10,110 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e 0.044s 2025-08-05 20:31:10,110 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-fb495dac-31c6-4022-87f0-d8dbce2ab899', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb495dac-31c6-4022-87f0-d8dbce2ab899', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e'} Body: b'{"volume": {"id": "6f52cced-da16-4f25-917d-4717938ca76e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:10.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-332169993", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6f52cced-da16-4f25-917d-4717938ca76e"}], "user_id": "e84ea7046373477181437d12cff96405", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "499feb98cb4740c8b1df635bc53fd4cc"}}' 2025-08-05 20:31:11,163 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e 0.038s 2025-08-05 20:31:11,163 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cc130e0-778d-490b-9683-1fa152a44ff8', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cc130e0-778d-490b-9683-1fa152a44ff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e'} Body: b'{"volume": {"id": "6f52cced-da16-4f25-917d-4717938ca76e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:10.000000", "updated_at": "2025-08-05T20:31:10.000000", "name": "tempest-VolumesCloneTest-Volume-332169993", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6f52cced-da16-4f25-917d-4717938ca76e"}], "user_id": "e84ea7046373477181437d12cff96405", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "499feb98cb4740c8b1df635bc53fd4cc"}}' 2025-08-05 20:31:11,213 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e 0.036s 2025-08-05 20:31:11,214 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba272ba0-decc-40d7-ab0f-e2d9b967ca4c', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba272ba0-decc-40d7-ab0f-e2d9b967ca4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e'} Body: b'{"volume": {"id": "6f52cced-da16-4f25-917d-4717938ca76e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:10.000000", " updated_at": "2025-08-05T20:31:10.000000", "name": "tempest-VolumesCloneTest-Volume-332169993", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6f52cced-da16-4f25-917d-4717938ca76e"}], "user_id": "e84ea7046373477181437d12cff96405", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "499feb98cb4740c8b1df635bc53fd4cc"}}' 2025-08-05 20:31:11,366 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e 0.139s 2025-08-05 20:31:11,366 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0242c09c-f397-46e0-8e94-81acfded9315', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e'} Body: b'' 2025-08-05 20:31:11,389 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e 0.022s 2025-08-05 20:31:11,389 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-93fb0f6c-ed8f-42b4-8b27-a6047a13a5d0', 'x-openstack-request-id': 'req-93fb0f6c-ed8f-42b4-8b27-a6047a13a5d0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6f52cced-da16-4f25-917d-4717938ca76e could not be found."}}' {11} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [1.524014s] ... 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 cd0955c3-b063-4fce-b875-3e48f2f3756a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:11,579 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.187s 2025-08-05 20:31:11,579 98950 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-511690693"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb34c292-741c-4fd8-a2d6-05e70c2f8604', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb34c292-741c-4fd8-a2d6-05e70c2f8604', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "cd0955c3-b063-4fce-b875-3e48f2f3756a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:11.512558", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-511690693", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a"}], "user_id": "e84ea7046373477181437d12cff96405", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:11,661 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a 0.070s 2025-08-05 20:31:11,661 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91df1c1a-f48d-438f-a1b9-b249755965c8', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91df1c1a-f48d-438f-a1b9-b249755965c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a'} Body: b'{"volume": {"id": "cd0955c3-b063-4fce-b875-3e48f2f3756a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:12.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-511690693", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a"}], "user_id": "e84ea7046373477181437d12cff96405", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "499feb98cb4740c8b1df635bc53fd4cc"}}' 2025-08-05 20:31:12,712 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a 0.036s 2025-08-05 20:31:12,713 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65ea6c51-9473-4b5f-9043-51575df3f59b', 'content-length': '83 6', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65ea6c51-9473-4b5f-9043-51575df3f59b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a'} Body: b'{"volume": {"id": "cd0955c3-b063-4fce-b875-3e48f2f3756a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:12.000000", "updated_at": "2025-08-05T20:31:12.000000", "name": "tempest-VolumesCloneTest-Volume-511690693", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a"}], "user_id": "e84ea7046373477181437d12cff96405", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "499feb98cb4740c8b1df635bc53fd4cc"}}' 2025-08-05 20:31:12,769 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a 0.041s 2025-08-05 20:31:12,769 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fc619cb-cce1-4aa9-b3c4-a4cc668e07b7', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fc619cb-cce1-4aa9-b3c4-a4cc668e07b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a'} Body: b'{"volume": {"id": "cd0955c3-b063-4fce-b875-3e48f2f3756a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:12.000000", "updated_at": "2025-08-05T20:31:12.000000", "name": "tempest-VolumesCloneTest-Volume-511690693", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a"}], "user_id": "e84ea7046373477181437d12cff96405", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "499feb98cb4740c8b1df635bc53fd4cc"}}' 2025-08-05 20:31:12,892 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a 0.106s 2025-08-05 20:31:12,893 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31: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-c0fe2889-e381-4cf3-96da-a0fce9a146c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a'} Body: b'' 2025-08-05 20:31:12,914 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a 0.021s 2025-08-05 20:31:12,914 98950 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 20:31: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-ffc2ccc5-0f3f-482b-ac4b-8e4155210efc', 'x-openstack-request-id': 'req-ffc2ccc5-0f3f-482b-ac4b-8e4155210efc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cd0955c3-b063-4fce-b875-3e48f2f3756a could not be found."}}' {11} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {11} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV346.test_instance_boot_after_snapshot_deletion [1.905869s] ... 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 b1eecaf6-d171-4bba-8649-f5287288c46e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:28,104 98950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45 0.219s 2025-08-05 20:31:28,104 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-304395e3-f6fe-4f3e-aeba-b4b6391380d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:31:28,540 98950 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 20:31:28,540 98950 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-649951744", "snapshot_id": null, "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a6cd016-5cdc-4426-a055-287b6365f355', 'content-length': '781', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a6cd016-5cdc-4426-a055-287b6365f355', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b1eecaf6-d171-4bba-8649-f5287288c46e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:28.484696", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-649951744", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e"}], "user_id": "ee279ff1e53a446284d4aedcb47c95c8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:31:28,597 98950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e 0.045s 2025-08-05 20:31:28,597 98950 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 20:31:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c6b0871-a906-4344-9f8c-7a4619f1a2dc', 'content-length': '849', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c6b0871-a906-4344-9f8c-7a4619f1a2dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e'} Body: b'{"volume": {"id": "b1eecaf6-d171-4bba-8649-f5287288c46e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:28.000000", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-649951744", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e"}], "user_id": "ee279ff1e53a446284d4aedcb47c95c8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "4605a82dbe51413b973312e0532e41a9"}}' 2025-08-05 20:31:29,649 98950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e 0.037s 2025-08-05 20:31:29,649 98950 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 20:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab2958c9-c1fb-4bd2-88e2-44fe71cb1f52', 'content-length': '870', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab2958c9-c1fb-4bd2-88e2-44fe71cb1f52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e'} Body: b'{"volume": {"id": "b1eecaf6-d171-4bba-8649-f5287288c46e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:28.000000", "updated_at": "2025-08-05T20:31:29.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-649951744", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e"}], "user_id": "ee279ff1e53a446284d4aedcb47c95c8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "4605a82dbe51413b973312e0532e41a9"}}' 2025-08-05 20:31:29,768 98950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e 0.104s 2025-08-05 20:31:29,768 98950 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 20:31:29 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-66e 1522e-c120-4308-93cd-6ebf9412fc6d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e'} Body: b'' 2025-08-05 20:31:29,789 98950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e 0.020s 2025-08-05 20:31:29,789 98950 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 20:31:29 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-6c6d8f8f-ba8f-429f-8829-6dce622c012a', 'x-openstack-request-id': 'req-6c6d8f8f-ba8f-429f-8829-6dce622c012a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b1eecaf6-d171-4bba-8649-f5287288c46e could not be found."}}' {11} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [2.524956s] ... 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 f20dac84-008d-44d5-b332-955fecf5fd8f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:37,995 98950 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.480s 2025-08-05 20:31:37,996 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1791914504"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd7458ac-1f98-442f-9a19-c27c6b432729', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd7458ac-1f98-442f-9a19-c27c6b432729', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f20dac84-008d-44d5-b332-955fecf5fd8f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:37.934098", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1791914504", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f"}], "user_id": "150724d491a74756b23c7b76edda7114", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:38,280 98950 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.272s 2025-08-05 20:31:38,280 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-185491919"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-834c9a97-38cb-4c0d-a351-456e8c872ec6', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-834c9a97-38cb-4c0d-a351-456e8c872ec6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8c3f738a-b68c-4bbc-8081-8fee4234fa6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:38.204885", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-185491919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8c3f738a-b68c-4bbc-8081-8fee4234fa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8c3f738a-b68c-4bbc-8081-8fee4234fa6d"}], "user_id": "150724d491a74756b23c7b76edda7114", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:38,510 98950 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.218s 2025-08-05 20:31:38,511 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-10743383 6"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-349f3305-5558-46be-a828-93902466ed2c', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-349f3305-5558-46be-a828-93902466ed2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "cfe0139e-b453-4390-938d-05ddf5333780", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:38.434079", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-107433836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cfe0139e-b453-4390-938d-05ddf5333780"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cfe0139e-b453-4390-938d-05ddf5333780"}], "user_id": "150724d491a74756b23c7b76edda7114", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:38,707 98950 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.185s 2025-08-05 20:31:38,708 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1718048840"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f92e410-79d8-4d2e-92a4-e0570419b5b7', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f92e410-79d8-4d2e-92a4-e0570419b5b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "14383d9f-1aaa-4630-83ed-5369f3e73bde", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:38.644362", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1718048840", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/14383d9f-1aaa-4630-83ed-5369f3e73bde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/14383d9f-1aaa-4630-83ed-5369f3e73bde"}], "user_id": "150724d491a74756b23c7b76edda7114", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:38,915 98950 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.195s 2025-08-05 20:31:38,915 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-34910897"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b47856a1-2c9a-4918-9135-f084b5d553eb', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b47856a1-2c9a-4918-9135-f084b5d553eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a0313efd-db6c-4161- bb6a-87c0b6e497a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:38.854881", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-34910897", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a0313efd-db6c-4161-bb6a-87c0b6e497a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a0313efd-db6c-4161-bb6a-87c0b6e497a7"}], "user_id": "150724d491a74756b23c7b76edda7114", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:38,967 98950 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f 0.039s 2025-08-05 20:31:38,967 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d3d5d0c-7697-409b-8063-9bdd6a283ac7', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d3d5d0c-7697-409b-8063-9bdd6a283ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f'} Body: b'{"volume": {"id": "f20dac84-008d-44d5-b332-955fecf5fd8f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:38.000000", "updated_at": "2025-08-05T20:31:38.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1791914504", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f"}], "user_id": "150724d491a74756b23c7b76edda7114", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "78878efac4f54848be21fe1e8ac650c4"}}' 2025-08-05 20:31:40,025 98950 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f 0.042s 2025-08-05 20:31:40,025 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e79551ff-6259-4ac8-a3d7-a327af877064', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e79551ff-6259-4ac8-a3d7-a327af877064', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f'} Body: b'{"volume": {"id": "f20dac84-008d-44d5-b332-955fecf5fd8f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:38.000000", "updated_at": "2025-08-05T20:31:38.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1791914504", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f"}], "user_id": " 150724d491a74756b23c7b76edda7114", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "78878efac4f54848be21fe1e8ac650c4"}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [163.445627s] ... 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 22a3ed36-7e87-489f-ac40-3f3b758a77bf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:29:05,242 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.082s 2025-08-05 20:29:05,242 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:05 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-24c1ea56-ace5-4bb6-82ac-4ea417644e7c', '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": "f18358b57d5249a0b35ccf3ff9896c5b", "name": "tempest-VolumesActionsTest-1557444209-project-member", "password_expires_at": null}, "audit_ids": ["WxmhHryIQHqVV8wyGYH_Bg"], "expires_at": "2025-08-05T21:29:05.000000Z", "issued_at": "2025-08-05T20:29:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "465026ff7de64d0eaeae36b404672199", "name": "tempest-VolumesActionsTest-1557444209"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/465026ff7de64d0eaeae36b404672199", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:29:05,243 98946 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '16fdf5e7-8ae9-4594-ab9c-a5c7ce4d084d', 'name': 'tempest-VolumesActionsTest-668606306-network', 'tenant_id': '465026ff7de64d0eaeae36b404672199', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '465026ff7de64d0eaeae36b404672199', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54437, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:28:51Z', 'updated_at': '2025- 08-05T20:28:51Z', 'revision_number': 1} available for tenant 2025-08-05 20:29:05,936 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.692s 2025-08-05 20:29:05,936 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-550553747", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "16fdf5e7-8ae9-4594-ab9c-a5c7ce4d084d"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b04dc24-21c1-4707-8663-5adf14d18844', 'x-compute-request-id': 'req-2b04dc24-21c1-4707-8663-5adf14d18844', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2b42c230-2ab0-4926-b0c9-a2f9f5ca4759", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "RqSWdnEB84gj"}}' 2025-08-05 20:29:06,015 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759 0.075s 2025-08-05 20:29:06,015 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1205', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e63ee27a-afc1-4922-86d5-61f187444533', 'x-compute-request-id': 'req-e63ee27a-afc1-4922-86d5-61f187444533', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759'} Body: b'{"server": {"id": "2b42c230-2ab0-4926-b0c9-a2f9f5ca4759", "name": "tempest-VolumesActionsTest-instance-550553747", "status": "BUILD", "tenant_id": "465026ff7de64d0eaeae36b404672199", "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:29:06Z", "updated": "2025-08-05T20:29:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759"}], "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 20:29:56,351 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0- 4926-b0c9-a2f9f5ca4759 0.271s 2025-08-05 20:29:56,351 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1482', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a2cd7ea-b789-4985-9712-bbef2915bd8e', 'x-compute-request-id': 'req-3a2cd7ea-b789-4985-9712-bbef2915bd8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759'} Body: b'{"server": {"id": "2b42c230-2ab0-4926-b0c9-a2f9f5ca4759", "name": "tempest-VolumesActionsTest-instance-550553747", "status": "ACTIVE", "tenant_id": "465026ff7de64d0eaeae36b404672199", "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "metadata": {}, "hostId": "5cd85f616607febb36e2205a974cdbc3a59252b797ad7244c2f5179a", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:29:05Z", "updated": "2025-08-05T20:29:22Z", "addresses": {"tempest-VolumesActionsTest-668606306-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:3c:0e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:29:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 20:29:56,365 98946 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:30:56,586 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.209s 2025-08-05 20:30:56,587 98946 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-1118083444"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4257885-0553-4a60-ae12-cddbaa2b3966', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4257885-0553-4a60-ae12-cddbaa2b3966', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "22a3ed36-7e87-489f-ac40-3f3b758a77bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:56.527105", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1118083444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistenc ygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:30:56,638 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf 0.039s 2025-08-05 20:30:56,639 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a388089-8a8d-43d8-9eb5-010111f77134', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a388089-8a8d-43d8-9eb5-010111f77134', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf'} Body: b'{"volume": {"id": "22a3ed36-7e87-489f-ac40-3f3b758a77bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:57.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1118083444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:30:57,697 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf 0.043s 2025-08-05 20:30:57,697 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efed824a-caa4-4e04-be98-f463dffe0d37', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efed824a-caa4-4e04-be98-f463dffe0d37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf'} Body: b'{"volume": {"id": "22a3ed36-7e87-489f-ac40-3f3b758a77bf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:57.000000", "updated_at": "2025-08-05T20:30:57.000000", "name": "tempest-VolumesActionsTest-Volume-1118083444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:30:57,753 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf 0.041s 2025-08-05 20:30:57,754 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:57 GMT', 'serve r': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e04fd631-10ad-4e94-959c-11cf33fa238d', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e04fd631-10ad-4e94-959c-11cf33fa238d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf'} Body: b'{"volume": {"id": "22a3ed36-7e87-489f-ac40-3f3b758a77bf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:57.000000", "updated_at": "2025-08-05T20:30:57.000000", "name": "tempest-VolumesActionsTest-Volume-1118083444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:30:57,878 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf 0.102s 2025-08-05 20:30:57,881 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba412ea0-b626-4f6c-ac55-eb3196299bbc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf'} Body: b'' 2025-08-05 20:30:57,903 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf 0.021s 2025-08-05 20:30:57,903 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d9d4ad0-e4b4-4457-bc53-c2bb66189528', 'x-openstack-request-id': 'req-8d9d4ad0-e4b4-4457-bc53-c2bb66189528', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 22a3ed36-7e87-489f-ac40-3f3b758a77bf could not be found."}}' 2025-08-05 20:30:58,297 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759 0.392s 2025-08-05 20:30:58,298 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06dd69bc-e1bd-4957-91d5-0427e88974fb', 'x-compute-request-id': 'req-06dd69bc-e1bd-4957-91d5-0427e88974fb', 'connection': 'close', 'status': '204', 'cont ent-location': 'http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759'} Body: b'' 2025-08-05 20:30:58,532 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759 0.233s 2025-08-05 20:30:58,532 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1488', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9532c2a0-83e8-4bca-b91d-4103ea915cd7', 'x-compute-request-id': 'req-9532c2a0-83e8-4bca-b91d-4103ea915cd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759'} Body: b'{"server": {"id": "2b42c230-2ab0-4926-b0c9-a2f9f5ca4759", "name": "tempest-VolumesActionsTest-instance-550553747", "status": "ACTIVE", "tenant_id": "465026ff7de64d0eaeae36b404672199", "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "metadata": {}, "hostId": "5cd85f616607febb36e2205a974cdbc3a59252b797ad7244c2f5179a", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:29:05Z", "updated": "2025-08-05T20:30:58Z", "addresses": {"tempest-VolumesActionsTest-668606306-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:3c:0e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:29:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 20:31:48,597 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759 0.044s 2025-08-05 20:31:48,598 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-64c8cba4-ff30-4626-a41a-5ac5b4f47900', 'x-compute-request-id': 'req-64c8cba4-ff30-4626-a41a-5ac5b4f47900', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2b42c230-2ab0-4926-b0c9-a2f9f5ca4759 could not be found."}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [1.556292s] ... 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 4369af60-d68c-421c-9090-b2ca7d8cf7ac failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:48,799 98946 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.195s 2025-08-05 20:31:48,799 98946 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-438019308"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a63bd95-451f-4310-9ff7-8fa63b24231a', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a63bd95-451f-4310-9ff7-8fa63b24231a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4369af60-d68c-421c-9090-b2ca7d8cf7ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:48.741065", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-438019308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:48,876 98946 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/4369af60-d68c-421c-9090-b2ca7d8cf7ac 0.064s 2025-08-05 20:31:48,876 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faaf312e-6d57-4d7d-9432-e48d52d2d4f0', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faaf312e-6d57-4d7d-9432-e48d52d2d4f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac'} Body: b'{"volume": {"id": "4369af60-d68c-421c-9090-b2ca7d8cf7ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:49.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-438019308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:49,931 98946 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/4369af60-d68c-421c-9090-b2ca7d8cf7ac 0.040s 2025-08-05 20:31:49,932 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c5c9c9b-820f-43e4-80ba-ce752b8dfa94', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c5c9c9b-820f-43e4-80ba-ce752b8dfa94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac'} Body: b'{"volume": {"id": "4369af60-d68c-421c-9090-b2ca7d8cf7ac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:49.000000", "updated_at": "2025-08-05T20:31:49.000000", "name": "tempest-VolumesActionsTest-Volume-438019308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:49,987 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac 0.041s 2025-08-05 20:31:49,988 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65fa81b4-64cb-4b1f-bc90-130c4bf1227f', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65fa81b4-64cb-4b1f-bc90-130c4bf1227f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac'} Body: b'{"volume": {"id": "4369af60-d68c-421c-9090-b2ca7d8cf7ac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:49.000000", "updated_at": "2025-08-05T20:31:49.000000", "name": "tempest-VolumesActionsTest-Volume-438019308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:50,136 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac 0.136s 2025-08-05 20:31:50,137 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31: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-4d270e7a-a915-48c0-be1f-2fdd8c2f6c1f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac'} Body: b'' 2025-08-05 20:31:50,159 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac 0.021s 2025-08-05 20:31:50,159 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e766f4e6-de3b-41bf-8eda-b815970c89ae', 'x-openstack-request-id': 'req-e766f4e6-de3b-41bf-8eda-b815970c89ae', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4369af60-d68c-421c-9090-b2ca7d8cf7ac could not be found."}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [1.595378s] ... 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 090d7431-17ab-4565-9604-c578d2f6fa5b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:50,424 98946 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.262s 2025-08-05 20:31:50,425 98946 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-1748700015"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74cf353e-87d5-4c21-bb2f-e43787afc9b3', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74cf353e-87d5-4c21-bb2f-e43787afc9b3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "090d7431-17ab-4565-9604-c578d2f6fa5b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:50.367663", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1748700015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:50,505 98946 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/090d7431-17ab-4565-9604-c578d2f6fa5b 0.068s 2025-08-05 20:31:50,505 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3935cef-f5a0-4fca-9583-043fa1eb612e', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3935cef-f5a0-4fca-9583-043fa1eb612e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b'} Body: b'{"volume": {"id": "090d7431-17ab-4565-9604-c578d2f6fa5b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:50.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1748700015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:51,560 98946 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/090d7431-17ab-4565-9604-c578d2f6fa5b 0.040s 2025-08-05 20:31:51,560 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-237c8cdc-0499-4862-8356-31de5ab97775', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-237c8cdc-0499-4862-8356-31de5ab97775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b'} Body: b'{"volume": {"id": "090d7431-17ab-4565-9604-c578d2f6fa5b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:50.000000", "updated_at": "2025-08-05T20:31:50.000000", "name": "tempest-VolumesActionsTest-Volume-1748700015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:51,613 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b 0.038s 2025-08-05 20:31:51,613 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4ec58c4-9ac0-4d51-803c-cacda6fa1b7c', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4ec58c4-9ac0-4d51-803c-cacda6fa1b7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b'} Body: b'{"volume": {"id": "090d7431-17ab-4565-9604-c578d2f6fa5b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:50.000000", "updated_at": "2025-08-05T20:31:50.000000", "name": "tempest-VolumesActionsTest-Volume-1748700015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:51,733 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b 0.107s 2025-08-05 20:31:51,734 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a83c0b8-f14c-400a-92bf-8f157e92df28', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b'} Body: b'' 2025-08-05 20:31:51,756 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b 0.021s 2025-08-0 5 20:31:51,756 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31: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-e08978cb-265b-4544-af8a-58ad099d2cec', 'x-openstack-request-id': 'req-e08978cb-265b-4544-af8a-58ad099d2cec', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 090d7431-17ab-4565-9604-c578d2f6fa5b could not be found."}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [1.469187s] ... 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 0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:51,938 98946 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.178s 2025-08-05 20:31:51,939 98946 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-10152116"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ce489af-61e0-49c7-b90f-059d1665f935', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ce489af-61e0-49c7-b90f-059d1665f935', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:51.879877", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-10152116", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:51,991 98946 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/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff 0.037s 2025-08-05 20:31:51,992 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c25630c7-9697-46f4-a036-9668793652f5', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c25630c7-9697-46f4-a036-9668793652f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff'} Body: b'{"volume": {"id": "0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:52.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-10152116", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:53,050 98946 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/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff 0.038s 2025-08-05 20:31:53,051 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-req uest-id': 'req-defc68a7-4d4a-4870-8c12-aee19374b5bd', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-defc68a7-4d4a-4870-8c12-aee19374b5bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff'} Body: b'{"volume": {"id": "0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:52.000000", "updated_at": "2025-08-05T20:31:52.000000", "name": "tempest-VolumesActionsTest-Volume-10152116", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:53,103 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff 0.037s 2025-08-05 20:31:53,103 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de032bac-59a2-4029-9c8f-eeedb302c315', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de032bac-59a2-4029-9c8f-eeedb302c315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff'} Body: b'{"volume": {"id": "0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:52.000000", "updated_at": "2025-08-05T20:31:52.000000", "name": "tempest-VolumesActionsTest-Volume-10152116", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:53,206 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff 0.089s 2025-08-05 20:31:53,206 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31: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-c252daea-cee3-42bf-8246-af85433f2cf6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff'} Body: b'' 2025-08-05 20:31:53,227 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff 0.020s 2025-08-05 20:31:53,228 9894 6 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7eed75dd-7e9b-4e84-8769-d6f6ba5840e5', 'x-openstack-request-id': 'req-7eed75dd-7e9b-4e84-8769-d6f6ba5840e5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff could not be found."}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [1.473301s] ... 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 d56cf96b-c673-42c6-8ea6-a1703f1fb64e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:53,408 98946 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.177s 2025-08-05 20:31:53,408 98946 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-131386465"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75aed323-382e-4791-b679-5b37d3849a06', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75aed323-382e-4791-b679-5b37d3849a06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d56cf96b-c673-42c6-8ea6-a1703f1fb64e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:53.350284", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-131386465", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:53,458 98946 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/d56cf96b-c673-42c6-8ea6-a1703f1fb64e 0.037s 2025-08-05 20:31:53,459 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57c8a703-e6f4-4cfc-a010-059fee35f411', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57c8a703-e6f4-4cfc-a010-059fee35f411', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e'} Body: b'{"volume": {"id": "d56cf96b-c673-42c6-8ea6-a1703f1fb64e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:53.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-131386465", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:54,516 98946 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/d56cf96b-c673-42c6-8ea6-a1703f1fb64e 0.039s 2025-08-05 20:31:54,517 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-de3282a9-2842-48a9-bd95-3f5671a69f7b', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de3282a9-2842-48a9-bd95-3f5671a69f7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e'} Body: b'{"volume": {"id": "d56cf96b-c673-42c6-8ea6-a1703f1fb64e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:53.000000", "updated_at": "2025-08-05T20:31:53.000000", "name": "tempest-VolumesActionsTest-Volume-131386465", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:54,567 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e 0.037s 2025-08-05 20:31:54,567 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3652a6b1-b1ca-4324-99e1-a23f15645a6d', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3652a6b1-b1ca-4324-99e1-a23f15645a6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e'} Body: b'{"volume": {"id": "d56cf96b-c673-42c6-8ea6-a1703f1fb64e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:53.000000", "updated_at": "2025-08-05T20:31:53.000000", "name": "tempest-VolumesActionsTest-Volume-131386465", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:54,681 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e 0.099s 2025-08-05 20:31:54,682 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c66ea729-2a21-4bca-bddf-f4be7804f3cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e'} Body: b'' 2025-08-05 20:31:54,702 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e 0.020s 2025- 08-05 20:31:54,703 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31: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-d18b093e-638e-48fa-bbae-c0437f83a831', 'x-openstack-request-id': 'req-d18b093e-638e-48fa-bbae-c0437f83a831', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d56cf96b-c673-42c6-8ea6-a1703f1fb64e could not be found."}}' {9} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [1.458751s] ... 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 3e4213e9-860f-40a3-9e81-75b887b610f7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:54,882 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/volumes 0.177s 2025-08-05 20:31:54,883 98946 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-1302872945"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f4970b1-ed21-40b3-88c9-ec0d4b2d3140', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f4970b1-ed21-40b3-88c9-ec0d4b2d3140', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3e4213e9-860f-40a3-9e81-75b887b610f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:54.822052", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1302872945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:54,931 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7 0.036s 2025-08-05 20:31:54,932 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a7254b0-7939-41c1-949a-01755e9691c9', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a7254b0-7939-41c1-949a-01755e9691c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7'} Body: b'{"volume": {"id": "3e4213e9-860f-40a3-9e81-75b887b610f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:55.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1302872945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:55,984 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7 0.038s 2025-08-05 20:31:55,985 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a6c1669-f7f7-4e71-8ae7-63152e67aa1b', 'co ntent-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a6c1669-f7f7-4e71-8ae7-63152e67aa1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7'} Body: b'{"volume": {"id": "3e4213e9-860f-40a3-9e81-75b887b610f7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:55.000000", "updated_at": "2025-08-05T20:31:55.000000", "name": "tempest-VolumesActionsTest-Volume-1302872945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:56,036 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7 0.037s 2025-08-05 20:31:56,036 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86316c09-4057-4c5e-9f00-a7f5560658e2', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86316c09-4057-4c5e-9f00-a7f5560658e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7'} Body: b'{"volume": {"id": "3e4213e9-860f-40a3-9e81-75b887b610f7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:55.000000", "updated_at": "2025-08-05T20:31:55.000000", "name": "tempest-VolumesActionsTest-Volume-1302872945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:56,141 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7 0.091s 2025-08-05 20:31:56,141 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91648fde-0e01-4546-8061-2d2148c521a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7'} Body: b'' 2025-08-05 20:31:56,163 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7 0.021s 2025-08-05 20:31:56,163 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1263de1-8743-4cfb-846a-3fbe2a1c9d1b', 'x-openstack-request-id': 'req-e1263de1-8743-4cfb-846a-3fbe2a1c9d1b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3e4213e9-860f-40a3-9e81-75b887b610f7 could not be found."}}' {9} 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 68abfa47-45fb-4088-96c1-71ed7faa3f67 failed to build and is in ERROR status {9} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [1.490461s] ... 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 7bd049e2-57ec-4937-a12c-50080b6e04c4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:32:14,929 98946 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.366s 2025-08-05 20:32:14,929 98946 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-554737500"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:32:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ebb8296-e511-4246-a078-c25b03c1ed70', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ebb8296-e511-4246-a078-c25b03c1ed70', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7bd049e2-57ec-4937-a12c-50080b6e04c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:14.865608", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-554737500", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4"}], "user_id": "1df18fca63c04b929c582a9c29b56da4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:32:14,983 98946 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4 0.041s 2025-08-05 20:32:14,983 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:32:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1173afb2-70b9-4fb3-8af4-2f7f4959ccc8', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1173afb2-70b9-4fb3-8af4-2f7f4959ccc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4'} Body: b'{"volume": {"id": "7bd049e2-57ec-4937-a12c-50080b6e04c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:15.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-554737500", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4"}], "user_id": "1df18fca63c04b929c582a9c29b56da4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3f9fdff227b4a30a458bf582c1fa34b"}}' 2025-08-05 20:32:16,036 98946 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4 0.038s 2025-08-05 20:32:16,037 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:32:16 GMT', 'server': 'Apache/2.4.52 (Ubu ntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89c19913-8f75-4cdf-bd21-854a59a79e69', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89c19913-8f75-4cdf-bd21-854a59a79e69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4'} Body: b'{"volume": {"id": "7bd049e2-57ec-4937-a12c-50080b6e04c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:15.000000", "updated_at": "2025-08-05T20:32:15.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-554737500", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4"}], "user_id": "1df18fca63c04b929c582a9c29b56da4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3f9fdff227b4a30a458bf582c1fa34b"}}' {9} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [1.440127s] ... 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 86e1c190-a918-4bea-b75a-04ebab88d669 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:32:18,305 98946 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.318s 2025-08-05 20:32:18,306 98946 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-1404171690"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:32:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83e56d6b-3274-4797-a52e-41941eadecf2', 'content-length': '767', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83e56d6b-3274-4797-a52e-41941eadecf2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "86e1c190-a918-4bea-b75a-04ebab88d669", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:18.247191", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1404171690", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/86e1c190-a918-4bea-b75a-04ebab88d669"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86e1c190-a918-4bea-b75a-04ebab88d669"}], "user_id": "8463ae6beb7848ecb3ae8558ff9cb621", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:32:18,359 98946 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/86e1c190-a918-4bea-b75a-04ebab88d669 0.039s 2025-08-05 20:32:18,359 98946 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 20:32:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6781a04f-4ec6-4038-a197-77300df4d267', 'content-length': '835', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6781a04f-4ec6-4038-a197-77300df4d267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/86e1c190-a918-4bea-b75a-04ebab88d669'} Body: b'{"volume": {"id": "86e1c190-a918-4bea-b75a-04ebab88d669", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:18.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1404171690", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/86e1c190-a918-4bea-b75a-04ebab88d669"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86e1c190-a918-4bea-b75a-04ebab88d669"}], "user_id": "8463ae6beb7848ecb3ae8558ff9cb621", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ac5219ddaf0b4ebda340ec33f31b91e1"}}' 2025-08-05 20:32:19,412 98946 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/86e1c190-a918-4bea-b75a-04ebab88d669 0.037s 2025-08-05 20:32:19,412 98946 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 20:32:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-38eacf93-1fe7-4fff-8e41-bf4797add7c9', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38eacf93-1fe7-4fff-8e41-bf4797add7c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/86e1c190-a918-4bea-b75a-04ebab88d669'} Body: b'{"volume": {"id": "86e1c190-a918-4bea-b75a-04ebab88d669", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:18.000000", "updated_at": "2025-08-05T20:32:18.000000", "name": "tempest-VolumeRevertTests-Volume-1404171690", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/86e1c190-a918-4bea-b75a-04ebab88d669"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86e1c190-a918-4bea-b75a-04ebab88d669"}], "user_id": "8463ae6beb7848ecb3ae8558ff9cb621", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ac5219ddaf0b4ebda340ec33f31b91e1"}}' {9} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [1.387694s] ... 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 4213e055-2b0a-42a4-bce8-aac4d28e2a46 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:32:19,693 98946 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.264s 2025-08-05 20:32:19,693 98946 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-1982738489"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:32:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc277e71-5615-4d30-afeb-d508e5006e14', 'content-length': '767', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc277e71-5615-4d30-afeb-d508e5006e14', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4213e055-2b0a-42a4-bce8-aac4d28e2a46", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:19.610385", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1982738489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46"}], "user_id": "8463ae6beb7848ecb3ae8558ff9cb621", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:32:19,744 98946 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46 0.038s 2025-08-05 20:32:19,744 98946 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 20:32:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c92591e8-bc24-4830-9b5b-c2ca6117c651', 'content-length': '835', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c92591e8-bc24-4830-9b5b-c2ca6117c651', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46'} Body: b'{"volume": {"id": "4213e055-2b0a-42a4-bce8-aac4d28e2a46", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:20.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1982738489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46"}], "user_id": "8463ae6beb7848ecb3ae8558ff9cb621", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ac5219ddaf0b4ebda340ec33f31b91e1"}}' 2025-08-05 20:32:20,801 98946 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46 0.042s 2025-08-05 20:32:20,802 98946 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 20:32:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-96e9ac9e-988c-48b0-b8ba-872cfa1af7fe', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96e9ac9e-988c-48b0-b8ba-872cfa1af7fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46'} Body: b'{"volume": {"id": "4213e055-2b0a-42a4-bce8-aac4d28e2a46", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:20.000000", "updated_at": "2025-08-05T20:32:20.000000", "name": "tempest-VolumeRevertTests-Volume-1982738489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46"}], "user_id": "8463ae6beb7848ecb3ae8558ff9cb621", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ac5219ddaf0b4ebda340ec33f31b91e1"}}' {3} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [166.385354s] ... 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 a1ffb187-04ff-4c98-b292-19f1d65974d2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:05,565 98934 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:31:05,565 98934 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:31:05,612 98934 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.045s 2025-08-05 20:31:05,612 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1507481536", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPK2UjmuClON2Cafmnkz92QBnyX3ukilDA1B7LdDrMLoXOKNBZKKRIoqAEj4FptxEmWViP2miVFIDXhdSctZCEjpZOxJHOCir9rNyPG9V2QUrj6IvrWZ6zRY7jXEY6NC1g=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:05 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-dc9015d5-5c1a-4706-9766-0439564e4534', 'x-compute-request-id': 'req-dc9015d5-5c1a-4706-9766-0439564e4534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1507481536", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPK2UjmuClON2Cafmnkz92QBnyX3ukilDA1B7LdDrMLoXOKNBZKKRIoqAEj4FptxEmWViP2miVFIDXhdSctZCEjpZOxJHOCir9rNyPG9V2QUrj6IvrWZ6zRY7jXEY6NC1g==", "fingerprint": "c5:72:79:e1:81:85:ff:e5:5a:11:83:2f:b5:c1:bd:75", "user_id": "ec608f03e47f48be81d0cda52b5e14f4"}}' 2025-08-05 20:31:05,615 98934 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1507481536 created 2025-08-05 20:31:05,983 98934 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.368s 2025-08-05 20:31:05,984 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1673629012", "description": "tempest-description--1127421313"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-7557098c-25e6-465d-bfab-0b096ecdb6b1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ae1f6401-7aa4-4203-ac60-8f0049771909", "name": "tempest-securitygroup--1673629012", "stateful": true, "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "description": "tempest-description--1127421313", "shared": false, "security_group_rules": [{"id": "e9ae03b6-be5e-4203-a133-f0c578415850", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "ae1f6401-7aa4-4203-ac60-8f0049771909", "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": 1133, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:31:05Z", "updated_at": "2025-08-05T20:31:05Z", "revision_number": 0}, {"id": "f1a53fb6-9171-4812-b699-2f1594e2d9c5", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "ae1f6401-7aa4-4203-ac60-8f0049771909", "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": 1131, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:31:05Z", "updated_at": "2025-08-05T20:31:05Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:31:05Z", "updated_at": "2025-08-05T20:31:05Z", "revision_number": 1, "project_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:31:06,186 98934 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 20:31:06,187 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ae1f6401-7aa4-4203-ac60-8f0049771909", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8b56f454-fc3a-41ce-89c3-d32ed1db3117', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d01e8e27-3458-44a0-aaed-13b490c7a409", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "ae1f6401-7aa4-4203-ac60-8f0049771909", "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-05T20:31:06Z", "updated_at": "2025-08-05T20:31:06Z", "revision_number": 0}}' 2025-08-05 20:31:06,391 98934 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 20:31:06,391 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ae1f6401-7aa4-4203-ac60-8f0049771909", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-44c939d2-8475-4037-a35c-71254776ed29', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "16aef9f6-a627-4353-a94f-0db9959aec50", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "ae1f6401-7aa4-4203-ac60-8f0049771909", "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-05T20:31:06Z", "updated_at": "2025-08-05T20:31:06Z", "revision_number": 0}}' 2025-08-05 20:31:06,392 98934 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1673629012 created 2025-08-05 20:31:07,064 98934 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.671s 2025-08-05 20:31:07,064 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Au th-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-50fcffe4-dc48-49e8-bbb6-2ac3d32304bb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "183199fc-981d-42ee-8035-3bab3e18d9f2", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "floating_ip_address": "172.24.4.152", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:31:06Z", "updated_at": "2025-08-05T20:31:06Z", "revision_number": 0}}' 2025-08-05 20:31:07,065 98934 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '183199fc-981d-42ee-8035-3bab3e18d9f2', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'floating_ip_address': '172.24.4.152', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:31:06Z', 'updated_at': '2025-08-05T20:31:06Z', 'revision_number': 0, 'ip': '172.24.4.152'} created 2025-08-05 20:31:07,168 98934 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.090s 2025-08-05 20:31:07,168 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:07 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-01698303-6091-4fc8-9578-6549920ae1ad', '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": "ec608f03e47f48be81d0cda52b5e14f4", "name": "tempest-AttachVolumeNegativeTest-475294749-project-member", "password_expires_at": null}, "audit_ids": ["UU_DKvnrR4KhTaFWrOSYWg"], "expires_at": "2025-08-05T21:31:07.000000Z", "issued_at": "2025-08-05T20:31:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5958e6aedc548cdaa35e6431f30285d", "name": "tempest-AttachVolumeNegativeTest-475294749"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f5958e6aedc548cdaa35e6431f30285d", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/netw orking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:31:07,169 98934 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '4bce13be-a4b1-4847-b180-e0ca4315e00e', 'name': 'tempest-AttachVolumeNegativeTest-818006195-network', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45654, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:28:08Z', 'updated_at': '2025-08-05T20:28:08Z', 'revision_number': 1} available for tenant 2025-08-05 20:31:07,169 98934 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1507481536', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPK2UjmuClON2Cafmnkz92QBnyX3ukilDA1B7LdDrMLoXOKNBZKKRIoqAEj4FptxEmWViP2miVFIDXhdSctZCEjpZOxJHOCir9rNyPG9V2QUrj6IvrWZ6zRY7jXEY6NC1g==', 'fingerprint': 'c5:72:79:e1:81:85:ff:e5:5a:11:83:2f:b5:c1:bd:75', 'user_id': 'ec608f03e47f48be81d0cda52b5e14f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBMWyIcqksD40QOvoxbD76x0lMwObeKYmuefJK42Xm/1Ds9Q+7dfY0f\nKkJyJ067iwCgBwYFK4EEACKhZANiAATytlI5rgpTjdgmn5p5M/dkAZ8l97pIpQwN\nQey3Q6zC6FzijQWSikSKKgBI+BabcRJllYj9polRSA14XUnLWQhI6WTsSRzgoq/a\nzcjxvVdkFK4+iL61mes0WO41xGOjQtY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ae1f6401-7aa4-4203-ac60-8f0049771909', 'name': 'tempest-securitygroup--1673629012', 'stateful': True, 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'description': 'tempest-description--1127421313', 'shared': False, 'security_group_rules': [{'id': 'e9ae03b6-be5e-4203-a133-f0c578415850', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'security_group_id': 'ae1f6401-7aa4-4203-ac60-8f0049771909', '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': 1133, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:31:05Z', 'updated_at': '2025-08-05T20:31:05Z', 'revision_number': 0}, {'id': 'f1a53fb6-9171-4812-b699-2f1594e2d9c5', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'security_group_id': 'ae1f6401-7aa4-4203-ac60-8f0049771909', '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': 1131, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:31:05Z', 'updated_at': '2025-08-05T20:31:05Z', 'revision_number ': 0}], 'tags': [], 'created_at': '2025-08-05T20:31:05Z', 'updated_at': '2025-08-05T20:31:05Z', 'revision_number': 1, 'project_id': 'f5958e6aedc548cdaa35e6431f30285d'}, 'floating_ip': {'id': '183199fc-981d-42ee-8035-3bab3e18d9f2', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'floating_ip_address': '172.24.4.152', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:31:06Z', 'updated_at': '2025-08-05T20:31:06Z', 'revision_number': 0, 'ip': '172.24.4.152'}} 2025-08-05 20:31:07,718 98934 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.548s 2025-08-05 20:31:07,719 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-2001024963", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "4bce13be-a4b1-4847-b180-e0ca4315e00e"}], "security_groups": [{"name": "tempest-securitygroup--1673629012"}], "key_name": "tempest-keypair-1507481536", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f78a39a-9a41-4c9d-a67b-24c559115e7e', 'x-compute-request-id': 'req-7f78a39a-9a41-4c9d-a67b-24c559115e7e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "35dcc495-35f3-43de-ae4b-2c1879831f02", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35dcc495-35f3-43de-ae4b-2c1879831f02"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1673629012"}], "adminPass": "password"}}' 2025-08-05 20:31:07,795 98934 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/35dcc495-35f3-43de-ae4b-2c1879831f02 0.073s 2025-08-05 20:31:07,795 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:07 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-6eb5f1b7-809e-43cb-bf95-57df8573e724', 'x-compute-request-id': 'req-6eb5f1b7-809e-43cb-bf95-57df8573e724', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02'} Body: b'{"server": {"id": "35dcc495-35f3-43de-ae4b-2c1879831f02", "name": "tempest-AttachVolumeNegativeTest-server-2001024963", "status": "BUILD", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/com pute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:31:08Z", "updated": "2025-08-05T20:31:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35dcc495-35f3-43de-ae4b-2c1879831f02"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1507481536", "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 20:31:58,133 98934 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/35dcc495-35f3-43de-ae4b-2c1879831f02 0.273s 2025-08-05 20:31:58,133 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1544', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e3c04d4-bcad-4024-84ec-37ed89203255', 'x-compute-request-id': 'req-1e3c04d4-bcad-4024-84ec-37ed89203255', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02'} Body: b'{"server": {"id": "35dcc495-35f3-43de-ae4b-2c1879831f02", "name": "tempest-AttachVolumeNegativeTest-server-2001024963", "status": "ACTIVE", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "metadata": {}, "hostId": "37bc6ad0032821202f96ec8519616a3f45d302de0d650edba313b99b", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:31:07Z", "updated": "2025-08-05T20:31:23Z", "addresses": {"tempest-AttachVolumeNegativeTest-818006195-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:42:84"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35dcc495-35f3-43de-ae4b-2c1879831f02"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1507481536", "OS-SRV-USG:launched_at": "2025-08-05T20:31:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1673629012"}], "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 20:31:58,147 98934 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 20:32:58,389 98934 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/35dcc495-35f3-43de-ae4b-2c1879831f02/os-interface 0.181s 2025-08-05 20:32:58,390 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 202 5 20:32:58 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-127e458d-6e46-4feb-94ee-0e0a8af1b0fe', 'x-compute-request-id': 'req-127e458d-6e46-4feb-94ee-0e0a8af1b0fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "4bce13be-a4b1-4847-b180-e0ca4315e00e", "port_id": "31909c32-29fa-46b4-8a50-85359c45268f", "mac_addr": "fa:16:3e:9a:42:84", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "14329202-8881-4199-b0a2-2bafc830d97e", "ip_address": "10.0.0.12"}]}]}' 2025-08-05 20:32:59,229 98934 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/183199fc-981d-42ee-8035-3bab3e18d9f2 0.835s 2025-08-05 20:32:59,230 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "31909c32-29fa-46b4-8a50-85359c45268f"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:32:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-a5ede645-edd5-42a9-a1f9-fc5c343229d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/183199fc-981d-42ee-8035-3bab3e18d9f2'} Body: b'{"floatingip": {"id": "183199fc-981d-42ee-8035-3bab3e18d9f2", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "floating_ip_address": "172.24.4.152", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "2f6cad9c-f689-462e-b1e6-544f110e9ddc", "port_id": "31909c32-29fa-46b4-8a50-85359c45268f", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "4bce13be-a4b1-4847-b180-e0ca4315e00e", "mac_address": "fa:16:3e:9a:42:84", "admin_state_up": true, "status": "ACTIVE", "device_id": "35dcc495-35f3-43de-ae4b-2c1879831f02", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:31:06Z", "updated_at": "2025-08-05T20:32:58Z", "revision_number": 1, "project_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:32:59,231 98934 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.152:22' as 'cirros' with public key authentication 2025-08-05 20:32:59,239 98934 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:32:59,341 98934 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:32:59,342 98934 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.152 successfully created 2025-08-05 20:32:59,392 98934 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/35dcc495-35f3-43de-ae4b-2c1879831f02/ips 0.049s 2025-08-05 20:32:59,392 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:32:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '108', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e799d20-d3a4-4f1a-83bb-2c6b23623fa5', 'x-compute-request-id': 'req-4e799d20-d3a4-4f1a-83bb-2c6b23623fa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c18 79831f02/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-818006195-network": [{"version": 4, "addr": "10.0.0.12"}]}}' 2025-08-05 20:32:59,637 98934 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.240s 2025-08-05 20:32:59,637 98934 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-1811772967"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:32:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3de132e-2977-44cf-aead-09b26c91ebea', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3de132e-2977-44cf-aead-09b26c91ebea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a1ffb187-04ff-4c98-b292-19f1d65974d2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:59.566718", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1811772967", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a1ffb187-04ff-4c98-b292-19f1d65974d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a1ffb187-04ff-4c98-b292-19f1d65974d2"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:32:59,696 98934 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/a1ffb187-04ff-4c98-b292-19f1d65974d2 0.042s 2025-08-05 20:32:59,696 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:32:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4635f8a8-3592-416a-84ef-d6c0c70cdfcf', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4635f8a8-3592-416a-84ef-d6c0c70cdfcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a1ffb187-04ff-4c98-b292-19f1d65974d2'} Body: b'{"volume": {"id": "a1ffb187-04ff-4c98-b292-19f1d65974d2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:33:00.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1811772967", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a1ffb187-04ff-4c98-b292-19f1d65974d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a1ffb187-04ff-4c98-b292-19f1d65974d2"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:33:00,760 98934 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/a1ffb187-04ff-4c98-b292-19f1d65974d2 0.046s 2025-08-05 20:33:00,761 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '< omitted>'} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a098671c-7cd0-4c91-8c7d-d532fb2b59c9', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a098671c-7cd0-4c91-8c7d-d532fb2b59c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a1ffb187-04ff-4c98-b292-19f1d65974d2'} Body: b'{"volume": {"id": "a1ffb187-04ff-4c98-b292-19f1d65974d2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:33:00.000000", "updated_at": "2025-08-05T20:33:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1811772967", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a1ffb187-04ff-4c98-b292-19f1d65974d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a1ffb187-04ff-4c98-b292-19f1d65974d2"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:33:00,895 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02 0.118s 2025-08-05 20:33:00,895 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a53a1ada-4cbc-415a-8d85-0ff461f83495', 'x-compute-request-id': 'req-a53a1ada-4cbc-415a-8d85-0ff461f83495', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02'} Body: b'' 2025-08-05 20:33:01,079 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02 0.183s 2025-08-05 20:33:01,079 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:00 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-80e6511b-8a52-42cc-bdb7-6780138d4795', 'x-compute-request-id': 'req-80e6511b-8a52-42cc-bdb7-6780138d4795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02'} Body: b'{"server": {"id": "35dcc495-35f3-43de-ae4b-2c1879831f02", "name": "tempest-AttachVolumeNegativeTest-server-2001024963", "status": "ACTIVE", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "metadata": {}, "hostId": "37bc6ad0032821202f96ec8519616a3f45d302de0d650edba313b99b", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:31:07Z", "updated": "2025-08-05T20:33:01Z", "addresses": {"te mpest-AttachVolumeNegativeTest-818006195-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:42:84"}, {"version": 4, "addr": "172.24.4.152", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:42:84"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35dcc495-35f3-43de-ae4b-2c1879831f02"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1507481536", "OS-SRV-USG:launched_at": "2025-08-05T20:31:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1673629012"}], "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 20:33:51,341 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02 0.195s 2025-08-05 20:33:51,342 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-5f0c9b5c-ff72-4576-a6a4-3c7c898b0822', 'x-compute-request-id': 'req-5f0c9b5c-ff72-4576-a6a4-3c7c898b0822', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 35dcc495-35f3-43de-ae4b-2c1879831f02 could not be found."}}' 2025-08-05 20:33:51,377 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1507481536 0.034s 2025-08-05 20:33:51,378 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0b031cc-da9e-45f2-91e1-053deca2dad1', 'x-compute-request-id': 'req-e0b031cc-da9e-45f2-91e1-053deca2dad1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1507481536'} Body: b'' 2025-08-05 20:33:51,577 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/ae1f6401-7aa4-4203-ac60-8f0049771909 0.198s 2025-08-05 20:33:51,577 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-b61fadab-3d14-4f35-a9c7-11f2dc68fa58', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/ae1f6401-7aa4-4203-ac60-8f0049771909'} Body: b'' 2025-08-05 20:33:51,596 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/ae 1f6401-7aa4-4203-ac60-8f0049771909 0.017s 2025-08-05 20:33:51,596 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-80834dfd-c924-440f-b4b7-8f2b261d41ff', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/ae1f6401-7aa4-4203-ac60-8f0049771909'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ae1f6401-7aa4-4203-ac60-8f0049771909 does not exist", "detail": ""}}' 2025-08-05 20:33:51,949 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/183199fc-981d-42ee-8035-3bab3e18d9f2 0.352s 2025-08-05 20:33:51,949 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-f45e5558-3f16-4b60-bd31-72b993cc8718', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/183199fc-981d-42ee-8035-3bab3e18d9f2'} Body: b'' {3} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [166.237576s] ... 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 b7e2db95-789d-41ed-9857-da80c6f9a409 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:33:51,952 98934 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:33:51,953 98934 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:33:52,012 98934 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.058s 2025-08-05 20:33:52,012 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-330661676", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJKKk01FWUwfoqFgqrCNs9Tbwl8oun8MwKbKOtZNaLV92vx869liDwSAP1vLgNZ4Ki8VcBJ2FJGXRB8XVosHnllCUClKPUmDcj6HMFF6pcIN5Bj4qqTfWeqqnpK+Av/g7Q=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:51 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-40846849-8102-4288-934f-30a53f50d4a3', 'x-compute-request-id': 'req-40846849-8102-4288-934f-30a53f50d4a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-330661676", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJKKk01FWUwfoqFgqrCNs9Tbwl8oun8MwKbKOtZNaLV92vx869liDwSAP1vLgNZ4Ki8VcBJ2FJGXRB8XVosHnllCUClKPUmDcj6HMFF6pcIN5Bj4qqTfWeqqnpK+Av/g7Q==", "fingerprint": "e9:96:06:79:9f:7f:4c:56:1c:91:e2:a5:78:07:f4:5c", "user_id": "ec608f03e47f48be81d0cda52b5e14f4"}}' 2025-08-05 20:33:52,014 98934 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-330661676 created 2025-08-05 20:33:52,228 98934 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.213s 2025-08-05 20:33:52,229 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--185545939", "description": "tempest-description--1224439213"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-113be2cf-bf94-4261-a768-964ddcbf206d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea", "name": "tempest-securitygroup--185545939", "stateful": true, "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "description": "tempest-description--1224439213", "shared": false, "security_group_rules": [{"id": "14dd1772-dc39-4f7b-8bed-9db914733377", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea", "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": 1205, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:33:52Z", "updated_at": "2025-08-05T20:33:52Z", "revision_number": 0}, {"id": "b1583c11-ff17-46fa-9811-c080a830e8e6", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea", "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": 1204, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:33:52Z", "updated_at": "2025-08-05T20:33:52Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:33:52Z", "updated_at": "2025-08-05T20:33:52Z", "revision_number": 1, "project_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:33:52,437 98934 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 20:33:52,437 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-eb36474d-38d6-4dae-a2fd-23e48d29e1f7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "edf474f0-5391-437a-9336-ff726f1568bd", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea", "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-05T20:33:52Z", "updated_at": "2025-08-05T20:33:52Z", "revision_number": 0}}' 2025-08-05 20:33:52,669 98934 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.231s 2025-08-05 20:33:52,669 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d0c7fa38-a215-4027-82fc-206f1e2e6226', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "85d57305-a211-4e56-a7b7-53ae1ee7f528", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea", "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-05T20:33:52Z", "updated_at": "2025-08-05T20:33:52Z", "revision_number": 0}}' 2025-08-05 20:33:52,670 98934 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--185545939 created 2025-08-05 20:33:53,348 98934 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 20:33:53,348 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Tok en': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-78ca2cdb-1500-40a3-b0c6-2499052e7272', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "886976e1-d49b-40d8-8c88-3ff0d49b1eaf", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "floating_ip_address": "172.24.4.227", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:33:53Z", "updated_at": "2025-08-05T20:33:53Z", "revision_number": 0}}' 2025-08-05 20:33:53,349 98934 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '886976e1-d49b-40d8-8c88-3ff0d49b1eaf', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'floating_ip_address': '172.24.4.227', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:33:53Z', 'updated_at': '2025-08-05T20:33:53Z', 'revision_number': 0, 'ip': '172.24.4.227'} created 2025-08-05 20:33:53,402 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.048s 2025-08-05 20:33:53,403 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:53 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-5622f3b9-c2d5-466b-9cf6-b1e779ef9101', '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": "ec608f03e47f48be81d0cda52b5e14f4", "name": "tempest-AttachVolumeNegativeTest-475294749-project-member", "password_expires_at": null}, "audit_ids": ["koF_CqMsRuCu3E03pi8MKA"], "expires_at": "2025-08-05T21:33:53.000000Z", "issued_at": "2025-08-05T20:33:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5958e6aedc548cdaa35e6431f30285d", "name": "tempest-AttachVolumeNegativeTest-475294749"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f5958e6aedc548cdaa35e6431f30285d", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "R egionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:33:53,403 98934 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '4bce13be-a4b1-4847-b180-e0ca4315e00e', 'name': 'tempest-AttachVolumeNegativeTest-818006195-network', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45654, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:28:08Z', 'updated_at': '2025-08-05T20:28:08Z', 'revision_number': 1} available for tenant 2025-08-05 20:33:53,404 98934 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-330661676', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJKKk01FWUwfoqFgqrCNs9Tbwl8oun8MwKbKOtZNaLV92vx869liDwSAP1vLgNZ4Ki8VcBJ2FJGXRB8XVosHnllCUClKPUmDcj6HMFF6pcIN5Bj4qqTfWeqqnpK+Av/g7Q==', 'fingerprint': 'e9:96:06:79:9f:7f:4c:56:1c:91:e2:a5:78:07:f4:5c', 'user_id': 'ec608f03e47f48be81d0cda52b5e14f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBeVqNi7HFAqhOR9MzPbro5D2W9xvUHEgnnaVc9evCTuXKAJRbD78qd\nuteb2NnQ4EegBwYFK4EEACKhZANiAASSipNNRVlMH6KhYKqwjbPU28JfKLp/DMCm\nyjrWTWi1fdr8fOvZYg8EgD9by4DWeCovFXASdhSRl0QfF1aLB55ZQlApSj1Jg3I+\nhzBReqXCDeQY+Kqk31nqqp6SvgL/4O0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea', 'name': 'tempest-securitygroup--185545939', 'stateful': True, 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'description': 'tempest-description--1224439213', 'shared': False, 'security_group_rules': [{'id': '14dd1772-dc39-4f7b-8bed-9db914733377', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'security_group_id': '4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea', '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': 1205, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:33:52Z', 'updated_at': '2025-08-05T20:33:52Z', 'revision_number': 0}, {'id': 'b1583c11-ff17-46fa-9811-c080a830e8e6', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'security_group_id': '4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea', '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': 1204, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:33:52Z', 'updated_at': '2025-08-05T20:33:52Z', 'revision_number': 0}], 'tags': [], 'created_at': '202 5-08-05T20:33:52Z', 'updated_at': '2025-08-05T20:33:52Z', 'revision_number': 1, 'project_id': 'f5958e6aedc548cdaa35e6431f30285d'}, 'floating_ip': {'id': '886976e1-d49b-40d8-8c88-3ff0d49b1eaf', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'floating_ip_address': '172.24.4.227', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:33:53Z', 'updated_at': '2025-08-05T20:33:53Z', 'revision_number': 0, 'ip': '172.24.4.227'}} 2025-08-05 20:33:54,128 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.723s 2025-08-05 20:33:54,128 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1732822564", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "4bce13be-a4b1-4847-b180-e0ca4315e00e"}], "security_groups": [{"name": "tempest-securitygroup--185545939"}], "key_name": "tempest-keypair-330661676", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2209b9b-681e-4c75-8d72-824f378dc282', 'x-compute-request-id': 'req-e2209b9b-681e-4c75-8d72-824f378dc282', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "074e8734-8c04-485a-bb26-93a8fc4188e9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/074e8734-8c04-485a-bb26-93a8fc4188e9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--185545939"}], "adminPass": "password"}}' 2025-08-05 20:33:54,275 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9 0.142s 2025-08-05 20:33:54,275 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:54 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-e8ffba7b-7cba-4c7b-8276-b463c5083c39', 'x-compute-request-id': 'req-e8ffba7b-7cba-4c7b-8276-b463c5083c39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9'} Body: b'{"server": {"id": "074e8734-8c04-485a-bb26-93a8fc4188e9", "name": "tempest-AttachVolumeNegativeTest-server-1732822564", "status": "BUILD", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:33:54Z", "updated": "2025-08-05T20:33:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/074e8734-8c04-485a-bb26-93a8fc4188e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-330661676", "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 20:34:44,619 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9 0.280s 2025-08-05 20:34:44,620 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:34:44 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-9fd840f2-d551-4b80-96fe-3ab05f9a911e', 'x-compute-request-id': 'req-9fd840f2-d551-4b80-96fe-3ab05f9a911e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9'} Body: b'{"server": {"id": "074e8734-8c04-485a-bb26-93a8fc4188e9", "name": "tempest-AttachVolumeNegativeTest-server-1732822564", "status": "ACTIVE", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "metadata": {}, "hostId": "37bc6ad0032821202f96ec8519616a3f45d302de0d650edba313b99b", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:33:54Z", "updated": "2025-08-05T20:34:09Z", "addresses": {"tempest-AttachVolumeNegativeTest-818006195-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:98:0c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/074e8734-8c04-485a-bb26-93a8fc4188e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-330661676", "OS-SRV-USG:launched_at": "2025-08-05T20:34:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--185545939"}], "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 20:34:44,634 98934 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:35:44,837 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9/os-interface 0.179s 2025-08-05 20:35:44,837 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:35:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'applicatio n/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fc177dd-1319-4330-8278-215be5c64176', 'x-compute-request-id': 'req-0fc177dd-1319-4330-8278-215be5c64176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "4bce13be-a4b1-4847-b180-e0ca4315e00e", "port_id": "e93a7f00-f009-4cba-940f-04971ec84ded", "mac_addr": "fa:16:3e:31:98:0c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "14329202-8881-4199-b0a2-2bafc830d97e", "ip_address": "10.0.0.6"}]}]}' 2025-08-05 20:35:45,710 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/886976e1-d49b-40d8-8c88-3ff0d49b1eaf 0.867s 2025-08-05 20:35:45,710 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e93a7f00-f009-4cba-940f-04971ec84ded"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:35:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-014fec8d-94f7-4861-95a1-c4008d7971bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/886976e1-d49b-40d8-8c88-3ff0d49b1eaf'} Body: b'{"floatingip": {"id": "886976e1-d49b-40d8-8c88-3ff0d49b1eaf", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "floating_ip_address": "172.24.4.227", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "2f6cad9c-f689-462e-b1e6-544f110e9ddc", "port_id": "e93a7f00-f009-4cba-940f-04971ec84ded", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "4bce13be-a4b1-4847-b180-e0ca4315e00e", "mac_address": "fa:16:3e:31:98:0c", "admin_state_up": true, "status": "ACTIVE", "device_id": "074e8734-8c04-485a-bb26-93a8fc4188e9", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:33:53Z", "updated_at": "2025-08-05T20:35:45Z", "revision_number": 1, "project_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:35:45,711 98934 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.227:22' as 'cirros' with public key authentication 2025-08-05 20:35:45,721 98934 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:35:45,826 98934 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:35:45,827 98934 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.227 successfully created 2025-08-05 20:35:45,880 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9/ips 0.052s 2025-08-05 20:35:45,880 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:35:45 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-7351d611-ebea-4916-914c-84719d22fe27', 'x-compute-request-id': 'req-7351d611-ebea-4916-914c-84719d22fe27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-818006195-network": [{"version": 4, "addr": "10.0.0.6"}]} }' 2025-08-05 20:35:46,071 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.188s 2025-08-05 20:35:46,071 98934 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-948488207"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:35:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8e5e753-3977-49e1-a5dd-e08557c4b90d', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8e5e753-3977-49e1-a5dd-e08557c4b90d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b7e2db95-789d-41ed-9857-da80c6f9a409", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:35:46.012334", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-948488207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:35:46,127 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409 0.044s 2025-08-05 20:35:46,128 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:35:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dacc3a3-ad95-46c5-a1e5-790798e5560d', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dacc3a3-ad95-46c5-a1e5-790798e5560d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409'} Body: b'{"volume": {"id": "b7e2db95-789d-41ed-9857-da80c6f9a409", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:35:46.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-948488207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:35:47,184 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409 0.043s 2025-08-05 20:35:47,185 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request -id': 'req-3fc7351e-3ae7-4ece-9b41-f0acdfe9b42f', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fc7351e-3ae7-4ece-9b41-f0acdfe9b42f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409'} Body: b'{"volume": {"id": "b7e2db95-789d-41ed-9857-da80c6f9a409", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:35:46.000000", "updated_at": "2025-08-05T20:35:46.000000", "name": "tempest-AttachVolumeNegativeTest-volume-948488207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:35:47,309 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9 0.111s 2025-08-05 20:35:47,310 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17156876-a664-4acb-8c70-1d0fa7c74116', 'x-compute-request-id': 'req-17156876-a664-4acb-8c70-1d0fa7c74116', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9'} Body: b'' 2025-08-05 20:35:47,482 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9 0.171s 2025-08-05 20:35:47,482 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1666', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-040c723c-02fc-4925-9657-055163658bd9', 'x-compute-request-id': 'req-040c723c-02fc-4925-9657-055163658bd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9'} Body: b'{"server": {"id": "074e8734-8c04-485a-bb26-93a8fc4188e9", "name": "tempest-AttachVolumeNegativeTest-server-1732822564", "status": "ACTIVE", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "metadata": {}, "hostId": "37bc6ad0032821202f96ec8519616a3f45d302de0d650edba313b99b", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:33:54Z", "updated": "2025-08-05T20:35:47Z", "addresses": {"tempest-AttachVolumeNegativeTest-818006195-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:98:0c"}, {"version": 4, "addr": "172.24.4.227", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:98:0c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/074e8734-8c04-485a-bb26-93a8fc4188e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-330661676", "OS-SRV-USG:launched_at": "2025-08-05T20:34:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--185545939"}], "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 20:36:37,577 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9 0.044s 2025-08-05 20:36:37,577 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:36:37 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-7f76575b-1c5d-4c53-88f9-eb853d150968', 'x-compute-request-id': 'req-7f76575b-1c5d-4c53-88f9-eb853d150968', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 074e8734-8c04-485a-bb26-93a8fc4188e9 could not be found."}}' 2025-08-05 20:36:37,617 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-330661676 0.039s 2025-08-05 20:36:37,617 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:36:37 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-b4d47cd5-41a1-40a5-be80-172ecf7b1300', 'x-compute-request-id': 'req-b4d47cd5-41a1-40a5-be80-172ecf7b1300', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-330661676'} Body: b'' 2025-08-05 20:36:37,820 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea 0.201s 2025-08-05 20:36:37,820 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:36:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-5bd5c427-13d6-4d5b-8c21-3dbe28c25a2d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea'} Body: b'' 2025-08-05 20:36:37,842 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea 0.022s 2025-08-05 20:36:37,843 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application /json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:36:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-0c293fe2-8887-4004-905f-c17c7fe38f06', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea does not exist", "detail": ""}}' 2025-08-05 20:36:38,189 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/886976e1-d49b-40d8-8c88-3ff0d49b1eaf 0.345s 2025-08-05 20:36:38,189 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:36:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-cde17847-0ef8-4666-9ee5-e2325b870bff', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/886976e1-d49b-40d8-8c88-3ff0d49b1eaf'} Body: b'' {3} setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest) ... SKIPPED: Attached encrypted volume extend is disabled. {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.021006s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.028056s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.028584s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.022872s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.021906s] ... ok {3} 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 63bdb22a-25a2-4e6f-81ea-f973d6e8ea95 failed to build and is in ERROR status {3} 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 a6b82933-20a8-41a7-953b-16fb99c961d7 failed to build and is in ERROR status {3} setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 f073e411-63c1-4029-951b-fc317e318489 failed to build and is in ERROR status {3} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [1.602959s] ... 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 81f5f0bf-1347-4699-a9f6-4eab54263065 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:37:00,605 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/volumes 0.311s 2025-08-05 20:37:00,605 98934 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-157627546"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17ecd1e7-ad83-4ab7-a086-89456d8a2a74', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17ecd1e7-ad83-4ab7-a086-89456d8a2a74', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "81f5f0bf-1347-4699-a9f6-4eab54263065", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:00.549304", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-157627546", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065"}], "user_id": "34619d4df69f49a7b67615a0a14659ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:37:00,655 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065 0.038s 2025-08-05 20:37:00,656 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bea249cd-af68-4c65-a0fb-2df8d0dc2c2e', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bea249cd-af68-4c65-a0fb-2df8d0dc2c2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065'} Body: b'{"volume": {"id": "81f5f0bf-1347-4699-a9f6-4eab54263065", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:01.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-157627546", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065"}], "user_id": "34619d4df69f49a7b67615a0a14659ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef27a0add7974a59ab928e3f388809c7"}}' 2025-08-05 20:37:01,712 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065 0.041s 2025-08-05 20:37:01,712 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f795e35d-a9ca-4784-a970-27f 73a2f1aa3', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f795e35d-a9ca-4784-a970-27f73a2f1aa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065'} Body: b'{"volume": {"id": "81f5f0bf-1347-4699-a9f6-4eab54263065", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:01.000000", "updated_at": "2025-08-05T20:37:01.000000", "name": "tempest-VolumesDeleteCascade-Volume-157627546", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065"}], "user_id": "34619d4df69f49a7b67615a0a14659ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef27a0add7974a59ab928e3f388809c7"}}' 2025-08-05 20:37:01,762 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065 0.036s 2025-08-05 20:37:01,762 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0cbba6a-9b27-46bd-a5c5-74c2e0d86200', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0cbba6a-9b27-46bd-a5c5-74c2e0d86200', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065'} Body: b'{"volume": {"id": "81f5f0bf-1347-4699-a9f6-4eab54263065", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:01.000000", "updated_at": "2025-08-05T20:37:01.000000", "name": "tempest-VolumesDeleteCascade-Volume-157627546", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065"}], "user_id": "34619d4df69f49a7b67615a0a14659ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef27a0add7974a59ab928e3f388809c7"}}' 2025-08-05 20:37:01,873 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065 0.097s 2025-08-05 20:37:01,873 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37: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-ee5f2dbe-b457-4951-bb11-d44a0c91c456', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065'} Body: b'' 2025-08-05 20:37:01,895 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065 0.021s 2025-08-05 20:37:01,895 98934 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37: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-e3763fb5-ffdb-4730-b39c-1f15d2c15dfe', 'x-openstack-request-id': 'req-e3763fb5-ffdb-4730-b39c-1f15d2c15dfe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 81f5f0bf-1347-4699-a9f6-4eab54263065 could not be found."}}' {3} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [1.484648s] ... 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 76288e4c-9f42-4f31-98df-76806fe57435 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:37:02,070 98934 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.172s 2025-08-05 20:37:02,071 98934 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-1686122063"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-393da6ad-47df-4c2f-b482-7483590bed3e', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-393da6ad-47df-4c2f-b482-7483590bed3e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "76288e4c-9f42-4f31-98df-76806fe57435", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:02.014410", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1686122063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76288e4c-9f42-4f31-98df-76806fe57435"}], "user_id": "34619d4df69f49a7b67615a0a14659ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:37:02,122 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435 0.039s 2025-08-05 20:37:02,122 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b22700a-2bfa-4a6b-ab2e-828a64721da8', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b22700a-2bfa-4a6b-ab2e-828a64721da8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435'} Body: b'{"volume": {"id": "76288e4c-9f42-4f31-98df-76806fe57435", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:02.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1686122063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76288e4c-9f42-4f31-98df-76806fe57435"}], "user_id": "34619d4df69f49a7b67615a0a14659ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef27a0add7974a59ab928e3f388809c7"}}' 2025-08-05 20:37:03,176 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435 0.038s 2025-08-05 20:37:03,177 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute- request-id': 'req-dc2c3f07-5466-481d-ae3d-27d99e6cff79', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc2c3f07-5466-481d-ae3d-27d99e6cff79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435'} Body: b'{"volume": {"id": "76288e4c-9f42-4f31-98df-76806fe57435", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:02.000000", "updated_at": "2025-08-05T20:37:02.000000", "name": "tempest-VolumesDeleteCascade-Volume-1686122063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76288e4c-9f42-4f31-98df-76806fe57435"}], "user_id": "34619d4df69f49a7b67615a0a14659ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef27a0add7974a59ab928e3f388809c7"}}' 2025-08-05 20:37:03,253 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435 0.063s 2025-08-05 20:37:03,253 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33236dce-7e3d-43dd-aeff-f69ead68eb0c', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33236dce-7e3d-43dd-aeff-f69ead68eb0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435'} Body: b'{"volume": {"id": "76288e4c-9f42-4f31-98df-76806fe57435", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:02.000000", "updated_at": "2025-08-05T20:37:02.000000", "name": "tempest-VolumesDeleteCascade-Volume-1686122063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76288e4c-9f42-4f31-98df-76806fe57435"}], "user_id": "34619d4df69f49a7b67615a0a14659ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef27a0add7974a59ab928e3f388809c7"}}' 2025-08-05 20:37:03,360 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435 0.092s 2025-08-05 20:37:03,360 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa50f853-ff3a-4861-acd0-db5e25b33e8e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435'} Body: b'' 2025-08-05 20:37:03,381 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435 0.021s 2025-08-05 20:37:03,382 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8c826b0-030d-45ef-9721-a15864830073', 'x-openstack-request-id': 'req-e8c826b0-030d-45ef-9721-a15864830073', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 76288e4c-9f42-4f31-98df-76806fe57435 could not be found."}}' {3} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [169.001333s] ... 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 f4a9560c-4807-40e6-835a-3a63b74311b2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:37:17,053 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.246s 2025-08-05 20:37:17,053 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-348442719", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIru6OECdoFDLdKRWXY05p3ByPBBeQGV7577oZPLXGtEjX1PmqxJlByRYkRCZ3vXWW3x6KiSKH/Xz5a5GAWq3A7TlYYr18pJWQCpduPNzncesHsfvwGtNrfT1Xq64xeLFQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe73ecad-9b68-45e5-b177-59fc6fd5dbf5', 'x-compute-request-id': 'req-fe73ecad-9b68-45e5-b177-59fc6fd5dbf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-348442719", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIru6OECdoFDLdKRWXY05p3ByPBBeQGV7577oZPLXGtEjX1PmqxJlByRYkRCZ3vXWW3x6KiSKH/Xz5a5GAWq3A7TlYYr18pJWQCpduPNzncesHsfvwGtNrfT1Xq64xeLFQ==", "fingerprint": "65:a9:5a:04:e2:1d:47:82:97:3b:9c:0a:bb:42:65:96", "user_id": "8c588875fc8d4ac8a5684d9f8029ce85"}}' 2025-08-05 20:37:17,290 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.233s 2025-08-05 20:37:17,290 98934 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-1936808039", "description": "tempest-secgroup-smoke-1936808039 description", "project_id": "adf413a405314bde8bd36aa01f5dad15"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1677', 'x-openstack-request-id': 'req-d803f846-77aa-46a6-af6a-bd94a012e267', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "name": "tempest-secgroup-smoke-1936808039", "stateful": true, "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "description": "tempest-secgroup-smoke-1936808039 description", "shared": false, "security_group_rules": [{"id": "640cacf7-403b-47d8-a288-2d18d0b6467a", "project_id": "adf413a405314bde8bd36aa01f5dad15", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "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": 1276, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:37:17Z", "updated_at": "2025-08-05T20:37:17Z", "revision_number": 0}, {"id": "c3cbd7df-64e6-48fc-9131-bb43d5bfe35f", "project_id": "adf413a405314bde8bd36aa01f5dad15", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "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": 1277, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:37:17Z", "updated_at": "2025-08-05T20:37:17Z", "revision_number": 0}], "tags": [], "created_at": "20 25-08-05T20:37:17Z", "updated_at": "2025-08-05T20:37:17Z", "revision_number": 1, "project_id": "adf413a405314bde8bd36aa01f5dad15"}}' 2025-08-05 20:37:17,489 98934 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.198s 2025-08-05 20:37:17,489 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "project_id": "adf413a405314bde8bd36aa01f5dad15", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-6d5f7a12-f6c7-4e5d-8745-2b7d611bb92f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3f647084-2394-4396-97d7-bb0400e3ec0a", "project_id": "adf413a405314bde8bd36aa01f5dad15", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "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-05T20:37:17Z", "updated_at": "2025-08-05T20:37:17Z", "revision_number": 0}}' 2025-08-05 20:37:17,696 98934 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.206s 2025-08-05 20:37:17,697 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "project_id": "adf413a405314bde8bd36aa01f5dad15", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-cdd2f717-ba19-4d80-9a74-bec71ebf3140', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f42cf7c5-4d3d-4688-9e2b-727fb0d9e1ca", "project_id": "adf413a405314bde8bd36aa01f5dad15", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "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-05T20:37:17Z", "updated_at": "2025-08-05T20:37:17Z", "revision_number": 0}}' 2025-08-05 20:37:17,907 98934 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.210s 2025-08-05 20:37:17,908 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "project_id": "adf413a405314bde8bd36aa01f5dad15", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-de57c557-54a5-40fc-97d3-7d9218e1b12c' , 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "15ddc778-71e6-4724-bb2c-942d4011697b", "project_id": "adf413a405314bde8bd36aa01f5dad15", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "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-05T20:37:17Z", "updated_at": "2025-08-05T20:37:17Z", "revision_number": 0}}' 2025-08-05 20:37:18,328 98934 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.419s 2025-08-05 20:37:18,328 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "project_id": "adf413a405314bde8bd36aa01f5dad15", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-93a1421e-a413-49c1-9e7e-4f254f151cc6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "49241c08-e259-4cc1-bb0c-16826ff6b66b", "project_id": "adf413a405314bde8bd36aa01f5dad15", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "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-05T20:37:18Z", "updated_at": "2025-08-05T20:37:18Z", "revision_number": 0}}' 2025-08-05 20:37:18,549 98934 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.220s 2025-08-05 20:37:18,549 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "project_id": "adf413a405314bde8bd36aa01f5dad15", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-a98ce893-4954-4c34-ac5c-123836a83b0c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "49585152-996a-4f06-8647-119bfd1715d3", "project_id": "adf413a405314bde8bd36aa01f5dad15", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "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-05T20:37:18Z", "updated_at": "2025-08-05T20:37:18Z", "revision_number": 0}}' 2025-08-05 20:37:19,589 98934 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.039s 2025-08-05 20:37:19,589 98934 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": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "project_id": "adf413a405314bde8bd36aa01f5dad15", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-aed2ca1e-cdcc-4cf8-9828-d5ad4dde5219', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b9afa36b-a1bf-480e-af6e-705b4864c0a2", "project_id": "adf413a405314bde8bd36aa01f5dad15", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "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-05T20:37:19Z", "updated_at": "2025-08-05T20:37:19Z", "revision_number": 0}}' 2025-08-05 20:37:19,819 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.228s 2025-08-05 20:37:19,819 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-1905764341", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4f1924b-ab3f-4d3c-8bbd-ea22de57ed4f', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4f1924b-ab3f-4d3c-8bbd-ea22de57ed4f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f4a9560c-4807-40e6-835a-3a63b74311b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:19.754825", "updated_at": null, "name": "tempest-TestStampPattern-volume-1905764341", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2"}], "user_id": "8c588875fc8d4ac8a5684d9f8029ce85", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:37:19,879 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.042s 2025-08-05 20:37:19,880 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:19 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-da8fb1dc-10f0-463a-b549-de837008c3f8', '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": "8c588875fc8d4ac8a5684d9f8029ce85", "name": "tempest-TestStampPattern-579882843-project-member", "password_expires_at": null}, "audit_ids": ["J4PNSlcUShuM4tnd w6pvsw"], "expires_at": "2025-08-05T21:37:19.000000Z", "issued_at": "2025-08-05T20:37:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "adf413a405314bde8bd36aa01f5dad15", "name": "tempest-TestStampPattern-579882843"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/adf413a405314bde8bd36aa01f5dad15", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:37:19,880 98934 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': 'b251451c-09e5-4db2-8104-91e8f869a524', 'name': 'tempest-TestStampPattern-203622358-network', 'tenant_id': 'adf413a405314bde8bd36aa01f5dad15', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'adf413a405314bde8bd36aa01f5dad15', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43527, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:37:05Z', 'updated_at': '2025-08-05T20:37:05Z', 'revision_number': 1} available for tenant 2025-08-05 20:37:20,526 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/compute/v2.1/servers 0.644s 2025-08-05 20:37:20,526 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-1833058675", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "key_name": "tempest-TestStampPattern-348442719", "security_groups": [{"name": "tempest-secgroup-smoke-1936808039"}], "networks": [{"uuid": "b251451c-09e5-4db2-8104-91e8f869a524"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x -openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a71436ba-b2fe-40e6-ac70-5d1b75acf068', 'x-compute-request-id': 'req-a71436ba-b2fe-40e6-ac70-5d1b75acf068', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1936808039"}], "adminPass": "w9d6BEc2ydU6"}}' 2025-08-05 20:37:20,600 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 0.070s 2025-08-05 20:37:20,600 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:20 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-77912049-e8f4-4513-ab26-69c965b92897', 'x-compute-request-id': 'req-77912049-e8f4-4513-ab26-69c965b92897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8'} Body: b'{"server": {"id": "5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8", "name": "tempest-TestStampPattern-server-1833058675", "status": "BUILD", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "user_id": "8c588875fc8d4ac8a5684d9f8029ce85", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:37:20Z", "updated": "2025-08-05T20:37:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-348442719", "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 20:38:10,912 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 0.247s 2025-08-05 20:38:10,913 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:38:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e11e679d-b3c9-4859-8e15-42a19dae48e5', 'x-compute-request-id': 'req-e11e679d-b3c9-4859-8e15-42a19dae48e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8'} Body: b'{"server": {"id": "5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8", "name": "temp est-TestStampPattern-server-1833058675", "status": "ACTIVE", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "user_id": "8c588875fc8d4ac8a5684d9f8029ce85", "metadata": {}, "hostId": "6b481b655f127db5da9f090a2ab25b32265a7e911d2d4e017708d93f", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:37:20Z", "updated": "2025-08-05T20:37:36Z", "addresses": {"tempest-TestStampPattern-203622358-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ab:9e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-348442719", "OS-SRV-USG:launched_at": "2025-08-05T20:37:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1936808039"}], "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 20:38:10,929 98934 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:39:11,234 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 0.248s 2025-08-05 20:39:11,235 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd170fe2-0519-44f8-91c9-b84337550cc0', 'x-compute-request-id': 'req-dd170fe2-0519-44f8-91c9-b84337550cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8'} Body: b'{"server": {"id": "5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8", "name": "tempest-TestStampPattern-server-1833058675", "status": "ACTIVE", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "user_id": "8c588875fc8d4ac8a5684d9f8029ce85", "metadata": {}, "hostId": "6b481b655f127db5da9f090a2ab25b32265a7e911d2d4e017708d93f", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:37:20Z", "updated": "2025-08-05T20:37:36Z", "addresses": {"tempest-TestStampPattern-203622358-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ab:9e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-348442719", "OS-SRV-USG:launched_at": "2025-08-05T20:37:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1936808039"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:pow er_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 20:39:11,358 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/networking/v2.0/ports?device_id=5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 0.108s 2025-08-05 20:39:11,359 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '954', 'x-openstack-request-id': 'req-9463b829-6880-4429-83bc-38fb703bbdc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8'} Body: b'{"ports":[{"id":"eaae0b63-3aee-4731-b332-34b2513a9de4","name":"","network_id":"b251451c-09e5-4db2-8104-91e8f869a524","tenant_id":"adf413a405314bde8bd36aa01f5dad15","mac_address":"fa:16:3e:f0:ab:9e","admin_state_up":true,"status":"ACTIVE","device_id":"5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"df7461e1-c7f2-4c68-b9a3-84763e1ea9c4","ip_address":"10.0.0.4"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["19a97e03-78c2-4621-b7a7-0624c87b7f92"],"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-05T20:37:25Z","updated_at":"2025-08-05T20:37:32Z","revision_number":5,"project_id":"adf413a405314bde8bd36aa01f5dad15"}]}' 2025-08-05 20:39:11,359 98934 DEBUG [tempest.common.waiters] Server ID 5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 ports are all ACTIVE [{'id': 'eaae0b63-3aee-4731-b332-34b2513a9de4', 'name': '', 'network_id': 'b251451c-09e5-4db2-8104-91e8f869a524', 'tenant_id': 'adf413a405314bde8bd36aa01f5dad15', 'mac_address': 'fa:16:3e:f0:ab:9e', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': 'df7461e1-c7f2-4c68-b9a3-84763e1ea9c4', 'ip_address': '10.0.0.4'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['19a97e03-78c2-4621-b7a7-0624c87b7f92'], '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-05T20:37:25Z', 'updated_at': '2025-08-05T20:37:32Z', 'revision_number': 5, 'project_id': 'adf413a405314bde8bd36aa01f5dad15'}]: 2025-08-05 20:39:11,484 98934 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=49592b35-3452-42ac-91cf-fbe6504358d3&port_id=eaae0b63-3aee-4731-b332-34b2513a9de4 0.124s 2025-08-05 20:39:11,484 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '19', 'x-openstack-request-id': 'req-1efab598-5265-4e5d-ab9a-709490ef994e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips?floating_network_id=49592b35-3452-42ac-91cf-fbe6504358d3&port_id=eaae0b63-3aee-4731-b332-34b2513a9de4'} Body: b'{"floatingips": []}' 2025-08-05 20:39:11,544 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/ networking/v2.0/ports?device_id=5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 0.059s 2025-08-05 20:39:11,545 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '954', 'x-openstack-request-id': 'req-55a88251-9d26-4909-93f1-0ca92236c204', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8'} Body: b'{"ports":[{"id":"eaae0b63-3aee-4731-b332-34b2513a9de4","name":"","network_id":"b251451c-09e5-4db2-8104-91e8f869a524","tenant_id":"adf413a405314bde8bd36aa01f5dad15","mac_address":"fa:16:3e:f0:ab:9e","admin_state_up":true,"status":"ACTIVE","device_id":"5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"df7461e1-c7f2-4c68-b9a3-84763e1ea9c4","ip_address":"10.0.0.4"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["19a97e03-78c2-4621-b7a7-0624c87b7f92"],"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-05T20:37:25Z","updated_at":"2025-08-05T20:37:32Z","revision_number":5,"project_id":"adf413a405314bde8bd36aa01f5dad15"}]}' 2025-08-05 20:39:11,545 98934 DEBUG [tempest.common.waiters] Server ID 5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 ports are all ACTIVE [{'id': 'eaae0b63-3aee-4731-b332-34b2513a9de4', 'name': '', 'network_id': 'b251451c-09e5-4db2-8104-91e8f869a524', 'tenant_id': 'adf413a405314bde8bd36aa01f5dad15', 'mac_address': 'fa:16:3e:f0:ab:9e', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': 'df7461e1-c7f2-4c68-b9a3-84763e1ea9c4', 'ip_address': '10.0.0.4'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['19a97e03-78c2-4621-b7a7-0624c87b7f92'], '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-05T20:37:25Z', 'updated_at': '2025-08-05T20:37:32Z', 'revision_number': 5, 'project_id': 'adf413a405314bde8bd36aa01f5dad15'}]: 2025-08-05 20:39:12,952 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.406s 2025-08-05 20:39:12,952 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "port_id": "eaae0b63-3aee-4731-b332-34b2513a9de4", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "fixed_ip_address": "10.0.0.4"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-bb2bedf4-46df-44f2-b2a1-e03e84e56cca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "cf67234f-f5cb-4db3-91d9-2452aeee7787", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "floating_ip_address": "172.24.4.44", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "6a105a16-48da-4df3-bc39-7c8a4f84d4af", "port_id": "eaae0b63-3aee-4731-b332-34b2513a9de4", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "project_id": "adf413a405314bde8bd36aa01f5dad15", "description": "", "port_details": {"name": "", "network_id": "b251451c-09e5-4db2-8104-91e8f869a524", "mac_address": "fa:16:3e:f0:ab:9e", "admin_state_up": true, "status": "ACTIVE", "device_id": "5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:39:12Z", "updated_at": "2025-08-05T20:39:12Z", "revision_number": 0}}' 2025-08-05 20:39:12,955 98934 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.44:22' as 'cirros' with public key authentication 2025-08-05 20:39:12,969 98934 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:39:13,079 98934 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:39:13,079 98934 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.44 successfully created 2025-08-05 20:39:13,080 98934 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 20:39:13,080 98934 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.44:22' as 'cirros' with public key authentication 2025-08-05 20:39:13,083 98934 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:39:13,192 98934 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:39:13,193 98934 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.44 successfully created 2025-08-05 20:39:13,251 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2 0.045s 2025-08-05 20:39:13,251 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f7a517f-80d6-4952-b2e5-999ee29d94eb', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f7a517f-80d6-4952-b2e5-999ee29d94eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2'} Body: b'{"volume": {"id": "f4a9560c-4807-40e6-835a-3a63b74311b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:20.000000", "updated_at": "2025-08-05T20:37:20.000000", "name": "tempest-TestStampPattern-volume-1905764341", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2"}], "user_id": "8c588875fc8d4ac8a5684d9f8029ce85", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "adf413a405314bde8bd36aa01f5dad15"}}' 2025-08-05 20:39:14,316 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2 0.050s 2025-08-05 20:39:14,316 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4677c239-7b4a-44f6-88e3-a6fb8636afb4', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-open stack-request-id': 'req-4677c239-7b4a-44f6-88e3-a6fb8636afb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2'} Body: b'{"volume": {"id": "f4a9560c-4807-40e6-835a-3a63b74311b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:20.000000", "updated_at": "2025-08-05T20:37:20.000000", "name": "tempest-TestStampPattern-volume-1905764341", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2"}], "user_id": "8c588875fc8d4ac8a5684d9f8029ce85", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "adf413a405314bde8bd36aa01f5dad15"}}' 2025-08-05 20:39:14,934 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/cf67234f-f5cb-4db3-91d9-2452aeee7787 0.604s 2025-08-05 20:39:14,935 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-fd4c0a0f-546d-4b20-a69d-a631fd2d0a44', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/cf67234f-f5cb-4db3-91d9-2452aeee7787'} Body: b'' 2025-08-05 20:39:15,062 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 0.127s 2025-08-05 20:39:15,063 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:14 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-f7dc6ffd-fec4-4332-a574-62a81270f005', 'x-compute-request-id': 'req-f7dc6ffd-fec4-4332-a574-62a81270f005', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8'} Body: b'' 2025-08-05 20:39:15,225 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 0.161s 2025-08-05 20:39:15,225 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bffbeb58-6b31-4984-a528-fbd0d68d0430', 'x-compute-request-id': 'req-bffbeb58-6b31-4984-a528-fbd0d68d0430', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8'} Body: b'{"server": {"id": "5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8", "name": "tempest-TestStampPattern-server-1833058675", "status": "ACTIVE", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "user_id": "8c588875fc8d4ac8a5684d9f8029ce85", "metadata": {}, "hostId": "6b481b655f127db5da9f090a2ab25b322 65a7e911d2d4e017708d93f", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:37:20Z", "updated": "2025-08-05T20:39:15Z", "addresses": {"tempest-TestStampPattern-203622358-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ab:9e"}, {"version": 4, "addr": "172.24.4.44", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ab:9e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-348442719", "OS-SRV-USG:launched_at": "2025-08-05T20:37:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1936808039"}], "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 20:40:05,329 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 0.040s 2025-08-05 20:40:05,329 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40:05 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-70d40a1d-16c6-4e3e-8f7a-f391e5dc0c38', 'x-compute-request-id': 'req-70d40a1d-16c6-4e3e-8f7a-f391e5dc0c38', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 could not be found."}}' 2025-08-05 20:40:05,437 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2 0.107s 2025-08-05 20:40:05,438 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-681a56ac-c5d3-4cfe-86b4-6249097dde06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2'} Body: b'' 2025-08-05 20:40:05,461 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2 0.023s 2025-08-05 20:40:05,462 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e719868b-af6d-432e-876a-8579bf9ee11e', 'x-openstack-request-id': 'req-e719868b-af6d-432e-876a-8579bf9ee11e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f4a9560c-4807-40e6-835a-3a63b74311b2 could not be found."}}' 2025-08-05 20:40:05,764 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/19a97e03-78c2-4621-b7a7-0624c87b7f92 0.301s 2025-08-05 20:40:05,764 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-42cfc5e1-00fc-4bcc-b65d-6724d15d1bb8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/19a97e03-78c2-4621-b7a7-0624c87b7f92'} Body: b'' 2025-08-05 20:40:05,804 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-348442719 0.039s 2025-08-05 20:40:05,804 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40:05 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-5f061069-7ed8-496f-bb19-0dfd6d0e41bf', 'x-compute-request-id': 'req-5f061069-7ed8-496f-bb19-0dfd6d0e41bf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-348442719'} Body: b'' {3} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal [1.730293s] ... 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 9b4620b3-aef6-4aa7-a99a-2e0317ee4850 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:40:26,276 98934 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 202 POST http://10.0.0.210/volume/v3/volumes 0.469s 2025-08-05 20:40:26,276 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDependencyTests-volume-487615399", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4a4b947-e2e2-4d5a-80bd-fe80a4617a41', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4a4b947-e2e2-4d5a-80bd-fe80a4617a41', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9b4620b3-aef6-4aa7-a99a-2e0317ee4850", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:40:26.144421", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-487615399", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850"}], "user_id": "cd748395c79548f7a6e5293169017cf5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:40:26,330 98934 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850 0.042s 2025-08-05 20:40:26,331 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79f30e33-c162-4d13-8c6b-b6f409dba2fc', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79f30e33-c162-4d13-8c6b-b6f409dba2fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850'} Body: b'{"volume": {"id": "9b4620b3-aef6-4aa7-a99a-2e0317ee4850", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:40:26.000000", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-487615399", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850"}], "user_id": "cd748395c79548f7a6e5293169017cf5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3276deed0254e94b96fe8c12a7b8c67"}}' 2025-08-05 20:40:27,384 98934 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850 0.039s 2025-08-05 20:40:27,384 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-3ebd4743-3b35-45cb-8152-e88b7748ec8a', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ebd4743-3b35-45cb-8152-e88b7748ec8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850'} Body: b'{"volume": {"id": "9b4620b3-aef6-4aa7-a99a-2e0317ee4850", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:40:26.000000", "updated_at": "2025-08-05T20:40:26.000000", "name": "tempest-SnapshotDependencyTests-volume-487615399", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850"}], "user_id": "cd748395c79548f7a6e5293169017cf5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3276deed0254e94b96fe8c12a7b8c67"}}' 2025-08-05 20:40:27,514 98934 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850 0.116s 2025-08-05 20:40:27,515 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40: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-31f3f577-88c8-4642-b2a2-db69c76b301e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850'} Body: b'' 2025-08-05 20:40:27,535 98934 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850 0.020s 2025-08-05 20:40:27,536 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40: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-4c04d5e0-cec0-463a-abc0-13294c10645c', 'x-openstack-request-id': 'req-4c04d5e0-cec0-463a-abc0-13294c10645c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9b4620b3-aef6-4aa7-a99a-2e0317ee4850 could not be found."}}' ============================== Failed 112 tests - output below: ============================== tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 55, in test_volume_create_get_delete volume = self.create_volume(size=CONF.volume.volume_size, File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bd6eff97-cae3-4431-a301-5ba719651336 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:17:42,655 98936 INFO [tempest.lib.common.rest_client] Request (VolumesGetTestJSON:test_volume_create_get_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 1.909s 2025-08-05 20:17:42,655 98936 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-482423866", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:17:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '352', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/bd6eff97-cae3-4431-a301-5ba719651336', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-562239d7-da15-493d-a7a9-3f8ec9cc218f', 'x-compute-request-id': 'req-562239d7-da15-493d-a7a9-3f8ec9cc218f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "bd6eff97-cae3-4431-a301-5ba719651336", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T20:17:42.438301", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-482423866", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-05 20:17:42,840 98936 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/bd6eff97-cae3-4431-a301-5ba719651336 0.178s 2025-08-05 20:17:42,840 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:17:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b2db888e-2d19-465a-a8be-f899836ed565', 'x-compute-request-id': 'req-b2db888e-2d19-465a-a8be-f899836ed565', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/bd6eff97-cae3-4431-a301-5ba719651336'} Body: b'{"volume": {"id": "bd6eff97-cae3-4431-a301-5ba719651336", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T20:17:42.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-482423866", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2025-08-05 20:17:44,112 98936 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/bd6eff97-cae3-4431-a301-5ba719651336 0.265s 2025-08-05 20:17:44,112 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:17:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4da27b62-0ff2-45df-8290-863c4ee5b82c', 'x-compute-request-id': 'req-4da27b62-0ff2-45df-8290-863c4ee5b82c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/bd6eff97-cae3-4431-a301-5ba719651336'} Body: b'{"volume": {"id": "bd6eff97-cae3-4431-a301-5ba719651336", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T20:17:42.000000", "at tachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-482423866", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON) -------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_list.py", line 56, in resource_setup volume = cls.create_volume(metadata=metadata) File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 792d2b50-7db1-44a1-b628-13a61bd80ebe failed to build and is in ERROR status tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] ------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 182, in test_create_group_from_group grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 020728bc-1640-40fe-989f-39de37bad858 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:17:50,685 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/types 0.165s 2025-08-05 20:17:50,685 98932 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-1820150771"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:17:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afe348fd-e6d4-43dc-8949-41cab8aefdc6', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afe348fd-e6d4-43dc-8949-41cab8aefdc6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "ff2ccb13-3539-47a7-9392-a7c5c64bd29c", "name": "tempest-GroupsV314Test-volume-type-1820150771", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:17:50,739 98932 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.050s 2025-08-05 20:17:50,739 98932 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-1695295218"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:17:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4076d20-50be-4467-98c0-133a09d3ad36', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4076d20-50be-4467-98c0-133a09d3ad36', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "f2d45cb9-2c22-4afb-ae2d-e8a9c932f658", "name": "tempest-GroupsV314Test-group-type-1695295218", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 20:17:50,988 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/groups 0.246s 2025-08-05 20:17:50,988 98932 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": "f2d45cb9-2c22-4afb-ae2d-e8a9c932f658", "volume_types": ["ff2ccb13-3539-47a7-9392-a7c5c64bd29c"], "name": "tempest-GroupsV314Test-Group-1196064293"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:17:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cc68d1c-a651-4c8f-92f3-513b92c830b5', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cc68d1c-a651-4c8f-92f3-513b92c830b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "020728bc-1640-40fe-989f-39de37bad858", "name": "tempest-GroupsV314Test-Group-1196064293"}}' 2025-08-05 20:17:51,049 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/020728bc-1640-40fe-989f-39de37bad858 0.058s 2025-08-05 20:17:51,049 98932 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 20:17:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-da8c172d-be4f-4ec9-9960-d5bda7ec7c54', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da8c172d-be4f-4ec9-9960-d5bda7ec7c54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/020728bc-1640-40fe-989f-39de37bad858'} Body: b'{"group": {"id": "020728bc-1640-40fe-989f-39de37bad858", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T20:17:51.000000", "name": "tempest-GroupsV314Test-Group-1196064293", "description": null, "group_type": "f2d45cb9-2c22-4afb-ae2d-e8a9c932f658", "volume_types": ["ff2ccb13-3539-47a7-9392-a7c5c64bd29c"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:17:52,103 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/groups/020728bc-1640-40fe-989f-39de37bad858 0.045s 2025-08-05 20:17:52,103 98932 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 20:17:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6d469536-3d99-473c-9f34-dfb69216d658', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6d469536-3d99-473c-9f34-dfb69216d658', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/020728bc-1640-40fe-989f-39de37bad858'} Body: b'{"group": {"id": "020728bc-1640-40fe-989f-39de37bad858", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T20:17:51.000000", "name": "tempest-GroupsV314Test-Group-1196064293", "description": null, "group_type": "f2d45cb9-2c22-4afb-ae2d-e8a9c932f658", "volume_types": ["ff2ccb13-3539-47a7-9392-a7c5c64bd29c"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:17:52,170 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.061s 2025-08-05 20:17:52,170 98932 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 20:17:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-94ecc197-937e-424b-bdc9-0842e8fb00ea', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-94ecc197-937e-424b-bdc9-0842e8fb00ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 20:17:52,249 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/020728bc-1640-40fe-989f-39de37bad858/action 0.066s 2025-08-05 20:17:52,250 98932 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 20:17:52 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-25896f07-13a5-45ee-b7ff-f4dbc420f191', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/020728bc-1640-40fe-989f-39de37bad858/action'} Body: b'' 2025-08-05 20:17:52,264 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/020728bc-1640-40fe-989f-39de37bad858 0.014s 2025-08-05 20:17:52,265 98932 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 20:17:52 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-3e506076-4ca5-41c6-ba96-32ded205234a', 'x-openstack-request-id': 'req-3e506076-4ca5-41c6-ba96-32ded205234a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/020728bc-1640-40fe-989f-39de37bad858'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 020728bc-1640-40fe-989f-39de37bad858 could not be found."}}' 2025-08-05 20:17:52,302 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/f2d45cb9-2c22-4afb-ae2d-e8a9c932f658 0.037s 2025-08-05 20:17:52,302 98932 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 20:17:52 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-7f36eddc-d404-4d66-adab-305f1e7e6520', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/f2d45cb9-2c22-4afb-ae2d-e8a9c932f658'} Body: b'' 2025-08-05 20:17:52,376 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/ff2ccb13-3539-47a7-9392-a7c5c64bd29c 0.073s 2025-08-05 20:17:52,377 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:17: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-9d854fa8-2361-48b8-8829-d926bae5e4ef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/ff2ccb13-3539-47a7-9392-a7c5c64bd29c'} Body: b'' 2025-08-05 20:17:52,392 98932 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/ff2ccb13-3539-47a7-9392-a7c5c64bd29c 0.015s 2025-08-05 20:17:52,393 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:17:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-ded1c2f5-6f56-4048-a391-8ff1f4bdd65f', 'x-openstack-request-id': 'req-ded1c2f5-6f56-4048-a391-8ff1f4bdd65f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/ff2ccb13-3539-47a7-9392-a7c5c64bd29c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ff2ccb13-3539-47a7-9392-a7c5c64bd29c could not be found."}}' 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 331d091a-79e9-4f11-a98d-8e0b69d72147 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:26,200 98948 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.660s 2025-08-05 20:18:26,200 98948 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-1910369237", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73de694c-f447-4286-9f6d-f4a77303ef7f', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73de694c-f447-4286-9f6d-f4a77303ef7f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "331d091a-79e9-4f11-a98d-8e0b69d72147", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:26.141125", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1910369237", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147"}], "user_id": "2872c8987a674b059e80cf2cdeb23f2b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:18:26,253 98948 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147 0.040s 2025-08-05 20:18:26,254 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-217dfd31-3aa6-45d7-921a-5cb7ef23a7d9', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-217dfd31-3aa6-45d7-921a-5cb7ef23a7d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147'} Body: b'{"volume": {"id": "331d091a-79e9-4f11-a98d-8e0b69d72147", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:26.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1910369237", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147"}], "user_id": "2872c8987a674b059e80cf2cdeb23f2b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f864dae06d8440ab992308c3588e9ae"}}' 2025-08-05 20:18:27,310 98948 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147 0.042s 2025-08-05 20:18:27,310 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-670e6057-77ae-4fa0-9faf-1a7728f17172', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-670e6057-77ae-4fa0-9faf-1a7728f17172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147'} Body: b'{"volume": {"id": "331d091a-79e9-4f11-a98d-8e0b69d72147", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:26.000000", "updated_at": "2025-08-05T20:18:26.000000", "name": "tempest-TaggedBootDevicesTest-volume-1910369237", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/331d091a-79e9-4f11-a98d-8e0b69d72147"}], "user_id": "2872c8987a674b059e80cf2cdeb23f2b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3f864dae06d8440ab992308c3588e9ae"}}' 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 6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:27,966 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/volumes 0.443s 2025-08-05 20:18:27,966 98944 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-236131092"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9b2903b-bd19-4c30-9eda-5fa38026453a', 'content-length': '745', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9b2903b-bd19-4c30-9eda-5fa38026453a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:27.897927", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-236131092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803"}], "user_id": "c795ce46253b4a299fdc0b90bc916473", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:18:28,015 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803 0.036s 2025-08-05 20:18:28,016 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80b77e5b-25f0-41b6-b46f-28676377f15f', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80b77e5b-25f0-41b6-b46f-28676377f15f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803'} Body: b'{"volume": {"id": "6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:28.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-236131092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803"}], "user_id": "c795ce46253b4a299fdc0b90bc916473", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aaf7e6a620a44ea8c6024f0853ce6f3"}}' 2025-08-05 20:18:29,070 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803 0.039s 2025-08-05 20:18:29,070 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-babca23e-00e1-41e9-84a8-dd916c9ae518', 'content-length': '834', 'openstack-api-versio n': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-babca23e-00e1-41e9-84a8-dd916c9ae518', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803'} Body: b'{"volume": {"id": "6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:28.000000", "updated_at": "2025-08-05T20:18:28.000000", "name": "tempest-TestVolumeSwap-volume-236131092", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6d9fd5a9-7ff7-4715-a3ea-2b3f34bde803"}], "user_id": "c795ce46253b4a299fdc0b90bc916473", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2aaf7e6a620a44ea8c6024f0853ce6f3"}}' 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 244708c7-228f-4979-889a-a0a21d74a6db failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:31,215 98938 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/volumes 0.571s 2025-08-05 20:18:31,215 98938 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-1463808359", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc338167-53c9-4e77-96e0-5ef34466cc7f', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc338167-53c9-4e77-96e0-5ef34466cc7f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "244708c7-228f-4979-889a-a0a21d74a6db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:31.147403", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1463808359", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/244708c7-228f-4979-889a-a0a21d74a6db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/244708c7-228f-4979-889a-a0a21d74a6db"}], "user_id": "b3966460ca3348dc9bd6101f6156fbea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:18:31,269 98938 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/244708c7-228f-4979-889a-a0a21d74a6db 0.041s 2025-08-05 20:18:31,270 98938 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3c73e89-9232-455d-82d1-0fe3f3915693', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3c73e89-9232-455d-82d1-0fe3f3915693', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/244708c7-228f-4979-889a-a0a21d74a6db'} Body: b'{"volume": {"id": "244708c7-228f-4979-889a-a0a21d74a6db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:31.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1463808359", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/244708c7-228f-4979-889a-a0a21d74a6db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/244708c7-228f-4979-889a-a0a21d74a6db"}], "user_id": "b3966460ca3348dc9bd6101f6156fbea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a7abb4417c74e8e9a651edeb2a7a91d"}}' 2025-08-05 20:18:32,329 98938 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/volumes/244708c7-228f-4979-889a-a0a21d74a6db 0.045s 2025-08-05 20:18:32,329 98938 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-acf072c3-4298-4b7a-92e9-a2ec603a430d', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-acf072c3-4298-4b7a-92e9-a2ec603a430d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/244708c7-228f-4979-889a-a0a21d74a6db'} Body: b'{"volume": {"id": "244708c7-228f-4979-889a-a0a21d74a6db", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:31.000000", "updated_at": "2025-08-05T20:18:31.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1463808359", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/244708c7-228f-4979-889a-a0a21d74a6db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/244708c7-228f-4979-889a-a0a21d74a6db"}], "user_id": "b3966460ca3348dc9bd6101f6156fbea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2a7abb4417c74e8e9a651edeb2a7a91d"}}' 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 d7aa83a7-5e40-4d59-802e-4cdd80df7e9d failed to build and is in ERROR status tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 d776c591-0b9d-4ea7-8189-382ce874d0d0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:36,012 98928 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/networks 3.956s 2025-08-05 20:18:36,012 98928 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-1734527592"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-5df93fcd-5935-4954-b7e6-aeeb3c2efff4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/networks'} Body: b'{"network":{"id":"1de09ab9-1e4d-4e09-a114-abbf8fba7820","name":"tempest-tagged-attachments-test-net-1734527592","tenant_id":"8a299dcaed374ad5a5031e4c5f218522","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"8a299dcaed374ad5a5031e4c5f218522","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-05T20:18:34Z","updated_at":"2025-08-05T20:18:34Z","revision_number":1}}' 2025-08-05 20:18:39,388 98928 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210/networking/v2.0/subnets 3.375s 2025-08-05 20:18:39,389 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "1de09ab9-1e4d-4e09-a114-abbf8fba7820", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '627', 'x-openstack-request-id': 'req-6d37fb44-eb7e-421b-b9e9-769e414d3db9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"e4641255-0a5d-4917-934c-a548257f517a","name":"","tenant_id":"8a299dcaed374ad5a5031e4c5f218522","network_id":"1de09ab9-1e4d-4e09-a114-abbf8fba7820","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-05T20:18:37Z","updated_at":"2025-08-05T20:18:37Z","revision_number":0,"project_id":"8a299dcaed374ad5a5031e4c5f218522"}}' 2025-08-05 20:18:39,744 98928 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/volumes 0.354s 2025-08-05 20:18:39,744 98928 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-375201571"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad600c4c-78c0-4345-83c4-a84b3cd648da', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad600c4c-78c0-4345-83c4-a84b3cd648da', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d776c591-0b9d-4ea7-8189-382ce874d0d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:39.646937", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-375201571 ", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0"}], "user_id": "574c79d045744ac1b8daa71fd6339ff8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:18:39,806 98928 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0 0.050s 2025-08-05 20:18:39,806 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e2aeea8-595d-4363-aaa8-aabb7190c6f5', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e2aeea8-595d-4363-aaa8-aabb7190c6f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0'} Body: b'{"volume": {"id": "d776c591-0b9d-4ea7-8189-382ce874d0d0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:40.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-375201571", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0"}], "user_id": "574c79d045744ac1b8daa71fd6339ff8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a299dcaed374ad5a5031e4c5f218522"}}' 2025-08-05 20:18:40,873 98928 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0 0.053s 2025-08-05 20:18:40,874 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd04aff7-e524-4cc9-843b-c47bb2aa82fe', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd04aff7-e524-4cc9-843b-c47bb2aa82fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0'} Body: b'{"volume": {"id": "d776c591-0b9d-4ea7-8189-382ce874d0d0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:40.000000", "updated_at": "2025-08-05T20:18:40.000000", "name": "tempest-TaggedAttachmentsTest-volume-375201571", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d776c591-0b9d-4ea7-8189-382ce874d0d0"}], "user_id": "574c79d045744ac1b8daa71fd6339ff8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8a299dcaed374ad5a5031e4c5f218522"}}' 2025-08-05 20:18:42,23 9 98928 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/subnets/e4641255-0a5d-4917-934c-a548257f517a 1.349s 2025-08-05 20:18:42,239 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-d0db9969-befa-4405-a581-ffc5851ea884', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/subnets/e4641255-0a5d-4917-934c-a548257f517a'} Body: b'' 2025-08-05 20:18:44,922 98928 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/networks/1de09ab9-1e4d-4e09-a114-abbf8fba7820 2.682s 2025-08-05 20:18:44,923 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-9dd765bf-6c52-42ad-a3c2-dea1e8d12f2a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/networks/1de09ab9-1e4d-4e09-a114-abbf8fba7820'} 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 5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:44,680 98940 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.414s 2025-08-05 20:18:44,680 98940 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-2096999422"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab16f272-0628-4054-a095-a784f2079df1', 'content-length': '786', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab16f272-0628-4054-a095-a784f2079df1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:44.574792", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-2096999422", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59"}], "user_id": "b707b1c92f384e758b16d3154b3b8264", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}' 2025-08-05 20:18:44,785 98940 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59 0.093s 2025-08-05 20:18:44,786 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9e72195-952e-46fd-9618-ed54d4ca456f', 'content-length': '965', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9e72195-952e-46fd-9618-ed54d4ca456f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59'} Body: b'{"volume": {"id": "5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:45.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-2096999422", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59"}], "user_id": "b707b1c92f384e758b16d3154b3b8264", "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": "7b9a0afee1e54471991839b3cb8099a1"}}' 2025-08-05 20:18:45,843 98940 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59 0.043s 2025-08-05 20:18:45,843 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbfd38d9-1039-4e6c-bcd5-b5b85a95c655', 'content-length': '986', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbfd38d9-1039-4e6c-bcd5-b5b85a95c655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59'} Body: b'{"volume": {"id": "5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:45.000000", "updated_at": "2025-08-05T20:18:45.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-2096999422", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5aa5bfbd-e13b-436c-b7a9-7d7faa4c1e59"}], "user_id": "b707b1c92f384e758b16d3154b3b8264", "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": "7b9a0afee1e54471991839b3cb8099a1"}}' 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 c19b6275-a2f8-4385-a704-a21c069235cf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:47,937 98936 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.424s 2025-08-05 20:18:47,937 98936 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-277236459"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f633290e-e81c-4bf2-bb10-97fd8e945fed', 'content-length': '819', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f633290e-e81c-4bf2-bb10-97fd8e945fed', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c19b6275-a2f8-4385-a704-a21c069235cf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:47.872990", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-277236459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c19b6275-a2f8-4385-a704-a21c069235cf"}], "user_id": "4b7718aa84eb46c78b18fce3137da534", "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 20:18:47,992 98936 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/c19b6275-a2f8-4385-a704-a21c069235cf 0.042s 2025-08-05 20:18:47,992 98936 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 20:18:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5429953d-1154-4e2a-8d44-742265cec966', 'content-length': '887', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5429953d-1154-4e2a-8d44-742265cec966', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf'} Body: b'{"volume": {"id": "c19b6275-a2f8-4385-a704-a21c069235cf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:48.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-277236459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c19b6275-a2f8-4385-a704-a21c069235cf"}], "user_id": "4b7718aa84eb46c78b18fce3137da534", "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": "c5349f860a0d482cb2d06ea548388581"}}' 2025-08-05 20:18:49,042 98936 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/c19b6275-a2f8-4385-a704-a21c069235cf 0.035s 2025-08-05 20:18:49,042 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applic ation/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3fd1a3e5-9cf1-4912-a4a3-e92d0f6d578d', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fd1a3e5-9cf1-4912-a4a3-e92d0f6d578d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf'} Body: b'{"volume": {"id": "c19b6275-a2f8-4385-a704-a21c069235cf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:48.000000", "updated_at": "2025-08-05T20:18:48.000000", "name": "tempest-VolumesTransfersV357Test-Volume-277236459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c19b6275-a2f8-4385-a704-a21c069235cf"}], "user_id": "4b7718aa84eb46c78b18fce3137da534", "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": "c5349f860a0d482cb2d06ea548388581"}}' 2025-08-05 20:18:49,104 98936 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf 0.040s 2025-08-05 20:18:49,105 98936 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 20:18:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4323e6ae-7770-48e5-8201-62a36572de51', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4323e6ae-7770-48e5-8201-62a36572de51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf'} Body: b'{"volume": {"id": "c19b6275-a2f8-4385-a704-a21c069235cf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:48.000000", "updated_at": "2025-08-05T20:18:48.000000", "name": "tempest-VolumesTransfersV357Test-Volume-277236459", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c19b6275-a2f8-4385-a704-a21c069235cf"}], "user_id": "4b7718aa84eb46c78b18fce3137da534", "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": "c5349f860a0d482cb2d06ea548388581"}}' 2025-08-05 20:18:49,226 98936 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf 0.107s 2025-08-05 20:18:49,227 98936 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 20:18:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstac k-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e05bd748-0f5a-4b19-a047-2953d014ce06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf'} Body: b'' 2025-08-05 20:18:49,246 98936 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf 0.019s 2025-08-05 20:18:49,247 98936 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 20:18:49 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-4ebba021-8bec-4a49-a4cc-3e33b593668b', 'x-openstack-request-id': 'req-4ebba021-8bec-4a49-a4cc-3e33b593668b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c19b6275-a2f8-4385-a704-a21c069235cf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c19b6275-a2f8-4385-a704-a21c069235cf 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 fac52136-b774-4305-9ce8-19edea692c0e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:49,452 98936 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 20:18:49,452 98936 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-373509225"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad71ed8a-6bea-4795-bc84-aaa6d2348b8e', 'content-length': '819', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad71ed8a-6bea-4795-bc84-aaa6d2348b8e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fac52136-b774-4305-9ce8-19edea692c0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:49.379429", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-373509225", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fac52136-b774-4305-9ce8-19edea692c0e"}], "user_id": "4b7718aa84eb46c78b18fce3137da534", "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 20:18:49,507 98936 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e 0.043s 2025-08-05 20:18:49,507 98936 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 20:18:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ec0ea0d-793e-4145-ae2d-19d17288f7b3', 'content-length': '887', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ec0ea0d-793e-4145-ae2d-19d17288f7b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e'} Body: b'{"volume": {"id": "fac52136-b774-4305-9ce8-19edea692c0e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:49.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-373509225", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fac52136-b774-4305-9ce8-19edea692c0e"}], "user_id": "4b7718aa84eb46c78b18fce3137da534", "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": "c5349f860a0d482cb2d06ea548388581"}}' 2025-08-05 20:18:50,581 98936 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e 0.059s 2025-08-05 20:18:50,582 98936 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 20:18:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-547f4bba-40c8-42bf-94dd-a69f935b8c4a', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-547f4bba-40c8-42bf-94dd-a69f935b8c4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e'} Body: b'{"volume": {"id": "fac52136-b774-4305-9ce8-19edea692c0e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:49.000000", "updated_at": "2025-08-05T20:18:50.000000", "name": "tempest-VolumesTransfersV357Test-Volume-373509225", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fac52136-b774-4305-9ce8-19edea692c0e"}], "user_id": "4b7718aa84eb46c78b18fce3137da534", "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": "c5349f860a0d482cb2d06ea548388581"}}' 2025-08-05 20:18:50,635 98936 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e 0.039s 2025-08-05 20:18:50,635 98936 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 20:18:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d00574a5-244d-46d2-ac76-1affadabf792', 'content-length': '908', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d00574a5-244d-46d2-ac76-1affadabf792', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e'} Body: b'{"volume": {"id": "fac52136-b774-4305-9ce8-19edea692c0e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:18:49.000000", "updated_at": "2025-08-05T20:18:50.000000", "name": "tempest-VolumesTransfersV357Test-Volume-373509225", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fac52136-b774-4305-9ce8-19edea692c0e"}], "user_id": "4b7718aa84eb46c78b18fce3137da534", "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": "c5349f860a0d482cb2d06ea548388581"}}' 2025-08-05 20:18:50,767 98936 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e 0.117s 2025-08-05 20:18:50,767 98936 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 20:18:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-versio n': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-900c7a1b-0bce-4706-9045-fcb77bf2530b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e'} Body: b'' 2025-08-05 20:18:50,788 98936 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e 0.021s 2025-08-05 20:18:50,789 98936 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 20:18:50 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-44b60cb0-11a4-4a11-a3f1-9bd205ccd0bd', 'x-openstack-request-id': 'req-44b60cb0-11a4-4a11-a3f1-9bd205ccd0bd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fac52136-b774-4305-9ce8-19edea692c0e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fac52136-b774-4305-9ce8-19edea692c0e could not be found."}}' tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone_negative.py", line 40, in test_create_from_volume_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a70588bf-da86-4240-824a-29d97e3b212b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:00,751 98936 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.508s 2025-08-05 20:19:00,751 98936 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-2013285002"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7c0ebaf-48f7-4570-967d-ca4a77098c5c', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c7c0ebaf-48f7-4570-967d-ca4a77098c5c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a70588bf-da86-4240-824a-29d97e3b212b", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T20:19:00.661621", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-2013285002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a70588bf-da86-4240-824a-29d97e3b212b"}], "user_id": "a9a1684c42c946d8b4d564be576281f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:19:00,846 98936 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b 0.080s 2025-08-05 20:19:00,846 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d09b4d2-cefd-49c2-95b4-69c4aa9b3c04', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d09b4d2-cefd-49c2-95b4-69c4aa9b3c04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b'} Body: b'{"volume": {"id": "a70588bf-da86-4240-824a-29d97e3b212b", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T20:19:01.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-2013285002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a70588bf-da86-4240-824a-29d97e3b212b"}], "user_id": "a9a1684c42c946d8b4d564be576281f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "75b4d721a1d0463ca82c781a5c093550"}}' 2025-08-05 20:19:01,908 98936 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b 0.048s 2025-08-05 20:19:01,909 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicati on/json', 'x-compute-request-id': 'req-194d04f7-a2e4-4ba5-b2b5-dd57468a2874', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-194d04f7-a2e4-4ba5-b2b5-dd57468a2874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b'} Body: b'{"volume": {"id": "a70588bf-da86-4240-824a-29d97e3b212b", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T20:19:01.000000", "updated_at": "2025-08-05T20:19:01.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-2013285002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a70588bf-da86-4240-824a-29d97e3b212b"}], "user_id": "a9a1684c42c946d8b4d564be576281f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "75b4d721a1d0463ca82c781a5c093550"}}' 2025-08-05 20:19:01,962 98936 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b 0.039s 2025-08-05 20:19:01,962 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fae9b632-7a64-49e0-b626-38064fa54fb3', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fae9b632-7a64-49e0-b626-38064fa54fb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b'} Body: b'{"volume": {"id": "a70588bf-da86-4240-824a-29d97e3b212b", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T20:19:01.000000", "updated_at": "2025-08-05T20:19:01.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-2013285002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a70588bf-da86-4240-824a-29d97e3b212b"}], "user_id": "a9a1684c42c946d8b4d564be576281f7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "75b4d721a1d0463ca82c781a5c093550"}}' 2025-08-05 20:19:02,124 98936 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b 0.147s 2025-08-05 20:19:02,124 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-c9ea12b0-cb17-4369-a1e3-fd97cc97c53f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b'} Body: b'' 2025-08-05 20:19:02,153 98936 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/a70588bf-da86- 4240-824a-29d97e3b212b 0.027s 2025-08-05 20:19:02,153 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cb31130-cfc6-4bd5-a1ff-5a10430f406f', 'x-openstack-request-id': 'req-9cb31130-cfc6-4bd5-a1ff-5a10430f406f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a70588bf-da86-4240-824a-29d97e3b212b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a70588bf-da86-4240-824a-29d97e3b212b could not be found."}}' tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] --------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 43, in test_group_create_show_list_delete grp1 = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 2bdb370c-81e7-49e3-9df9-0770af45575f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:00,834 98944 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.193s 2025-08-05 20:19:00,834 98944 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-886289701"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ef594eb-bd45-464e-9cd0-d1d57c3c86c7', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ef594eb-bd45-464e-9cd0-d1d57c3c86c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "da782b9f-f30e-4c1e-bf53-e09440d65fa0", "name": "tempest-GroupsTest-volume-type-886289701", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:19:00,885 98944 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.047s 2025-08-05 20:19:00,885 98944 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-177471493"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9eb74686-3ffa-4f06-a8c4-73fecb7d4cef', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9eb74686-3ffa-4f06-a8c4-73fecb7d4cef', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "c7c89834-d96d-46b8-aa1d-1715d86975dd", "name": "tempest-GroupsTest-group-type-177471493", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 20:19:01,224 98944 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.337s 2025-08-05 20:19:01,225 98944 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": "c7c89834-d96d-46b8-aa1d-1715d86975dd", "volume_types": ["da782b9f-f30e-4c1e-bf53-e09440d65fa0"], "name": "tempest-Group1-1408032461"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b789222d-48a6-4dd5-b98a-a2cbac6464b7', 'content-length': '94', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b789222d-48a6-4dd5-b98a-a2cbac6464b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "2bdb370c-81e7-49e3-9df9-0770af45575f", "name": "tempest-Group1-1408032461"}}' 2025-08-05 20:19:01,265 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/2bdb370c-81e7-49e3-9df9-0770af45575f 0.038s 2025-08-05 20:19:01,265 98944 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 20:19:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-c0a735eb-4dca-446a-99e0-c6dd56c2dfb5', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0a735eb-4dca-446a-99e0-c6dd56c2dfb5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/2bdb370c-81e7-49e3-9df9-0770af45575f'} Body: b'{"group": {"id": "2bdb370c-81e7-49e3-9df9-0770af45575f", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T20:19:01.000000", "name": "tempest-Group1-1408032461", "description": null, "group_type": "c7c89834-d96d-46b8-aa1d-1715d86975dd", "volume_types": ["da782b9f-f30e-4c1e-bf53-e09440d65fa0"]}}' 2025-08-05 20:19:02,320 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/groups/2bdb370c-81e7-49e3-9df9-0770af45575f 0.050s 2025-08-05 20:19:02,321 98944 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 20:19:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68938028-8543-47e8-ab20-58ee3da43414', 'content-length': '319', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68938028-8543-47e8-ab20-58ee3da43414', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/2bdb370c-81e7-49e3-9df9-0770af45575f'} Body: b'{"group": {"id": "2bdb370c-81e7-49e3-9df9-0770af45575f", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T20:19:01.000000", "name": "tempest-Group1-1408032461", "description": null, "group_type": "c7c89834-d96d-46b8-aa1d-1715d86975dd", "volume_types": ["da782b9f-f30e-4c1e-bf53-e09440d65fa0"]}}' 2025-08-05 20:19:02,423 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.096s 2025-08-05 20:19:02,423 98944 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 20:19:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a94ee092-0e74-4b9e-84f1-cbf1518ca620', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a94ee092-0e74-4b9e-84f1-cbf1518ca620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 20:19:02,544 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/2bdb370c-81e7-49e3-9df9-0770af45575f/action 0.099s 2025-08-05 20:19:02,545 98944 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 20:19:02 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-5b2f8515-3991-4485-a6a0-a716adb54d68', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/2bdb370c-81e7-49e3-9df9-0770af45575f/action'} Body: b'' 2025-08-05 20:19:02,559 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/2bdb370c-81e7-49e3-9df9-0770af45575f 0.014s 2025-08-05 20:19:02,560 9 8944 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 20:19:02 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-da3676fd-bf44-45c6-9e99-f12aec2c46ab', 'x-openstack-request-id': 'req-da3676fd-bf44-45c6-9e99-f12aec2c46ab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/2bdb370c-81e7-49e3-9df9-0770af45575f'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2bdb370c-81e7-49e3-9df9-0770af45575f could not be found."}}' 2025-08-05 20:19:02,600 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/c7c89834-d96d-46b8-aa1d-1715d86975dd 0.039s 2025-08-05 20:19:02,600 98944 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 20:19:02 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-3ccf22e7-9bf2-4c97-8c1e-7593105c9b0c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/c7c89834-d96d-46b8-aa1d-1715d86975dd'} Body: b'' 2025-08-05 20:19:02,669 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/da782b9f-f30e-4c1e-bf53-e09440d65fa0 0.069s 2025-08-05 20:19:02,670 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-2dda88e2-3ddb-4c88-8f31-2111794b0128', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/da782b9f-f30e-4c1e-bf53-e09440d65fa0'} Body: b'' 2025-08-05 20:19:02,689 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/da782b9f-f30e-4c1e-bf53-e09440d65fa0 0.018s 2025-08-05 20:19:02,689 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-95b0387c-f34d-41e5-94b5-e7f1b33d8df3', 'x-openstack-request-id': 'req-95b0387c-f34d-41e5-94b5-e7f1b33d8df3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/da782b9f-f30e-4c1e-bf53-e09440d65fa0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type da782b9f-f30e-4c1e-bf53-e09440d65fa0 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 b99c1fdf-e750-45a1-947c-9ad9917b43e8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:02,728 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/types 0.035s 2025-08-05 20:19:02,728 98944 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-2100162894"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17e3b116-7ed8-4aea-aebc-69581388533d', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17e3b116-7ed8-4aea-aebc-69581388533d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "b6439c2d-f102-4d63-ad8e-a3b95ed21372", "name": "tempest-GroupsTest-volume-type-2100162894", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:19:02,774 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/group_types 0.043s 2025-08-05 20:19:02,775 98944 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-1932907291"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58aacd34-a352-4049-84e4-3f52a0c84c7e', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58aacd34-a352-4049-84e4-3f52a0c84c7e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "526de6a7-dadc-42f6-b5ca-d288b1600d44", "name": "tempest-GroupsTest-group-type-1932907291", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 20:19:02,861 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/groups 0.081s 2025-08-05 20:19:02,861 98944 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": "526de6a7-dadc-42f6-b5ca-d288b1600d44", "volume_types": ["b6439c2d-f102-4d63-ad8e-a3b95ed21372"], "name": "tempest-GroupsTest-Group-989027413"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-459b9855-f80b-424c-a396-e90a84f4c2d4', 'content-length': '103', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-459b9855-f80b-424c-a396-e90a84f4c2d4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "b99c1fdf-e750-45a1-947c-9ad9917b43e8", "name": "tempest-GroupsTest-Group-989027413"}}' 2025-08-05 20:19:02,894 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/b99c1fdf-e750-45a1-947c-9ad9917b43e8 0.031s 2025-08-05 20:19:02,895 98944 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 20:19:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eafb063d-575d-4449-963d-de131153d ec2', 'content-length': '331', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eafb063d-575d-4449-963d-de131153dec2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/b99c1fdf-e750-45a1-947c-9ad9917b43e8'} Body: b'{"group": {"id": "b99c1fdf-e750-45a1-947c-9ad9917b43e8", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T20:19:03.000000", "name": "tempest-GroupsTest-Group-989027413", "description": null, "group_type": "526de6a7-dadc-42f6-b5ca-d288b1600d44", "volume_types": ["b6439c2d-f102-4d63-ad8e-a3b95ed21372"]}}' 2025-08-05 20:19:03,947 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/groups/b99c1fdf-e750-45a1-947c-9ad9917b43e8 0.043s 2025-08-05 20:19:03,947 98944 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 20:19:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-292b5aac-945b-4e77-8a97-99a895b5069c', 'content-length': '328', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-292b5aac-945b-4e77-8a97-99a895b5069c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/b99c1fdf-e750-45a1-947c-9ad9917b43e8'} Body: b'{"group": {"id": "b99c1fdf-e750-45a1-947c-9ad9917b43e8", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T20:19:03.000000", "name": "tempest-GroupsTest-Group-989027413", "description": null, "group_type": "526de6a7-dadc-42f6-b5ca-d288b1600d44", "volume_types": ["b6439c2d-f102-4d63-ad8e-a3b95ed21372"]}}' 2025-08-05 20:19:04,016 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.063s 2025-08-05 20:19:04,016 98944 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 20:19:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1237bbe8-ca8c-4ca7-bf4d-3bd16ae0492f', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1237bbe8-ca8c-4ca7-bf4d-3bd16ae0492f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 20:19:04,097 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/b99c1fdf-e750-45a1-947c-9ad9917b43e8/action 0.067s 2025-08-05 20:19:04,098 98944 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 20:19:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fda253e3-d8ec-4b2f-ade6-bb6dcb6c679f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/b99c1fdf-e750-45a1-947c-9ad9917b43e8/action'} Body: b'' 2025-08-05 20:19:04,115 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/b99c1fdf-e750-45a1-947c-9ad9917b43e8 0.016s 2025-08-05 20:19:04,115 98944 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 20:19:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-1547dd16-44d9-49fe-b74d-e2120ea51723', 'x-openstack-request-id': 'req-1547dd16-44d9-49fe-b74d-e2120ea51723', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/b99c1fdf-e750-45a1-947c-9ad9917b43e8'} Body: b'{"itemNotFound": {"code": 404, "message": "Group b99c1fdf-e750-45a1-947c-9ad9917b43e8 could not be found."}}' 2025-08-05 20:19:04,148 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/526de6a7-dadc-42f6-b5ca-d288b1600d44 0.032s 2025-08-05 20:19:04,149 98944 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 20:19:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c382ec8-299e-435f-8e46-c0d45c10bb62', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/526de6a7-dadc-42f6-b5ca-d288b1600d44'} Body: b'' 2025-08-05 20:19:04,227 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/b6439c2d-f102-4d63-ad8e-a3b95ed21372 0.078s 2025-08-05 20:19:04,228 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b389b13-a756-4521-8c36-25569039943a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/b6439c2d-f102-4d63-ad8e-a3b95ed21372'} Body: b'' 2025-08-05 20:19:04,245 98944 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/b6439c2d-f102-4d63-ad8e-a3b95ed21372 0.016s 2025-08-05 20:19:04,245 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-0773ecf7-0d82-4f51-a8d0-6a2dbabddf7f', 'x-openstack-request-id': 'req-0773ecf7-0d82-4f51-a8d0-6a2dbabddf7f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/b6439c2d-f102-4d63-ad8e-a3b95ed21372'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type b6439c2d-f102-4d63-ad8e-a3b95ed21372 could not be found."}}' 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 dc0cb842-2542-4e2a-b524-ed7185d3f190 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:09,173 98948 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.183s 2025-08-05 20:19:09,173 98948 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-323465691", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-323cca8e-283e-448a-9f72-9488ce3febab', 'content-length': '272', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-323cca8e-283e-448a-9f72-9488ce3febab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "eeb41553-9715-42ee-9b69-557d7c20c1eb", "name": "tempest-VolumeTypesTest-volume-type-323465691", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:19:09,222 98948 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.046s 2025-08-05 20:19:09,223 98948 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-288729802", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-38a01d32-d8b3-4e3a-9099-124781ad5387', 'content-length': '272', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38a01d32-d8b3-4e3a-9099-124781ad5387', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "f59cb370-9a15-4580-a1f3-5aa4bee19e8b", "name": "tempest-VolumeTypesTest-volume-type-288729802", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:19:09,639 98948 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.409s 2025-08-05 20:19:09,639 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1554641942", "volume_type": "eeb41553-9715-42ee-9b69-557d7c20c1eb", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aabdfa5d-398d-4360-bc3e-66755e490162', 'content-length': '781', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aabdfa5d-398d-4360-bc3e-66755e490162', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "dc0cb842-2542-4e2a-b524-ed7185d3f190", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:09.541485", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1554641942", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-323465691", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dc0cb842-2 542-4e2a-b524-ed7185d3f190"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190"}], "user_id": "982ea5bbe7504d14831f8c0817ec83da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:19:09,703 98948 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/dc0cb842-2542-4e2a-b524-ed7185d3f190 0.052s 2025-08-05 20:19:09,704 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0b434f7-3b29-4660-8406-7bd058d559cf', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0b434f7-3b29-4660-8406-7bd058d559cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190'} Body: b'{"volume": {"id": "dc0cb842-2542-4e2a-b524-ed7185d3f190", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:10.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1554641942", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-323465691", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190"}], "user_id": "982ea5bbe7504d14831f8c0817ec83da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b921ad17552847599ce0a64ed970be58"}}' 2025-08-05 20:19:10,781 98948 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/dc0cb842-2542-4e2a-b524-ed7185d3f190 0.062s 2025-08-05 20:19:10,782 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9dfd82b8-5fee-4634-9326-83cab0c39f66', 'content-length': '870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9dfd82b8-5fee-4634-9326-83cab0c39f66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190'} Body: b'{"volume": {"id": "dc0cb842-2542-4e2a-b524-ed7185d3f190", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:10.000000", "updated_at": "2025-08-05T20:19:10.000000", "name": "tempest-VolumeTypesTest-volume-1554641942", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-323465691", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190"}], "user_id": "982ea5bbe7504d14831f8c0817ec83da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b921ad17552847599ce0a64ed970be58"}}' 2025-08-05 20:19:10,863 98948 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190 0.065s 2025-08-05 20:19:10,864 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3da3c871-cfab-45fd-ae7c-68315df4ce82', 'content-length': '870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3da3c871-cfab-45fd-ae7c-68315df4ce82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190'} Body: b'{"volume": {"id": "dc0cb842-2542-4e2a-b524-ed7185d3f190", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:10.000000", "updated_at": "2025-08-05T20:19:10.000000", "name": "tempest-VolumeTypesTest-volume-1554641942", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-323465691", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190"}], "user_id": "982ea5bbe7504d14831f8c0817ec83da", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b921ad17552847599ce0a64ed970be58"}}' 2025-08-05 20:19:11,005 98948 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190 0.126s 2025-08-05 20:19:11,005 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-15d5c566-a2c9-448b-956e-90befc0cbf0b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190'} Body: b'' 2025-08-05 20:19:11,031 98948 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190 0.025s 2025-08-05 20:19:11,031 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-33846033-9738-4ab3-a453-e3cfe0001d41', 'x-openstack-request-id': 'req-33846033-9738-4ab3-a453-e3cfe0001d41', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dc0cb842-2542-4e2a-b524-ed7185d3f190'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume dc0cb842-2542-4e2a-b524-ed7185d3f190 could not be found."}}' 2025-08-05 20:19:11,113 98948 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/f59cb370-9a15-4580-a1f3-5aa4bee19e8b 0.081s 2025-08-05 20:19:11,113 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:11 GMT', 'server': 'Apach e/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bd15506-d490-4941-b33c-dd806f7fcf84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/f59cb370-9a15-4580-a1f3-5aa4bee19e8b'} Body: b'' 2025-08-05 20:19:11,130 98948 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/f59cb370-9a15-4580-a1f3-5aa4bee19e8b 0.015s 2025-08-05 20:19:11,130 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-72b95c54-d859-4c87-91b9-14adc8859d9a', 'x-openstack-request-id': 'req-72b95c54-d859-4c87-91b9-14adc8859d9a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/f59cb370-9a15-4580-a1f3-5aa4bee19e8b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type f59cb370-9a15-4580-a1f3-5aa4bee19e8b could not be found."}}' 2025-08-05 20:19:11,202 98948 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/eeb41553-9715-42ee-9b69-557d7c20c1eb 0.071s 2025-08-05 20:19:11,203 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-ec3dc8f5-c14e-4ad3-9c2c-0e55269f8974', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/eeb41553-9715-42ee-9b69-557d7c20c1eb'} Body: b'' 2025-08-05 20:19:11,226 98948 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/eeb41553-9715-42ee-9b69-557d7c20c1eb 0.022s 2025-08-05 20:19:11,227 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-7f5b7eb2-7c26-4c1d-a73c-673e4a4fe6d5', 'x-openstack-request-id': 'req-7f5b7eb2-7c26-4c1d-a73c-673e4a4fe6d5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/eeb41553-9715-42ee-9b69-557d7c20c1eb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type eeb41553-9715-42ee-9b69-557d7c20c1eb could not be found."}}' tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 227, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 8247ea12-cce5-402e-bc42-3c9b555bd59a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:19,275 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/types 0.161s 2025-08-05 20:19:19,275 98944 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-1985312956"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc53405c-cd9f-4c66-aac4-a7a5883f5ca6', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc53405c-cd9f-4c66-aac4-a7a5883f5ca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "699d43af-b413-4ada-8a8d-e7a6a8ec078f", "name": "tempest-GroupsV320Test-volume-type-1985312956", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:19:19,343 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/group_types 0.065s 2025-08-05 20:19:19,344 98944 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-1034261154"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-832f0900-f07c-44cf-bacb-a5ec2aad194a', 'content-length': '177', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-832f0900-f07c-44cf-bacb-a5ec2aad194a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "91d30f38-b49a-4ae0-824d-d4bdf5d30d23", "name": "tempest-GroupsV320Test-group-type-1034261154", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 20:19:19,690 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/groups 0.343s 2025-08-05 20:19:19,690 98944 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": "91d30f38-b49a-4ae0-824d-d4bdf5d30d23", "volume_types": ["699d43af-b413-4ada-8a8d-e7a6a8ec078f"], "name": "tempest-GroupsV320Test-Group-503093570"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7e3b1820-0270-4573-8d77-734d9f3ad91f', 'content-length': '107', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e3b1820-0270-4573-8d77-734d9f3ad91f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "8247ea12-cce5-402e-bc42-3c9b555bd59a", "name": "tempest-GroupsV320Test-Group-503093570"}}' 2025-08-05 20:19:19,753 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/8247ea12-cce5-402e-bc42-3c9b555bd59a 0.060s 2025-08-05 20:19:19,753 98944 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 20:19:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json' , 'x-compute-request-id': 'req-cb67a559-94b9-41a0-9b85-5574154499a5', 'content-length': '387', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cb67a559-94b9-41a0-9b85-5574154499a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/8247ea12-cce5-402e-bc42-3c9b555bd59a'} Body: b'{"group": {"id": "8247ea12-cce5-402e-bc42-3c9b555bd59a", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T20:19:20.000000", "name": "tempest-GroupsV320Test-Group-503093570", "description": null, "group_type": "91d30f38-b49a-4ae0-824d-d4bdf5d30d23", "volume_types": ["699d43af-b413-4ada-8a8d-e7a6a8ec078f"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:19:20,792 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/groups/8247ea12-cce5-402e-bc42-3c9b555bd59a 0.032s 2025-08-05 20:19:20,792 98944 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 20:19:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8f04793-7dd0-468b-b096-49398fc38f2f', 'content-length': '384', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8f04793-7dd0-468b-b096-49398fc38f2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/8247ea12-cce5-402e-bc42-3c9b555bd59a'} Body: b'{"group": {"id": "8247ea12-cce5-402e-bc42-3c9b555bd59a", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T20:19:20.000000", "name": "tempest-GroupsV320Test-Group-503093570", "description": null, "group_type": "91d30f38-b49a-4ae0-824d-d4bdf5d30d23", "volume_types": ["699d43af-b413-4ada-8a8d-e7a6a8ec078f"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:19:20,848 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.051s 2025-08-05 20:19:20,849 98944 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 20:19:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fe29a9f-d01e-4769-98bf-46ef6ea91d80', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fe29a9f-d01e-4769-98bf-46ef6ea91d80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 20:19:20,954 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/8247ea12-cce5-402e-bc42-3c9b555bd59a/action 0.092s 2025-08-05 20:19:20,955 98944 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 20:19:20 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-36acab08-beb7-4947-9b69-e16d2d39e80b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/8247ea12-cce5-402e-bc42-3c9b555bd59a/action'} Body: b'' 2025-08-05 20:19:20,973 98944 INFO [tempest.lib.common.rest_cli ent] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/8247ea12-cce5-402e-bc42-3c9b555bd59a 0.017s 2025-08-05 20:19:20,973 98944 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 20:19:20 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-ff098ac5-4614-49da-8b91-e592c2d30ca2', 'x-openstack-request-id': 'req-ff098ac5-4614-49da-8b91-e592c2d30ca2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/8247ea12-cce5-402e-bc42-3c9b555bd59a'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 8247ea12-cce5-402e-bc42-3c9b555bd59a could not be found."}}' 2025-08-05 20:19:21,016 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/91d30f38-b49a-4ae0-824d-d4bdf5d30d23 0.042s 2025-08-05 20:19:21,016 98944 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 20:19:20 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-c75aad6b-fd32-4cfa-b2a3-6e60df31bef5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/91d30f38-b49a-4ae0-824d-d4bdf5d30d23'} Body: b'' 2025-08-05 20:19:21,086 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/699d43af-b413-4ada-8a8d-e7a6a8ec078f 0.069s 2025-08-05 20:19:21,087 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-75918145-b9d3-4867-95c0-ad1c2f75d14b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/699d43af-b413-4ada-8a8d-e7a6a8ec078f'} Body: b'' 2025-08-05 20:19:21,109 98944 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/699d43af-b413-4ada-8a8d-e7a6a8ec078f 0.022s 2025-08-05 20:19:21,110 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-55abcad1-66ea-411d-90f6-32568ea9fe6e', 'x-openstack-request-id': 'req-55abcad1-66ea-411d-90f6-32568ea9fe6e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/699d43af-b413-4ada-8a8d-e7a6a8ec078f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 699d43af-b413-4ada-8a8d-e7a6a8ec078f 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 e687c22d-3987-4d7e-81b6-d30b1d792bc2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:27,918 98948 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.690s 2025-08-05 20:19:27,918 98948 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-561762042", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db4df2c0-1289-4578-98cf-6eadecb4b881', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db4df2c0-1289-4578-98cf-6eadecb4b881', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e687c22d-3987-4d7e-81b6-d30b1d792bc2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:27.795779", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-561762042", "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/e687c22d-3987-4d7e-81b6-d30b1d792bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:19:27,990 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2 0.059s 2025-08-05 20:19:27,991 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-599a4d24-fdc1-4953-ab84-11c8f5a3507f', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-599a4d24-fdc1-4953-ab84-11c8f5a3507f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2'} Body: b'{"volume": {"id": "e687c22d-3987-4d7e-81b6-d30b1d792bc2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:28.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-561762042", "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/e687c22d-3987-4d7e-81b6-d30b1d792bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dab967828244d42b148ec20a9906a68"}}' 2025-08-05 20:19:29,091 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2 0.073s 2025-08-05 20:19:29,091 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-c ompute-request-id': 'req-37454186-88de-4128-a7a6-025213b54ed8', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37454186-88de-4128-a7a6-025213b54ed8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2'} Body: b'{"volume": {"id": "e687c22d-3987-4d7e-81b6-d30b1d792bc2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:28.000000", "updated_at": "2025-08-05T20:19:28.000000", "name": "tempest-VolumesGetTest-Volume-561762042", "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/e687c22d-3987-4d7e-81b6-d30b1d792bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dab967828244d42b148ec20a9906a68"}}' 2025-08-05 20:19:29,206 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2 0.098s 2025-08-05 20:19:29,206 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0abbbf8f-0fbf-4f72-9c0a-c8591782af7f', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0abbbf8f-0fbf-4f72-9c0a-c8591782af7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2'} Body: b'{"volume": {"id": "e687c22d-3987-4d7e-81b6-d30b1d792bc2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:28.000000", "updated_at": "2025-08-05T20:19:28.000000", "name": "tempest-VolumesGetTest-Volume-561762042", "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/e687c22d-3987-4d7e-81b6-d30b1d792bc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dab967828244d42b148ec20a9906a68"}}' 2025-08-05 20:19:29,334 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2 0.114s 2025-08-05 20:19:29,334 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32cf05dc-e9b5-4dc7-a2e6-7a597c48eb0f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2'} Body: b'' 2025-08-05 20:19:29,360 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2 0.025s 2025-08- 05 20:19:29,360 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cd7e3bf-39c4-4def-b5a2-0290bdd5bca5', 'x-openstack-request-id': 'req-5cd7e3bf-39c4-4def-b5a2-0290bdd5bca5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e687c22d-3987-4d7e-81b6-d30b1d792bc2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e687c22d-3987-4d7e-81b6-d30b1d792bc2 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 4b599bf5-520c-48a6-9513-eb2ab2fc443c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:29,868 98948 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.505s 2025-08-05 20:19:29,869 98948 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-925258369"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0af64270-f4a7-49a0-bf73-b2aabdaf1cec', 'content-length': '745', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0af64270-f4a7-49a0-bf73-b2aabdaf1cec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4b599bf5-520c-48a6-9513-eb2ab2fc443c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:29.780398", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-925258369", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:19:29,934 98948 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/4b599bf5-520c-48a6-9513-eb2ab2fc443c 0.051s 2025-08-05 20:19:29,934 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fba99865-751b-4c53-99e8-dc2edb1c1a68', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fba99865-751b-4c53-99e8-dc2edb1c1a68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c'} Body: b'{"volume": {"id": "4b599bf5-520c-48a6-9513-eb2ab2fc443c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:30.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-925258369", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dab967828244d42b148ec20a9906a68"}}' 2025-08-05 20:19:31,042 98948 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/4b599bf5-520c-48a6-9513-eb2ab2fc443c 0.079s 2025-08-05 20:19:31,042 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ab5e2 a8-5652-47f5-8825-9ad777182ea7', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ab5e2a8-5652-47f5-8825-9ad777182ea7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c'} Body: b'{"volume": {"id": "4b599bf5-520c-48a6-9513-eb2ab2fc443c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:30.000000", "updated_at": "2025-08-05T20:19:30.000000", "name": "tempest-VolumesGetTest-Volume-925258369", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dab967828244d42b148ec20a9906a68"}}' 2025-08-05 20:19:31,130 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c 0.074s 2025-08-05 20:19:31,131 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6a0afd4-f2fc-4bcc-9c70-746898c6c599', 'content-length': '834', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6a0afd4-f2fc-4bcc-9c70-746898c6c599', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c'} Body: b'{"volume": {"id": "4b599bf5-520c-48a6-9513-eb2ab2fc443c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:30.000000", "updated_at": "2025-08-05T20:19:30.000000", "name": "tempest-VolumesGetTest-Volume-925258369", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dab967828244d42b148ec20a9906a68"}}' 2025-08-05 20:19:31,310 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c 0.163s 2025-08-05 20:19:31,311 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-c0b283c2-ee5c-446d-8661-b0fa23d98853', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c'} Body: b'' 2025-08-05 20:19:31,342 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c 0.030s 2025-08-05 20:19:31,342 98948 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 20:19: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-2b38d7d4-342e-4a50-8b16-259c63df8d06', 'x-openstack-request-id': 'req-2b38d7d4-342e-4a50-8b16-259c63df8d06', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4b599bf5-520c-48a6-9513-eb2ab2fc443c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4b599bf5-520c-48a6-9513-eb2ab2fc443c 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 c88e09f2-bf81-49d2-8ea0-7b95edef94c3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:31,380 98948 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/f205fc20-64b7-439b-8043-d81032ab0a45 0.033s 2025-08-05 20:19:31,380 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d7788d47-4bc6-4c84-b1eb-4a9946b50cf0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:19:31,431 98948 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/f205fc20-64b7-439b-8043-d81032ab0a45 0.050s 2025-08-05 20:19:31,431 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-09f19e1b-0a79-4871-a733-441d74622868', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:19:32,296 98948 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.864s 2025-08-05 20:19:32,297 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1, "name": "tempest-Volumes GetTest-Volume-916868951", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be4b9db8-14c8-4218-a36f-6cd11b3626ac', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be4b9db8-14c8-4218-a36f-6cd11b3626ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c88e09f2-bf81-49d2-8ea0-7b95edef94c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:32.198688", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-916868951", "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/c88e09f2-bf81-49d2-8ea0-7b95edef94c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:19:32,367 98948 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/c88e09f2-bf81-49d2-8ea0-7b95edef94c3 0.053s 2025-08-05 20:19:32,367 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8165d9a8-0d96-4d92-840b-fceed9934dce', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8165d9a8-0d96-4d92-840b-fceed9934dce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3'} Body: b'{"volume": {"id": "c88e09f2-bf81-49d2-8ea0-7b95edef94c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:32.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-916868951", "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/c88e09f2-bf81-49d2-8ea0-7b95edef94c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dab967828244d42b148ec20a9906a68"}}' 2025-08-05 20:19:33,476 98948 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/c88e09f2-bf81-49d2-8ea0-7b95edef94c3 0.094s 2025-08-05 20:19:33,476 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bc9945f-44f4-4bec-8041-299fcffd3af4', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bc9945f-44f4-4bec-8041-299fcffd3af4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3'} Body: b'{"volume": {"id": "c88e09f2-bf 81-49d2-8ea0-7b95edef94c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:32.000000", "updated_at": "2025-08-05T20:19:32.000000", "name": "tempest-VolumesGetTest-Volume-916868951", "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/c88e09f2-bf81-49d2-8ea0-7b95edef94c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dab967828244d42b148ec20a9906a68"}}' 2025-08-05 20:19:33,554 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3 0.063s 2025-08-05 20:19:33,554 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-302d209f-07a2-4867-b4ad-912da42f5c2f', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-302d209f-07a2-4867-b4ad-912da42f5c2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3'} Body: b'{"volume": {"id": "c88e09f2-bf81-49d2-8ea0-7b95edef94c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:32.000000", "updated_at": "2025-08-05T20:19:32.000000", "name": "tempest-VolumesGetTest-Volume-916868951", "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/c88e09f2-bf81-49d2-8ea0-7b95edef94c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3"}], "user_id": "2d038a9a1a394f9d955f45daaa01a1eb", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5dab967828244d42b148ec20a9906a68"}}' 2025-08-05 20:19:33,695 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3 0.124s 2025-08-05 20:19:33,695 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-679ec958-bf25-4f71-820c-ab4ca98a40c1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3'} Body: b'' 2025-08-05 20:19:33,734 98948 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3 0.038s 2025-08-05 20:19:33,734 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c7560454-a5ba-447f-902a-985a29d3b3d4', 'x-openstack-request-id': 'req-c7560454-a5ba-447f-902a-985a29d3b3d4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c88e09f2-bf81-49d2-8ea0-7b95edef94c3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c88e09f2-bf81-49d2-8ea0-7b95edef94c3 could not be found."}}' 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 6fb72a90-6dce-4480-a2ec-2c08655c0010 failed to build and is in ERROR status 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 fd14f982-2511-414c-b39f-763c6b27590e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:43,874 98938 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 0.561s 2025-08-05 20:19:43,874 98938 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-1121575524"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/fd14f982-2511-414c-b39f-763c6b27590e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61c1dacd-28d8-4b2e-b2aa-414c4b074df6', 'x-compute-request-id': 'req-61c1dacd-28d8-4b2e-b2aa-414c4b074df6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "fd14f982-2511-414c-b39f-763c6b27590e", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T20:19:43.718338", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1121575524", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-05 20:19:44,045 98938 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/fd14f982-2511-414c-b39f-763c6b27590e 0.165s 2025-08-05 20:19:44,045 98938 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-03dc5cf9-9de2-4f7c-9e87-76a36a2b3d2e', 'x-compute-request-id': 'req-03dc5cf9-9de2-4f7c-9e87-76a36a2b3d2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/fd14f982-2511-414c-b39f-763c6b27590e'} Body: b'{"volume": {"id": "fd14f982-2511-414c-b39f-763c6b27590e", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-05T20:19:44.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1121575524", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2025-08-05 20:19:45,114 98938 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/fd14f982-2511-414c-b39f-763c6b27590e 0.063s 2025-08-05 20:19:45,115 98938 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '342', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bcd2107b-4729-40c8-8e7d-2b816777dcf7', 'x-compute-request-id': 'req-bcd2107b-4729-40c8-8e7d-2b816777dcf7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/fd14f982-2511-414c-b39f-763c6b27590e'} Body: b'{"volume": {"id": "fd14f982-2511-414c-b39f-763c6b27590e", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2025-08-0 5T20:19:44.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1121575524", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 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 10e16a96-23a7-43cb-be0b-09cba118b984 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:44,525 98944 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.837s 2025-08-05 20:19:44,525 98944 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-1543583816"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2aa907c4-72b5-4198-b2ce-00049f1da616', 'content-length': '820', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2aa907c4-72b5-4198-b2ce-00049f1da616', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "10e16a96-23a7-43cb-be0b-09cba118b984", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:44.051906", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1543583816", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/10e16a96-23a7-43cb-be0b-09cba118b984"}], "user_id": "3a408863d800448fa651882d30799102", "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 20:19:44,610 98944 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/10e16a96-23a7-43cb-be0b-09cba118b984 0.071s 2025-08-05 20:19:44,610 98944 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 20:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9924fe28-0ee0-4724-8f8e-ccfab53c2d98', 'content-length': '888', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9924fe28-0ee0-4724-8f8e-ccfab53c2d98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984'} Body: b'{"volume": {"id": "10e16a96-23a7-43cb-be0b-09cba118b984", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:44.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1543583816", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/10e16a96-23a7-43cb-be0b-09cba118b984"}], "user_id": "3a408863d800448fa651882d30799102", "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": "13f8a3d9414f4b8183264e076af62805"}}' 2025-08-05 20:19:45,672 98944 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/10e16a96-23a7-43cb-be0b-09cba118b984 0.045s 2025-08-05 20:19:45,673 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'app lication/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5eed4606-1c9e-4666-a023-a8af403ba4f7', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5eed4606-1c9e-4666-a023-a8af403ba4f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984'} Body: b'{"volume": {"id": "10e16a96-23a7-43cb-be0b-09cba118b984", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:44.000000", "updated_at": "2025-08-05T20:19:45.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1543583816", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/10e16a96-23a7-43cb-be0b-09cba118b984"}], "user_id": "3a408863d800448fa651882d30799102", "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": "13f8a3d9414f4b8183264e076af62805"}}' 2025-08-05 20:19:45,737 98944 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984 0.050s 2025-08-05 20:19:45,738 98944 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 20:19:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eaccfcc3-88a4-4405-926b-52b8bc21124b', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eaccfcc3-88a4-4405-926b-52b8bc21124b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984'} Body: b'{"volume": {"id": "10e16a96-23a7-43cb-be0b-09cba118b984", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:44.000000", "updated_at": "2025-08-05T20:19:45.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1543583816", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/10e16a96-23a7-43cb-be0b-09cba118b984"}], "user_id": "3a408863d800448fa651882d30799102", "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": "13f8a3d9414f4b8183264e076af62805"}}' 2025-08-05 20:19:45,891 98944 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984 0.139s 2025-08-05 20:19:45,891 98944 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 20:19:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'ope nstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ed3d8c7-5c4f-4626-a741-c1c0c9dc58e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984'} Body: b'' 2025-08-05 20:19:45,922 98944 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984 0.030s 2025-08-05 20:19:45,922 98944 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 20:19:45 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-b1c32af0-1556-4970-bc22-12c42a27a223', 'x-openstack-request-id': 'req-b1c32af0-1556-4970-bc22-12c42a27a223', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/10e16a96-23a7-43cb-be0b-09cba118b984'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 10e16a96-23a7-43cb-be0b-09cba118b984 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 f9807a09-ade1-46c1-9fa2-d7eb50a6166c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:46,149 98944 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.223s 2025-08-05 20:19:46,149 98944 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-2128330693"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02e95b3a-f1a0-4640-882d-860423cd64ce', 'content-length': '820', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02e95b3a-f1a0-4640-882d-860423cd64ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f9807a09-ade1-46c1-9fa2-d7eb50a6166c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:46.080481", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-2128330693", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c"}], "user_id": "3a408863d800448fa651882d30799102", "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 20:19:46,210 98944 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c 0.047s 2025-08-05 20:19:46,210 98944 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 20:19:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdf47c9f-d432-4b36-8aaf-3d1db2be2e57', 'content-length': '888', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdf47c9f-d432-4b36-8aaf-3d1db2be2e57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c'} Body: b'{"volume": {"id": "f9807a09-ade1-46c1-9fa2-d7eb50a6166c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:46.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-2128330693", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c"}], "user_id": "3a408863d800448fa651882d30799102", "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": "13f8a3d9414f4b8183264e076af62805"}}' 2025-08-05 20:19:47,282 98944 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c 0.047s 2025-08-05 20:19:47,283 98944 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 20:19:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5550e9c8-2d39-452f-81ae-1f75b956bfe2', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5550e9c8-2d39-452f-81ae-1f75b956bfe2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c'} Body: b'{"volume": {"id": "f9807a09-ade1-46c1-9fa2-d7eb50a6166c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:46.000000", "updated_at": "2025-08-05T20:19:46.000000", "name": "tempest-VolumesTransfersV355Test-Volume-2128330693", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c"}], "user_id": "3a408863d800448fa651882d30799102", "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": "13f8a3d9414f4b8183264e076af62805"}}' 2025-08-05 20:19:47,337 98944 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c 0.040s 2025-08-05 20:19:47,338 98944 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 20:19:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efa3c964-e6ae-4d9e-a320-cb7c10b5c1c8', 'content-length': '909', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efa3c964-e6ae-4d9e-a320-cb7c10b5c1c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c'} Body: b'{"volume": {"id": "f9807a09-ade1-46c1-9fa2-d7eb50a6166c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:46.000000", "updated_at": "2025-08-05T20:19:46.000000", "name": "tempest-VolumesTransfersV355Test-Volume-2128330693", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c"}], "user_id": "3a408863d800448fa651882d30799102", "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": "13f8a3d9414f4b8183264e076af62805"}}' 2025-08-05 20:19:47,474 98944 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c 0.123s 2025-08-05 20:19:47,475 98944 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 20:19:47 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-f4402fc9-74d2-4f8d-aba7-193aca0a9d9c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c'} Body: b'' 2025-08-05 20:19:47,513 98944 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c 0.037s 2025-08-05 20:19:47,513 98944 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 20:19:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-eba0159e-f501-48a7-90c5-ad6f39a6b2ab', 'x-openstack-request-id': 'req-eba0159e-f501-48a7-90c5-ad6f39a6b2ab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f9807a09-ade1-46c1-9fa2-d7eb50a6166c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f9807a09-ade1-46c1-9fa2-d7eb50a6166c could not be found."}}' setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON) ---------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 c4193604-576f-4c5e-a2f5-dd343db5a08c failed to build and is in ERROR status tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 36, in test_volume_extend volume = self.create_volume(imageRef=self.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 69762257-11ce-4af8-b4f5-9f91910bc8b1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:54,755 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45 0.198s 2025-08-05 20:19:54,755 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b2e1d622-d37f-4fbf-9193-0378a8290451', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:19:55,240 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/volumes 0.484s 2025-08-05 20:19:55,240 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1, "name": "tempest-VolumesExtendTest-Volume-2083305591"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f120174-d9dc-4fdc-b000-0b00cd5d95bd', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f120174-d9dc-4fdc-b000-0b00cd5d95bd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "69762257-11ce-4af8-b4f5-9f91910bc8b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:55.148122", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-2083305591", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1"}], "user_id": "d21c2eb08be447c1a2967391c6c3e8e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:19:55,301 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1 0.048s 2025-08-05 20:19:55,301 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req -1c9e60de-849e-4d7c-ab8e-7c2b3d40e212', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c9e60de-849e-4d7c-ab8e-7c2b3d40e212', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1'} Body: b'{"volume": {"id": "69762257-11ce-4af8-b4f5-9f91910bc8b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:55.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-2083305591", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1"}], "user_id": "d21c2eb08be447c1a2967391c6c3e8e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "468e0801ceb84c73b70b0b92db24ae6f"}}' 2025-08-05 20:19:56,377 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1 0.061s 2025-08-05 20:19:56,377 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0136e129-b25b-4201-9dcb-ba2e22e0c35e', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0136e129-b25b-4201-9dcb-ba2e22e0c35e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1'} Body: b'{"volume": {"id": "69762257-11ce-4af8-b4f5-9f91910bc8b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:55.000000", "updated_at": "2025-08-05T20:19:55.000000", "name": "tempest-VolumesExtendTest-Volume-2083305591", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1"}], "user_id": "d21c2eb08be447c1a2967391c6c3e8e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "468e0801ceb84c73b70b0b92db24ae6f"}}' 2025-08-05 20:19:56,473 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1 0.080s 2025-08-05 20:19:56,474 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-afe97088-89f5-4e3b-822c-70df14327fa3', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-afe97088-89f5-4e3b-822c-70df14327fa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1'} Body: b'{"volume": {"id": "69762257-11ce-4af8-b4f5-9f91910bc8b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:55.000000", "updated_at": "2025-08-05T20:19:55.000000", "name": "tempest-VolumesExtendTest-Volume-2083305591", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1"}], "user_id": "d21c2eb08be447c1a2967391c6c3e8e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "468e0801ceb84c73b70b0b92db24ae6f"}}' 2025-08-05 20:19:56,619 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1 0.130s 2025-08-05 20:19:56,620 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9860dece-5054-4d36-b984-d06ba629aaa5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1'} Body: b'' 2025-08-05 20:19:56,656 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1 0.035s 2025-08-05 20:19:56,656 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-53b48334-0c99-4744-bd08-2565ca31b625', 'x-openstack-request-id': 'req-53b48334-0c99-4744-bd08-2565ca31b625', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/69762257-11ce-4af8-b4f5-9f91910bc8b1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 69762257-11ce-4af8-b4f5-9f91910bc8b1 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 aa371051-af3c-40c9-884c-66e68c5769b0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:56,854 98944 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.194s 2025-08-05 20:19:56,854 98944 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-363121002"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6174f5f3-970b-40be-8ef6-e4948f3fbf4c', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6174f5f3-970b-40be-8ef6-e4948f3fbf4c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "aa371051-af3c-40c9-884c-66e68c5769b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:56.792455", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-363121002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa371051-af3c-40c9-884c-66e68c5769b0"}], "user_id": "d21c2eb08be447c1a2967391c6c3e8e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:19:56,925 98944 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/aa371051-af3c-40c9-884c-66e68c5769b0 0.058s 2025-08-05 20:19:56,926 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48a2f855-50a4-41a2-bd42-ee008536654a', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48a2f855-50a4-41a2-bd42-ee008536654a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0'} Body: b'{"volume": {"id": "aa371051-af3c-40c9-884c-66e68c5769b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:57.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-363121002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa371051-af3c-40c9-884c-66e68c5769b0"}], "user_id": "d21c2eb08be447c1a2967391c6c3e8e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "468e0801ceb84c73b70b0b92db24ae6f"}}' 2025-08-05 20:19:58,002 98944 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/aa371051-af3c-40c9-884c-66e68c5769b0 0.059s 2025-08-05 20:19:58,003 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb4037c8-e01c-4077-934c-591a07065271', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb4037c8-e01c-4077-934c-591a07065271', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0'} Body: b'{"volume": {"id": "aa371051-af3c-40c9-884c-66e68c5769b0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:57.000000", "updated_at": "2025-08-05T20:19:57.000000", "name": "tempest-VolumesExtendTest-Volume-363121002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa371051-af3c-40c9-884c-66e68c5769b0"}], "user_id": "d21c2eb08be447c1a2967391c6c3e8e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "468e0801ceb84c73b70b0b92db24ae6f"}}' 2025-08-05 20:19:58,069 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0 0.050s 2025-08-05 20:19:58,069 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c92f12ba-edac-4081-8636-1f101067986a', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c92f12ba-edac-4081-8636-1f101067986a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0'} Body: b'{"volume": {"id": "aa371051-af3c-40c9-884c-66e68c5769b0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:57.000000", "updated_at": "2025-08-05T20:19:57.000000", "name": "tempest-VolumesExtendTest-Volume-363121002", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/aa371051-af3c-40c9-884c-66e68c5769b0"}], "user_id": "d21c2eb08be447c1a2967391c6c3e8e6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "468e0801ceb84c73b70b0b92db24ae6f"}}' 2025-08-05 20:19:58,233 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0 0.148s 2025-08-05 20:19:58,234 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-28e0b9de-4356-4a1c-8c35-e483198835d6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0'} Body: b'' 2025-08-05 20:19:58,275 98944 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0 0.040s 2025-08-05 20:19:58,275 98944 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19: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-ea42a02c-9e92-416e-827f-cd269c48c5af', 'x-openstack-request-id': 'req-ea42a02c-9e92-416e-827f-cd269c48c5af', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/aa371051-af3c-40c9-884c-66e68c5769b0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aa371051-af3c-40c9-884c-66e68c5769b0 could not be found."}}' setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON) --------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_list.py", line 89, in resource_setup volume = cls.create_volume(metadata=cls.metadata) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0a71cd43-525a-437c-9817-542ba00887c5 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 6388221f-3844-44c7-b259-ecab711e9ace failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:00,574 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 202 POST http://10.0.0.210/volume/v3/volumes 0.682s 2025-08-05 20:20:00,575 98938 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-1918406632"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d508c6e8-cf1e-4af0-ad61-2f99d4c30b0d', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d508c6e8-cf1e-4af0-ad61-2f99d4c30b0d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6388221f-3844-44c7-b259-ecab711e9ace", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:00.477006", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1918406632", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6388221f-3844-44c7-b259-ecab711e9ace"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6388221f-3844-44c7-b259-ecab711e9ace"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:20:00,647 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/6388221f-3844-44c7-b259-ecab711e9ace 0.059s 2025-08-05 20:20:00,648 98938 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 20:20:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76605a4a-3802-4a4d-83ad-9d71cc4dfdaf', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76605a4a-3802-4a4d-83ad-9d71cc4dfdaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6388221f-3844-44c7-b259-ecab711e9ace'} Body: b'{"volume": {"id": "6388221f-3844-44c7-b259-ecab711e9ace", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:00.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1918406632", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6388221f-3844-44c7-b259-ecab711e9ace"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6388221f-3844-44c7-b259-ecab711e9ace"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7f6e5789b46f4fe0b5a0f3b42db071f2"}}' 2025-08-05 20:20:01,768 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain): 200 GET http://10.0.0.210/volume/v3/volumes/6388221f-3844-44c7-b259-ecab711e9ace 0.103s 2025-08-05 20:20:01,768 98938 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 20:20:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3ec77412-be33-4d7c-9e5d-e3f6eb93d7bb', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ec77412-be33-4d7c-9e5d-e3f6eb93d7bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6388221f-3844-44c7-b259-ecab711e9ace'} Body: b'{"volume": {"id": "6388221f-3844-44c7-b259-ecab711e9ace", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:00.000000", "updated_at": "2025-08-05T20:20:01.000000", "name": "tempest-VolumeDependencyTests-Volume-1918406632", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6388221f-3844-44c7-b259-ecab711e9ace"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6388221f-3844-44c7-b259-ecab711e9ace"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7f6e5789b46f4fe0b5a0f3b42db071f2"}}' 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 56cb346e-84a0-4d6a-8168-c49e90fe1748 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:02,149 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.349s 2025-08-05 20:20:02,149 98938 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-1647704405"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-370b5057-90cc-4209-b438-ff48bf1db559', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-370b5057-90cc-4209-b438-ff48bf1db559', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "56cb346e-84a0-4d6a-8168-c49e90fe1748", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:02.014678", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1647704405", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:20:02,219 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748 0.052s 2025-08-05 20:20:02,219 98938 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 20:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d692df6a-1ffe-474d-8155-8a791563b5b5', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d692df6a-1ffe-474d-8155-8a791563b5b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748'} Body: b'{"volume": {"id": "56cb346e-84a0-4d6a-8168-c49e90fe1748", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:02.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1647704405", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7f6e5789b46f4fe0b5a0f3b42db071f2"}}' 2025-08-05 20:20:03,283 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_dep_chain_2): 200 GET http://10.0.0.210/volume/v3/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748 0.047s 2025-08-05 20:20:03,284 98938 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 20:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d58255b-d395-4332-be5b-1b49e64a6dcc', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d58255b-d395-4332-be5b-1b49e64a6dcc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748'} Body: b'{"volume": {"id": "56cb346e-84a0-4d6a-8168-c49e90fe1748", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:02.000000", "updated_at": "2025-08-05T20:20:02.000000", "name": "tempest-VolumeDependencyTests-Volume-1647704405", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/56cb346e-84a0-4d6a-8168-c49e90fe1748"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7f6e5789b46f4fe0b5a0f3b42db071f2"}}' 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 3c658abd-70c5-4937-b0aa-0569c7d5a065 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:02,747 98944 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.313s 2025-08-05 20:20:02,747 98944 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-1089463439"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db9dba52-ba15-485b-8dab-1781486524e2', 'content-length': '763', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db9dba52-ba15-485b-8dab-1781486524e2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3c658abd-70c5-4937-b0aa-0569c7d5a065", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T20:20:02.651969", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1089463439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065"}], "user_id": "bfbc37f85ecb4561ae3a6f2d508f4012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:20:02,821 98944 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065 0.058s 2025-08-05 20:20:02,821 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-653ee087-7056-461f-8402-8de388709583', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-653ee087-7056-461f-8402-8de388709583', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065'} Body: b'{"volume": {"id": "3c658abd-70c5-4937-b0aa-0569c7d5a065", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T20:20:03.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1089463439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065"}], "user_id": "bfbc37f85ecb4561ae3a6f2d508f4012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "67f6046987c045ffbf521e62d71d3a07"}}' 2025-08-05 20:20:03,884 98944 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065 0.042s 2025-08-05 20:20:03,884 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:03 GMT', 'server': 'Apa che/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83131d37-a620-4e7d-9451-7e534ef4310c', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83131d37-a620-4e7d-9451-7e534ef4310c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065'} Body: b'{"volume": {"id": "3c658abd-70c5-4937-b0aa-0569c7d5a065", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T20:20:03.000000", "updated_at": "2025-08-05T20:20:03.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1089463439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065"}], "user_id": "bfbc37f85ecb4561ae3a6f2d508f4012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "67f6046987c045ffbf521e62d71d3a07"}}' 2025-08-05 20:20:03,941 98944 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065 0.041s 2025-08-05 20:20:03,941 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14c7857c-c8a8-4373-898a-3c83a42fd2de', 'content-length': '852', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14c7857c-c8a8-4373-898a-3c83a42fd2de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065'} Body: b'{"volume": {"id": "3c658abd-70c5-4937-b0aa-0569c7d5a065", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2025-08-05T20:20:03.000000", "updated_at": "2025-08-05T20:20:03.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1089463439", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065"}], "user_id": "bfbc37f85ecb4561ae3a6f2d508f4012", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "67f6046987c045ffbf521e62d71d3a07"}}' 2025-08-05 20:20:04,082 98944 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065 0.126s 2025-08-05 20:20:04,083 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5f7a32e-a409-41c4-905a-26ddc24aae65', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065'} Body: b'' 2025-08-05 20:20:04,106 98944 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegative TestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065 0.023s 2025-08-05 20:20:04,107 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-118c5f5c-d814-4776-9d28-b71c18d180a1', 'x-openstack-request-id': 'req-118c5f5c-d814-4776-9d28-b71c18d180a1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3c658abd-70c5-4937-b0aa-0569c7d5a065'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3c658abd-70c5-4937-b0aa-0569c7d5a065 could not be found."}}' 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 62f5a3a8-3085-47c0-9464-8d0f56b807db failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:03,543 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 202 POST http://10.0.0.210/volume/v3/volumes 0.217s 2025-08-05 20:20:03,543 98938 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-1159647297"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8827994c-dc13-4239-8b68-729efd9954a6', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8827994c-dc13-4239-8b68-729efd9954a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "62f5a3a8-3085-47c0-9464-8d0f56b807db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:03.482044", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1159647297", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:20:03,703 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db 0.147s 2025-08-05 20:20:03,703 98938 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 20:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-372e9056-2d9b-4c47-b514-df098eb266f7', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-372e9056-2d9b-4c47-b514-df098eb266f7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db'} Body: b'{"volume": {"id": "62f5a3a8-3085-47c0-9464-8d0f56b807db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:03.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-1159647297", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7f6e5789b46f4fe0b5a0f3b42db071f2"}}' 2025-08-05 20:20:04,832 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db 0.113s 2025-08-05 20:20:04,832 98938 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 20:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bedaedd5-390a-4a79-92e7-95c458218045', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bedaedd5-390a-4a79-92e7-95c458218045', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db'} Body: b'{"volume": {"id": "62f5a3a8-3085-47c0-9464-8d0f56b807db", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:03.000000", "updated_at": "2025-08-05T20:20:04.000000", "name": "tempest-VolumeDependencyTests-Volume-1159647297", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/62f5a3a8-3085-47c0-9464-8d0f56b807db"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7f6e5789b46f4fe0b5a0f3b42db071f2"}}' 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 ac3c8ebe-d295-4470-8f72-dced83f48950 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:05,179 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.326s 2025-08-05 20:20:05,180 98938 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-2111704924"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78d09d09-cacc-423f-8266-9fefa78925ee', 'content-length': '771', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78d09d09-cacc-423f-8266-9fefa78925ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "ac3c8ebe-d295-4470-8f72-dced83f48950", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:05.064335", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-2111704924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:20:05,245 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950 0.052s 2025-08-05 20:20:05,246 98938 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 20:20:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-674634e6-6519-4f91-9b73-1988e0553c01', 'content-length': '839', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-674634e6-6519-4f91-9b73-1988e0553c01', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950'} Body: b'{"volume": {"id": "ac3c8ebe-d295-4470-8f72-dced83f48950", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:05.000000", "updated_at": null, "name": "tempest-VolumeDependencyTests-Volume-2111704924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7f6e5789b46f4fe0b5a0f3b42db071f2"}}' 2025-08-05 20:20:06,317 98938 INFO [tempest.lib.common.rest_client] Request (VolumeDependencyTests:test_delete_source_volume): 200 GET http://10.0.0.210/volume/v3/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950 0.054s 2025-08-05 20:20:06,317 98938 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 20:20:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bf26f1da-ac22-419b-b8cf-15b226c64b02', 'content-length': '860', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf26f1da-ac22-419b-b8cf-15b226c64b02', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950'} Body: b'{"volume": {"id": "ac3c8ebe-d295-4470-8f72-dced83f48950", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:05.000000", "updated_at": "2025-08-05T20:20:05.000000", "name": "tempest-VolumeDependencyTests-Volume-2111704924", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/ac3c8ebe-d295-4470-8f72-dced83f48950"}], "user_id": "529a998b461340acbad55647635225ea", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "7f6e5789b46f4fe0b5a0f3b42db071f2"}}' 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 75f136bd-9a7c-4866-8965-691d75dcbed9 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:24,048 98944 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/f205fc20-64b7-439b-8043-d81032ab0a45 0.221s 2025-08-05 20:20:24,048 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-884d658d-1f71-4559-9db9-9cb743caaaa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:20:24,387 98944 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.337s 2025-08-05 20:20:24,388 98944 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-1659859079", "snapshot_id": null, "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-668bca3a-7943-4dbb-aa4f-8c1f1de82970', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-668bca3a-7943-4dbb-aa4f-8c1f1de82970', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "75f136bd-9a7c-4866-8965-691d75dcbed9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:24.321785", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1659859079", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:20:24,553 98944 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/75f136bd-9a7c-4866-8965-691d75dcbed9 0.139s 2025-08-05 20:20:24,553 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e47b8079-cc7f-4035-b49c-884e23e8bc3c', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e47b8079-cc7f-4035-b49c-884e23e8bc3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9'} Body: b'{"volume": {"id": "75f136bd-9a7c-4866-8965-691d75dcbed9", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:24.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1659859079", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c356fb705ee4f0ba222689463605130"}}' 2025-08-05 20:20:25,640 98944 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/75f136bd-9a7c-4866-8965-691d75dcbed9 0.072s 2025-08-05 20:20:25,641 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05aabe6f-93ef-447e-8fb6-03733cebc934', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05aabe6f-93ef-447e-8fb6-03733cebc934', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9'} Body: b'{"volume": {"id": "75f136bd-9a7c-4866-8965-691d75dcbed9", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:24.000000", "updated_at": "2025-08-05T20:20:25.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1659859079", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c356fb705ee4f0ba222689463605130"}}' 2025-08-05 20:20:25,798 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9 0.125s 2025-08-05 20:20:25,801 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e71cf528-0c24-436e-9181-7e15c713d567', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9'} Body: b'' 2025-08-05 20:20:25,822 98944 IN FO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9 0.020s 2025-08-05 20:20:25,822 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea35ac2b-ca45-4c28-9404-1fc49edbbb54', 'x-openstack-request-id': 'req-ea35ac2b-ca45-4c28-9404-1fc49edbbb54', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/75f136bd-9a7c-4866-8965-691d75dcbed9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 75f136bd-9a7c-4866-8965-691d75dcbed9 could not be found."}}' 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 5712e439-1163-4cdc-a0f1-1f6d70989b29 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:00,689 98950 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.047s 2025-08-05 20:18:00,689 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:00 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-2251d65f-a8ad-419c-9f37-9dd2f41b9c08', '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": "14d23c2a39cf4abd935bb6239f704e38", "name": "tempest-DeleteServersTestJSON-168654308-project-member", "password_expires_at": null}, "audit_ids": ["w1Ivgz9cSwuJu7a-lsLPlg"], "expires_at": "2025-08-05T21:18:00.000000Z", "issued_at": "2025-08-05T20:18:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8dea3874c671461d8af405f9bba42dee", "name": "tempest-DeleteServersTestJSON-168654308"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8dea3874c671461d8af405f9bba42dee", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:18:00,690 98950 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'cfc4cc1b-2e91-4d88-b935-ec3081de6fed', 'name': 'tempest-DeleteServersTestJSON-137198558-network', 'tenant_id': '8dea3874c671461d8af405f9bba42dee', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8dea3874c671461d8af405f9bba42dee', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49625, '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-05T20:17:41Z', 'updated_at': '2025-08-05T20:17:41Z', 'revision_number': 1} available for tenant 2025-08-05 20:18:27,626 98950 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.935s 2025-08-05 20:18:27,626 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-2086860463", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "cfc4cc1b-2e91-4d88-b935-ec3081de6fed"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/e8b14271-0698-418a-b562-89acde31fc75', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7cdf70dd-af09-4315-86b8-76b25c154b77', 'x-compute-request-id': 'req-7cdf70dd-af09-4315-86b8-76b25c154b77', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e8b14271-0698-418a-b562-89acde31fc75", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e8b14271-0698-418a-b562-89acde31fc75"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e8b14271-0698-418a-b562-89acde31fc75"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "6bG7injkQJPC"}}' 2025-08-05 20:18:32,536 98950 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/e8b14271-0698-418a-b562-89acde31fc75 4.905s 2025-08-05 20:18:32,536 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1207', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a2a7db27-afe5-4dde-b3ab-5e2257b0c719', 'x-compute-request-id': 'req-a2a7db27-afe5-4dde-b3ab-5e2257b0c719', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e8b14271-0698-418a-b562-89acde31fc75'} Body: b'{"server": {"id": "e8b14271-0698-418a-b562-89acde31fc75", "name": "tempest-DeleteServersTestJSON-server-2086860463", "status": "BUILD", "tenant_id": "8dea3874c671461d8af405f9bba42dee", "user_id": "14d23c2a39cf4abd935bb6239f704e38", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:28Z", "updated": "2025-08-05T20:18:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e8b14271-0698-418a-b562-89acde31fc75"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e8b14271-0698-418a-b562-89acde31fc75"}], "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 20:19:24,743 98950 INFO [tempest.lib.common.rest_client] Request (DeleteS erversTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e8b14271-0698-418a-b562-89acde31fc75 2.142s 2025-08-05 20:19:24,743 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1488', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-618b15fe-5af0-4f51-a1ee-3b0b02458158', 'x-compute-request-id': 'req-618b15fe-5af0-4f51-a1ee-3b0b02458158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e8b14271-0698-418a-b562-89acde31fc75'} Body: b'{"server": {"id": "e8b14271-0698-418a-b562-89acde31fc75", "name": "tempest-DeleteServersTestJSON-server-2086860463", "status": "ACTIVE", "tenant_id": "8dea3874c671461d8af405f9bba42dee", "user_id": "14d23c2a39cf4abd935bb6239f704e38", "metadata": {}, "hostId": "2cd7f57ae114f2120703113fa6220a85c66e3a3ed4f766326ccda86c", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:27Z", "updated": "2025-08-05T20:19:11Z", "addresses": {"tempest-DeleteServersTestJSON-137198558-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:cd:c7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e8b14271-0698-418a-b562-89acde31fc75"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e8b14271-0698-418a-b562-89acde31fc75"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:19:10.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 20:19:24,759 98950 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2025-08-05 20:20:25,065 98950 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.273s 2025-08-05 20:20:25,065 98950 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-367612735"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f575caa0-006a-48e7-bbc2-7d049680b29c', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f575caa0-006a-48e7-bbc2-7d049680b29c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "5712e439-1163-4cdc-a0f1-1f6d70989b29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:24.974702", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-367612735", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5712e439-1163-4cdc-a0f1-1f6d70989b29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5712e4 39-1163-4cdc-a0f1-1f6d70989b29"}], "user_id": "14d23c2a39cf4abd935bb6239f704e38", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:20:25,353 98950 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/5712e439-1163-4cdc-a0f1-1f6d70989b29 0.275s 2025-08-05 20:20:25,354 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9135061d-6841-4d96-af4b-c7c9c14a7f45', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9135061d-6841-4d96-af4b-c7c9c14a7f45', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5712e439-1163-4cdc-a0f1-1f6d70989b29'} Body: b'{"volume": {"id": "5712e439-1163-4cdc-a0f1-1f6d70989b29", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:25.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-367612735", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5712e439-1163-4cdc-a0f1-1f6d70989b29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5712e439-1163-4cdc-a0f1-1f6d70989b29"}], "user_id": "14d23c2a39cf4abd935bb6239f704e38", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8dea3874c671461d8af405f9bba42dee"}}' 2025-08-05 20:20:26,411 98950 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/5712e439-1163-4cdc-a0f1-1f6d70989b29 0.040s 2025-08-05 20:20:26,411 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40d81e4c-c32f-4adc-a5e9-6f3935da6d13', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d81e4c-c32f-4adc-a5e9-6f3935da6d13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/5712e439-1163-4cdc-a0f1-1f6d70989b29'} Body: b'{"volume": {"id": "5712e439-1163-4cdc-a0f1-1f6d70989b29", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:25.000000", "updated_at": "2025-08-05T20:20:25.000000", "name": "tempest-DeleteServersTestJSON-volume-367612735", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/5712e439-1163-4cdc-a0f1-1f6d70989b29"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/5712e439-1163-4cdc-a0f1-1f6d70989b29"}], "user_id": "14d23c2a39cf4abd935bb6239f704e38", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8dea3874c671461d8af405f9bba42dee"}}' 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 af6c675e-db2f-498e-ba78-e67a01a2da6f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:25,855 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45 0.021s 2025-08-05 20:20:25,856 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-430b9486-febb-44ab-b17a-fe6f5992b75e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:20:26,517 98944 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.660s 2025-08-05 20:20:26,517 98944 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-2006603915", "snapshot_id": null, "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-85fe9295-c7be-486e-a1e3-58c1fa24693e', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-85fe9295-c7be-486e-a1e3-58c1fa24693e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "af6c675e-db2f-498e-ba78-e67a01a2da6f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:26.430146", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2006603915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:20:26,582 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f 0.050s 2025-08-05 20:20:26,582 98944 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 20:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3cec68a1-5bb9-41af-ae95-258a896f7ca6', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cec68a1-5bb9-41af-ae95-258a896f7ca6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f'} Body: b'{"volume": {"id": "af6c675e-db2f-498e-ba78-e67a01a2da6f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:26.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-2006603915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c356fb705ee4f0ba222689463605130"}}' 2025-08-05 20:20:27,632 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f 0.036s 2025-08-05 20:20:27,632 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b7d0303-c1aa-46fc-9dae-dbb9514efc6e', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b7d0303-c1aa-46fc-9dae-dbb9514efc6e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f'} Body: b'{"volume": {"id": "af6c675e-db2f-498e-ba78-e67a01a2da6f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:26.000000", "updated_at": "2025-08-05T20:20:27.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-2006603915", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c356fb705ee4f0ba222689463605130"}}' 2025-08-05 20:20:27,745 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f 0.099s 2025-08-05 20:20:27,746 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20: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-c6856dce-2910-42f6-90b0-3a4d86c107cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f'} Body: b'' 2025-08-05 20:20:27,769 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f 0.022s 2025-08-05 20:20:27,769 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20: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-0c1fc61f-aeaa-4ed8-911a-96f935fc9908', 'x-openstack-request-id': 'req-0c1fc61f-aeaa-4ed8-911a-96f935fc9908', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/af6c675e-db2f-498e-ba78-e67a01a2da6f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume af6c675e-db2f-498e-ba78-e67a01a2da6f 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 fe4718d7-8f14-4141-9f48-7c25ebb3d588 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:27,794 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45 0.022s 2025-08-05 20:20:27,794 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-26330b29-dcd0-4406-9562-4c5d6548fcb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:20:28,181 98944 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.386s 2025-08-05 20:20:28,181 98944 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-928738084", "snapshot_id": null, "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb3068fd-a1aa-4688-9fc2-bf3ee5d149f2', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb3068fd-a1aa-4688-9fc2-bf3ee5d149f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fe4718d7-8f14-4141-9f48-7c25ebb3d588", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:28.109717", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-928738084", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:20:28,253 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588 0.045s 2025-08-05 20:20:28,254 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e39d11b8-0309-43f4-a2d5-d209472f300d', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e39d11b8-0309-43f4-a2d5-d209472f300d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588'} Body: b'{"volume": {"id": "fe4718d7-8f14-4141-9f48-7c25ebb3d588", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:28.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-928738084", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c356fb705ee4f0ba222689463605130"}}' 2025-08-05 20:20:29,313 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588 0.045s 2025-08-05 20:20:29,314 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5ebeb82-7ade-476b-a3a4-78b870700a57', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5ebeb82-7ade-476b-a3a4-78b870700a57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588'} Body: b'{"volume": {"id": "fe4718d7-8f14-4141-9f48-7c25ebb3d588", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:28.000000", "updated_at": "2025-08-05T20:20:28.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-928738084", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c356fb705ee4f0ba222689463605130"}}' 2025-08-05 20:20:29,423 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588 0.096s 2025-08-05 20:20:29,424 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79a1cb5e-f671-43e5-8563-16ab50852dbf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588'} Body: b'' 2025-08-05 20:20:29,444 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeB ootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588 0.020s 2025-08-05 20:20:29,445 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b82a66af-6298-45c2-9275-377174f5d3a6', 'x-openstack-request-id': 'req-b82a66af-6298-45c2-9275-377174f5d3a6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fe4718d7-8f14-4141-9f48-7c25ebb3d588'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fe4718d7-8f14-4141-9f48-7c25ebb3d588 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 e2ff9bf9-f371-4947-b11a-b7038b39f9b7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:29,447 98944 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2025-08-05 20:20:29,495 98944 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.045s 2025-08-05 20:20:29,496 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-362208784", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOBWyxTXzDwwbvDFbXQe2SYc4RWFcpFhS+t7vkdZK8Wnq2ODRLwLagQqH7ueaq8ZISIrDvVPn5zpzqGKj1sZCcDS5aEbKpIOif5OIxjCJ2ytD5Rh6NuZEre143aR71d54g=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-666ae5de-7027-469b-a1c7-76934bcad2e9', 'x-compute-request-id': 'req-666ae5de-7027-469b-a1c7-76934bcad2e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-362208784", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOBWyxTXzDwwbvDFbXQe2SYc4RWFcpFhS+t7vkdZK8Wnq2ODRLwLagQqH7ueaq8ZISIrDvVPn5zpzqGKj1sZCcDS5aEbKpIOif5OIxjCJ2ytD5Rh6NuZEre143aR71d54g==", "fingerprint": "56:39:82:a0:38:0d:ca:b3:bc:27:6f:fa:b9:e7:06:3a", "user_id": "ad3d89854d71425a830d0448fdf9dfc4"}}' 2025-08-05 20:20:30,483 98944 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.984s 2025-08-05 20:20:30,484 98944 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-1190457737", "description": "tempest-secgroup-smoke-1190457737 description", "project_id": "7c356fb705ee4f0ba222689463605130"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-5591d54d-1f9c-4097-a335-2abc34118065', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "name": "tempest-secgroup-smoke-1190457737", "stateful": true, "tenant_id": "7c356fb705ee4f0ba222689463605130", "description": "tempest-secgroup-smoke-1190457737 description", "shared": false, "security_group_rules": [{"id": "0954c2e3-97ab-4ff2-8a11-02c9fdf3e0f7", "project_id": "7c356fb705ee4f0ba222689463605130", "tenant_id": "7c356fb705ee4f0ba222689463605130", "security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "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": 653, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:20:30Z", "updated_at": "2025-08-05T20:20:30Z", "revision_number": 0}, {"id": "ed2ef924-48a0-4ab6-a601-de1e32a3674f", "project_id": "7c356fb705ee4f0ba222689463605130", "tenant_id": "7c356fb705ee4f0ba222689463605130", "security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "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": 654, "belongs_to_default_sg": false, "description" : null, "tags": [], "created_at": "2025-08-05T20:20:30Z", "updated_at": "2025-08-05T20:20:30Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:20:29Z", "updated_at": "2025-08-05T20:20:30Z", "revision_number": 1, "project_id": "7c356fb705ee4f0ba222689463605130"}}' 2025-08-05 20:20:30,701 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.217s 2025-08-05 20:20:30,702 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "project_id": "7c356fb705ee4f0ba222689463605130", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-065416ed-deac-4d60-bc11-9f36788c59a2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ec72a4e2-fc6b-4997-a7dc-796f5c86dc15", "project_id": "7c356fb705ee4f0ba222689463605130", "tenant_id": "7c356fb705ee4f0ba222689463605130", "security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "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-05T20:20:30Z", "updated_at": "2025-08-05T20:20:30Z", "revision_number": 0}}' 2025-08-05 20:20:30,920 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.217s 2025-08-05 20:20:30,920 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "project_id": "7c356fb705ee4f0ba222689463605130", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-ae20946d-20b7-4402-bf67-d55b3818fdde', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "67d8282b-5de6-43d5-8074-566a38a3926b", "project_id": "7c356fb705ee4f0ba222689463605130", "tenant_id": "7c356fb705ee4f0ba222689463605130", "security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "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-05T20:20:30Z", "updated_at": "2025-08-05T20:20:30Z", "revision_number": 0}}' 2025-08-05 20:20:31,158 98944 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.237s 2025-08-05 20:20:31,158 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "project_id": "7c356fb705ee4f0ba222689463605130", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 202 5 20:20:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-76f5add6-7303-4549-8cf7-61737a2028f7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c1f435ed-f89e-4b9f-a3c8-c0764f9c13b1", "project_id": "7c356fb705ee4f0ba222689463605130", "tenant_id": "7c356fb705ee4f0ba222689463605130", "security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "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-05T20:20:31Z", "updated_at": "2025-08-05T20:20:31Z", "revision_number": 0}}' 2025-08-05 20:20:31,382 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.223s 2025-08-05 20:20:31,382 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "project_id": "7c356fb705ee4f0ba222689463605130", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-54f2022f-7f77-409b-9151-05b88e7bee09', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8e6c4617-a50c-4c3b-a24d-855607d598ed", "project_id": "7c356fb705ee4f0ba222689463605130", "tenant_id": "7c356fb705ee4f0ba222689463605130", "security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "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-05T20:20:31Z", "updated_at": "2025-08-05T20:20:31Z", "revision_number": 0}}' 2025-08-05 20:20:31,669 98944 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.286s 2025-08-05 20:20:31,670 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "project_id": "7c356fb705ee4f0ba222689463605130", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-5d55a780-ad3f-46a0-bce0-4faa74eb6181', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0ac6620e-2b35-44ea-9c90-e81f28202c80", "project_id": "7c356fb705ee4f0ba222689463605130", "tenant_id": "7c356fb705ee4f0ba222689463605130", "security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "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-05T20:20:31Z", "updated_at": "2025-08-05T20:20:31Z", "revision_number": 0}}' 2025-08-05 20:20:31,909 98944 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.239s 2025-08-05 20:20:31,909 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "project_id": "7c356fb705ee4f0ba222689463605130", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-0ab7e40f-28d1-4b56-9344-ee641c15d152', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e52501fd-5a51-4d97-aca6-d9414fd35287", "project_id": "7c356fb705ee4f0ba222689463605130", "tenant_id": "7c356fb705ee4f0ba222689463605130", "security_group_id": "12aa17fc-f11d-4522-b4e8-be7a4a97c52f", "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-05T20:20:31Z", "updated_at": "2025-08-05T20:20:31Z", "revision_number": 0}}' 2025-08-05 20:20:31,910 98944 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2025-08-05 20:20:31,932 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45 0.022s 2025-08-05 20:20:31,932 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-de11f9d1-24fb-4046-9562-933051ef7c8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:20:32,243 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.310s 2025-08-05 20:20:32,244 98944 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-614643845", "snapshot_id": null, "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:31 GMT', 'server': 'Apache/2.4.52 (Ubunt u)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48bacdcf-50dd-49d1-83c1-e25878e2ba7d', 'content-length': '759', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48bacdcf-50dd-49d1-83c1-e25878e2ba7d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e2ff9bf9-f371-4947-b11a-b7038b39f9b7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:32.182490", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-614643845", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:20:32,300 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7 0.041s 2025-08-05 20:20:32,301 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f1ffd3c-324e-4444-b5fa-651126ec831a', 'content-length': '827', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f1ffd3c-324e-4444-b5fa-651126ec831a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7'} Body: b'{"volume": {"id": "e2ff9bf9-f371-4947-b11a-b7038b39f9b7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:32.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-614643845", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c356fb705ee4f0ba222689463605130"}}' 2025-08-05 20:20:33,364 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7 0.049s 2025-08-05 20:20:33,364 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da57532d-5dd9-4375-a0a6-351f1668d34c', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da57532d-5dd9-4375-a0a6-351f1668d34c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7'} Body: b'{"volume": {"id": "e2ff9bf9-f371-4947-b11a-b7038b39f9b7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:32.000000", "updated_at": "2025-08-05T20:20:32.000000", "name": "tem pest-TestVolumeBootPattern-volume-origin-614643845", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7"}], "user_id": "ad3d89854d71425a830d0448fdf9dfc4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c356fb705ee4f0ba222689463605130"}}' 2025-08-05 20:20:33,581 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7 0.188s 2025-08-05 20:20:33,582 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cc902f5-692b-469b-bdef-b959bcd52ba2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7'} Body: b'' 2025-08-05 20:20:33,602 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7 0.019s 2025-08-05 20:20:33,602 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-33c5d412-1c4f-44ca-ba88-a0c301ad1262', 'x-openstack-request-id': 'req-33c5d412-1c4f-44ca-ba88-a0c301ad1262', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e2ff9bf9-f371-4947-b11a-b7038b39f9b7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e2ff9bf9-f371-4947-b11a-b7038b39f9b7 could not be found."}}' 2025-08-05 20:20:33,859 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/12aa17fc-f11d-4522-b4e8-be7a4a97c52f 0.256s 2025-08-05 20:20:33,860 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-7d43a9a4-95af-4c45-879f-58985ca12795', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/12aa17fc-f11d-4522-b4e8-be7a4a97c52f'} Body: b'' 2025-08-05 20:20:33,886 98944 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-362208784 0.025s 2025-08-05 20:20:33,886 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a354 0726-58e1-41af-af0e-eb511329102d', 'x-compute-request-id': 'req-a3540726-58e1-41af-af0e-eb511329102d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-362208784'} Body: b'' 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 f937e093-1ff4-4e5c-86be-404b2b4ff63e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:30,700 98930 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:18:32,571 98930 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 1.870s 2025-08-05 20:18:32,571 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1665457623", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF4xJ9VLwsIlpe8eomve84HFyqGiyuHgmo+aJ7HVqkCFe+/VOCuqBownax6+wJ698l3uc3I60NlRi0vHHp7WD6Rrv45qUsnE5bEdsO83mqhSAsiIy7Iyk5jwqHq6bXojfg=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18: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-7a1b3877-4ac7-47f2-9a9b-a4e1edd31d68', 'x-compute-request-id': 'req-7a1b3877-4ac7-47f2-9a9b-a4e1edd31d68', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1665457623", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF4xJ9VLwsIlpe8eomve84HFyqGiyuHgmo+aJ7HVqkCFe+/VOCuqBownax6+wJ698l3uc3I60NlRi0vHHp7WD6Rrv45qUsnE5bEdsO83mqhSAsiIy7Iyk5jwqHq6bXojfg==", "fingerprint": "df:08:33:7d:ae:0e:d7:a5:ba:ab:4b:2b:a1:7f:8b:42", "user_id": "a529712858654f32b81b0c8e65ff9e05"}}' 2025-08-05 20:18:32,574 98930 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1665457623 created 2025-08-05 20:18:36,740 98930 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 4.165s 2025-08-05 20:18:36,740 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1549347172", "description": "tempest-description--1192056964"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-533425e2-5695-4ee3-a5fc-d01ea7920096', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6e3e629a-298b-4af2-9686-0b02c37f066a", "name": "tempest-securitygroup--1549347172", "stateful": true, "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "description": "tempest-description--1192056964", "shared": false, "security_group_rules": [{"id": "0a5c9230-d039-4675-9798-90ea5791b537", "project_id": "08cf0c3afbb442f2a13d80f634a5c122", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "security_group_id": "6e3e629a-298b-4af2-9686-0b02c37f066a", "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-05T20:18:36Z", "updated_at": "2025-08-05T20:18:36Z", "revision_number": 0}, {"id": "9edf956c-0d81-4d63-b76b-942c086bab0f", "project_id": "08cf0c3afbb442f2a13d80f634a5c122", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "security_group_id": "6e3e629a-298b-4af2-9686-0b02c37f066a", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": nu ll, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 315, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:18:36Z", "updated_at": "2025-08-05T20:18:36Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:18:36Z", "updated_at": "2025-08-05T20:18:36Z", "revision_number": 1, "project_id": "08cf0c3afbb442f2a13d80f634a5c122"}}' 2025-08-05 20:18:41,085 98930 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 4.344s 2025-08-05 20:18:41,086 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6e3e629a-298b-4af2-9686-0b02c37f066a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d3ae7d5b-264d-46d2-8aa7-abbcdfaea06a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b569b04a-dea5-4d86-9883-362634815da9", "project_id": "08cf0c3afbb442f2a13d80f634a5c122", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "security_group_id": "6e3e629a-298b-4af2-9686-0b02c37f066a", "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-05T20:18:40Z", "updated_at": "2025-08-05T20:18:40Z", "revision_number": 0}}' 2025-08-05 20:18:42,645 98930 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.558s 2025-08-05 20:18:42,646 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6e3e629a-298b-4af2-9686-0b02c37f066a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-38b45f33-b4b5-49eb-a62c-89731dc5cb94', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5dce79ad-4f2d-43c9-8015-697563edd13a", "project_id": "08cf0c3afbb442f2a13d80f634a5c122", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "security_group_id": "6e3e629a-298b-4af2-9686-0b02c37f066a", "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-05T20:18:42Z", "updated_at": "2025-08-05T20:18:42Z", "revision_number": 0}}' 2025-08-05 20:18:42,646 98930 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1549347172 created 2025-08-05 20:18:45,212 98930 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.565s 2025-08-05 20:18:45,212 98930 DEBUG [tempest.lib.common.rest_client] Reque st - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-49521a7e-5ef4-43b5-a73b-40539379996f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "85726342-4396-4ee4-92a7-d51a5db32cb3", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "floating_ip_address": "172.24.4.23", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "08cf0c3afbb442f2a13d80f634a5c122", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:18:44Z", "updated_at": "2025-08-05T20:18:44Z", "revision_number": 0}}' 2025-08-05 20:18:45,212 98930 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '85726342-4396-4ee4-92a7-d51a5db32cb3', 'tenant_id': '08cf0c3afbb442f2a13d80f634a5c122', 'floating_ip_address': '172.24.4.23', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '08cf0c3afbb442f2a13d80f634a5c122', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:18:44Z', 'updated_at': '2025-08-05T20:18:44Z', 'revision_number': 0, 'ip': '172.24.4.23'} created 2025-08-05 20:18:45,302 98930 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.084s 2025-08-05 20:18:45,302 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:45 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-2300866f-008f-41cd-beb3-c7a07746a151', '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": "a529712858654f32b81b0c8e65ff9e05", "name": "tempest-VolumesAdminNegativeTest-849811974-project-member", "password_expires_at": null}, "audit_ids": ["SPmMWZAXR-CvTl2GrnFlxQ"], "expires_at": "2025-08-05T21:18:45.000000Z", "issued_at": "2025-08-05T20:18:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "08cf0c3afbb442f2a13d80f634a5c122", "name": "tempest-VolumesAdminNegativeTest-849811974"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/08cf0c3afbb442f2a13d80f634a5c122", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b 33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:18:45,302 98930 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '9bc06916-6ed4-4297-bb2b-50d49fbe7a7c', 'name': 'tempest-VolumesAdminNegativeTest-1545902561-network', 'tenant_id': '08cf0c3afbb442f2a13d80f634a5c122', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '08cf0c3afbb442f2a13d80f634a5c122', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10107, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:17:42Z', 'updated_at': '2025-08-05T20:17:42Z', 'revision_number': 1} available for tenant 2025-08-05 20:18:45,303 98930 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1665457623', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBF4xJ9VLwsIlpe8eomve84HFyqGiyuHgmo+aJ7HVqkCFe+/VOCuqBownax6+wJ698l3uc3I60NlRi0vHHp7WD6Rrv45qUsnE5bEdsO83mqhSAsiIy7Iyk5jwqHq6bXojfg==', 'fingerprint': 'df:08:33:7d:ae:0e:d7:a5:ba:ab:4b:2b:a1:7f:8b:42', 'user_id': 'a529712858654f32b81b0c8e65ff9e05', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAvzQN0soccRUIujXVkHPpsXCTBGpCAVFbOPJZyCo2NX6fh4HwZ9zZM\nhSVgjfB7ExegBwYFK4EEACKhZANiAAReMSfVS8LCJaXvHqJr3vOBxcqhosrh4JqP\nmiex1apAhXvv1TgrqgaMJ2sevsCevfJd7nNyOtDZUYtLxx6e1g+ka7+OalLJxOWx\nHbDvN5qoUgLIiMuyMpOY8Kh6um16I34=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '6e3e629a-298b-4af2-9686-0b02c37f066a', 'name': 'tempest-securitygroup--1549347172', 'stateful': True, 'tenant_id': '08cf0c3afbb442f2a13d80f634a5c122', 'description': 'tempest-description--1192056964', 'shared': False, 'security_group_rules': [{'id': '0a5c9230-d039-4675-9798-90ea5791b537', 'project_id': '08cf0c3afbb442f2a13d80f634a5c122', 'tenant_id': '08cf0c3afbb442f2a13d80f634a5c122', 'security_group_id': '6e3e629a-298b-4af2-9686-0b02c37f066a', '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': 313, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:18:36Z', 'updated_at': '2025-08-05T20:18:36Z', 'revision_number': 0}, {'id': '9edf956c-0d81-4d63-b76b-942c086bab0f', 'project_id': '08cf0c3afbb442f2a13d80f634a5c122', 'tenant_id': '08cf0c3afbb442f2a13d80f634a5c122', 'security_group_id': '6e3e629a-298b-4af2-9686-0b02c37f066a', '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': 315, 'belongs_to_default_sg': False, 'descript ion': None, 'tags': [], 'created_at': '2025-08-05T20:18:36Z', 'updated_at': '2025-08-05T20:18:36Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:18:36Z', 'updated_at': '2025-08-05T20:18:36Z', 'revision_number': 1, 'project_id': '08cf0c3afbb442f2a13d80f634a5c122'}, 'floating_ip': {'id': '85726342-4396-4ee4-92a7-d51a5db32cb3', 'tenant_id': '08cf0c3afbb442f2a13d80f634a5c122', 'floating_ip_address': '172.24.4.23', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '08cf0c3afbb442f2a13d80f634a5c122', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:18:44Z', 'updated_at': '2025-08-05T20:18:44Z', 'revision_number': 0, 'ip': '172.24.4.23'}} 2025-08-05 20:18:53,932 98930 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 8.628s 2025-08-05 20:18:53,932 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-2059455912", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "9bc06916-6ed4-4297-bb2b-50d49fbe7a7c"}], "security_groups": [{"name": "tempest-securitygroup--1549347172"}], "key_name": "tempest-keypair-1665457623", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/514d979f-b42c-46dc-a0f0-018a0e854b35', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a5efc7ea-7a80-4254-9f07-baf2113672bc', 'x-compute-request-id': 'req-a5efc7ea-7a80-4254-9f07-baf2113672bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "514d979f-b42c-46dc-a0f0-018a0e854b35", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/514d979f-b42c-46dc-a0f0-018a0e854b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/514d979f-b42c-46dc-a0f0-018a0e854b35"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1549347172"}], "adminPass": "uw8twZbuWgWM"}}' 2025-08-05 20:18:54,735 98930 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/514d979f-b42c-46dc-a0f0-018a0e854b35 0.800s 2025-08-05 20:18:54,736 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:53 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-3c74a742-5617-4031-bb3a-6cedaa43d88c', 'x-compute-request-id': 'req-3c74a742-5617-4031-bb3a-6cedaa43d88c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/514d979f-b42c-46dc-a0f0-018a0e854b35'} Body: b'{"server": {"id": "514d979f-b42c-46dc-a0f0-018a0e854b35", "name": "tempest-VolumesAdminNegativeTest-server-2059455912", "status": "BUILD", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "user_id": "a529712858654f32b81b0c8e65ff9e05", "metadata": {}, "ho stId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:54Z", "updated": "2025-08-05T20:18:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/514d979f-b42c-46dc-a0f0-018a0e854b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/514d979f-b42c-46dc-a0f0-018a0e854b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1665457623", "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 20:19:45,277 98930 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/514d979f-b42c-46dc-a0f0-018a0e854b35 0.476s 2025-08-05 20:19:45,278 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5a849ce4-0393-4175-9a8e-435dd33ed11d', 'x-compute-request-id': 'req-5a849ce4-0393-4175-9a8e-435dd33ed11d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/514d979f-b42c-46dc-a0f0-018a0e854b35'} Body: b'{"server": {"id": "514d979f-b42c-46dc-a0f0-018a0e854b35", "name": "tempest-VolumesAdminNegativeTest-server-2059455912", "status": "ACTIVE", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "user_id": "a529712858654f32b81b0c8e65ff9e05", "metadata": {}, "hostId": "29d5651f241f8cb9d86cfbaa1893ab78d7238c5f6bb69ffd144b4c43", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:53Z", "updated": "2025-08-05T20:19:29Z", "addresses": {"tempest-VolumesAdminNegativeTest-1545902561-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:06:b3"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/514d979f-b42c-46dc-a0f0-018a0e854b35"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/514d979f-b42c-46dc-a0f0-018a0e854b35"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1665457623", "OS-SRV-USG:launched_at": "2025-08-05T20:19:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1549347172"}], "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 20:19:45,312 98930 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 20:20:45,560 98930 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/514d979f-b42c-46dc-a0f0-018a0e854b35/os-interface 0.232s 2025-08-05 20:20:45,561 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:45 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-3a7f582b-57bc-4ed0-be95-ceb6e6875905', 'x-compute-request-id': 'req-3a7f582b-57bc-4ed0-be95-ceb6e6875905', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/514d979f-b42c-46dc-a0f0-018a0e854b35/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "9bc06916-6ed4-4297-bb2b-50d49fbe7a7c", "port_id": "2a61d482-afcc-406a-be12-2654daf166f9", "mac_addr": "fa:16:3e:5e:06:b3", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "fdecb927-1874-47de-9506-1f11c116f012", "ip_address": "10.0.0.10"}]}]}' 2025-08-05 20:20:47,573 98930 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/85726342-4396-4ee4-92a7-d51a5db32cb3 2.006s 2025-08-05 20:20:47,573 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "2a61d482-afcc-406a-be12-2654daf166f9"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c645d7a3-9ecb-40ea-8a9b-a882416cc07a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/85726342-4396-4ee4-92a7-d51a5db32cb3'} Body: b'{"floatingip": {"id": "85726342-4396-4ee4-92a7-d51a5db32cb3", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "floating_ip_address": "172.24.4.23", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "afc2eee2-40ba-4501-83ba-0736e13efcf9", "port_id": "2a61d482-afcc-406a-be12-2654daf166f9", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "9bc06916-6ed4-4297-bb2b-50d49fbe7a7c", "mac_address": "fa:16:3e:5e:06:b3", "admin_state_up": true, "status": "ACTIVE", "device_id": "514d979f-b42c-46dc-a0f0-018a0e854b35", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:18:44Z", "updated_at": "2025-08-05T20:20:46Z", "revision_number": 1, "project_id": "08cf0c3afbb442f2a13d80f634a5c122"}}' 2025-08-05 20:20:47,576 98930 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.23:22' as 'cirros' with public key authentication 2025-08-05 20:20:47,592 98930 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:20:47,701 98930 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:20:47,701 98930 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.23 successfully created 2025-08-05 20:20:47,986 98930 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.283s 2025-08-05 20:20:47,986 98930 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-2121010117"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98521eb2-2df8-4304-b9eb-4384d03dcd75', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'r eq-98521eb2-2df8-4304-b9eb-4384d03dcd75', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f937e093-1ff4-4e5c-86be-404b2b4ff63e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:47.882049", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-2121010117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f937e093-1ff4-4e5c-86be-404b2b4ff63e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f937e093-1ff4-4e5c-86be-404b2b4ff63e"}], "user_id": "a529712858654f32b81b0c8e65ff9e05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:20:48,050 98930 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/f937e093-1ff4-4e5c-86be-404b2b4ff63e 0.051s 2025-08-05 20:20:48,051 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-718aec8f-9f79-4ad9-a597-472c9b717a04', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-718aec8f-9f79-4ad9-a597-472c9b717a04', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f937e093-1ff4-4e5c-86be-404b2b4ff63e'} Body: b'{"volume": {"id": "f937e093-1ff4-4e5c-86be-404b2b4ff63e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:48.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-2121010117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f937e093-1ff4-4e5c-86be-404b2b4ff63e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f937e093-1ff4-4e5c-86be-404b2b4ff63e"}], "user_id": "a529712858654f32b81b0c8e65ff9e05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "08cf0c3afbb442f2a13d80f634a5c122"}}' 2025-08-05 20:20:49,105 98930 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/f937e093-1ff4-4e5c-86be-404b2b4ff63e 0.039s 2025-08-05 20:20:49,105 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14cea4d0-07f3-4698-9336-33edc14e3376', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14cea4d0-07f3-4698-9336-33edc14e3376', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f937e093-1ff4-4e5c-86be-404b2b4ff63e'} Body: b'{"volume": {"id": "f937e093-1ff4-4e5c-86be-404b2b4ff63e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:48.000000", "updated_at": "2025-08-05T20:20:48.000000", "name": "tempest-VolumesAdminNegativeTest-volume-2121010117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "lin ks": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f937e093-1ff4-4e5c-86be-404b2b4ff63e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f937e093-1ff4-4e5c-86be-404b2b4ff63e"}], "user_id": "a529712858654f32b81b0c8e65ff9e05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "08cf0c3afbb442f2a13d80f634a5c122"}}' 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 2409f189-e450-4bc2-8798-94e249525dbb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:18:34,796 98942 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/f205fc20-64b7-439b-8043-d81032ab0a45 0.098s 2025-08-05 20:18:34,796 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-75932e97-f6a2-4b42-a14c-100c5af04bc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:18:36,083 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 1.253s 2025-08-05 20:18:36,083 98942 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 20:18:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/27dab630-3bf6-465b-b796-87d18b73b34e', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-d020dc75-ce54-4539-88dd-ddd5fa2ba108', '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": "7fb4da8553e045ccb09d7df22f42c180", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "27dab630-3bf6-465b-b796-87d18b73b34e", "created_at": "2025-08-05T20:18:36Z", "updated_at": "2025-08-05T20:18:36Z", "tags": [], "self": "/v2/images/27dab630-3bf6-465b-b796-87d18b73b34e", "file": "/v2/images/27dab630-3bf6-465b-b796-87d18b73b34e/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:18:37,374 98942 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/27dab630-3bf6-465b-b796-87d18b73b34e/file 1.291s 2025-08-05 20:18:37,375 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-bce3cc7b-cf0d-4084-b19d-0b4faa38782d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/27dab630-3bf6-465b-b796-87d18b73b34e/file'} Body: b'' 2025-08-05 20:18:37,375 98942 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:18:37,376 98942 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:18:37,679 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.302s 2025-08-05 20:18:37,679 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-934702265", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAQIEtnfpueBYZAjw2XYg9K0fb0vqMTdNPk3e5YDvtH4fTtGta/ruxdktqIvJ+yxiF+jEyvlgMYWMOeInqc/bHdG7k/xdJCzgRVAuUtTxIN4fsdWPijzCnWkejf9Evewtg=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-449aaeff-4347-4c44-82fc-2565ef6f5d12', 'x-compute-request-id': 'req-449aaeff-4347-4c44-82fc-2565ef6f5d12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-934702265", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAQIEtnfpueBYZAjw2XYg9K0fb0vqMTdNPk3e5YDvtH4fTtGta/ruxdktqIvJ+yxiF+jEyvlgMYWMOeInqc/bHdG7k/xdJCzgRVAuUtTxIN4fsdWPijzCnWkejf9Evewtg==", "fingerprint": "87:d5:69:24:fe:06:d0:b5:4a:e9:55:8c:d7:ed:a2:b3", "user_id": "e7663e75ab264ca8853f94fc7d999eb0"}}' 2025-08-05 20:18:37,682 98942 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-934702265 created 2025-08-05 20:18:41,803 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 4.121s 2025-08-05 20:18:41,804 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--60782025", "description": "tempest-description--467575514"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1658', 'x-openstack-request-id': 'req-15642b93-c6ed-4cdf-a0b3-0e29fcabd1bb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fd781169-6f47-4283-9ae2-543911ba59f8", "name": "tempest-securitygroup--60782025", "stateful": true, "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "description": "tempest-description--467575514", "shared": false, "security_group_rules": [{"id": "093abcce-80ea-41df-b712-cbd5282fb034", "project_id": "ea9817783d0b443e89a745a0625ebfd5", "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "security_group_id": "fd781169-6f47-4283-9ae2-543911ba59f8", "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": 322, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:18:41Z", "updated_at": "202 5-08-05T20:18:41Z", "revision_number": 0}, {"id": "11c0cec8-08f6-44ed-ae64-3177e5360e69", "project_id": "ea9817783d0b443e89a745a0625ebfd5", "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "security_group_id": "fd781169-6f47-4283-9ae2-543911ba59f8", "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": 323, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:18:41Z", "updated_at": "2025-08-05T20:18:41Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:18:41Z", "updated_at": "2025-08-05T20:18:41Z", "revision_number": 1, "project_id": "ea9817783d0b443e89a745a0625ebfd5"}}' 2025-08-05 20:18:43,895 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.090s 2025-08-05 20:18:43,895 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fd781169-6f47-4283-9ae2-543911ba59f8", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-0770562e-d3ad-4ae0-bbcb-da33bf780e90', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "551c5565-26da-4041-b2cc-a20fe3f074dd", "project_id": "ea9817783d0b443e89a745a0625ebfd5", "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "security_group_id": "fd781169-6f47-4283-9ae2-543911ba59f8", "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-05T20:18:43Z", "updated_at": "2025-08-05T20:18:43Z", "revision_number": 0}}' 2025-08-05 20:18:46,359 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 2.463s 2025-08-05 20:18:46,359 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fd781169-6f47-4283-9ae2-543911ba59f8", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-4d5f0725-c8fe-43e1-94a1-e9b4d3802544', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1fa1e1b7-6895-42f4-b5dd-55c3bcb995d6", "project_id": "ea9817783d0b443e89a745a0625ebfd5", "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "security_group_id": "fd781169-6f47-4283-9ae2-543911ba59f8", "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-05T20:18:46Z", "updated_at": "2025-08-05T20:18:46Z", "revision_number": 0}}' 2025-08-05 20:18:46,359 98942 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--60782025 created 2025-08-05 20:18:49,666 98942 I NFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 3.306s 2025-08-05 20:18:49,667 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-74122b74-5f1b-4ab4-80bb-14625c203f3e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a36e7fb4-c738-40c9-9979-97decdf88bb4", "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "floating_ip_address": "172.24.4.122", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ea9817783d0b443e89a745a0625ebfd5", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:18:49Z", "updated_at": "2025-08-05T20:18:49Z", "revision_number": 0}}' 2025-08-05 20:18:49,667 98942 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a36e7fb4-c738-40c9-9979-97decdf88bb4', 'tenant_id': 'ea9817783d0b443e89a745a0625ebfd5', 'floating_ip_address': '172.24.4.122', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ea9817783d0b443e89a745a0625ebfd5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:18:49Z', 'updated_at': '2025-08-05T20:18:49Z', 'revision_number': 0, 'ip': '172.24.4.122'} created 2025-08-05 20:18:49,757 98942 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.085s 2025-08-05 20:18:49,757 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:49 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-ffb59732-abb4-426d-b9d9-c725b021f04d', '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": "e7663e75ab264ca8853f94fc7d999eb0", "name": "tempest-AttachSCSIVolumeTestJSON-1496524501-project-member", "password_expires_at": null}, "audit_ids": ["H7TZ9dKDSkaRX0K7861fwQ"], "expires_at": "2025-08-05T21:18:49.000000Z", "issued_at": "2025-08-05T20:18:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ea9817783d0b443e89a745a0625ebfd5", "name": "tempest-AttachSCSIVolumeTestJSON-1496524501"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ea9817783d0b443e89a745a0625ebfd5", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "r egion_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:18:49,758 98942 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'f0426bf6-f0ea-4bbb-ac9f-f992b3678583', 'name': 'tempest-AttachSCSIVolumeTestJSON-501618530-network', 'tenant_id': 'ea9817783d0b443e89a745a0625ebfd5', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ea9817783d0b443e89a745a0625ebfd5', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 37048, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:17:42Z', 'updated_at': '2025-08-05T20:17:42Z', 'revision_number': 1} available for tenant 2025-08-05 20:18:49,758 98942 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-934702265', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAQIEtnfpueBYZAjw2XYg9K0fb0vqMTdNPk3e5YDvtH4fTtGta/ruxdktqIvJ+yxiF+jEyvlgMYWMOeInqc/bHdG7k/xdJCzgRVAuUtTxIN4fsdWPijzCnWkejf9Evewtg==', 'fingerprint': '87:d5:69:24:fe:06:d0:b5:4a:e9:55:8c:d7:ed:a2:b3', 'user_id': 'e7663e75ab264ca8853f94fc7d999eb0', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAaf9DFmm60/0Tq8ubdqrtti0QvwVHfMkgUjduMu9ecjv7e/FN+zaDU\nybf+zpdjXsigBwYFK4EEACKhZANiAAQECBLZ36bngWGQI8Nl2IPStH29L6jE3TT5\nN3uWA77R+H07RrWv67sXZLaiLyfssYhfoxMr5YDGFjDniJ6nP2x3Ru5P8XSQs4EV\nQLlLU8SDeH7HVj4o8wp1pHo3/RL3sLY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fd781169-6f47-4283-9ae2-543911ba59f8', 'name': 'tempest-securitygroup--60782025', 'stateful': True, 'tenant_id': 'ea9817783d0b443e89a745a0625ebfd5', 'description': 'tempest-description--467575514', 'shared': False, 'security_group_rules': [{'id': '093abcce-80ea-41df-b712-cbd5282fb034', 'project_id': 'ea9817783d0b443e89a745a0625ebfd5', 'tenant_id': 'ea9817783d0b443e89a745a0625ebfd5', 'security_group_id': 'fd781169-6f47-4283-9ae2-543911ba59f8', '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': 322, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:18:41Z', 'updated_at': '2025-08-05T20:18:41Z', 'revision_number': 0}, {'id': '11c0cec8-08f6-44ed-ae64-3177e5360e69', 'project_id': 'ea9817783d0b443e89a745a0625ebfd5', 'tenant_id': 'ea9817783d0b443e89a745a0625ebfd5', 'security_group_id': 'fd781169-6f47-4283-9ae2-543911ba59f8', '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': 323, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:18:41Z', 'updated_at': '2025-08-05T20:18:41Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:18:41Z', 'updated_at': '2025-08-05T20:18:41Z', 'revision_number': 1, 'project_id': 'ea9817783d0b443e89a745a0625ebfd5'}, 'floating_ip': {'id': 'a36e7fb4-c738-40c9-9979-97decdf88bb4', 'tenant_id': 'ea9817783d0b443e89a745a0625ebfd5', 'floating_ip_address': '172.24.4.122', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ea9817783d0b443e89a745a0625ebfd5', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:18:49Z', 'updated_at': '2025-08-05T20:18:49Z', 'revision_number': 0, 'ip': '172.24.4.122'}} 2025-08-05 20:18:56,435 98942 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 6.675s 2025-08-05 20:18:56,435 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-68317221", "imageRef": "27dab630-3bf6-465b-b796-87d18b73b34e", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "f0426bf6-f0ea-4bbb-ac9f-f992b3678583"}], "security_groups": [{"name": "tempest-securitygroup--60782025"}], "key_name": "tempest-keypair-934702265", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'location': 'http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d17ecde-aec6-4577-951e-51cde0bf3a01', 'x-compute-request-id': 'req-3d17ecde-aec6-4577-951e-51cde0bf3a01', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f675ff98-402d-44b2-a83b-cb165f981e9a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f675ff98-402d-44b2-a83b-cb165f981e9a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--60782025"}], "adminPass": "Qc7aoX7Mcsoc"}}' 2025-08-05 20:18:58,127 98942 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/f675ff98-402d-44b2-a83b-cb165f981e9a 1.688s 2025-08-05 20:18:58,127 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:18:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83a20a68-6669-4b88-b5a4-f57754bea643', 'x-compute-request-id': 'req-83a20a68-6669-4b88-b5a4-f57754bea643', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a'} Body: b'{"server": {"id": "f675ff98-402d-44b2-a83b-cb165f981e9a", "name": "tempest-AttachSCSIVolumeTe stJSON-server-68317221", "status": "BUILD", "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "user_id": "e7663e75ab264ca8853f94fc7d999eb0", "metadata": {}, "hostId": "", "image": {"id": "27dab630-3bf6-465b-b796-87d18b73b34e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/27dab630-3bf6-465b-b796-87d18b73b34e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:56Z", "updated": "2025-08-05T20:18:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f675ff98-402d-44b2-a83b-cb165f981e9a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-934702265", "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 20:19:49,298 98942 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/f675ff98-402d-44b2-a83b-cb165f981e9a 1.106s 2025-08-05 20:19:49,299 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:48 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-d757731d-64a1-40e7-94b0-a2d8bf3b5e6f', 'x-compute-request-id': 'req-d757731d-64a1-40e7-94b0-a2d8bf3b5e6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a'} Body: b'{"server": {"id": "f675ff98-402d-44b2-a83b-cb165f981e9a", "name": "tempest-AttachSCSIVolumeTestJSON-server-68317221", "status": "ACTIVE", "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "user_id": "e7663e75ab264ca8853f94fc7d999eb0", "metadata": {}, "hostId": "344b688ddfef75e29f059fe37286d2c3232642883b0861565807c0c8", "image": {"id": "27dab630-3bf6-465b-b796-87d18b73b34e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/27dab630-3bf6-465b-b796-87d18b73b34e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:56Z", "updated": "2025-08-05T20:19:36Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-501618530-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:f4:ec"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f675ff98-402d-44b2-a83b-cb165f981e9a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-934702265", "OS-SRV-USG:launched_at": "2025-08-05T20:19:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--60782025"}], "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 20:19:49,314 98942 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 20:20:49,614 98942 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/f675ff98-402d-44b2-a83b-cb165f9 81e9a/os-interface 0.241s 2025-08-05 20:20:49,615 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b23a2cd-e563-4f5e-a0f6-e64038eb99cd', 'x-compute-request-id': 'req-2b23a2cd-e563-4f5e-a0f6-e64038eb99cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "f0426bf6-f0ea-4bbb-ac9f-f992b3678583", "port_id": "796bcf9c-4772-428f-86a4-6baa8e4b497e", "mac_addr": "fa:16:3e:1a:f4:ec", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "bca9f6dc-8153-4b34-84d1-c80863baf7cc", "ip_address": "10.0.0.4"}]}]}' 2025-08-05 20:20:50,542 98942 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/a36e7fb4-c738-40c9-9979-97decdf88bb4 0.917s 2025-08-05 20:20:50,542 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "796bcf9c-4772-428f-86a4-6baa8e4b497e"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-04edc2f6-41dd-4a74-8e86-9a4b5862ae09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/a36e7fb4-c738-40c9-9979-97decdf88bb4'} Body: b'{"floatingip": {"id": "a36e7fb4-c738-40c9-9979-97decdf88bb4", "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "floating_ip_address": "172.24.4.122", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "fde3f54a-db12-4339-93c6-e58d02671bba", "port_id": "796bcf9c-4772-428f-86a4-6baa8e4b497e", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "f0426bf6-f0ea-4bbb-ac9f-f992b3678583", "mac_address": "fa:16:3e:1a:f4:ec", "admin_state_up": true, "status": "ACTIVE", "device_id": "f675ff98-402d-44b2-a83b-cb165f981e9a", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:18:49Z", "updated_at": "2025-08-05T20:20:49Z", "revision_number": 1, "project_id": "ea9817783d0b443e89a745a0625ebfd5"}}' 2025-08-05 20:20:50,544 98942 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.122:22' as 'cirros' with public key authentication 2025-08-05 20:20:50,561 98942 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:20:50,664 98942 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:20:50,664 98942 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.122 successfully created 2025-08-05 20:20:50,879 98942 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.213s 2025-08-05 20:20:50,879 98942 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-270160990"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f7c8cc2-f1a1-4fa6-bdbf-1d5b086534b7', 'content-length': '755', 'openstack-api-versio n': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f7c8cc2-f1a1-4fa6-bdbf-1d5b086534b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2409f189-e450-4bc2-8798-94e249525dbb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:50.817648", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-270160990", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2409f189-e450-4bc2-8798-94e249525dbb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2409f189-e450-4bc2-8798-94e249525dbb"}], "user_id": "e7663e75ab264ca8853f94fc7d999eb0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:20:50,929 98942 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/2409f189-e450-4bc2-8798-94e249525dbb 0.037s 2025-08-05 20:20:50,930 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc97f8ab-376c-46a2-82b0-30dd48656a57', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc97f8ab-376c-46a2-82b0-30dd48656a57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2409f189-e450-4bc2-8798-94e249525dbb'} Body: b'{"volume": {"id": "2409f189-e450-4bc2-8798-94e249525dbb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:51.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-270160990", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2409f189-e450-4bc2-8798-94e249525dbb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2409f189-e450-4bc2-8798-94e249525dbb"}], "user_id": "e7663e75ab264ca8853f94fc7d999eb0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea9817783d0b443e89a745a0625ebfd5"}}' 2025-08-05 20:20:51,998 98942 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/2409f189-e450-4bc2-8798-94e249525dbb 0.038s 2025-08-05 20:20:51,999 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-624bfdb6-f1a4-477a-9f59-0b489057ac52', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-624bfdb6-f1a4-477a-9f59-0b489057ac52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2409f189-e450-4bc2-8798-94e249525dbb'} Body: b'{"volume": {"id": "2409f189-e450-4bc2-8798-94e249525dbb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:20:51.000000", "updated_at": "2025-08-05T20:20:51.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-270160990", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "sourc e_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2409f189-e450-4bc2-8798-94e249525dbb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2409f189-e450-4bc2-8798-94e249525dbb"}], "user_id": "e7663e75ab264ca8853f94fc7d999eb0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ea9817783d0b443e89a745a0625ebfd5"}}' 2025-08-05 20:20:52,232 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a 0.217s 2025-08-05 20:20:52,233 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c18d090-ca55-40ce-9e44-d07c8ae0db33', 'x-compute-request-id': 'req-3c18d090-ca55-40ce-9e44-d07c8ae0db33', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a'} Body: b'' 2025-08-05 20:20:52,408 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a 0.174s 2025-08-05 20:20:52,408 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:52 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-ab5a702b-eabc-4be5-a819-d0607387e022', 'x-compute-request-id': 'req-ab5a702b-eabc-4be5-a819-d0607387e022', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a'} Body: b'{"server": {"id": "f675ff98-402d-44b2-a83b-cb165f981e9a", "name": "tempest-AttachSCSIVolumeTestJSON-server-68317221", "status": "ACTIVE", "tenant_id": "ea9817783d0b443e89a745a0625ebfd5", "user_id": "e7663e75ab264ca8853f94fc7d999eb0", "metadata": {}, "hostId": "344b688ddfef75e29f059fe37286d2c3232642883b0861565807c0c8", "image": {"id": "27dab630-3bf6-465b-b796-87d18b73b34e", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/27dab630-3bf6-465b-b796-87d18b73b34e"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:56Z", "updated": "2025-08-05T20:20:52Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-501618530-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:f4:ec"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:f4:ec"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f675ff98-402d-44b2-a83b-cb165f981e9a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-934702265", "OS-SRV-USG:launched_at": "2025-08-05T20:19:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--60782025"}], "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 20:21:42,504 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a 0.049s 2025-08-05 20:21:42,505 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-546dba78-592f-40b8-974d-cda04d59786b', 'x-compute-request-id': 'req-546dba78-592f-40b8-974d-cda04d59786b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f675ff98-402d-44b2-a83b-cb165f981e9a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f675ff98-402d-44b2-a83b-cb165f981e9a could not be found."}}' 2025-08-05 20:21:42,558 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-934702265 0.052s 2025-08-05 20:21:42,558 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4912cf87-71e1-4e16-9dd4-4915dc57ee16', 'x-compute-request-id': 'req-4912cf87-71e1-4e16-9dd4-4915dc57ee16', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-934702265'} Body: b'' 2025-08-05 20:21:42,777 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/fd781169-6f47-4283-9ae2-543911ba59f8 0.218s 2025-08-05 20:21:42,778 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-0c8de1fc-2159-4d7b-b0d9-e4dec6b3d5df', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/fd781169-6f47-4283-9ae2-543911ba59f8'} Body: b'' 2025-08-05 20:21:42,796 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/fd781169-6f47-4283-9ae2-543911ba59f8 0.017s 2025-08-05 20:21:42,796 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-2e83992b-b040-4b39-99cb-5674eda4249a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/fd781169-6f47-4283-9ae2-543911ba59f8'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group fd781169-6f47-4283-9ae2-543911ba59f8 does not exist", "detail": ""}}' 2025-08-05 20:21:43,167 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_ru n_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/a36e7fb4-c738-40c9-9979-97decdf88bb4 0.370s 2025-08-05 20:21:43,167 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-19fe1c5a-f919-476e-b460-51db4ad8b895', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/a36e7fb4-c738-40c9-9979-97decdf88bb4'} Body: b'' 2025-08-05 20:21:43,602 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/27dab630-3bf6-465b-b796-87d18b73b34e 0.434s 2025-08-05 20:21:43,602 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2318e93c-5713-4e89-9b0d-5b1f6e69d0b1', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/27dab630-3bf6-465b-b796-87d18b73b34e'} Body: b'' 2025-08-05 20:21:43,626 98942 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/27dab630-3bf6-465b-b796-87d18b73b34e 0.023s 2025-08-05 20:21:43,627 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-92a95ee6-d6ec-4171-8ba9-4f503d2fee02', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/27dab630-3bf6-465b-b796-87d18b73b34e'} Body: b'{"message": "No image found with ID 27dab630-3bf6-465b-b796-87d18b73b34e

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 181, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume beef9894-699d-4462-a2c3-1b421e517855 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:16,977 98932 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 20:19:17,872 98932 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.893s 2025-08-05 20:19:17,873 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--2106768965", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-5212d6bd-bb43-450a-b001-90a1ed580a23', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--2106768965", "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": "72ab4c530c0f471ea39fb92836274ab8", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "88f75e9e-4742-428c-b986-dd43e6e7a2eb", "created_at": "2025-08-05T20:19:18Z", "updated_at": "2025-08-05T20:19:18Z", "tags": [], "self": "/v2/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb", "file": "/v2/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:19:20,129 98932 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/88f75e9e-4742-428c-b986-dd43e6e7a2eb/file 2.255s 2025-08-05 20:19:20,129 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-110ad64e-0be8-479e-8b7a-f8f0d9ab2b27', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb/file'} Body: b'' 2025-08-05 20:19:20,130 98932 DEBUG [tempest.scenario.manager] image:88f75e9e-4742-428c-b986-dd43e6e7a2eb 2025-08-05 20:19:20,191 98932 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.059s 2025-08-05 20:19:20,191 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1603616069", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJU94TlBY7XedE1FcipDcGnhDP3jLi9N0d03/ARWEGNYGbq7f7/HXdkldUDIfKk3P99oMVYj/mGgVOo7SMzlSaVR7/og1zh/rYh+5J8taD1ohNurw+BXqKekS4QNUt8HuQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:20 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-c854adc5-486b-43ba-9cdf-78550232bc27', 'x-compute-request-id': 'req-c854adc5-486b-43ba-9cdf-78550232bc27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0 .0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1603616069", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJU94TlBY7XedE1FcipDcGnhDP3jLi9N0d03/ARWEGNYGbq7f7/HXdkldUDIfKk3P99oMVYj/mGgVOo7SMzlSaVR7/og1zh/rYh+5J8taD1ohNurw+BXqKekS4QNUt8HuQ==", "fingerprint": "d1:88:54:e8:f9:62:51:5c:71:9f:2b:61:b0:ac:2b:de", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099"}}' 2025-08-05 20:19:20,298 98932 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.099s 2025-08-05 20:19:20,298 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:20 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-6daea4ba-5168-46f5-a06f-ff2d5bcf4f2e', '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": "c3e231ecb1164451b7f5f24bf8b4d099", "name": "tempest-TestMinimumBasicScenario-1954197763-project-member", "password_expires_at": null}, "audit_ids": ["4HpMN5GpRw6kVTmrKN69fA"], "expires_at": "2025-08-05T21:19:20.000000Z", "issued_at": "2025-08-05T20:19:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72ab4c530c0f471ea39fb92836274ab8", "name": "tempest-TestMinimumBasicScenario-1954197763"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/72ab4c530c0f471ea39fb92836274ab8", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:19:20,299 98932 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '2b73b213-a448-4855-8b18-da7573aa0d26', 'name': 'tempest-TestMinimumBasicScenario-1079764232-network', 'tenant_id': '72ab4c530c0f471e a39fb92836274ab8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '72ab4c530c0f471ea39fb92836274ab8', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59572, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:18:53Z', 'updated_at': '2025-08-05T20:18:53Z', 'revision_number': 1} available for tenant 2025-08-05 20:19:25,825 98932 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 5.525s 2025-08-05 20:19:25,826 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-730930400", "imageRef": "88f75e9e-4742-428c-b986-dd43e6e7a2eb", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1603616069", "networks": [{"uuid": "2b73b213-a448-4855-8b18-da7573aa0d26"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c31e60bd-2996-4069-afff-7cb0101200d6', 'x-compute-request-id': 'req-c31e60bd-2996-4069-afff-7cb0101200d6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5716eca1-f9d3-4e0c-832e-a57d7239bb33", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "xnz9NdsJ2pRb"}}' 2025-08-05 20:19:26,441 98932 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/5716eca1-f9d3-4e0c-832e-a57d7239bb33 0.611s 2025-08-05 20:19:26,441 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:25 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-b4860567-a9d4-4e3a-a4c8-2da436ea38d5', 'x-compute-request-id': 'req-b4860567-a9d4-4e3a-a4c8-2da436ea38d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33'} Body: b'{"server": {"id": "5716eca1-f9d3-4e0c-832e-a57d7239bb33", "name": "tempest-TestMinimumBasicScenario-server-730930400", "status": "BUILD", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "", "image": {"id": "88f75e9e-4742-428c-b986-dd43e6e7a2eb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:26Z", "updated": "2025-08-05T20:19:25Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": " self", "href": "http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1603616069", "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 20:20:16,782 98932 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/5716eca1-f9d3-4e0c-832e-a57d7239bb33 0.274s 2025-08-05 20:20:16,783 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:16 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-dadf9698-2773-4c25-8c9f-91e74e5f07ba', 'x-compute-request-id': 'req-dadf9698-2773-4c25-8c9f-91e74e5f07ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33'} Body: b'{"server": {"id": "5716eca1-f9d3-4e0c-832e-a57d7239bb33", "name": "tempest-TestMinimumBasicScenario-server-730930400", "status": "ACTIVE", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "5f4e5ef16c7666238a260d75c8b4f6bccb1b51fbe9f41f649676009d", "image": {"id": "88f75e9e-4742-428c-b986-dd43e6e7a2eb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:25Z", "updated": "2025-08-05T20:19:57Z", "addresses": {"tempest-TestMinimumBasicScenario-1079764232-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:4f:b2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1603616069", "OS-SRV-USG:launched_at": "2025-08-05T20:19:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 20:20:16,800 98932 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:21:17,061 98932 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/5716eca1-f9d3-4e0c-832e-a57d7239bb33 0.200s 2025-08-05 20:21:17,061 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:16 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-ope nstack-request-id': 'req-7e58f3e6-b3e6-4bce-a4b9-ff09b26fb8a7', 'x-compute-request-id': 'req-7e58f3e6-b3e6-4bce-a4b9-ff09b26fb8a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33'} Body: b'{"server": {"id": "5716eca1-f9d3-4e0c-832e-a57d7239bb33", "name": "tempest-TestMinimumBasicScenario-server-730930400", "status": "ACTIVE", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "5f4e5ef16c7666238a260d75c8b4f6bccb1b51fbe9f41f649676009d", "image": {"id": "88f75e9e-4742-428c-b986-dd43e6e7a2eb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:25Z", "updated": "2025-08-05T20:19:57Z", "addresses": {"tempest-TestMinimumBasicScenario-1079764232-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:4f:b2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1603616069", "OS-SRV-USG:launched_at": "2025-08-05T20:19:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 20:21:17,246 98932 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.170s 2025-08-05 20:21:17,247 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:17 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-a39a8dfe-ba3b-4373-8143-2300677c721e', 'x-compute-request-id': 'req-a39a8dfe-ba3b-4373-8143-2300677c721e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "5716eca1-f9d3-4e0c-832e-a57d7239bb33", "name": "tempest-TestMinimumBasicScenario-server-730930400", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}]}]}' 2025-08-05 20:21:17,414 98932 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/5716eca1-f9d3-4e0c-832e-a57d7239bb33 0.164s 2025-08-05 20:21:17,415 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:17 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-72ac68bb-17ad-4901-89a5-5cb4f4b743b7', 'x-compute-request-id': 'req-72ac68bb-17ad-4901-89a5-5cb4f4b743b7', 'connection': 'close', 'sta tus': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33'} Body: b'{"server": {"id": "5716eca1-f9d3-4e0c-832e-a57d7239bb33", "name": "tempest-TestMinimumBasicScenario-server-730930400", "status": "ACTIVE", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "5f4e5ef16c7666238a260d75c8b4f6bccb1b51fbe9f41f649676009d", "image": {"id": "88f75e9e-4742-428c-b986-dd43e6e7a2eb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:25Z", "updated": "2025-08-05T20:19:57Z", "addresses": {"tempest-TestMinimumBasicScenario-1079764232-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:4f:b2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1603616069", "OS-SRV-USG:launched_at": "2025-08-05T20:19:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 20:21:17,656 98932 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.226s 2025-08-05 20:21:17,656 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-347446113", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-775ff0d8-d4f3-4e33-942c-04961915fdc3', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-775ff0d8-d4f3-4e33-942c-04961915fdc3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "beef9894-699d-4462-a2c3-1b421e517855", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:21:17.586298", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-347446113", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/beef9894-699d-4462-a2c3-1b421e517855"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/beef9894-699d-4462-a2c3-1b421e517855"}], "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:21:17,714 98932 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/beef9894-699d-4462-a2c3-1b421e517855 0.044s 2025-08-05 20:21:17,714 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-re quest-id': 'req-c124668a-17e6-4369-96ed-bf842edd0dba', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c124668a-17e6-4369-96ed-bf842edd0dba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/beef9894-699d-4462-a2c3-1b421e517855'} Body: b'{"volume": {"id": "beef9894-699d-4462-a2c3-1b421e517855", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:21:18.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-347446113", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/beef9894-699d-4462-a2c3-1b421e517855"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/beef9894-699d-4462-a2c3-1b421e517855"}], "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72ab4c530c0f471ea39fb92836274ab8"}}' 2025-08-05 20:21:18,767 98932 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/beef9894-699d-4462-a2c3-1b421e517855 0.037s 2025-08-05 20:21:18,767 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a98da5d8-6beb-4f52-9354-83fe2a9dc55c', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a98da5d8-6beb-4f52-9354-83fe2a9dc55c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/beef9894-699d-4462-a2c3-1b421e517855'} Body: b'{"volume": {"id": "beef9894-699d-4462-a2c3-1b421e517855", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:21:18.000000", "updated_at": "2025-08-05T20:21:18.000000", "name": "tempest-TestMinimumBasicScenario-volume-347446113", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/beef9894-699d-4462-a2c3-1b421e517855"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/beef9894-699d-4462-a2c3-1b421e517855"}], "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72ab4c530c0f471ea39fb92836274ab8"}}' 2025-08-05 20:21:18,984 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/beef9894-699d-4462-a2c3-1b421e517855 0.201s 2025-08-05 20:21:18,985 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8253523d-3e52-45ee-905b-3b3022139741', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/beef9894-699d-4462-a2c3-1b421e517855'} Body: b'' 2025-08-05 20:21:19,006 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/beef9894-6 99d-4462-a2c3-1b421e517855 0.020s 2025-08-05 20:21:19,006 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb07fd10-2209-4bb3-966d-8c1ad8227f22', 'x-openstack-request-id': 'req-bb07fd10-2209-4bb3-966d-8c1ad8227f22', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/beef9894-699d-4462-a2c3-1b421e517855'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume beef9894-699d-4462-a2c3-1b421e517855 could not be found."}}' 2025-08-05 20:21:19,126 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33 0.119s 2025-08-05 20:21:19,127 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:19 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-9909e54d-ff46-4552-bb94-c05ae74e2dac', 'x-compute-request-id': 'req-9909e54d-ff46-4552-bb94-c05ae74e2dac', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33'} Body: b'' 2025-08-05 20:21:19,370 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33 0.243s 2025-08-05 20:21:19,371 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:19 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-839bd535-93b8-43b7-98f0-da9b132d7ea3', 'x-compute-request-id': 'req-839bd535-93b8-43b7-98f0-da9b132d7ea3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33'} Body: b'{"server": {"id": "5716eca1-f9d3-4e0c-832e-a57d7239bb33", "name": "tempest-TestMinimumBasicScenario-server-730930400", "status": "ACTIVE", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "5f4e5ef16c7666238a260d75c8b4f6bccb1b51fbe9f41f649676009d", "image": {"id": "88f75e9e-4742-428c-b986-dd43e6e7a2eb", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:25Z", "updated": "2025-08-05T20:21:19Z", "addresses": {"tempest-TestMinimumBasicScenario-1079764232-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7e:4f:b2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", " key_name": "tempest-TestMinimumBasicScenario-1603616069", "OS-SRV-USG:launched_at": "2025-08-05T20:19:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 20:22:09,471 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33 0.034s 2025-08-05 20:22:09,471 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-2a821c7a-9dd9-4ddc-a39a-712f1f956a82', 'x-compute-request-id': 'req-2a821c7a-9dd9-4ddc-a39a-712f1f956a82', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5716eca1-f9d3-4e0c-832e-a57d7239bb33'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5716eca1-f9d3-4e0c-832e-a57d7239bb33 could not be found."}}' 2025-08-05 20:22:09,498 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1603616069 0.026s 2025-08-05 20:22:09,498 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90f152cf-69d7-46bb-bbbc-885b2ec6bddc', 'x-compute-request-id': 'req-90f152cf-69d7-46bb-bbbc-885b2ec6bddc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1603616069'} Body: b'' 2025-08-05 20:22:09,595 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb 0.096s 2025-08-05 20:22:09,595 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-eacdd6ca-8361-444b-90e0-50719ee0b728', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/88f75e9e-4742-428c-b986-dd43e6e7a2eb'} Body: b'' tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 86, in test_server_detach_rules waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 72797a03-4ac7-47ac-81f9-37d6486f13c3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:19:39,737 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.469s 2025-08-05 20:19:39,737 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-490042479", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ea5cfb2-64d5-4eb3-814c-f001c13f1cf1', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ea5cfb2-64d5-4eb3-814c-f001c13f1cf1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "72797a03-4ac7-47ac-81f9-37d6486f13c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:39.662897", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-490042479", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3"}], "user_id": "563d774630a244ea9b076889fac3fbfd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:19:39,973 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/volumes 0.222s 2025-08-05 20:19:39,974 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-466389844", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b9c62f12-786e-4362-be81-41706691381e', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b9c62f12-786e-4362-be81-41706691381e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "0659505c-a2f5-47a7-be1f-5fe3abcff4a8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:39.892543", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-466389844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0659505c-a2f5-47a7-be1f-5fe3abcff4a8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0659505c-a2f5-47a7-be1f-5fe3abcff4a8"}], "user_id": "563d774630a244ea9b076889fac3fbfd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:19:40,066 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.073s 2025-08-05 20:19:40,067 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2515', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-59a42910-5078-4dc1-8ba2-bb5514b80eac', '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": "563d774630a244ea9b076889fac3fbfd", "name": "tempest-TestServerVolumeAttachmentScenario-109897778-project-member", "password_expires_at": null}, "audit_ids": ["r_QG7uIARgmDLoAM-eSSIg"], "expires_at": "2025-08-05T21:19:40.000000Z", "issued_at": "2025-08-05T20:19:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9e5a848b937642fdb5e2e53e26029bb9", "name": "tempest-TestServerVolumeAttachmentScenario-109897778"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/9e5a848b937642fdb5e2e53e26029bb9", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:19:40,068 98936 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': '48374bdb-1a68-4bd6-a34c-143643a8d2ac', 'name': 'tempest-TestServerVolumeAttachmentScenario-1419055863-network', 'tenant_id': '9e5a848b937642fdb5e2e53e26029bb9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '9e5a848b937642fdb5e2e53e26029bb9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 2238, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:19:07Z', 'updated_at': '2025-08-05T20:19:07Z', 'revision_number': 1} available for tenant 2025-08-05 20:19:40,070 98936 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:19:40,071 98936 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-0 5 20:19:40,180 98936 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.103s 2025-08-05 20:19:40,180 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1404674180", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBhE3SyWPyK3CJL27gZ+uOJM4/R7JBE5bbI/BtnTczBb+QNPIGmwvuNJNZ8Y0qY8h8TVlwi2VtCKDE06BAHzX1hi0e1+E87lA86Q8q1DdxM1wM+0TUhOgPK6r8qOhQERSA=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:40 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-d9f6238f-4f91-4c04-8a30-db565ebe19e8', 'x-compute-request-id': 'req-d9f6238f-4f91-4c04-8a30-db565ebe19e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1404674180", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBhE3SyWPyK3CJL27gZ+uOJM4/R7JBE5bbI/BtnTczBb+QNPIGmwvuNJNZ8Y0qY8h8TVlwi2VtCKDE06BAHzX1hi0e1+E87lA86Q8q1DdxM1wM+0TUhOgPK6r8qOhQERSA==", "fingerprint": "7c:ed:39:db:cf:28:af:ce:4e:f2:43:d4:16:dc:0a:70", "user_id": "563d774630a244ea9b076889fac3fbfd"}}' 2025-08-05 20:19:40,183 98936 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1404674180 created 2025-08-05 20:19:40,934 98936 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.750s 2025-08-05 20:19:40,934 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1201494665", "description": "tempest-description--1535269918"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-0e6fa7f0-c785-493a-b49b-4e56e5aba6ac', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "61a72a73-e983-4739-868f-e7c028b68305", "name": "tempest-securitygroup--1201494665", "stateful": true, "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "description": "tempest-description--1535269918", "shared": false, "security_group_rules": [{"id": "007b53f3-78e0-4476-9f1c-c3bc9c0a6bff", "project_id": "9e5a848b937642fdb5e2e53e26029bb9", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "security_group_id": "61a72a73-e983-4739-868f-e7c028b68305", "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": 530, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:19:40Z", "updated_at": "2025-08-05T20:19:40Z", "revision_number": 0}, {"id": "8c9450f9-fd70-46cf-98ab-619d82d5ec03", "project_id": "9e5a848b937642fdb5e2e53e26029bb9", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "security_group_id": "61a72a73-e983-4739-868f-e7c028b68305", "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": 531, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:19:40Z", "updated_at": "2025-08-05T20:19:40Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:19:40Z", "updated_at": "2025-08-05T20:19:40Z", "revision_number": 1, "project_id": "9e5a848b937642fdb5e2e53e26029bb9"}}' 2025-08-05 20:19:42,506 98936 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.570s 2025-08-05 20:19:42,506 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "61a72a73-e983-4739-868f-e7c028b68305", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-b975902e-bc76-4098-81d1-ea9a4ed7861e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4f8b2bb9-9695-45dc-9130-5e949cfae4f8", "project_id": "9e5a848b937642fdb5e2e53e26029bb9", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "security_group_id": "61a72a73-e983-4739-868f-e7c028b68305", "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-05T20:19:42Z", "updated_at": "2025-08-05T20:19:42Z", "revision_number": 0}}' 2025-08-05 20:19:43,832 98936 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 1.325s 2025-08-05 20:19:43,832 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "61a72a73-e983-4739-868f-e7c028b68305", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-bfd335dd-aacd-42ff-9e81-8e3ac7127db9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6aa65873-47f6-4819-bca4-1875ee9a9ec5", "project_id": "9e5a848b937642fdb5e2e53e26029bb9", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "security_group_id": "61a72a73-e983-4739-868f-e7c028b68305", "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-05T20:19:43Z", "updated_at": "2025-08-05T20:19:43Z", "revision_number": 0}}' 2025-08-05 20:19:43,833 98936 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1201494665 created 2025-08-05 20:19:44,950 98936 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.117s 2025-08-05 20:19:44,951 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-90c34d01-e9c3-433f-9a81-2696d84ec31 9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2a840917-2717-4238-89f5-a88a550c3786", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "floating_ip_address": "172.24.4.153", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "9e5a848b937642fdb5e2e53e26029bb9", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:19:44Z", "updated_at": "2025-08-05T20:19:44Z", "revision_number": 0}}' 2025-08-05 20:19:44,951 98936 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2a840917-2717-4238-89f5-a88a550c3786', 'tenant_id': '9e5a848b937642fdb5e2e53e26029bb9', 'floating_ip_address': '172.24.4.153', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '9e5a848b937642fdb5e2e53e26029bb9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:19:44Z', 'updated_at': '2025-08-05T20:19:44Z', 'revision_number': 0, 'ip': '172.24.4.153'} created 2025-08-05 20:19:44,952 98936 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1404674180', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBhE3SyWPyK3CJL27gZ+uOJM4/R7JBE5bbI/BtnTczBb+QNPIGmwvuNJNZ8Y0qY8h8TVlwi2VtCKDE06BAHzX1hi0e1+E87lA86Q8q1DdxM1wM+0TUhOgPK6r8qOhQERSA==', 'fingerprint': '7c:ed:39:db:cf:28:af:ce:4e:f2:43:d4:16:dc:0a:70', 'user_id': '563d774630a244ea9b076889fac3fbfd', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAOl9hW2mzZWGSx6mrv05XWvYpULqNBgWTilKBlcnCFihoiYPqXua+i\nJOLjj4ZlWr2gBwYFK4EEACKhZANiAAQYRN0slj8itwiS9u4GfrjiTOP0eyQROW2y\nPwbZ03MwW/kDTyBpsL7jSTWfGNKmPIfE1ZcItlbQigxNOgQB819YYtHtfhPO5QPO\nkPKtQ3cTNcDPtE1IToDyuq/KjoUBEUg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '61a72a73-e983-4739-868f-e7c028b68305', 'name': 'tempest-securitygroup--1201494665', 'stateful': True, 'tenant_id': '9e5a848b937642fdb5e2e53e26029bb9', 'description': 'tempest-description--1535269918', 'shared': False, 'security_group_rules': [{'id': '007b53f3-78e0-4476-9f1c-c3bc9c0a6bff', 'project_id': '9e5a848b937642fdb5e2e53e26029bb9', 'tenant_id': '9e5a848b937642fdb5e2e53e26029bb9', 'security_group_id': '61a72a73-e983-4739-868f-e7c028b68305', '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': 530, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:19:40Z', 'updated_at': '2025-08-05T20:19:40Z', 'revision_number': 0}, {'id': '8c9450f9-fd70-46cf-98ab-619d82d5ec03', 'project_id': '9e5a848b937642fdb5e2e53e26029bb9', 'tenant_id': '9e5a848b937642fdb5e2e53e26029bb9', 'security_group_id': '61a72a73-e983-4739-868f-e7c028b68305', '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': 531, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:19:40Z', 'updated_at': '2025-08-05T20:19:40Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:19:40Z', 'updated_at': '2025-08-05T20:19:40Z', 'revision_number': 1, 'project_id': '9e5a848b937642fdb5e2e53e26029bb9'}, 'floating_ip': {'id': '2a840917-2717-4238-89f5-a88a550c3786', 'tenant_id': '9e5a848b937642fdb5e2e53e26029bb9', 'floating_ip_address': '172.24.4.153', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id' : '9e5a848b937642fdb5e2e53e26029bb9', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:19:44Z', 'updated_at': '2025-08-05T20:19:44Z', 'revision_number': 0, 'ip': '172.24.4.153'}} 2025-08-05 20:19:46,421 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/compute/v2.1/servers 1.466s 2025-08-05 20:19:46,421 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-1425833590", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "48374bdb-1a68-4bd6-a34c-143643a8d2ac"}], "security_groups": [{"name": "tempest-securitygroup--1201494665"}], "key_name": "tempest-keypair-1404674180", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab6c223d-ed36-41f7-ad54-6889f70831f5', 'x-compute-request-id': 'req-ab6c223d-ed36-41f7-ad54-6889f70831f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "fd994f64-ef34-4064-a34e-0867b183b63c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1201494665"}], "adminPass": "zyiqcrU8ZSur"}}' 2025-08-05 20:19:46,679 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c 0.254s 2025-08-05 20:19:46,679 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:19:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1244', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-23c24797-623f-4237-b9a0-d1b88f78548c', 'x-compute-request-id': 'req-23c24797-623f-4237-b9a0-d1b88f78548c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c'} Body: b'{"server": {"id": "fd994f64-ef34-4064-a34e-0867b183b63c", "name": "tempest-TestServerVolumeAttachmentScenario-server-1425833590", "status": "BUILD", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "user_id": "563d774630a244ea9b076889fac3fbfd", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:46Z", "updated": "2025-08-05T20:19:46Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd994f64-ef34-4064-a34e-0867b183b63 c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1404674180", "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 20:20:36,943 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c 0.199s 2025-08-05 20:20:36,944 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1564', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d17ffe48-db1d-4e66-a43c-a75098b7e406', 'x-compute-request-id': 'req-d17ffe48-db1d-4e66-a43c-a75098b7e406', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c'} Body: b'{"server": {"id": "fd994f64-ef34-4064-a34e-0867b183b63c", "name": "tempest-TestServerVolumeAttachmentScenario-server-1425833590", "status": "ACTIVE", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "user_id": "563d774630a244ea9b076889fac3fbfd", "metadata": {}, "hostId": "866eb721b83bfa5bf193bfea213e9950b44835d6a6f92599359cf987", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:46Z", "updated": "2025-08-05T20:20:05Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1419055863-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:37:ca"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1404674180", "OS-SRV-USG:launched_at": "2025-08-05T20:20:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1201494665"}], "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 20:20:36,959 98936 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:21:37,146 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c/os-interface 0.159s 2025-08-05 20:21:37,146 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1919fc1b-3d63-484a-bc06-0d4a067f5c37', 'x-compute-request-id': 'req-1919fc1b-3d63-484a-bc06-0d4a067f5c37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/se rvers/fd994f64-ef34-4064-a34e-0867b183b63c/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "48374bdb-1a68-4bd6-a34c-143643a8d2ac", "port_id": "8b77b960-fad0-41db-b587-298656101f55", "mac_addr": "fa:16:3e:c9:37:ca", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c6cceee2-84dc-43f6-add7-3c855a718d0d", "ip_address": "10.0.0.4"}]}]}' 2025-08-05 20:21:38,442 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/2a840917-2717-4238-89f5-a88a550c3786 1.292s 2025-08-05 20:21:38,443 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "8b77b960-fad0-41db-b587-298656101f55"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-35493b8f-8025-4f17-b771-befb4f00f18c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/2a840917-2717-4238-89f5-a88a550c3786'} Body: b'{"floatingip": {"id": "2a840917-2717-4238-89f5-a88a550c3786", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "floating_ip_address": "172.24.4.153", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "25c8b0e2-13ae-4ca4-99c5-46fa26fd7c07", "port_id": "8b77b960-fad0-41db-b587-298656101f55", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "48374bdb-1a68-4bd6-a34c-143643a8d2ac", "mac_address": "fa:16:3e:c9:37:ca", "admin_state_up": true, "status": "ACTIVE", "device_id": "fd994f64-ef34-4064-a34e-0867b183b63c", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:19:44Z", "updated_at": "2025-08-05T20:21:37Z", "revision_number": 1, "project_id": "9e5a848b937642fdb5e2e53e26029bb9"}}' 2025-08-05 20:21:38,447 98936 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.153:22' as 'cirros' with public key authentication 2025-08-05 20:21:38,487 98936 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:21:38,593 98936 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:21:38,593 98936 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.153 successfully created 2025-08-05 20:21:38,812 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c 0.218s 2025-08-05 20:21:38,812 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1564', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3b4cdcb4-586b-4803-ac59-cf4283797d0e', 'x-compute-request-id': 'req-3b4cdcb4-586b-4803-ac59-cf4283797d0e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c'} Body: b'{"server": {"id": "fd994f64-ef34-4064-a34e-0867b183b63c", "name": "tempest-TestServerVolumeAttachmentScenario-server-1425833590", "status": "ACTIVE", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "user_id": "563d774630a244ea9b076889fac3fbfd", "metadata": {}, "hostId": "866eb721b83bfa5bf193bfea213e9950b44835d6a6f92599359cf987", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-80 43-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:46Z", "updated": "2025-08-05T20:20:05Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1419055863-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:37:ca"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1404674180", "OS-SRV-USG:launched_at": "2025-08-05T20:20:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1201494665"}], "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 20:21:39,032 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers 0.205s 2025-08-05 20:21:39,032 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:38 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-9ac05fcb-aa94-4cf7-90b0-2f54888e8f74', 'x-compute-request-id': 'req-9ac05fcb-aa94-4cf7-90b0-2f54888e8f74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "fd994f64-ef34-4064-a34e-0867b183b63c", "name": "tempest-TestServerVolumeAttachmentScenario-server-1425833590", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}]}]}' 2025-08-05 20:21:39,074 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3 0.038s 2025-08-05 20:21:39,074 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8726689-1ab5-47b8-bb72-e77256706ca2', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8726689-1ab5-47b8-bb72-e77256706ca2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3'} Body: b'{"volume": {"id": "72797a03-4ac7-47ac-81f9-37d6486f13c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:40.000000", "updated_at": "2025-08-05T20:19:40.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-490042479", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3"}], "user_id": "563d774630a244ea9b076889fac3fbfd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup _id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e5a848b937642fdb5e2e53e26029bb9"}}' 2025-08-05 20:21:40,135 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3 0.046s 2025-08-05 20:21:40,135 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bae5bb3a-bdb6-46bf-b6a0-b806dcd90d27', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bae5bb3a-bdb6-46bf-b6a0-b806dcd90d27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3'} Body: b'{"volume": {"id": "72797a03-4ac7-47ac-81f9-37d6486f13c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:19:40.000000", "updated_at": "2025-08-05T20:19:40.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-490042479", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3"}], "user_id": "563d774630a244ea9b076889fac3fbfd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9e5a848b937642fdb5e2e53e26029bb9"}}' 2025-08-05 20:21:40,271 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c 0.121s 2025-08-05 20:21:40,271 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cfa0caa8-a335-4108-86f5-5190c7a739a9', 'x-compute-request-id': 'req-cfa0caa8-a335-4108-86f5-5190c7a739a9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c'} Body: b'' 2025-08-05 20:21:40,568 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c 0.297s 2025-08-05 20:21:40,568 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1570', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea89c346-7c7b-4e97-9d69-623f45bf4af8', 'x-compute-request-id': 'req-ea89c346-7c7b-4e97-9d69-623f45bf4af8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c'} Body: b'{"server": {"id": "fd994f64-ef34-4064-a34e-0867b183b63c", "name": "tempest-TestServerVolumeAttachmentScenario-server-14258 33590", "status": "ACTIVE", "tenant_id": "9e5a848b937642fdb5e2e53e26029bb9", "user_id": "563d774630a244ea9b076889fac3fbfd", "metadata": {}, "hostId": "866eb721b83bfa5bf193bfea213e9950b44835d6a6f92599359cf987", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:46Z", "updated": "2025-08-05T20:21:40Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1419055863-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:37:ca"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/fd994f64-ef34-4064-a34e-0867b183b63c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1404674180", "OS-SRV-USG:launched_at": "2025-08-05T20:20:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1201494665"}], "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 20:22:30,650 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c 0.043s 2025-08-05 20:22:30,651 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-d5560819-4d1e-4330-b797-fb3b91c5a04b', 'x-compute-request-id': 'req-d5560819-4d1e-4330-b797-fb3b91c5a04b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/fd994f64-ef34-4064-a34e-0867b183b63c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance fd994f64-ef34-4064-a34e-0867b183b63c could not be found."}}' 2025-08-05 20:22:30,688 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1404674180 0.036s 2025-08-05 20:22:30,688 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69f9fe5b-21c5-4262-bc00-c275acbed637', 'x-compute-request-id': 'req-69f9fe5b-21c5-4262-bc00-c275acbed637', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1404674180'} Body: b'' 2025-08-05 20:22:30,870 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/61a72a73-e983-4739-868f-e7c028b68305 0.181s 2025-08-05 20:22:30,871 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-48eeddcf-e5d8-4726-882b-5cbffa3c4753', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/61a72a73-e983-4739-868f-e7c028b68305'} Body: b'' 2025-08-05 20:22:30,891 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/61a72a73-e983-4739-868f-e7c028b68305 0.020s 2025-08-05 20:22:30,891 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-3f2a7465-fb5e-4908-8eda-f2890ddc4f7c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/61a72a73-e983-4739-868f-e7c028b68305'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 61a72a73-e983-4739-868f-e7c028b68305 does not exist", "detail": ""}}' 2025-08-05 20:22:31,264 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/2a840917-2717-4238-89f5-a88a550c3786 0.372s 2025-08-05 20:22:31,264 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-12607589-bf39-4bbe-8cad-7e3556e3c32b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/2a840917-2717-4238-89f5-a88a550c3786'} Body: b'' 2025-08-05 20:22:31,371 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/0659505c-a2f5-47a7-be1f-5fe3abcff4a8 0.106s 2025-08-05 20:22:31,371 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22: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-7b885936-6105-4508-8523-8692dad70ea5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0659505c-a2f5-47a7-be1f-5fe3abcff4a8'} Body: b'' 2025-08-05 20:22:31,396 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/0659505c-a2f5-47a7-be1f-5fe3abcff4a8 0.024s 2025-08-05 20:22:31,396 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22: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-fe19b354-20a2-440e-9e68-03b08aaa86fa', 'x-openstack-request-id': 'req-fe19b354-20a2-440e-9e68-03b08aaa86fa', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0659505c-a2f5-47a7-be1f-5fe3abcff4a8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0659505c-a2f5-47a7-be1f-5fe3abcff4a8 could not be found."}}' 2025-08-05 20:22:31,530 98936 INFO [tempest.lib.common.rest_client ] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3 0.134s 2025-08-05 20:22:31,531 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22: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-bcb22814-786a-4ddc-b88f-f14f48346210', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3'} Body: b'' 2025-08-05 20:22:31,555 98936 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3 0.024s 2025-08-05 20:22:31,555 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22: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-bb1a363d-1154-41bf-8f36-54c24aebf870', 'x-openstack-request-id': 'req-bb1a363d-1154-41bf-8f36-54c24aebf870', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/72797a03-4ac7-47ac-81f9-37d6486f13c3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 72797a03-4ac7-47ac-81f9-37d6486f13c3 could not be found."}}' 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 f31db465-10bc-4c11-9c41-6bdaed6329a0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:49,273 98930 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.143s 2025-08-05 20:20:49,273 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:49 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-56c28df2-92b7-468f-b866-aa2eb95f3d71', '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": "a529712858654f32b81b0c8e65ff9e05", "name": "tempest-VolumesAdminNegativeTest-849811974-project-member", "password_expires_at": null}, "audit_ids": ["2GK4sWqLRAadRY8JQc4MDA"], "expires_at": "2025-08-05T21:20:49.000000Z", "issued_at": "2025-08-05T20:20:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "08cf0c3afbb442f2a13d80f634a5c122", "name": "tempest-VolumesAdminNegativeTest-849811974"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/08cf0c3afbb442f2a13d80f634a5c122", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:20:49,274 98930 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '9bc06916-6ed4-4297-bb2b-50d49fbe7a7c', 'name': 'tempest-VolumesAdminNegativeTest-1545902561-network', 'tenant_id': '08cf0c3afbb442f2a13d80f634a5c122', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '08cf0c3afbb442f2a13d80f634a5c122', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10107, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope' : None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:17:42Z', 'updated_at': '2025-08-05T20:17:42Z', 'revision_number': 1} available for tenant 2025-08-05 20:20:50,047 98930 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.772s 2025-08-05 20:20:50,047 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-989316034", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "9bc06916-6ed4-4297-bb2b-50d49fbe7a7c"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0bda4681-c9f0-4166-a489-eca74ab665b4', 'x-compute-request-id': 'req-0bda4681-c9f0-4166-a489-eca74ab665b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "6f3a4084-ffd7-47cb-8d71-25ea1ffd7488", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "UupSbrP9JAnY"}}' 2025-08-05 20:20:50,140 98930 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/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488 0.086s 2025-08-05 20:20:50,140 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1209', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8685faf5-ce36-49bb-87f1-778b66379d3c', 'x-compute-request-id': 'req-8685faf5-ce36-49bb-87f1-778b66379d3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488'} Body: b'{"server": {"id": "6f3a4084-ffd7-47cb-8d71-25ea1ffd7488", "name": "tempest-VolumesAdminNegativeTest-server-989316034", "status": "BUILD", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "user_id": "a529712858654f32b81b0c8e65ff9e05", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:20:50Z", "updated": "2025-08-05T20:20:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488"}], "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": []}}' 202 5-08-05 20:21:40,548 98930 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/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488 0.344s 2025-08-05 20:21:40,549 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:40 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-0b711a73-91b9-40b8-90c7-1ec07a420985', 'x-compute-request-id': 'req-0b711a73-91b9-40b8-90c7-1ec07a420985', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488'} Body: b'{"server": {"id": "6f3a4084-ffd7-47cb-8d71-25ea1ffd7488", "name": "tempest-VolumesAdminNegativeTest-server-989316034", "status": "ACTIVE", "tenant_id": "08cf0c3afbb442f2a13d80f634a5c122", "user_id": "a529712858654f32b81b0c8e65ff9e05", "metadata": {}, "hostId": "29d5651f241f8cb9d86cfbaa1893ab78d7238c5f6bb69ffd144b4c43", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:20:49Z", "updated": "2025-08-05T20:21:06Z", "addresses": {"tempest-VolumesAdminNegativeTest-1545902561-network": [{"version": 4, "addr": "10.0.0.14", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:92:9d:21"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6f3a4084-ffd7-47cb-8d71-25ea1ffd7488"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:21:06.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 20:21:40,563 98930 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:22:40,867 98930 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.242s 2025-08-05 20:22:40,867 98930 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-1567730873"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d0babff7-d01e-4461-9400-c5cf1b62d7cb', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d0babff7-d01e-4461-9400-c5cf1b62d7cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f31db465-10bc-4c11-9c41-6bdaed6329a0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:40.764765", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1567730873", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10 .0.0.210/volume/v3/volumes/f31db465-10bc-4c11-9c41-6bdaed6329a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f31db465-10bc-4c11-9c41-6bdaed6329a0"}], "user_id": "a529712858654f32b81b0c8e65ff9e05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:22:40,933 98930 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/f31db465-10bc-4c11-9c41-6bdaed6329a0 0.054s 2025-08-05 20:22:40,934 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d6527451-7c55-4f5a-9303-803791359112', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d6527451-7c55-4f5a-9303-803791359112', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f31db465-10bc-4c11-9c41-6bdaed6329a0'} Body: b'{"volume": {"id": "f31db465-10bc-4c11-9c41-6bdaed6329a0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:41.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1567730873", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f31db465-10bc-4c11-9c41-6bdaed6329a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f31db465-10bc-4c11-9c41-6bdaed6329a0"}], "user_id": "a529712858654f32b81b0c8e65ff9e05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "08cf0c3afbb442f2a13d80f634a5c122"}}' 2025-08-05 20:22:42,009 98930 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/f31db465-10bc-4c11-9c41-6bdaed6329a0 0.060s 2025-08-05 20:22:42,009 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-244c3712-72de-4e3e-8384-c8cd71998eb7', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-244c3712-72de-4e3e-8384-c8cd71998eb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f31db465-10bc-4c11-9c41-6bdaed6329a0'} Body: b'{"volume": {"id": "f31db465-10bc-4c11-9c41-6bdaed6329a0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:41.000000", "updated_at": "2025-08-05T20:22:41.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1567730873", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f31db465-10bc-4c11-9c41-6bdaed6329a0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f31db465-10bc-4c11-9c41-6bdaed6329a0"}], "user_id": "a529712858654f32b81b0c8e65ff9e05", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "08cf0c3afbb442f2a13d80f634a5c122"}}' 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 7a0d6b4a-e58a-4757-8b25-ea8e0c172542 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:22:41,138 98936 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.182s 2025-08-05 20:22:41,138 98936 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 20:22:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5ec19bc-2183-4909-8b9f-7234a8143e3b', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5ec19bc-2183-4909-8b9f-7234a8143e3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "3d51668e-d571-4efe-ae17-54740808b661", "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 20:22:41,860 98936 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.719s 2025-08-05 20:22:41,861 98936 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 20:22:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-7c721176-0a39-4721-8841-cdaf9390a742', '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": "4700b331ffa54c369916ab543e6bebef", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "853e516a-fde5-4b0e-9565-137f0bffa141", "created_at": "2025-08-05T20:22:42Z", "updated_at": "2025-08-05T20:22:42Z", "tags": [], "self": "/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141", "file": "/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:22:42,910 98936 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/853e516a-fde5-4b0e-9565-137f0bffa141/file 1.047s 2025-08-05 20:22:42,911 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-0cf9ad12 -84c6-401a-b3e8-25aea2945992', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141/file'} Body: b'' 2025-08-05 20:22:42,942 98936 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/853e516a-fde5-4b0e-9565-137f0bffa141 0.031s 2025-08-05 20:22:42,942 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3516a306-37d0-451e-8af5-dd38f0a7bbf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141'} 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": "aa8f29d6a8a5d6614c01006586c5b761", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "4700b331ffa54c369916ab543e6bebef", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "32ecd4d6677cc1b8e0ee1fd8abe938b8ce74e3fdef48d891b825a81435deb2dc38b8611f2da0b04d3e8d0b07fec2ded5e1b482b0aa9384bae87354434366a7b7", "id": "853e516a-fde5-4b0e-9565-137f0bffa141", "created_at": "2025-08-05T20:22:42Z", "updated_at": "2025-08-05T20:22:43Z", "tags": [], "self": "/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141", "file": "/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:22:42,960 98936 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/853e516a-fde5-4b0e-9565-137f0bffa141 0.017s 2025-08-05 20:22:42,960 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4412a06e-55f3-4f54-b706-61e7ffd5de6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141'} 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": "aa8f29d6a8a5d6614c01006586c5b761", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "4700b331ffa54c369916ab543e6bebef", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "32ecd4d6677cc1b8e0ee1fd8abe938b8ce74e3fdef48d891b825a81435deb2dc38b8611f2da0b04d3e8d0b07fec2ded5e1b482b0aa9384bae87354434366a7b7", "id": "853e516a-fde5-4b0e-9565-137f0bffa141", "created_at": "2025-08-05T20:22:42Z", "updated_at": "2025-08-05T20:22:43Z", "tags": [], "self": "/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141", "file": "/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:22:42,980 98936 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/853e516a-fde5-4b0e-9565-137f0bffa141 0.019s 2025-08-05 20:22:42,980 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', ' X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c75575be-ed30-4412-b6ab-e716d0035554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141'} 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": "aa8f29d6a8a5d6614c01006586c5b761", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "4700b331ffa54c369916ab543e6bebef", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "32ecd4d6677cc1b8e0ee1fd8abe938b8ce74e3fdef48d891b825a81435deb2dc38b8611f2da0b04d3e8d0b07fec2ded5e1b482b0aa9384bae87354434366a7b7", "id": "853e516a-fde5-4b0e-9565-137f0bffa141", "created_at": "2025-08-05T20:22:42Z", "updated_at": "2025-08-05T20:22:43Z", "tags": [], "self": "/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141", "file": "/v2/images/853e516a-fde5-4b0e-9565-137f0bffa141/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:22:43,298 98936 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.317s 2025-08-05 20:22:43,299 98936 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": "853e516a-fde5-4b0e-9565-137f0bffa141", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68de2dc0-770c-4d5b-bc1a-a0bb9c8d78a3', 'content-length': '796', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68de2dc0-770c-4d5b-bc1a-a0bb9c8d78a3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7a0d6b4a-e58a-4757-8b25-ea8e0c172542", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:43.243435", "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/7a0d6b4a-e58a-4757-8b25-ea8e0c172542"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7a0d6b4a-e58a-4757-8b25-ea8e0c172542"}], "user_id": "6785ea928de7442998fe8406c1ae5930", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:22:43,350 98936 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/7a0d6b4a-e58a-4757-8b25-ea8e0c172542 0.039s 2025-08-05 20:22:43,350 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1854c2f1-8d87-4ed3-9bd1-d6491cb77802', 'content-length': '864', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1854c2f1-8d87-4ed3-9bd1-d6491cb77802', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210 /volume/v3/volumes/7a0d6b4a-e58a-4757-8b25-ea8e0c172542'} Body: b'{"volume": {"id": "7a0d6b4a-e58a-4757-8b25-ea8e0c172542", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:43.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/7a0d6b4a-e58a-4757-8b25-ea8e0c172542"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7a0d6b4a-e58a-4757-8b25-ea8e0c172542"}], "user_id": "6785ea928de7442998fe8406c1ae5930", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4700b331ffa54c369916ab543e6bebef"}}' 2025-08-05 20:22:44,403 98936 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/7a0d6b4a-e58a-4757-8b25-ea8e0c172542 0.038s 2025-08-05 20:22:44,403 98936 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55a7effb-c2b5-499b-bc83-58adda949331', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55a7effb-c2b5-499b-bc83-58adda949331', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7a0d6b4a-e58a-4757-8b25-ea8e0c172542'} Body: b'{"volume": {"id": "7a0d6b4a-e58a-4757-8b25-ea8e0c172542", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:43.000000", "updated_at": "2025-08-05T20:22:43.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/7a0d6b4a-e58a-4757-8b25-ea8e0c172542"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7a0d6b4a-e58a-4757-8b25-ea8e0c172542"}], "user_id": "6785ea928de7442998fe8406c1ae5930", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4700b331ffa54c369916ab543e6bebef"}}' 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 bc9c6a38-d737-4d44-886d-a2268cd19a3f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:01,689 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.162s 2025-08-05 20:20:01,690 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:01 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-7266c2cb-64b5-4b79-a4b3-dca67c7339fc', '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": "18a9b879038d4cdda048dd671cb44605", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-449338845-project-member", "password_expires_at": null}, "audit_ids": ["qwtT_dP7T2KXOUI7LKdBcQ"], "expires_at": "2025-08-05T21:20:01.000000Z", "issued_at": "2025-08-05T20:20:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ad56b532a038444280292dda05fd66ae", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-449338845"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ad56b532a038444280292dda05fd66ae", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:20:01,690 98948 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '2412355f-ce2d-4fd0-9c37-bc530d2af110', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-977630567-network', 'tenant_id': 'ad56b532a038444280292dda05fd66ae', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ad56b532a038444280292dda05fd66ae', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49413, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_add ress_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:19:42Z', 'updated_at': '2025-08-05T20:19:42Z', 'revision_number': 1} available for tenant 2025-08-05 20:20:01,691 98948 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:20:01,692 98948 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:20:01,925 98948 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.230s 2025-08-05 20:20:01,925 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-713420134", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFc3gPxRl+yFJk5WqjwN76+ZHDUCJ/6Ci7MhXKkYrWrVoWUSmk+ho9Y9TeRlDohO4ujoEHusvBomvn9GCCNtvvtazLPvVrbXZawkXxVPEM3+KrrC9Vs7n3fWahbY5VFz4g=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20: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-32f9daac-bb09-48b4-9437-114c0f51422f', 'x-compute-request-id': 'req-32f9daac-bb09-48b4-9437-114c0f51422f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-713420134", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFc3gPxRl+yFJk5WqjwN76+ZHDUCJ/6Ci7MhXKkYrWrVoWUSmk+ho9Y9TeRlDohO4ujoEHusvBomvn9GCCNtvvtazLPvVrbXZawkXxVPEM3+KrrC9Vs7n3fWahbY5VFz4g==", "fingerprint": "62:1f:8c:58:bf:bf:7b:19:37:dd:6e:2d:97:48:e1:ea", "user_id": "18a9b879038d4cdda048dd671cb44605"}}' 2025-08-05 20:20:01,928 98948 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-713420134 created 2025-08-05 20:20:02,253 98948 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.324s 2025-08-05 20:20:02,253 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--18858417", "description": "tempest-description--1245781836"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-1606c293-797a-4861-b99b-a33adb95ff76', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d", "name": "tempest-securitygroup--18858417", "stateful": true, "tenant_id": "ad56b532a038444280292dda05fd66ae", "description": "tempest-description--1245781836", "shared": false, "security_group_rules": [{"id": "57fa29e5-b9a3-4a62-aebc-f835ddbd2d7f", "project_id": "ad56b532a038444280292dda05fd66ae", "tenant_id": "ad56b532a038444280292dda05fd66ae", "security_group_id": "d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d", "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": 612, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:20:02Z", "updated_at": "2025-08-05T20:20:02Z", "revision_number": 0}, {"id": "cacc36e5-a1ab-4b3b-84c3-779b54e5135b", "project_id": "ad56b532a038444280292dda05fd66ae", "tenant_id": "ad56b532a038444280292dda05fd66ae", "security_group_id": "d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d", "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": 611, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:20:02Z", "updated_at": "2025-08-05T20:20:02Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:20:02Z", "updated_at": "2025-08-05T20:20:02Z", "revision_number": 1, "project_id": "ad56b532a038444280292dda05fd66ae"}}' 2025-08-05 20:20:02,525 98948 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.271s 2025-08-05 20:20:02,526 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-15fe7833-91da-4304-ba2c-22311ac432a9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "99cb5114-fd2d-4748-ba1d-f8e030dac7d6", "project_id": "ad56b532a038444280292dda05fd66ae", "tenant_id": "ad56b532a038444280292dda05fd66ae", "security_group_id": "d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d", "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-05T20:20:02Z", "updated_at": "2025-08-05T20:20:02Z", "revision_number": 0}}' 2025-08-05 20:20:02,837 98948 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.311s 2025-08-05 20:20:02,838 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-cfc0500f-0c53-4646-8e26-adc28d715f18', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ada9c0aa-f145-4e66-832d-82b240da83bb", "project_id": "ad56b532a038444280292dda05fd66ae", "tenant_id": "ad56b532a038444280292dda05fd66ae", "security_group_id": "d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d", "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-05T20:20:02Z", "updated_at": "2025-08-05T20:20:02Z", "revision_number": 0}}' 2025-08-05 20:20:02,838 98948 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--18858417 created 2025-08-05 20:20:03,588 98948 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.749s 2025- 08-05 20:20:03,588 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-a4925468-1f04-43e8-b088-d3ead7325845', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a15e9178-6a1f-4d07-bdff-1c3bd8c265ac", "tenant_id": "ad56b532a038444280292dda05fd66ae", "floating_ip_address": "172.24.4.249", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ad56b532a038444280292dda05fd66ae", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:20:03Z", "updated_at": "2025-08-05T20:20:03Z", "revision_number": 0}}' 2025-08-05 20:20:03,589 98948 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a15e9178-6a1f-4d07-bdff-1c3bd8c265ac', 'tenant_id': 'ad56b532a038444280292dda05fd66ae', 'floating_ip_address': '172.24.4.249', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ad56b532a038444280292dda05fd66ae', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:20:03Z', 'updated_at': '2025-08-05T20:20:03Z', 'revision_number': 0, 'ip': '172.24.4.249'} created 2025-08-05 20:20:03,590 98948 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-713420134', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFc3gPxRl+yFJk5WqjwN76+ZHDUCJ/6Ci7MhXKkYrWrVoWUSmk+ho9Y9TeRlDohO4ujoEHusvBomvn9GCCNtvvtazLPvVrbXZawkXxVPEM3+KrrC9Vs7n3fWahbY5VFz4g==', 'fingerprint': '62:1f:8c:58:bf:bf:7b:19:37:dd:6e:2d:97:48:e1:ea', 'user_id': '18a9b879038d4cdda048dd671cb44605', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDVGg6q68N8+bHKSJVStzobkY1MD3U7uyW+POhH/4Wnnl3jsUGyCs5e\nl3P5z/bfur+gBwYFK4EEACKhZANiAARXN4D8UZfshSZOVqo8De+vmRw1Aif+gouz\nIVypGK1q1aFlEppPoaPWPU3kZQ6ITuLo6BB7rLwaJr5/Rggjbb77Wsyz71a212Ws\nJF8VTxDN/iq6wvVbO5931moW2OVRc+I=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d', 'name': 'tempest-securitygroup--18858417', 'stateful': True, 'tenant_id': 'ad56b532a038444280292dda05fd66ae', 'description': 'tempest-description--1245781836', 'shared': False, 'security_group_rules': [{'id': '57fa29e5-b9a3-4a62-aebc-f835ddbd2d7f', 'project_id': 'ad56b532a038444280292dda05fd66ae', 'tenant_id': 'ad56b532a038444280292dda05fd66ae', 'security_group_id': 'd4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d', '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': 612, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:20:02Z', 'updated_at': '2025-08-05T20:20:02Z', 'revision_number': 0}, {'id': 'cacc36e5-a1ab-4b3b-84c3-779b54e5135b', 'project_id': 'ad56b532a038444280292dda05fd66ae', 'tenant_id': 'ad56b532a038444280292dda05fd66ae', 'security_group_id': 'd4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d', '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': 611, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:20:02Z', 'updated_at': '2025-08-05T 20:20:02Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:20:02Z', 'updated_at': '2025-08-05T20:20:02Z', 'revision_number': 1, 'project_id': 'ad56b532a038444280292dda05fd66ae'}, 'floating_ip': {'id': 'a15e9178-6a1f-4d07-bdff-1c3bd8c265ac', 'tenant_id': 'ad56b532a038444280292dda05fd66ae', 'floating_ip_address': '172.24.4.249', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ad56b532a038444280292dda05fd66ae', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:20:03Z', 'updated_at': '2025-08-05T20:20:03Z', 'revision_number': 0, 'ip': '172.24.4.249'}} 2025-08-05 20:20:04,261 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/compute/v2.1/servers 0.669s 2025-08-05 20:20:04,261 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-54328447", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "2412355f-ce2d-4fd0-9c37-bc530d2af110"}], "security_groups": [{"name": "tempest-securitygroup--18858417"}], "key_name": "tempest-keypair-713420134", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'location': 'http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bb415fe3-806b-4049-adfb-040a260f9ea8', 'x-compute-request-id': 'req-bb415fe3-806b-4049-adfb-040a260f9ea8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "008e6ecb-d6fd-48bf-b1c1-38866d6d55f8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--18858417"}], "adminPass": "mJ9hCE6qDnz3"}}' 2025-08-05 20:20:04,349 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8 0.084s 2025-08-05 20:20:04,349 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1247', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd062df5-2739-4d74-8866-68b7a4df932b', 'x-compute-request-id': 'req-cd062df5-2739-4d74-8866-68b7a4df932b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8'} Body: b'{"server": {"id": "008e6ecb-d6fd-48bf-b1c1-38866d6d55f8", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-54328447", "status": "BUILD", "tenant_id": "ad56b532a038444280292dda05fd66ae", "user_id": "18a9b879038d4cdda048dd671cb44605", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "hre f": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:20:04Z", "updated": "2025-08-05T20:20:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-713420134", "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 20:20:54,638 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8 0.225s 2025-08-05 20:20:54,638 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1571', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afe59bc6-fea5-49d6-802b-e6ce02f39351', 'x-compute-request-id': 'req-afe59bc6-fea5-49d6-802b-e6ce02f39351', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8'} Body: b'{"server": {"id": "008e6ecb-d6fd-48bf-b1c1-38866d6d55f8", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-54328447", "status": "ACTIVE", "tenant_id": "ad56b532a038444280292dda05fd66ae", "user_id": "18a9b879038d4cdda048dd671cb44605", "metadata": {}, "hostId": "8dc4a5b2a695a0b56b390772969fb28c2884e782693dc15a808d4ddc", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:20:04Z", "updated": "2025-08-05T20:20:21Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-977630567-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:01:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-713420134", "OS-SRV-USG:launched_at": "2025-08-05T20:20:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--18858417"}], "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 20:20:54,653 98948 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:21:54,864 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8/os-interface 0.150s 2025-08-05 20:21:54,864 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21: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-149d8f0a-6c06-4183-8d51-597ba5873605', 'x-compute-request-id': 'req-149d8f0a-6c06-4183-8d51-597ba5873605', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "2412355f-ce2d-4fd0-9c37-bc530d2af110", "port_id": "dcd2f7dd-5ace-4701-8b9e-31bc7d72117b", "mac_addr": "fa:16:3e:80:01:cc", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "052635ff-d8b3-4f2b-89b7-69ddff4bb37d", "ip_address": "10.0.0.10"}]}]}' 2025-08-05 20:21:55,881 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/a15e9178-6a1f-4d07-bdff-1c3bd8c265ac 1.013s 2025-08-05 20:21:55,882 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "dcd2f7dd-5ace-4701-8b9e-31bc7d72117b"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-c72351ea-d64d-4f9d-bc73-98a463f8fc94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/a15e9178-6a1f-4d07-bdff-1c3bd8c265ac'} Body: b'{"floatingip": {"id": "a15e9178-6a1f-4d07-bdff-1c3bd8c265ac", "tenant_id": "ad56b532a038444280292dda05fd66ae", "floating_ip_address": "172.24.4.249", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "8b088999-cbf6-42e7-a799-d3592ef568a7", "port_id": "dcd2f7dd-5ace-4701-8b9e-31bc7d72117b", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "2412355f-ce2d-4fd0-9c37-bc530d2af110", "mac_address": "fa:16:3e:80:01:cc", "admin_state_up": true, "status": "ACTIVE", "device_id": "008e6ecb-d6fd-48bf-b1c1-38866d6d55f8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:20:03Z", "updated_at": "2025-08-05T20:21:55Z", "revision_number": 1, "project_id": "ad56b532a038444280292dda05fd66ae"}}' 2025-08-05 20:21:55,885 98948 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.249:22' as 'cirros' with public key authentication 2025-08-05 20:21:55,908 98948 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:21:56,014 98948 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:21:56,015 98948 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.249 successfully created 2025-08-05 20:21:56,210 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8 0.194s 2025-08-05 20:21:56,210 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1571', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa4ea118-5430-4c9e-b91a-27134b9918fe', 'x-compute-request-id': 'req-fa4ea118-5430-4c9e-b91a-27134b9918fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/ v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8'} Body: b'{"server": {"id": "008e6ecb-d6fd-48bf-b1c1-38866d6d55f8", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-54328447", "status": "ACTIVE", "tenant_id": "ad56b532a038444280292dda05fd66ae", "user_id": "18a9b879038d4cdda048dd671cb44605", "metadata": {}, "hostId": "8dc4a5b2a695a0b56b390772969fb28c2884e782693dc15a808d4ddc", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:20:04Z", "updated": "2025-08-05T20:20:21Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-977630567-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:01:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-713420134", "OS-SRV-USG:launched_at": "2025-08-05T20:20:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--18858417"}], "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 20:21:56,304 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers 0.079s 2025-08-05 20:21:56,305 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '355', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a9c6e446-9118-4f33-bfd2-e6094c28f7f9', 'x-compute-request-id': 'req-a9c6e446-9118-4f33-bfd2-e6094c28f7f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "008e6ecb-d6fd-48bf-b1c1-38866d6d55f8", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-54328447", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}]}]}' 2025-08-05 20:21:56,829 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/volume/v3/volumes 0.518s 2025-08-05 20:21:56,830 98948 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-293411778", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de677e84-b199-453b-b9d5-92697b6ef892', 'content-length': '789', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de677e84-b199-453b-b9d5-92697b6ef892', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "bc9c6a38-d737-4d44 -886d-a2268cd19a3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:21:56.756810", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-293411778", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f"}], "user_id": "18a9b879038d4cdda048dd671cb44605", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:21:56,884 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f 0.042s 2025-08-05 20:21:56,884 98948 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 20:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d99ea9c6-8bba-47e6-bed8-c729f142a642', 'content-length': '857', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d99ea9c6-8bba-47e6-bed8-c729f142a642', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f'} Body: b'{"volume": {"id": "bc9c6a38-d737-4d44-886d-a2268cd19a3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:21:57.000000", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-293411778", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f"}], "user_id": "18a9b879038d4cdda048dd671cb44605", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ad56b532a038444280292dda05fd66ae"}}' 2025-08-05 20:21:57,940 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f 0.041s 2025-08-05 20:21:57,941 98948 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 20:21:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-72770b41-7947-4d82-9d3d-f24f34b43f0a', 'content-length': '878', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-72770b41-7947-4d82-9d3d-f24f34b43f0a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f'} Body: b'{"volume": {"id": "bc9c6a38-d737-4d44-886d-a2268cd19a3f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:21:57.000000", "updated_at": "2025-08-05T20:21:57.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-293411778", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bc 9c6a38-d737-4d44-886d-a2268cd19a3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f"}], "user_id": "18a9b879038d4cdda048dd671cb44605", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ad56b532a038444280292dda05fd66ae"}}' 2025-08-05 20:21:58,065 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f 0.109s 2025-08-05 20:21:58,065 98948 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 20:21:57 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-692308c7-b552-48ae-a42a-a9e279f46ba1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f'} Body: b'' 2025-08-05 20:21:58,085 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f 0.019s 2025-08-05 20:21:58,085 98948 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 20:21:58 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-9fcce57f-562d-417d-bc9f-fde1541abfd0', 'x-openstack-request-id': 'req-9fcce57f-562d-417d-bc9f-fde1541abfd0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bc9c6a38-d737-4d44-886d-a2268cd19a3f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bc9c6a38-d737-4d44-886d-a2268cd19a3f could not be found."}}' 2025-08-05 20:21:58,381 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8 0.295s 2025-08-05 20:21:58,381 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eb50e3b6-c93b-48da-ad33-48e18670748e', 'x-compute-request-id': 'req-eb50e3b6-c93b-48da-ad33-48e18670748e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8'} Body: b'' 2025-08-05 20:21:58,681 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8 0.299s 2025-08-05 20:21:58,682 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1696', 'content-type': 'application/json', 'openstack-api-versi on': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ad3a66e9-bbee-49d8-923a-327fd13edfaf', 'x-compute-request-id': 'req-ad3a66e9-bbee-49d8-923a-327fd13edfaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8'} Body: b'{"server": {"id": "008e6ecb-d6fd-48bf-b1c1-38866d6d55f8", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-54328447", "status": "ACTIVE", "tenant_id": "ad56b532a038444280292dda05fd66ae", "user_id": "18a9b879038d4cdda048dd671cb44605", "metadata": {}, "hostId": "8dc4a5b2a695a0b56b390772969fb28c2884e782693dc15a808d4ddc", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:20:04Z", "updated": "2025-08-05T20:21:58Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-977630567-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:01:cc"}, {"version": 4, "addr": "172.24.4.249", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:80:01:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-713420134", "OS-SRV-USG:launched_at": "2025-08-05T20:20:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--18858417"}], "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 20:22:48,779 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8 0.035s 2025-08-05 20:22:48,780 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-964c8e4d-5393-4eea-9779-ceac6c94d32d', 'x-compute-request-id': 'req-964c8e4d-5393-4eea-9779-ceac6c94d32d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/008e6ecb-d6fd-48bf-b1c1-38866d6d55f8'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 008e6ecb-d6fd-48bf-b1c1-38866d6d55f8 could not be found."}}' 2025-08-05 20:22:48,806 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-713420134 0.026s 2025-08-05 20:22:48,807 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9b2f422a-819e-4cea-889f-b6df50cf5f7f', 'x-compute-request-id ': 'req-9b2f422a-819e-4cea-889f-b6df50cf5f7f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-713420134'} Body: b'' 2025-08-05 20:22:48,972 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d 0.165s 2025-08-05 20:22:48,973 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-f10a5269-3a76-41c2-86dd-9a4b6b0f894f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d'} Body: b'' 2025-08-05 20:22:48,990 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d 0.017s 2025-08-05 20:22:48,991 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-0a4ef9cb-6cd8-4c6b-b070-6680b920f56e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d4c1c3ac-d10a-4aa6-b4d6-b4a816ec656d does not exist", "detail": ""}}' 2025-08-05 20:22:49,330 98948 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/a15e9178-6a1f-4d07-bdff-1c3bd8c265ac 0.339s 2025-08-05 20:22:49,331 98948 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-d3868e34-a31f-4923-b0b5-5ba96ee4a51f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/a15e9178-6a1f-4d07-bdff-1c3bd8c265ac'} Body: b'' 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 c7a62528-67b8-4e46-8a61-370f96c49a01 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:21:39,631 98940 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c8dfc824-038d-4c98-8e3d-3bd902995d04 0.155s 2025-08-05 20:21:39,632 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:39 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-58047b7e-72d4-470e-af42-041dffb8e6ee', 'x-compute-request-id': 'req-58047b7e-72d4-470e-af42-041dffb8e6ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c8dfc824-038d-4c98-8e3d-3bd902995d04'} Body: b'{"server": {"id": "c8dfc824-038d-4c98-8e3d-3bd902995d04", "name": "tempest-ServerActionsTestOtherB-server-2124505475", "status": "ACTIVE", "tenant_id": "b86aeabe39d740faacbff8574ba57d8f", "user_id": "f38cf6720fc641189077d4bb1c44ef4c", "metadata": {}, "hostId": "7770e1c1317cf95bab3a5216f35616e71c94a9e3c5cfee38a8df6f36", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:47Z", "updated": "2025-08-05T20:20:08Z", "addresses": {"tempest-ServerActionsTestOtherB-1349399942-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:80:be"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c8dfc824-038d-4c98-8e3d-3bd902995d04"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c8dfc824-038d-4c98-8e3d-3bd902995d04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1650449534", "OS-SRV-USG:launched_at": "2025-08-05T20:20:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1225265815"}], "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 20:22:39,942 98940 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.289s 2025-08-05 20:22:39,942 98940 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-1791183500"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5ef9ba5-5364-485e-b92c-2115de419810', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5ef9ba5-5364-485e-b92c-2115de419810', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "c7a62528-67b8-4e46-8a61-370f96c49a01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:39.818423", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1791183500", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c7a62528-67b8-4e46-8a61-370f96c49a01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c7a62528-67b8-4e46-8a61-370 f96c49a01"}], "user_id": "f38cf6720fc641189077d4bb1c44ef4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:22:39,991 98940 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/c7a62528-67b8-4e46-8a61-370f96c49a01 0.037s 2025-08-05 20:22:39,991 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea17e2a5-cbdd-459f-94c2-b4e6530f6b83', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea17e2a5-cbdd-459f-94c2-b4e6530f6b83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c7a62528-67b8-4e46-8a61-370f96c49a01'} Body: b'{"volume": {"id": "c7a62528-67b8-4e46-8a61-370f96c49a01", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:40.000000", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1791183500", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c7a62528-67b8-4e46-8a61-370f96c49a01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c7a62528-67b8-4e46-8a61-370f96c49a01"}], "user_id": "f38cf6720fc641189077d4bb1c44ef4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b86aeabe39d740faacbff8574ba57d8f"}}' 2025-08-05 20:22:41,051 98940 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/c7a62528-67b8-4e46-8a61-370f96c49a01 0.045s 2025-08-05 20:22:41,051 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2d3f088-05ce-4f28-972d-29f9239f84bc', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2d3f088-05ce-4f28-972d-29f9239f84bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/c7a62528-67b8-4e46-8a61-370f96c49a01'} Body: b'{"volume": {"id": "c7a62528-67b8-4e46-8a61-370f96c49a01", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:40.000000", "updated_at": "2025-08-05T20:22:40.000000", "name": "tempest-ServerActionsTestOtherB-volume-1791183500", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/c7a62528-67b8-4e46-8a61-370f96c49a01"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/c7a62528-67b8-4e46-8a61-370f96c49a01"}], "user_id": "f38cf6720fc641189077d4bb1c44ef4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b86aeabe39d740faacbff8574ba57d8f"}}' 2025-08-05 20:22:41,065 98940 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 20:22:41,298 98940 INFO [tempest.lib.common.rest_client] Request (ServerActions TestOtherB:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/c8dfc824-038d-4c98-8e3d-3bd902995d04 0.232s 2025-08-05 20:22:41,299 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1662', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7b32f719-e1d7-42be-8861-3045f14b398e', 'x-compute-request-id': 'req-7b32f719-e1d7-42be-8861-3045f14b398e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c8dfc824-038d-4c98-8e3d-3bd902995d04'} Body: b'{"server": {"id": "c8dfc824-038d-4c98-8e3d-3bd902995d04", "name": "tempest-ServerActionsTestOtherB-server-2124505475", "status": "ACTIVE", "tenant_id": "b86aeabe39d740faacbff8574ba57d8f", "user_id": "f38cf6720fc641189077d4bb1c44ef4c", "metadata": {}, "hostId": "7770e1c1317cf95bab3a5216f35616e71c94a9e3c5cfee38a8df6f36", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:19:47Z", "updated": "2025-08-05T20:20:08Z", "addresses": {"tempest-ServerActionsTestOtherB-1349399942-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:80:be"}, {"version": 4, "addr": "172.24.4.196", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:80:be"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c8dfc824-038d-4c98-8e3d-3bd902995d04"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c8dfc824-038d-4c98-8e3d-3bd902995d04"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1650449534", "OS-SRV-USG:launched_at": "2025-08-05T20:20:08.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1225265815"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 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 1ca05577-1101-4896-88f7-2b95e54dc463 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:58,821 98944 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:20:58,822 98944 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:20:59,072 98944 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.249s 2025-08-05 20:20:59,072 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1441541376", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCxvIq1pM7XaETiH80dAv/Z5NNt/UKt1iXwsQhQavNwDRY8Y5U8GCWFa8F2sm1EpH4+kMy87lSMs2Gy+k+3BfZJUee7CN40ws9f3MQNfZ311f1STFg9dTkn2jzgH+LaFkQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:58 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-41defcc4-3fda-4089-9807-26f807d6b987', 'x-compute-request-id': 'req-41defcc4-3fda-4089-9807-26f807d6b987', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1441541376", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCxvIq1pM7XaETiH80dAv/Z5NNt/UKt1iXwsQhQavNwDRY8Y5U8GCWFa8F2sm1EpH4+kMy87lSMs2Gy+k+3BfZJUee7CN40ws9f3MQNfZ311f1STFg9dTkn2jzgH+LaFkQ==", "fingerprint": "41:3e:b3:8d:ba:74:d7:fa:14:05:67:dd:6c:12:28:18", "user_id": "1db34ff02af24e8a8deecdb5875246a7"}}' 2025-08-05 20:20:59,074 98944 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1441541376 created 2025-08-05 20:20:59,296 98944 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.221s 2025-08-05 20:20:59,297 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--718099237", "description": "tempest-description--1089476315"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-0424feee-11aa-4f71-89a0-c3fd40357042', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9987299e-5c7e-477d-a1da-ffc40d9c8343", "name": "tempest-securitygroup--718099237", "stateful": true, "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "description": "tempest-description--1089476315", "shared": false, "security_group_rules": [{"id": "5f6d3763-403f-4cf3-af29-9afed688fecf", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "9987299e-5c7e-477d-a1da-ffc40d9c8343", "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": 689, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:20:59Z", "updated_at": "2025-08-05T20:20:59Z", "revision_number": 0}, {"id": "cb51ce84-cdbb-4b47-b436-edc0d1bb7d88", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "9987299e-5c7e-477d-a1da-ffc40d9c8343", "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": 688, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:20:59Z", "updated_at": "2025-08-05T20:20:59Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:20:59Z", "updated_at": "2025-08-05T20:20:59Z", "revision_number": 1, "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57"}}' 2025-08-05 20:20:59,487 98944 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.190s 2025-08-05 20:20:59,488 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9987299e-5c7e-477d-a1da-ffc40d9c8343", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-903559e2-a6e4-41cf-8ceb-4b47a049942f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "902e9518-3ed8-4189-a659-c19415c75d61", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "9987299e-5c7e-477d-a1da-ffc40d9c8343", "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-05T20:20:59Z", "updated_at": "2025-08-05T20:20:59Z", "revision_number": 0}}' 2025-08-05 20:20:59,699 98944 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.211s 2025-08-05 20:20:59,699 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9987299e-5c7e-477d-a1da-ffc40d9c8343", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b4342991-c26d-4ce4-9238-1c9988c8448a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "06e5149e-de94-4d77-b72f-41a4d5bbe2d9", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "9987299e-5c7e-477d-a1da-ffc40d9c8343", "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-05T20:20:59Z", "updated_at": "2025-08-05T20:20:59Z", "revision_number": 0}}' 2025-08-05 20:20:59,700 98944 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--718099237 created 2025-08-05 20:21:00,472 98944 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.772s 2025-08-05 20:21:00,473 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-To ken': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-699dc041-7a4a-4cfd-a102-f73e650cf294', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "abf6d309-e146-44fb-8061-9f0115cd476c", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "floating_ip_address": "172.24.4.28", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:21:00Z", "updated_at": "2025-08-05T20:21:00Z", "revision_number": 0}}' 2025-08-05 20:21:00,473 98944 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'abf6d309-e146-44fb-8061-9f0115cd476c', 'tenant_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'floating_ip_address': '172.24.4.28', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:21:00Z', 'updated_at': '2025-08-05T20:21:00Z', 'revision_number': 0, 'ip': '172.24.4.28'} created 2025-08-05 20:21:00,694 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.221s 2025-08-05 20:21:00,695 98944 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-1096101064", "description": "tempest-secgroup-smoke-1096101064 description", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-04e96a59-9444-4403-8ce6-66c677b75231', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f5675b36-8024-4b22-8db2-19493bae6630", "name": "tempest-secgroup-smoke-1096101064", "stateful": true, "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "description": "tempest-secgroup-smoke-1096101064 description", "shared": false, "security_group_rules": [{"id": "23842b2d-7d82-4a41-84f8-e6a77f1ebfc0", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "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": 695, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:21:00Z", "updated_at": "2025-08-05T20:21:00Z", "revision_number": 0}, {"id": "d9896fd0-d4fb-405f-8d1c-c2e16ef93a4f", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "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": 696, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:21:00Z", "updated_at": "2025-08-05T20:21:00Z", "revision_number": 0}], " tags": [], "created_at": "2025-08-05T20:21:00Z", "updated_at": "2025-08-05T20:21:00Z", "revision_number": 1, "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57"}}' 2025-08-05 20:21:00,895 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.199s 2025-08-05 20:21:00,895 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8114db80-a4cc-4179-8c86-e71fa94e056a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0f76f9f1-6343-4f16-afe1-f2d64bc6dd68", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "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-05T20:21:00Z", "updated_at": "2025-08-05T20:21:00Z", "revision_number": 0}}' 2025-08-05 20:21:01,097 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.201s 2025-08-05 20:21:01,097 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-7316e053-d0bc-4445-97f7-9cba2ac69250', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "70a8fb91-297c-4679-8197-aa18168f096d", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "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-05T20:21:00Z", "updated_at": "2025-08-05T20:21:00Z", "revision_number": 0}}' 2025-08-05 20:21:01,341 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.242s 2025-08-05 20:21:01,341 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-56fd8aea-a30b-47cf -b044-60d6af4a7a8a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "04c06b58-233d-47c9-88b4-9e08c21c3e79", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "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-05T20:21:01Z", "updated_at": "2025-08-05T20:21:01Z", "revision_number": 0}}' 2025-08-05 20:21:01,589 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.248s 2025-08-05 20:21:01,590 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-917e3253-32e4-4780-ae24-b62a45d906e0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "30d9efeb-531a-4ea2-b66e-2d1af8974993", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "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-05T20:21:01Z", "updated_at": "2025-08-05T20:21:01Z", "revision_number": 0}}' 2025-08-05 20:21:01,812 98944 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 20:21:01,813 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-74f59c05-aa1c-4708-b90f-08069e70cf33', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d8825ac7-fa8d-4991-a3dc-68cd3310b8c8", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "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-05T20:21:01Z", "updated_at": "2025-08-05T20:21:01Z", "revision_number": 0}}' 2025-08-05 20:21:02,040 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.226s 2025-08-05 20:21:02,040 98944 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-f10873f8-67b1-4fac-a7e2-6647f891ab3d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c932bd35-6c5b-4eb9-a640-785e8b0d0429", "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "security_group_id": "f5675b36-8024-4b22-8db2-19493bae6630", "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-05T20:21:01Z", "updated_at": "2025-08-05T20:21:01Z", "revision_number": 0}}' 2025-08-05 20:21:02,123 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.077s 2025-08-05 20:21:02,123 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:02 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-e10d4576-7edc-48d4-809b-e6d190471f26', '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": "1db34ff02af24e8a8deecdb5875246a7", "name": "tempest-SnapshotDataIntegrityTests-1398560157-project-member", "password_expires_at": null}, "audit_ids": ["x3If08lDRzizqETwOUILCw"], "expires_at": "2025-08-05T21:21:02.000000Z", "issued_at": "2025-08-05T20:21:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "name": "tempest-SnapshotDataIntegrityTests-1398560157"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e6a44d84ff6f4a74adcf743bd1a9aa57", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image ", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:21:02,124 98944 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '0c91159f-a79a-45a7-bef9-3fe2fabb2f46', 'name': 'tempest-SnapshotDataIntegrityTests-230242534-network', 'tenant_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 63263, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:20:41Z', 'updated_at': '2025-08-05T20:20:41Z', 'revision_number': 1} available for tenant 2025-08-05 20:21:02,124 98944 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1441541376', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCxvIq1pM7XaETiH80dAv/Z5NNt/UKt1iXwsQhQavNwDRY8Y5U8GCWFa8F2sm1EpH4+kMy87lSMs2Gy+k+3BfZJUee7CN40ws9f3MQNfZ311f1STFg9dTkn2jzgH+LaFkQ==', 'fingerprint': '41:3e:b3:8d:ba:74:d7:fa:14:05:67:dd:6c:12:28:18', 'user_id': '1db34ff02af24e8a8deecdb5875246a7', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCQR3qVYphmu7boVG7xrjNMWDku8DsxrFEw7ImOavz3f6+j9p2ziVx7\ndm1NmE3P8MSgBwYFK4EEACKhZANiAAQsbyKtaTO12hE4h/NHQL/2eTTbf1CrdYl8\nLEIUGrzcA0WPGOVPBglhWvBdrJtRKR+PpDMvO5UjLNhsvpPtwX2SVHnuwjeNMLPX\n9zEDX2d9dX9UkxYPXU5J9o84B/i2hZE=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9987299e-5c7e-477d-a1da-ffc40d9c8343', 'name': 'tempest-securitygroup--718099237', 'stateful': True, 'tenant_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'description': 'tempest-description--1089476315', 'shared': False, 'security_group_rules': [{'id': '5f6d3763-403f-4cf3-af29-9afed688fecf', 'project_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'tenant_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'security_group_id': '9987299e-5c7e-477d-a1da-ffc40d9c8343', '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': 689, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:20:59Z', 'updated_at': '2025-08-05T20:20:59Z', 'revision_number': 0}, {'id': 'cb51ce84-cdbb-4b47-b436-edc0d1bb7d88', 'project_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'tenant_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'security_group_id': '9987299e-5c7e-477d-a1da-ffc40d9c8343', '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': 688, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:20:59Z', 'updated_at': '2025-08-05T20:20:59Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:20:59Z', 'updated_at': '2025-08-05T20:20:59Z', 'revision_number': 1, 'project_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57'}, 'floating_ip': {'id': 'abf6d309-e146-44fb-8061-9f0115cd476c', 'tenant_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'floating_ip_address': '172.24.4.28', 'floating_network_id': '49592b35 -3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e6a44d84ff6f4a74adcf743bd1a9aa57', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:21:00Z', 'updated_at': '2025-08-05T20:21:00Z', 'revision_number': 0, 'ip': '172.24.4.28'}} 2025-08-05 20:21:02,761 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.635s 2025-08-05 20:21:02,762 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-765107933", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "key_name": "tempest-keypair-1441541376", "security_groups": [{"name": "tempest-secgroup-smoke-1096101064"}, {"name": "tempest-securitygroup--718099237"}], "networks": [{"uuid": "0c91159f-a79a-45a7-bef9-3fe2fabb2f46"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '450', 'location': 'http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa997f06-5120-49ed-910c-1b787fb69db5', 'x-compute-request-id': 'req-fa997f06-5120-49ed-910c-1b787fb69db5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "67e565c7-9ada-4da3-a94f-a6ab60c9987c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1096101064"}, {"name": "tempest-securitygroup--718099237"}], "adminPass": "VmicG3cBpB2K"}}' 2025-08-05 20:21:02,841 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c 0.076s 2025-08-05 20:21:02,841 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1235', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-eea28839-bb70-449a-b0c4-ceb909a05179', 'x-compute-request-id': 'req-eea28839-bb70-449a-b0c4-ceb909a05179', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c'} Body: b'{"server": {"id": "67e565c7-9ada-4da3-a94f-a6ab60c9987c", "name": "tempest-SnapshotDataIntegrityTests-server-765107933", "status": "BUILD", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "user_id": "1db34ff02af24e8a8deecdb5875246a7", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:21:03Z", "updated": "2025-08-05T20:21:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self" , "href": "http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1441541376", "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 20:21:53,158 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c 0.254s 2025-08-05 20:21:53,159 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1593', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-89d62041-9be4-4e91-9803-1791d016d7c7', 'x-compute-request-id': 'req-89d62041-9be4-4e91-9803-1791d016d7c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c'} Body: b'{"server": {"id": "67e565c7-9ada-4da3-a94f-a6ab60c9987c", "name": "tempest-SnapshotDataIntegrityTests-server-765107933", "status": "ACTIVE", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "user_id": "1db34ff02af24e8a8deecdb5875246a7", "metadata": {}, "hostId": "ee2a0de6a39f63e5b8bd6898dd68a65c781e14d967cecd05c2b7eb1b", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:21:02Z", "updated": "2025-08-05T20:21:18Z", "addresses": {"tempest-SnapshotDataIntegrityTests-230242534-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b7:6f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1441541376", "OS-SRV-USG:launched_at": "2025-08-05T20:21:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--718099237"}, {"name": "tempest-secgroup-smoke-1096101064"}], "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 20:21:53,173 98944 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 20:22:53,503 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c/os-interface 0.314s 2025-08-05 20:22:53,503 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:53 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-f5a1a54e-39a5-4b54-bd61-b07d72005dfd', 'x-compute-request-id': 'req-f5a1a54e-39a5-4b54-bd61-b07d72005dfd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "0c91159f-a79a-45a7-bef9-3fe2fabb2f46", "port_id": "7f4ca475-7ef9-4735-9dd8-ce1f940d3eec", "mac_addr": "fa:16:3e:09:b7:6f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "f7063f54-c4ae-4b6b-aaea-b537500004b5", "ip_address": "10.0.0.10"}]}]}' 2025-08-05 20:22:54,669 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/abf6d309-e146-44fb-8061-9f0115cd476c 1.162s 2025-08-05 20:22:54,670 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "7f4ca475-7ef9-4735-9dd8-ce1f940d3eec"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-754d4e8d-0b88-4d66-8fdc-9ca597a453b3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/abf6d309-e146-44fb-8061-9f0115cd476c'} Body: b'{"floatingip": {"id": "abf6d309-e146-44fb-8061-9f0115cd476c", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "floating_ip_address": "172.24.4.28", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "1222818b-753d-4b9c-b6de-6876388dc5cf", "port_id": "7f4ca475-7ef9-4735-9dd8-ce1f940d3eec", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "0c91159f-a79a-45a7-bef9-3fe2fabb2f46", "mac_address": "fa:16:3e:09:b7:6f", "admin_state_up": true, "status": "ACTIVE", "device_id": "67e565c7-9ada-4da3-a94f-a6ab60c9987c", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:21:00Z", "updated_at": "2025-08-05T20:22:53Z", "revision_number": 1, "project_id": "e6a44d84ff6f4a74adcf743bd1a9aa57"}}' 2025-08-05 20:22:54,675 98944 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.28:22' as 'cirros' with public key authentication 2025-08-05 20:22:54,692 98944 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:22:54,797 98944 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:22:54,797 98944 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.28 successfully created 2025-08-05 20:22:55,020 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c 0.222s 2025-08-05 20:22:55,020 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1593', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd18e22e-7dc3-496e-873b-fc9e4753668e', 'x-compute-request-id': 'req-cd18e22e-7dc3-496e-873b-fc9e4753668e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c'} Body: b'{"server": {"id": "67e565c7-9ada-4da3-a94f-a6ab60c9987c", "name": "tempest-SnapshotDataIntegrityTests-server-765107933", "status": "ACTIVE", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "user_id": "1db34ff02af24e8a8deecdb5875246a7", "metadata": {}, "hostId": "ee2a0de6a39f63e5b 8bd6898dd68a65c781e14d967cecd05c2b7eb1b", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:21:02Z", "updated": "2025-08-05T20:21:18Z", "addresses": {"tempest-SnapshotDataIntegrityTests-230242534-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b7:6f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1441541376", "OS-SRV-USG:launched_at": "2025-08-05T20:21:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--718099237"}, {"name": "tempest-secgroup-smoke-1096101064"}], "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 20:22:55,266 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/volumes 0.230s 2025-08-05 20:22:55,266 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-802842158", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efb1d602-b142-41e9-a5a4-643c211913df', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efb1d602-b142-41e9-a5a4-643c211913df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1ca05577-1101-4896-88f7-2b95e54dc463", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:55.200804", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-802842158", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1ca05577-1101-4896-88f7-2b95e54dc463"}], "user_id": "1db34ff02af24e8a8deecdb5875246a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:22:55,328 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463 0.050s 2025-08-05 20:22:55,329 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69a28d2e-86a6-43fb-86bc-ed6f1366e93c', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69a28d2e-86a6-43fb-86bc-ed6f1366e93c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463'} Body: b'{"volume": {"id": "1ca05577-1101-4896- 88f7-2b95e54dc463", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:55.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-802842158", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1ca05577-1101-4896-88f7-2b95e54dc463"}], "user_id": "1db34ff02af24e8a8deecdb5875246a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57"}}' 2025-08-05 20:22:56,382 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463 0.039s 2025-08-05 20:22:56,382 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99cd2646-b859-4f0b-a097-a399145fe071', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99cd2646-b859-4f0b-a097-a399145fe071', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463'} Body: b'{"volume": {"id": "1ca05577-1101-4896-88f7-2b95e54dc463", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:22:55.000000", "updated_at": "2025-08-05T20:22:55.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-802842158", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1ca05577-1101-4896-88f7-2b95e54dc463"}], "user_id": "1db34ff02af24e8a8deecdb5875246a7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57"}}' 2025-08-05 20:22:56,552 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463 0.154s 2025-08-05 20:22:56,552 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7e4c1538-8914-4aa1-8e1a-a9d87953e4bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463'} Body: b'' 2025-08-05 20:22:56,574 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463 0.021s 2025-08-05 20:22:56,574 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109' , 'content-type': 'application/json', 'x-compute-request-id': 'req-98d799df-8a68-4c0b-8c73-c27c9885fca0', 'x-openstack-request-id': 'req-98d799df-8a68-4c0b-8c73-c27c9885fca0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1ca05577-1101-4896-88f7-2b95e54dc463'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1ca05577-1101-4896-88f7-2b95e54dc463 could not be found."}}' 2025-08-05 20:22:56,687 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c 0.112s 2025-08-05 20:22:56,688 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22: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-fd4bbfba-8a44-45d2-8777-8b3b38dedf7a', 'x-compute-request-id': 'req-fd4bbfba-8a44-45d2-8777-8b3b38dedf7a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c'} Body: b'' 2025-08-05 20:22:57,023 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c 0.334s 2025-08-05 20:22:57,023 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:56 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-9979d09b-32e4-42ce-9df6-292476315f25', 'x-compute-request-id': 'req-9979d09b-32e4-42ce-9df6-292476315f25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c'} Body: b'{"server": {"id": "67e565c7-9ada-4da3-a94f-a6ab60c9987c", "name": "tempest-SnapshotDataIntegrityTests-server-765107933", "status": "ACTIVE", "tenant_id": "e6a44d84ff6f4a74adcf743bd1a9aa57", "user_id": "1db34ff02af24e8a8deecdb5875246a7", "metadata": {}, "hostId": "ee2a0de6a39f63e5b8bd6898dd68a65c781e14d967cecd05c2b7eb1b", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:21:02Z", "updated": "2025-08-05T20:22:57Z", "addresses": {"tempest-SnapshotDataIntegrityTests-230242534-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b7:6f"}, {"version": 4, "addr": "172.24.4.28", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:09:b7:6f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1441541376", "OS-SRV-USG:launched_at": "2025-08-05T20:21:18.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--718099237"}, {"name": "tempest-secgroup-smoke-1096101064"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "activ e", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 20:23:47,117 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c 0.032s 2025-08-05 20:23:47,117 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-c26ddee2-dfde-499e-a0e8-3cb4f243bbd5', 'x-compute-request-id': 'req-c26ddee2-dfde-499e-a0e8-3cb4f243bbd5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/67e565c7-9ada-4da3-a94f-a6ab60c9987c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 67e565c7-9ada-4da3-a94f-a6ab60c9987c could not be found."}}' 2025-08-05 20:23:47,356 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/f5675b36-8024-4b22-8db2-19493bae6630 0.238s 2025-08-05 20:23:47,356 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-9b590e99-4f94-4b00-8fd0-ddabc3ce8888', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/f5675b36-8024-4b22-8db2-19493bae6630'} Body: b'' 2025-08-05 20:23:47,383 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1441541376 0.026s 2025-08-05 20:23:47,383 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:47 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-8743043f-d68f-4361-8126-907a24ee5f94', 'x-compute-request-id': 'req-8743043f-d68f-4361-8126-907a24ee5f94', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1441541376'} Body: b'' 2025-08-05 20:23:47,570 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/9987299e-5c7e-477d-a1da-ffc40d9c8343 0.186s 2025-08-05 20:23:47,570 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-4cefd43d-375c-44f3-a270-79eafb669c11', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/9987299e-5c7e-477d-a1da-ffc40d9c8343'} Body: b'' 2025-08-05 20:23:47,590 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/9987299e-5c7e-477d-a1da-ffc40d9c8343 0.019s 2025-08-05 20:23:47,590 98944 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 20:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-ffcfdbfd-bcb7-468c-8ef6-3f015da7da78', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/9987299e-5c7e-477d-a1da-ffc40d9c8343'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9987299e-5c7e-477d-a1da-ffc40d9c8343 does not exist", "detail": ""}}' 2025-08-05 20:23:47,984 98944 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/abf6d309-e146-44fb-8061-9f0115cd476c 0.393s 2025-08-05 20:23:47,984 98944 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-4d994c32-e49c-459c-9ba9-a134532cbe59', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/abf6d309-e146-44fb-8061-9f0115cd476c'} Body: b'' 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 0697b762-dc03-4464-82cc-ef423a0f58ed failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:24:17,554 98928 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.204s 2025-08-05 20:24:17,555 98928 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-1082518703"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f2c6b3ec-a1e6-4788-902d-97d9917a19a2', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f2c6b3ec-a1e6-4788-902d-97d9917a19a2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "0697b762-dc03-4464-82cc-ef423a0f58ed", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:17.490892", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1082518703", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed"}], "user_id": "d5dded6ad8064457b0b06d789825a2cd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:24:17,607 98928 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed 0.040s 2025-08-05 20:24:17,607 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b62829f-1a3b-46bd-a74e-388d03275f94', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b62829f-1a3b-46bd-a74e-388d03275f94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed'} Body: b'{"volume": {"id": "0697b762-dc03-4464-82cc-ef423a0f58ed", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:17.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1082518703", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed"}], "user_id": "d5dded6ad8064457b0b06d789825a2cd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59de55709a834442925cd2866524b533"}}' 2025-08-05 20:24:18,659 98928 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed 0.037s 2025-08-05 20:24:18,659 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applica tion/json', 'x-compute-request-id': 'req-ed4405c7-709f-42ca-b387-87d6813099b8', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed4405c7-709f-42ca-b387-87d6813099b8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed'} Body: b'{"volume": {"id": "0697b762-dc03-4464-82cc-ef423a0f58ed", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:17.000000", "updated_at": "2025-08-05T20:24:18.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1082518703", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0697b762-dc03-4464-82cc-ef423a0f58ed"}], "user_id": "d5dded6ad8064457b0b06d789825a2cd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59de55709a834442925cd2866524b533"}}' 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 dda6d32f-d986-46e4-8555-649e383ef0bf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:24:18,959 98928 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.284s 2025-08-05 20:24:18,959 98928 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-1204006957"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4bb3abfc-30f2-47a8-b305-74fb31c4ce73', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4bb3abfc-30f2-47a8-b305-74fb31c4ce73', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "dda6d32f-d986-46e4-8555-649e383ef0bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:18.867928", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1204006957", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf"}], "user_id": "d5dded6ad8064457b0b06d789825a2cd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:24:19,011 98928 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf 0.040s 2025-08-05 20:24:19,012 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cec5e904-6dc7-4d21-aa0e-b80317de2cae', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cec5e904-6dc7-4d21-aa0e-b80317de2cae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf'} Body: b'{"volume": {"id": "dda6d32f-d986-46e4-8555-649e383ef0bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:19.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1204006957", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf"}], "user_id": "d5dded6ad8064457b0b06d789825a2cd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59de55709a834442925cd2866524b533"}}' 2025-08-05 20:24:20,069 98928 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf 0.042s 2025-08-05 20:24:20,069 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applica tion/json', 'x-compute-request-id': 'req-47932238-2b27-4c29-a7f5-1edd43b75a13', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47932238-2b27-4c29-a7f5-1edd43b75a13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf'} Body: b'{"volume": {"id": "dda6d32f-d986-46e4-8555-649e383ef0bf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:19.000000", "updated_at": "2025-08-05T20:24:19.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1204006957", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/dda6d32f-d986-46e4-8555-649e383ef0bf"}], "user_id": "d5dded6ad8064457b0b06d789825a2cd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "59de55709a834442925cd2866524b533"}}' 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 d0eb2941-56cc-4c2c-aced-5fa9dc5f94be failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:22:00,618 98942 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:22:00,618 98942 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:22:00,761 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.142s 2025-08-05 20:22:00,762 98942 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-1172067038", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEVQaONNMOTUY2ARRae/dXQHDUZFw5Bwph/HET9/BsPTRBZkuoARI5He1qb0gBh8eDhH6iU7+nMUkC9b431YTgzYedMQn9C8te7FPGdtMaSRy6e2/iYK/zVUlEgCRdApUg=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '401', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-702fafbe-8aa1-435a-a112-a25ed3b21f92', 'x-compute-request-id': 'req-702fafbe-8aa1-435a-a112-a25ed3b21f92', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1172067038", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEVQaONNMOTUY2ARRae/dXQHDUZFw5Bwph/HET9/BsPTRBZkuoARI5He1qb0gBh8eDhH6iU7+nMUkC9b431YTgzYedMQn9C8te7FPGdtMaSRy6e2/iYK/zVUlEgCRdApUg==", "fingerprint": "61:9f:e1:5e:8a:fa:ed:3e:93:60:8a:4a:9e:28:5b:65", "user_id": "7d896562f0714bcaba6fe3828df7870c"}}' 2025-08-05 20:22:00,765 98942 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1172067038 created 2025-08-05 20:22:00,974 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.209s 2025-08-05 20:22:00,974 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1321832409", "description": "tempest-description--1963618261"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-44cbc203-5714-4254-b610-ed239d01eddc', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a0c02489-f6f6-4aa0-b005-7e3a01dc6aac", "name": "tempest-securitygroup--1321832409", "stateful": true, "tenant_id": "ddb459420ee84274abab4e21d147482f", "description": "tempest-description--1963618261", "shared": false, "security_group_rules": [{"id": "59280873-d1bd-4445-a1ba-09958a6828c5", "project_id": "ddb459420ee84274abab4e21d147482f", "tenant_id": "ddb459420ee84274abab4e21d147482f", "security_group_id": "a0c02489-f6f6-4aa0-b005-7e3a01dc6aac", "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": 738, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:22:00Z", "updated_at": "2025-08-05T20:22:00Z", "revision_number": 0}, {"id": "695128ad-2b6d-410c-87e3-bbd8834c126b", "project_id": "ddb459420ee84274abab4e21d147482f", "tenant_id": "ddb459420ee84274abab4e21d147482f", "security_group_id": "a0c02489-f6f6-4aa0-b005-7e3a01dc6aac", "ethert ype": "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": 739, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:22:00Z", "updated_at": "2025-08-05T20:22:00Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:22:00Z", "updated_at": "2025-08-05T20:22:00Z", "revision_number": 1, "project_id": "ddb459420ee84274abab4e21d147482f"}}' 2025-08-05 20:22:01,181 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.206s 2025-08-05 20:22:01,182 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a0c02489-f6f6-4aa0-b005-7e3a01dc6aac", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-e159d85c-465b-4145-94fc-54810c56da85', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d20c1fd9-f34f-4106-99f1-1a6075faca72", "project_id": "ddb459420ee84274abab4e21d147482f", "tenant_id": "ddb459420ee84274abab4e21d147482f", "security_group_id": "a0c02489-f6f6-4aa0-b005-7e3a01dc6aac", "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-05T20:22:01Z", "updated_at": "2025-08-05T20:22:01Z", "revision_number": 0}}' 2025-08-05 20:22:01,415 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.233s 2025-08-05 20:22:01,416 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a0c02489-f6f6-4aa0-b005-7e3a01dc6aac", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-304a537d-0d41-4819-b96c-18cda8dae060', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bcef9e2c-f505-4215-b15b-6a7274b1989a", "project_id": "ddb459420ee84274abab4e21d147482f", "tenant_id": "ddb459420ee84274abab4e21d147482f", "security_group_id": "a0c02489-f6f6-4aa0-b005-7e3a01dc6aac", "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-05T20:22:01Z", "updated_at": "2025-08-05T20:22:01Z", "revision_number": 0}}' 2025-08-05 20:22:01,416 98942 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1321832409 created 2025-08-05 20:22:02,264 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.847s 2025-08-05 20:22:02,264 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-1fc915bb-8eb6-4837-ad86-6ad4f2c93c69', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "d565ba8a-0711-4dda-844d-ce2d47e4abb8", "tenant_id": "ddb459420ee84274abab4e21d147482f", "floating_ip_address": "172.24.4.209", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ddb459420ee84274abab4e21d147482f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:22:01Z", "updated_at": "2025-08-05T20:22:01Z", "revision_number": 0}}' 2025-08-05 20:22:02,265 98942 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'd565ba8a-0711-4dda-844d-ce2d47e4abb8', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'floating_ip_address': '172.24.4.209', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ddb459420ee84274abab4e21d147482f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:22:01Z', 'updated_at': '2025-08-05T20:22:01Z', 'revision_number': 0, 'ip': '172.24.4.209'} created 2025-08-05 20:22:02,374 98942 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.104s 2025-08-05 20:22:02,374 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2499', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-98bc9010-7b6e-4a11-b0d4-c8262fb76354', '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": "7d896562f0714bcaba6fe3828df7870c", "name": "tempest-AttachVolumeShelveTestJSON-615004190-project-member", "password_expires_at": null}, "audit_ids": ["lhbw2K8HSXS-9qN7bLHmCQ"], "expires_at": "2025-08-05T21:22:02.000000Z", "issued_at": "2025-08-05T20:22:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ddb459420ee84274abab4e21d147482f", "name": "tempest-AttachVolumeShelveTestJSON-615004190"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ddb459420ee84274abab4e21d147482f", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "pu blic", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:22:02,375 98942 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '3ed314af-8508-4a9b-827d-9e775b857fca', 'name': 'tempest-AttachVolumeShelveTestJSON-374786897-network', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ddb459420ee84274abab4e21d147482f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46398, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:21:52Z', 'updated_at': '2025-08-05T20:21:52Z', 'revision_number': 1} available for tenant 2025-08-05 20:22:02,375 98942 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1172067038', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEVQaONNMOTUY2ARRae/dXQHDUZFw5Bwph/HET9/BsPTRBZkuoARI5He1qb0gBh8eDhH6iU7+nMUkC9b431YTgzYedMQn9C8te7FPGdtMaSRy6e2/iYK/zVUlEgCRdApUg==', 'fingerprint': '61:9f:e1:5e:8a:fa:ed:3e:93:60:8a:4a:9e:28:5b:65', 'user_id': '7d896562f0714bcaba6fe3828df7870c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAw6rp+elPYK+W88grch6EnB3dZS/eKaKIMVVfalN3VgEamCIH68sVz\nuMiIRp/cLT+gBwYFK4EEACKhZANiAARFUGjjTTDk1GNgEUWnv3V0Bw1GRcOQcKYf\nxxE/fwbD00QWZLqAESOR3tam9IAYfHg4R+olO/pzFJAvW+N9WE4M2HnTEJ/QvLXu\nxTxnbTGkkcuntv4mCv81VJRIAkXQKVI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a0c02489-f6f6-4aa0-b005-7e3a01dc6aac', 'name': 'tempest-securitygroup--1321832409', 'stateful': True, 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'description': 'tempest-description--1963618261', 'shared': False, 'security_group_rules': [{'id': '59280873-d1bd-4445-a1ba-09958a6828c5', 'project_id': 'ddb459420ee84274abab4e21d147482f', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'security_group_id': 'a0c02489-f6f6-4aa0-b005-7e3a01dc6aac', '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': 738, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:22:00Z', 'updated_at': '2025-08-05T20:22:00Z', 'revision_number': 0}, {'id': '695128ad-2b6d-410c-87e3-bbd8834c126b', 'project_id': 'ddb459420ee84274abab4e21d147482f', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'security_group_id': 'a0c02489-f6f6-4aa0-b005-7e3a01dc6aac', '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': 739, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_a t': '2025-08-05T20:22:00Z', 'updated_at': '2025-08-05T20:22:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:22:00Z', 'updated_at': '2025-08-05T20:22:00Z', 'revision_number': 1, 'project_id': 'ddb459420ee84274abab4e21d147482f'}, 'floating_ip': {'id': 'd565ba8a-0711-4dda-844d-ce2d47e4abb8', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'floating_ip_address': '172.24.4.209', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ddb459420ee84274abab4e21d147482f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:22:01Z', 'updated_at': '2025-08-05T20:22:01Z', 'revision_number': 0, 'ip': '172.24.4.209'}} 2025-08-05 20:22:02,984 98942 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.608s 2025-08-05 20:22:02,984 98942 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-1490650853", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "3ed314af-8508-4a9b-827d-9e775b857fca"}], "security_groups": [{"name": "tempest-securitygroup--1321832409"}], "key_name": "tempest-keypair-1172067038", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1', '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-af4390b0-348c-4a58-b39b-855f691b6f1f', 'x-compute-request-id': 'req-af4390b0-348c-4a58-b39b-855f691b6f1f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1321832409"}], "adminPass": "password"}}' 2025-08-05 20:22:03,077 98942 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/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1 0.089s 2025-08-05 20:22:03,077 98942 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 20:22:02 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-2c0fbc84-703f-45e8-9720-ca6b53334ecd', 'x-compute-request-id': 'req-2c0fbc84-703f-45e8-9720-ca6b53334ecd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1'} Body: b'{"server": {"id": "d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1", "name": "tempest-AttachVolumeShelveTestJSON-server-1490650853", "status": "BUILD", "tenant_id": "ddb459420ee84274abab4e21d147482f", "user_id": "7d8 96562f0714bcaba6fe3828df7870c", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:22:03Z", "updated": "2025-08-05T20:22:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1172067038", "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 20:22:53,549 98942 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/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1 0.405s 2025-08-05 20:22:53,550 98942 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 20:22:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1585', '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-cfd6940b-7606-4f83-9bbb-a2ab8eec34dd', 'x-compute-request-id': 'req-cfd6940b-7606-4f83-9bbb-a2ab8eec34dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1'} Body: b'{"server": {"id": "d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1", "name": "tempest-AttachVolumeShelveTestJSON-server-1490650853", "status": "ACTIVE", "tenant_id": "ddb459420ee84274abab4e21d147482f", "user_id": "7d896562f0714bcaba6fe3828df7870c", "metadata": {}, "hostId": "62bb04807239dd0f14826c80d95fe5059e2a351d53a618188384b7a0", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:22:02Z", "updated": "2025-08-05T20:22:20Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-374786897-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:09:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1172067038", "OS-SRV-USG:launched_at": "2025-08-05T20:22:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1321832409"}], "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 20:22:53,567 98942 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:23:53,791 98942 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/d6c1e da9-ef5f-45ae-90f5-05ea4160f3f1/os-interface 0.163s 2025-08-05 20:23:53,791 98942 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 20:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-585f4010-d1f5-406f-8c98-8a9f4c6b48ca', 'x-compute-request-id': 'req-585f4010-d1f5-406f-8c98-8a9f4c6b48ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3ed314af-8508-4a9b-827d-9e775b857fca", "port_id": "13629485-6a3f-445b-a30c-534e2a8f8692", "mac_addr": "fa:16:3e:2a:09:ae", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c70dfec6-9dbd-40f8-a283-4780b9ab0adc", "ip_address": "10.0.0.4"}]}]}' 2025-08-05 20:23:54,678 98942 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/d565ba8a-0711-4dda-844d-ce2d47e4abb8 0.880s 2025-08-05 20:23:54,678 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "13629485-6a3f-445b-a30c-534e2a8f8692"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-809a15e6-04a1-4228-891e-9484cf97fea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/d565ba8a-0711-4dda-844d-ce2d47e4abb8'} Body: b'{"floatingip": {"id": "d565ba8a-0711-4dda-844d-ce2d47e4abb8", "tenant_id": "ddb459420ee84274abab4e21d147482f", "floating_ip_address": "172.24.4.209", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "f03a3052-d1ae-4ba1-8cf7-8e3b5fa1c65e", "port_id": "13629485-6a3f-445b-a30c-534e2a8f8692", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3ed314af-8508-4a9b-827d-9e775b857fca", "mac_address": "fa:16:3e:2a:09:ae", "admin_state_up": true, "status": "ACTIVE", "device_id": "d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:22:01Z", "updated_at": "2025-08-05T20:23:54Z", "revision_number": 1, "project_id": "ddb459420ee84274abab4e21d147482f"}}' 2025-08-05 20:23:54,680 98942 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.209:22' as 'cirros' with public key authentication 2025-08-05 20:23:54,695 98942 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:23:54,799 98942 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:23:54,800 98942 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.209 successfully created 2025-08-05 20:23:54,843 98942 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/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1/ips 0.043s 2025-08-05 20:23:54,843 98942 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 20:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '109', 'content-type': 'application/json', 'openstack-a pi-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-b78a4d82-9df2-46b8-9294-9b51ec6f1007', 'x-compute-request-id': 'req-b78a4d82-9df2-46b8-9294-9b51ec6f1007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-374786897-network": [{"version": 4, "addr": "10.0.0.4"}]}}' 2025-08-05 20:23:55,109 98942 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.262s 2025-08-05 20:23:55,109 98942 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-512141355"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d128cfe0-e0f4-400b-8b8a-277b285d738a', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d128cfe0-e0f4-400b-8b8a-277b285d738a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d0eb2941-56cc-4c2c-aced-5fa9dc5f94be", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:23:55.036776", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-512141355", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be"}], "user_id": "7d896562f0714bcaba6fe3828df7870c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:23:55,165 98942 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/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be 0.044s 2025-08-05 20:23:55,165 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05daea47-e9e9-4411-8478-28ef80d99786', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05daea47-e9e9-4411-8478-28ef80d99786', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be'} Body: b'{"volume": {"id": "d0eb2941-56cc-4c2c-aced-5fa9dc5f94be", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:23:55.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-512141355", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be"}], "user_id": "7d896562f0714bcaba6fe3828df7870c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddb459420ee84274abab4e21d147482f"}}' 2025-0 8-05 20:23:56,222 98942 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/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be 0.042s 2025-08-05 20:23:56,222 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5bf33190-d453-4aec-9a40-b9600b193862', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5bf33190-d453-4aec-9a40-b9600b193862', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be'} Body: b'{"volume": {"id": "d0eb2941-56cc-4c2c-aced-5fa9dc5f94be", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:23:55.000000", "updated_at": "2025-08-05T20:23:55.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-512141355", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d0eb2941-56cc-4c2c-aced-5fa9dc5f94be"}], "user_id": "7d896562f0714bcaba6fe3828df7870c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddb459420ee84274abab4e21d147482f"}}' 2025-08-05 20:23:56,351 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1 0.114s 2025-08-05 20:23:56,351 98942 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 20:23:56 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-84e66e36-8300-4a5e-9ccc-08b5687b7886', 'x-compute-request-id': 'req-84e66e36-8300-4a5e-9ccc-08b5687b7886', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1'} Body: b'' 2025-08-05 20:23:56,590 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1 0.238s 2025-08-05 20:23:56,590 98942 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 20:23:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd89e455-79b8-4ef4-a0d3-177289966452', 'x-compute-request-id': 'req-dd89e455-79b8-4ef4-a0d3-177289966452', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1'} Body: b'{"server": {"id": "d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1", "name": "tempest-AttachVolumeShelveTestJSON-server-1490650853", "status": "ACTIVE", "tenant_id": "ddb459420ee84274abab4e2 1d147482f", "user_id": "7d896562f0714bcaba6fe3828df7870c", "metadata": {}, "hostId": "62bb04807239dd0f14826c80d95fe5059e2a351d53a618188384b7a0", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:22:02Z", "updated": "2025-08-05T20:23:56Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-374786897-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:09:ae"}, {"version": 4, "addr": "172.24.4.209", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2a:09:ae"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1172067038", "OS-SRV-USG:launched_at": "2025-08-05T20:22:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1321832409"}], "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 20:24:46,699 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1 0.042s 2025-08-05 20:24:46,699 98942 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 20:24:46 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-48780b49-6a20-470d-9540-3ae4a67b4d1f', 'x-compute-request-id': 'req-48780b49-6a20-470d-9540-3ae4a67b4d1f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d6c1eda9-ef5f-45ae-90f5-05ea4160f3f1 could not be found."}}' 2025-08-05 20:24:46,729 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1172067038 0.029s 2025-08-05 20:24:46,729 98942 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 20:24:46 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-6a115fef-950b-46db-9a79-c61d959f367e', 'x-compute-request-id': 'req-6a115fef-950b-46db-9a79-c61d959f367e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1172067038'} Body: b'' 2025-08-05 20:24:46,933 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/a0c02489-f6f6-4aa0-b005-7e3a01dc6aac 0.203s 2025-08-05 20:24:46,933 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-93fe046b-a51a-4a71-be1a-1dcb14dacc9b', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a0c02489-f6f6-4aa0-b005-7e3a01dc6aac'} Body: b'' 2025-08-05 20:24:46,954 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/a0c02489-f6f6-4aa0-b005-7e3a01dc6aac 0.020s 2025-08-05 20:24:46,955 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-340a8a36-42b9-44d3-a955-3c53e60680bb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/a0c02489-f6f6-4aa0-b005-7e3a01dc6aac'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a0c02489-f6f6-4aa0-b005-7e3a01dc6aac does not exist", "detail": ""}}' 2025-08-05 20:24:47,321 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/d565ba8a-0711-4dda-844d-ce2d47e4abb8 0.366s 2025-08-05 20:24:47,321 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-1342c14f-f85d-4a96-8672-99b7bc01956e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/d565ba8a-0711-4dda-844d-ce2d47e4abb8'} Body: b'' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 66124dfe-ceec-4b15-a2ac-4df59731ad42 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:22:09,600 98932 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 20:22:10,202 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.600s 2025-08-05 20:22:10,203 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1094306153", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-7a0737bc-6cc4-4b5f-8862-7c8bebc51011', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1094306153", "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": "72ab4c530c0f471ea39fb92836274ab8", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2a23f821-4a3b-48f6-9b99-d1ece8738a23", "created_at": "2025-08-05T20:22:10Z", "updated_at": "2025-08-05T20:22:10Z", "tags": [], "self": "/v2/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23", "file": "/v2/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:22:11,610 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23/file 1.406s 2025-08-05 20:22:11,610 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-b88cb9d5-7c88-4be8-a38b-fa27301a760e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23/file'} Body: b'' 2025-08-05 20:22:11,611 98932 DEBUG [tempest.scenario.manager] image:2a23f821-4a3b-48f6-9b99-d1ece8738a23 2025-08-05 20:22:11,685 98932 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.072s 2025-08-05 20:22:11,685 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-2017609405", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE8BsYhFXzi0vblO43aetV5HtTn+0KkQziz5T8k+4ZSOO370NouzMRxRM0EZhI2iReVk3xYqTxlv0mVNMJ52tEXON1f6+UHOTNWTzEUIzKrsuBjalfKlW3vpWchXzT6+Pg=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:11 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-38aa519f-7a75-4604-bc26-cd5fae4525f3', 'x-compute-request-id': 'req-38aa519f-7a75-4604-bc26-cd5fae4525f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-201 7609405", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBE8BsYhFXzi0vblO43aetV5HtTn+0KkQziz5T8k+4ZSOO370NouzMRxRM0EZhI2iReVk3xYqTxlv0mVNMJ52tEXON1f6+UHOTNWTzEUIzKrsuBjalfKlW3vpWchXzT6+Pg==", "fingerprint": "20:d5:8a:8f:5f:b4:f4:0e:3b:3e:97:f5:22:32:76:83", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099"}}' 2025-08-05 20:22:11,797 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.099s 2025-08-05 20:22:11,797 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:11 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-ed4fa0f2-b9f2-45ad-b5c0-09104005ed41', '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": "c3e231ecb1164451b7f5f24bf8b4d099", "name": "tempest-TestMinimumBasicScenario-1954197763-project-member", "password_expires_at": null}, "audit_ids": ["PwNYpW08RqOIAc-RKD_0hw"], "expires_at": "2025-08-05T21:22:11.000000Z", "issued_at": "2025-08-05T20:22:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "72ab4c530c0f471ea39fb92836274ab8", "name": "tempest-TestMinimumBasicScenario-1954197763"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/72ab4c530c0f471ea39fb92836274ab8", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:22:11,798 98932 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '2b73b213-a448-4855-8b18-da7573aa0d26', 'name': 'tempest-TestMinimumBasicScenario-1079764232-network', 'tenant_id': '72ab4c530c0f471ea39fb92836274ab8', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '72ab4c530c0f471ea39fb92836274ab8', 'port_security_enabled ': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59572, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:18:53Z', 'updated_at': '2025-08-05T20:18:53Z', 'revision_number': 1} available for tenant 2025-08-05 20:22:12,279 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.480s 2025-08-05 20:22:12,279 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-540153865", "imageRef": "2a23f821-4a3b-48f6-9b99-d1ece8738a23", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-2017609405", "networks": [{"uuid": "2b73b213-a448-4855-8b18-da7573aa0d26"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9572cab1-b330-438a-b24d-8ed5b8d4f91a', 'x-compute-request-id': 'req-9572cab1-b330-438a-b24d-8ed5b8d4f91a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5eb8d0ac-9e4e-4a17-8652-4eff26490a54", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "9vuv8P7REwYo"}}' 2025-08-05 20:22:12,349 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54 0.066s 2025-08-05 20:22:12,349 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:12 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-e71f3db1-8aee-4b01-b61c-e6f6d6d694e5', 'x-compute-request-id': 'req-e71f3db1-8aee-4b01-b61c-e6f6d6d694e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54'} Body: b'{"server": {"id": "5eb8d0ac-9e4e-4a17-8652-4eff26490a54", "name": "tempest-TestMinimumBasicScenario-server-540153865", "status": "BUILD", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "", "image": {"id": "2a23f821-4a3b-48f6-9b99-d1ece8738a23", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:22:12Z", "updated": "2025-08-05T20:22:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT -AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2017609405", "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 20:23:02,615 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54 0.208s 2025-08-05 20:23:02,615 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:02 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-cd620683-a3c3-4b3b-b2f2-7801002501e3', 'x-compute-request-id': 'req-cd620683-a3c3-4b3b-b2f2-7801002501e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54'} Body: b'{"server": {"id": "5eb8d0ac-9e4e-4a17-8652-4eff26490a54", "name": "tempest-TestMinimumBasicScenario-server-540153865", "status": "ACTIVE", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "5f4e5ef16c7666238a260d75c8b4f6bccb1b51fbe9f41f649676009d", "image": {"id": "2a23f821-4a3b-48f6-9b99-d1ece8738a23", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:22:12Z", "updated": "2025-08-05T20:22:28Z", "addresses": {"tempest-TestMinimumBasicScenario-1079764232-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:cd:09"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2017609405", "OS-SRV-USG:launched_at": "2025-08-05T20:22:28.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 20:23:02,629 98932 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:24:02,875 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54 0.231s 2025-08-05 20:24:02,876 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:02 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-a8e9dcec-5796-4b16-bdb0-79c41a946ed9', 'x-compute-request-id': 'req-a8e9dcec-5796-4b16-bdb0-79c41a946ed9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54'} Body: b'{"server": {"id": "5eb8d0ac-9e4e-4a17 -8652-4eff26490a54", "name": "tempest-TestMinimumBasicScenario-server-540153865", "status": "ACTIVE", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "5f4e5ef16c7666238a260d75c8b4f6bccb1b51fbe9f41f649676009d", "image": {"id": "2a23f821-4a3b-48f6-9b99-d1ece8738a23", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:22:12Z", "updated": "2025-08-05T20:22:28Z", "addresses": {"tempest-TestMinimumBasicScenario-1079764232-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:cd:09"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2017609405", "OS-SRV-USG:launched_at": "2025-08-05T20:22:28.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 20:24:02,957 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.067s 2025-08-05 20:24:02,957 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:02 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-2b7cfe88-eccf-43c2-b7dd-e873cc6c8e0c', 'x-compute-request-id': 'req-2b7cfe88-eccf-43c2-b7dd-e873cc6c8e0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "5eb8d0ac-9e4e-4a17-8652-4eff26490a54", "name": "tempest-TestMinimumBasicScenario-server-540153865", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}]}]}' 2025-08-05 20:24:03,173 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54 0.212s 2025-08-05 20:24:03,173 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:02 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-981239f7-f89c-437b-bd78-a73985a3b65c', 'x-compute-request-id': 'req-981239f7-f89c-437b-bd78-a73985a3b65c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54'} Body: b'{"server": {"id": "5eb8d0ac-9e4e-4a17-8652-4eff26490a54", "name": "tempest-TestMinimumBasicScenario-server-540153865", "status": "ACTIVE", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "5f4e5e f16c7666238a260d75c8b4f6bccb1b51fbe9f41f649676009d", "image": {"id": "2a23f821-4a3b-48f6-9b99-d1ece8738a23", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:22:12Z", "updated": "2025-08-05T20:22:28Z", "addresses": {"tempest-TestMinimumBasicScenario-1079764232-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:cd:09"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2017609405", "OS-SRV-USG:launched_at": "2025-08-05T20:22:28.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 20:24:03,389 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/volumes 0.201s 2025-08-05 20:24:03,390 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1646661639", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc1afa7c-68e2-4b89-95d7-d960df5708a6', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc1afa7c-68e2-4b89-95d7-d960df5708a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "66124dfe-ceec-4b15-a2ac-4df59731ad42", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:03.325766", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1646661639", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42"}], "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:24:03,460 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42 0.055s 2025-08-05 20:24:03,461 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3337b2a0-1ba6-4bfe-bd9a-a6f8c9158256', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3337b2a0-1ba6-4bfe-bd9a-a6f8c9158256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42'} Body: b'{"volume": {"id": "66124dfe-ceec-4b15-a2ac-4df59731ad42", "status": "creating", "size": 1, " availability_zone": "nova", "created_at": "2025-08-05T20:24:03.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1646661639", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42"}], "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72ab4c530c0f471ea39fb92836274ab8"}}' 2025-08-05 20:24:04,521 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42 0.046s 2025-08-05 20:24:04,522 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3177db5d-e10e-4e34-9178-c1411e4b38c1', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3177db5d-e10e-4e34-9178-c1411e4b38c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42'} Body: b'{"volume": {"id": "66124dfe-ceec-4b15-a2ac-4df59731ad42", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:03.000000", "updated_at": "2025-08-05T20:24:03.000000", "name": "tempest-TestMinimumBasicScenario-volume-1646661639", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42"}], "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "72ab4c530c0f471ea39fb92836274ab8"}}' 2025-08-05 20:24:04,635 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42 0.100s 2025-08-05 20:24:04,635 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96595838-3252-46bb-8731-e24b4dd7b6a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42'} Body: b'' 2025-08-05 20:24:04,658 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42 0.022s 2025-08-05 20:24:04,658 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': ' req-476e0c11-9cbc-4cc8-9eaa-0262b772530e', 'x-openstack-request-id': 'req-476e0c11-9cbc-4cc8-9eaa-0262b772530e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/66124dfe-ceec-4b15-a2ac-4df59731ad42'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 66124dfe-ceec-4b15-a2ac-4df59731ad42 could not be found."}}' 2025-08-05 20:24:04,767 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54 0.108s 2025-08-05 20:24:04,767 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:04 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-ef4407bb-c677-4fcb-bafb-23bbd7ed820a', 'x-compute-request-id': 'req-ef4407bb-c677-4fcb-bafb-23bbd7ed820a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54'} Body: b'' 2025-08-05 20:24:05,012 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54 0.244s 2025-08-05 20:24:05,013 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:04 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-4425f17e-548a-4d3b-8e6e-4e0e1b5395fb', 'x-compute-request-id': 'req-4425f17e-548a-4d3b-8e6e-4e0e1b5395fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54'} Body: b'{"server": {"id": "5eb8d0ac-9e4e-4a17-8652-4eff26490a54", "name": "tempest-TestMinimumBasicScenario-server-540153865", "status": "ACTIVE", "tenant_id": "72ab4c530c0f471ea39fb92836274ab8", "user_id": "c3e231ecb1164451b7f5f24bf8b4d099", "metadata": {}, "hostId": "5f4e5ef16c7666238a260d75c8b4f6bccb1b51fbe9f41f649676009d", "image": {"id": "2a23f821-4a3b-48f6-9b99-d1ece8738a23", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:22:12Z", "updated": "2025-08-05T20:24:05Z", "addresses": {"tempest-TestMinimumBasicScenario-1079764232-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:cd:09"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-2017609405", "OS-SRV-USG:launched_at": "2025-08-05T20:22:28.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 20:24:55,209 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/serv ers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54 0.132s 2025-08-05 20:24:55,209 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:55 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-fa75109f-2398-4a7c-8464-ceebbfcf017e', 'x-compute-request-id': 'req-fa75109f-2398-4a7c-8464-ceebbfcf017e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5eb8d0ac-9e4e-4a17-8652-4eff26490a54'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5eb8d0ac-9e4e-4a17-8652-4eff26490a54 could not be found."}}' 2025-08-05 20:24:55,257 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-2017609405 0.047s 2025-08-05 20:24:55,257 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:55 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-0e1a2e6b-5b33-4b94-8551-9f36296e5512', 'x-compute-request-id': 'req-0e1a2e6b-5b33-4b94-8551-9f36296e5512', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-2017609405'} Body: b'' 2025-08-05 20:24:55,363 98932 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23 0.105s 2025-08-05 20:24:55,364 98932 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ae69f65d-a020-4c73-bcf8-351106e01f75', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/2a23f821-4a3b-48f6-9b99-d1ece8738a23'} Body: b'' setUpClass (cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest) ----------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 185, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 178, in setUpClass cls.resource_setup() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 39, in resource_setup cls.volume = cls.create_volume_with_args(name=cls.volume_name) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 54, in create_volume_with_args waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6c414032-5975-46f4-8d00-15d89c75161c failed to build and is in ERROR status 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 73807799-b9b5-4909-af93-21860eb5bc78 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:23:08,883 98934 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106 0.207s 2025-08-05 20:23:08,883 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20f4b3b0-f2e6-44a1-b30f-3d2e5d0e478c', 'x-compute-request-id': 'req-20f4b3b0-f2e6-44a1-b30f-3d2e5d0e478c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106'} Body: b'{"server": {"id": "0d75ee4c-5550-4329-bb67-afc337cef106", "name": "tempest-ServersNegativeTestJSON-server-197664882", "status": "ACTIVE", "tenant_id": "851eefdc6ebc4ae9b389cc9e23f0fc41", "user_id": "341b2b795f6940ea807ffcaa2d9a8383", "metadata": {}, "hostId": "c9e91a3d7fd22d1c8fc662910489798e8141ad9ea6033370c1689f9a", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:32Z", "updated": "2025-08-05T20:19:11Z", "addresses": {"tempest-ServersNegativeTestJSON-2079622254-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:a8:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d75ee4c-5550-4329-bb67-afc337cef106"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:19:10.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 20:24:09,173 98934 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.212s 2025-08-05 20:24:09,174 98934 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-597025071"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1290e2f4-8c5b-4e65-9ac5-bab42e493480', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1290e2f4-8c5b-4e65-9ac5-bab42e493480', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "73807799-b9b5-4909-af93-21860eb5bc78", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:09.107735", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-597025071", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/73807799-b9b5-4909-af93-21860eb5bc78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/73807799-b9b5-4909-af93-21860eb5bc78"}], "user_id": "341b2b795f6940ea807ffcaa2d9a838 3", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:24:09,225 98934 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/73807799-b9b5-4909-af93-21860eb5bc78 0.039s 2025-08-05 20:24:09,226 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ea932ab-8170-44fe-8bb4-96bad5142fe6', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ea932ab-8170-44fe-8bb4-96bad5142fe6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/73807799-b9b5-4909-af93-21860eb5bc78'} Body: b'{"volume": {"id": "73807799-b9b5-4909-af93-21860eb5bc78", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:09.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-597025071", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/73807799-b9b5-4909-af93-21860eb5bc78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/73807799-b9b5-4909-af93-21860eb5bc78"}], "user_id": "341b2b795f6940ea807ffcaa2d9a8383", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "851eefdc6ebc4ae9b389cc9e23f0fc41"}}' 2025-08-05 20:24:10,288 98934 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/73807799-b9b5-4909-af93-21860eb5bc78 0.048s 2025-08-05 20:24:10,289 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c39dcafb-8fba-4f79-b875-613fcbdd6f17', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c39dcafb-8fba-4f79-b875-613fcbdd6f17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/73807799-b9b5-4909-af93-21860eb5bc78'} Body: b'{"volume": {"id": "73807799-b9b5-4909-af93-21860eb5bc78", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:09.000000", "updated_at": "2025-08-05T20:24:09.000000", "name": "tempest-ServersNegativeTestJSON-volume-597025071", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/73807799-b9b5-4909-af93-21860eb5bc78"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/73807799-b9b5-4909-af93-21860eb5bc78"}], "user_id": "341b2b795f6940ea807ffcaa2d9a8383", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "851eefdc6ebc4ae9b389cc9e23f0fc41"}}' 2025-08-05 20:24:10,517 98934 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106 0.213s 2025-08-05 20:24:10,517 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept ': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db0bfa30-9f56-46b9-977a-6c28931dc497', 'x-compute-request-id': 'req-db0bfa30-9f56-46b9-977a-6c28931dc497', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106'} Body: b'{"server": {"id": "0d75ee4c-5550-4329-bb67-afc337cef106", "name": "tempest-ServersNegativeTestJSON-server-197664882", "status": "ACTIVE", "tenant_id": "851eefdc6ebc4ae9b389cc9e23f0fc41", "user_id": "341b2b795f6940ea807ffcaa2d9a8383", "metadata": {}, "hostId": "c9e91a3d7fd22d1c8fc662910489798e8141ad9ea6033370c1689f9a", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:32Z", "updated": "2025-08-05T20:19:11Z", "addresses": {"tempest-ServersNegativeTestJSON-2079622254-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:a8:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d75ee4c-5550-4329-bb67-afc337cef106"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:19:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 288, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 343, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 326, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 661339c0-90a2-4eb9-8874-a97b7b3b9e5b failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-05T20:24:46Z', 'message': 'Build of instance 661339c0-90a2-4eb9-8874-a97b7b3b9e5b aborted: Volume a766ec00-4d2d-4527-af29-a71993dc1791 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-a80f53dd-5b30-40c3-8d9c-80f51a06ab9c. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:21:28,809 98950 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.043s 2025-08-05 20:21:28,810 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:28 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-75414dc7-7d54-4f62-b047-08b09f4296c2', '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": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110-project-member", "password_expires_at": null}, "audit_ids": ["TaQGxSy0TyGr7WTly7u1YA"], "expires_at": "2025-08-05T21:21:28.000000Z", "issued_at": "2025-08-05T20:21:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "13c295381b954c299ee3883e266dcecb", "name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/13c295381b954c299ee3883e266dcecb", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:21:28,810 98950 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'b14bd801-ad17-4718-88a0-2ab0f71b7e77', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-858271649-network', 'tenant_id': '13c295381b954c299ee3883e266dcecb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '13c295381b954c299ee3883e266dcecb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26212, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope ': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:21:22Z', 'updated_at': '2025-08-05T20:21:22Z', 'revision_number': 1} available for tenant 2025-08-05 20:21:29,636 98950 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.824s 2025-08-05 20:21:29,636 98950 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-1547590838", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "b14bd801-ad17-4718-88a0-2ab0f71b7e77"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd', '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-b00573cc-1c0e-4566-9283-ee690746f745', 'x-compute-request-id': 'req-b00573cc-1c0e-4566-9283-ee690746f745', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "MsF4E3HV8AUF"}}' 2025-08-05 20:21:29,715 98950 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/4616f5f1-afd0-41ad-886d-0aa8037cdbbd 0.076s 2025-08-05 20:21:29,715 98950 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 20:21:29 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-247a8361-d2a6-41dc-8e16-203609e027aa', 'x-compute-request-id': 'req-247a8361-d2a6-41dc-8e16-203609e027aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd'} Body: b'{"server": {"id": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1547590838", "status": "BUILD", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:21:30Z", "updated": "2025-08-05T20:21:29Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd"}], "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 20:22:20,228 98950 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/4616f5f1-afd0-41ad-886d-0aa8037cdbbd 0.443s 2025-08-05 20:22:20,228 98950 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 20:22:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', '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-fe566ada-71b8-44c2-bb2f-d64c78b91dd5', 'x-compute-request-id': 'req-fe566ada-71b8-44c2-bb2f-d64c78b91dd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd'} Body: b'{"server": {"id": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1547590838", "status": "ACTIVE", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "4e4b59d85871eaedab38dd363b55317ecf2cce6aff1160a760e587c6", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:21:29Z", "updated": "2025-08-05T20:21:46Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-858271649-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:40:df"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:21:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-05 20:22:20,249 98950 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 20:23:21,005 98950 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/4616f5f1-afd0-41ad-886d-0aa8037cdbbd/action 0.752s 2025-08-05 20:23:21,005 98950 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-1477091499"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:20 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-Vers ion,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba776465-b556-40de-8cdc-5f3cbb0578ba', 'x-compute-request-id': 'req-ba776465-b556-40de-8cdc-5f3cbb0578ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd/action'} Body: b'{"image_id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f"}' 2025-08-05 20:23:21,034 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.028s 2025-08-05 20:23:21,035 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c7e0280c-69c5-462a-b7a1-97fdfce2b6b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:21Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:22,064 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.028s 2025-08-05 20:23:22,065 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-05ca9f53-48bb-4ee9-9382-b9aae669dc62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c 371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:21Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:23,088 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.021s 2025-08-05 20:23:23,088 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5a59d425-5a91-458d-9f71-28058e2ec277', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:21Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:24,113 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.023s 2025-08-05 20:23:24,114 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-97affbe4-92df-47bc-89be-17215c34f6e6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_project_name": "tempest-Serv erBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:21Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:25,138 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.022s 2025-08-05 20:23:25,139 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7b42b221-9148-441b-8170-d0fefc872bad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:21Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:26,164 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.024s 2025-08-05 20:23:26,165 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a8740d41-b177-4412-83be-fe7a4ad2e4d5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a4 5", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:21Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:27,187 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.020s 2025-08-05 20:23:27,188 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1360', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b83e4fa0-1884-412e-a6d2-6cc5645eec6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:21Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:28,213 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.023s 2025-08-05 20:23:28,214 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1471', 'cont ent-type': 'application/json', 'x-openstack-request-id': 'req-88b71209-adcd-4a59-b550-53adad456256', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_id": "13c295381b954c299ee3883e266dcecb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:28Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:29,244 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.028s 2025-08-05 20:23:29,244 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ce3744c1-c25d-476d-a03b-a95576f0c54a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_id": "13c295381b954c299ee3883e266dcecb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "d5d4d0700d92046eee1da7facf7f3eee", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4f4e1b042c5096b33809bee1f740235a259984bc93fadb7c7ee80be57587ebe22e895abe5e896992c4fa2a1e7b04ac7efa3d4f48667245e4b912fb2004a1b2b3", "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:29Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4 c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:29,268 98950 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/ddfe1701-d53e-4feb-a94e-4c0d18ce502f 0.023s 2025-08-05 20:23:29,268 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1641', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7de26c8d-1b39-4369-8632-8cddcea537ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "owner_id": "13c295381b954c299ee3883e266dcecb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1477091499", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "d5d4d0700d92046eee1da7facf7f3eee", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4f4e1b042c5096b33809bee1f740235a259984bc93fadb7c7ee80be57587ebe22e895abe5e896992c4fa2a1e7b04ac7efa3d4f48667245e4b912fb2004a1b2b3", "id": "ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "created_at": "2025-08-05T20:23:21Z", "updated_at": "2025-08-05T20:23:29Z", "tags": [], "self": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f", "file": "/v2/images/ddfe1701-d53e-4feb-a94e-4c0d18ce502f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:23:29,548 98950 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/4616f5f1-afd0-41ad-886d-0aa8037cdbbd 0.279s 2025-08-05 20:23:29,548 98950 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 20:23:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', '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-f6d3dbf9-f588-4f31-afac-ed2a81610383', 'x-compute-request-id': 'req-f6d3dbf9-f588-4f31-afac-ed2a81610383', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd'} Body: b'{"server": {"id": "4616f5f1-afd0-41ad-886d-0aa8037cdbbd", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1547590838", "status": "ACTIVE", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "4e4b59d85871eaedab38dd363b55317ecf2cce6aff1160a760e587c6", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"re l": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:21:29Z", "updated": "2025-08-05T20:23:29Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-858271649-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:07:40:df"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4616f5f1-afd0-41ad-886d-0aa8037cdbbd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:21:45.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-05 20:24:29,952 98950 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.319s 2025-08-05 20:24:29,952 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:29 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-bd75151a-9700-4299-86d1-574d7119746f', '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": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110-project-member", "password_expires_at": null}, "audit_ids": ["1MoF5DtMR2StZoYoBezD8w"], "expires_at": "2025-08-05T21:24:29.000000Z", "issued_at": "2025-08-05T20:24:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "13c295381b954c299ee3883e266dcecb", "name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/13c295381b954c299ee3883e266dcecb", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "imag e", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:24:29,953 98950 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': 'b14bd801-ad17-4718-88a0-2ab0f71b7e77', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-858271649-network', 'tenant_id': '13c295381b954c299ee3883e266dcecb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '13c295381b954c299ee3883e266dcecb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26212, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:21:22Z', 'updated_at': '2025-08-05T20:21:22Z', 'revision_number': 1} available for tenant 2025-08-05 20:24:30,616 98950 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.663s 2025-08-05 20:24:30,616 98950 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-2057576413", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "b14bd801-ad17-4718-88a0-2ab0f71b7e77"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b', '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-a80f53dd-5b30-40c3-8d9c-80f51a06ab9c', 'x-compute-request-id': 'req-a80f53dd-5b30-40c3-8d9c-80f51a06ab9c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "661339c0-90a2-4eb9-8874-a97b7b3b9e5b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "54wwBQ7kWcCH"}}' 2025-08-05 20:24:30,703 98950 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/661339c0-90a2-4eb9-8874-a97b7b3b9e5b 0.083s 2025-08-05 20:24:30,703 98950 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 20:24:30 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-OpenStac k-Nova-API-Version', 'x-openstack-request-id': 'req-1368878b-6473-46bf-8987-9771066cc939', 'x-compute-request-id': 'req-1368878b-6473-46bf-8987-9771066cc939', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b'} Body: b'{"server": {"id": "661339c0-90a2-4eb9-8874-a97b7b3b9e5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-2057576413", "status": "BUILD", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:24:31Z", "updated": "2025-08-05T20:24:30Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b"}], "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 20:25:20,871 98950 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/661339c0-90a2-4eb9-8874-a97b7b3b9e5b 0.107s 2025-08-05 20:25:20,871 98950 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 20:25:20 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-c55247d6-5a5d-4da4-9a17-8551ff54f86e', 'x-compute-request-id': 'req-c55247d6-5a5d-4da4-9a17-8551ff54f86e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b'} Body: b'{"server": {"id": "661339c0-90a2-4eb9-8874-a97b7b3b9e5b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-2057576413", "status": "ERROR", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:24:30Z", "updated": "2025-08-05T20:24:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-05T20:24:46Z", "message": "Build of instance 661339c0-90a2-4eb9-8874-a97b7b3b9e5b aborted: Volume a766ec00-4d2d-4527-af29-a71993dc1791 did not finish being created even after we waited 5 seconds or 2 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "conf ig_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 20:25:20,890 98950 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-08-05 20:25:21,437 98950 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/661339c0-90a2-4eb9-8874-a97b7b3b9e5b 0.546s 2025-08-05 20:25:21,438 98950 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 20:25:20 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-959d2ff8-28c8-4816-babf-cf74684457f8', 'x-compute-request-id': 'req-959d2ff8-28c8-4816-babf-cf74684457f8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b'} Body: b'' 2025-08-05 20:25:21,516 98950 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/661339c0-90a2-4eb9-8874-a97b7b3b9e5b 0.078s 2025-08-05 20:25:21,516 98950 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 20:25:21 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-7ee72b50-cd9d-4b97-8c51-63e5be232084', 'x-compute-request-id': 'req-7ee72b50-cd9d-4b97-8c51-63e5be232084', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/661339c0-90a2-4eb9-8874-a97b7b3b9e5b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 661339c0-90a2-4eb9-8874-a97b7b3b9e5b could not be found."}}' tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 475, in test_rebuild_server_with_volume_attached waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2b9a8096-c293-4659-baed-deca423d74b0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:20:45,192 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656 0.287s 2025-08-05 20:20:45,192 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:20:44 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-af2918b0-422a-4fa0-8216-7d8105466487', 'x-compute-request-id': 'req-af2918b0-422a-4fa0-8216-7d8105466487', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656'} Body: b'{"server": {"id": "c44088a3-1ca4-4749-ba40-00120ab17656", "name": "tempest-ServerActionsTestOtherA-server-1086577994", "status": "ACTIVE", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "metadata": {}, "hostId": "ded594ff4d9374699f202c2ea30bdcfd6e45664d31b6ca10fb2961da", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:47Z", "updated": "2025-08-05T20:19:23Z", "addresses": {"tempest-ServerActionsTestOtherA-1195744081-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:08:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c44088a3-1ca4-4749-ba40-00120ab17656"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2071127935", "OS-SRV-USG:launched_at": "2025-08-05T20:19:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2106926184"}], "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 20:21:45,493 98946 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.236s 2025-08-05 20:21:45,493 98946 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-600678890"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e683d54-0f18-495e-ac98-44b4b0f7f383', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e683d54-0f18-495e-ac98-44b4b0f7f383', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2b9a8096-c293-4659-baed-deca423d74b0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:21:45.426942", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-600678890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2b9a8096-c293-4659-baed-deca423d74b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2b9a8096-c293-4659-baed-deca423d74b 0"}], "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:21:45,614 98946 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.102s 2025-08-05 20:21:45,615 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:45 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-4c63861f-6981-4f54-bb9a-8583172f4477', '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": "6bba1d675df645b19ca3f0e9b4d0e721", "name": "tempest-ServerActionsTestOtherA-1854154313-project-member", "password_expires_at": null}, "audit_ids": ["Mdd1ovEIRq6rA2U4bBi-1A"], "expires_at": "2025-08-05T21:21:45.000000Z", "issued_at": "2025-08-05T20:21:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43b25684815c4508b1f3e2a60e16489a", "name": "tempest-ServerActionsTestOtherA-1854154313"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/43b25684815c4508b1f3e2a60e16489a", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:21:45,615 98946 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': 'f6d92bfe-2852-4eb9-bbc5-cdaa79dc3233', 'name': 'tempest-ServerActionsTestOtherA-1195744081-network', 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '43b25684815c4508b1f3e2a60e16489a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21379, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:17:43Z', 'updated_at': '2025-08-05T20:17:44Z', 'revision_number': 1} available for tenant 2025-08-05 20:21:45,616 98946 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:21:45,616 98946 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:21:45,674 98946 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.056s 2025-08-05 20:21:45,675 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-564883057", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJc4tH35gPyG1Bzi+2jqRvgHPK7/R9rMrj7UjoYjdwuIprkTWZEbZEVUX9Nv7w4XdjhNWFeFJAChORczDTi4gq0pSBsMwNJrTsjD/3AvFC+tEv4oRbOisxsyFVIzQ2KKhw=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:45 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-be50bfb5-48c0-49b5-ba57-6af1e0b5f266', 'x-compute-request-id': 'req-be50bfb5-48c0-49b5-ba57-6af1e0b5f266', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-564883057", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJc4tH35gPyG1Bzi+2jqRvgHPK7/R9rMrj7UjoYjdwuIprkTWZEbZEVUX9Nv7w4XdjhNWFeFJAChORczDTi4gq0pSBsMwNJrTsjD/3AvFC+tEv4oRbOisxsyFVIzQ2KKhw==", "fingerprint": "d6:ff:cb:11:dc:22:cc:cc:2b:fb:11:df:38:46:45:3e", "user_id": "6bba1d675df645b19ca3f0e9b4d0e721"}}' 2025-08-05 20:21:45,677 98946 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-564883057 created 2025-08-05 20:21:46,031 98946 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.353s 2025-08-05 20:21:46,031 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1633888825", "description": "tempest-description--1207350752"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-7bb52ecc-75ae-4b37-b8c3-80ff58ae264f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "71c922d4-5509-4741-b29f-2f3a5f02f5e0", "name": "tempest-securitygroup--1633888825", "stateful": true, "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "description": "tempest-description--1207350752", "shared": false, "security_group_rules": [{"id": "61068611-7ad7-4985-801a-fb39a3e7a67f", "project_id": "43b25684815c4508b1f3e2a60e16489a", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "security_group_id": "71c922d4-5509-4741-b29f-2f3a5f02f5e0", "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": 719, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:21:45Z", "updated_at": "2025-08 -05T20:21:45Z", "revision_number": 0}, {"id": "cd98e59e-cef0-401c-a764-f6e5de0d467a", "project_id": "43b25684815c4508b1f3e2a60e16489a", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "security_group_id": "71c922d4-5509-4741-b29f-2f3a5f02f5e0", "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": 718, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:21:45Z", "updated_at": "2025-08-05T20:21:45Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:21:45Z", "updated_at": "2025-08-05T20:21:45Z", "revision_number": 1, "project_id": "43b25684815c4508b1f3e2a60e16489a"}}' 2025-08-05 20:21:46,309 98946 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.277s 2025-08-05 20:21:46,309 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "71c922d4-5509-4741-b29f-2f3a5f02f5e0", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-c1b9b26c-fcf6-4ba3-8d90-9e10643d6bb7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c22216e5-c0bf-4c67-b96a-3b7696a3e020", "project_id": "43b25684815c4508b1f3e2a60e16489a", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "security_group_id": "71c922d4-5509-4741-b29f-2f3a5f02f5e0", "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-05T20:21:46Z", "updated_at": "2025-08-05T20:21:46Z", "revision_number": 0}}' 2025-08-05 20:21:46,614 98946 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.304s 2025-08-05 20:21:46,615 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "71c922d4-5509-4741-b29f-2f3a5f02f5e0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-28b4f258-b0f0-4e11-9a77-7b90dc566a65', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5ee732f7-ab12-43b4-8070-3983ec98923c", "project_id": "43b25684815c4508b1f3e2a60e16489a", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "security_group_id": "71c922d4-5509-4741-b29f-2f3a5f02f5e0", "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-05T20:21:46Z", "updated_at": "2025-08-05T20:21:46Z", "revision_number": 0}}' 2025-08-05 20:21:46,615 98946 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1633888825 created 2025-08-05 20:21:47,358 98946 INF O [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.742s 2025-08-05 20:21:47,358 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-2f72fc6b-43ea-4a85-a3a1-3d28be3aca54', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "81eccc05-938d-4456-b57b-1f18ac1de2cd", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "floating_ip_address": "172.24.4.35", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "43b25684815c4508b1f3e2a60e16489a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:21:47Z", "updated_at": "2025-08-05T20:21:47Z", "revision_number": 0}}' 2025-08-05 20:21:47,358 98946 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '81eccc05-938d-4456-b57b-1f18ac1de2cd', 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'floating_ip_address': '172.24.4.35', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '43b25684815c4508b1f3e2a60e16489a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:21:47Z', 'updated_at': '2025-08-05T20:21:47Z', 'revision_number': 0, 'ip': '172.24.4.35'} created 2025-08-05 20:21:47,359 98946 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-564883057', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJc4tH35gPyG1Bzi+2jqRvgHPK7/R9rMrj7UjoYjdwuIprkTWZEbZEVUX9Nv7w4XdjhNWFeFJAChORczDTi4gq0pSBsMwNJrTsjD/3AvFC+tEv4oRbOisxsyFVIzQ2KKhw==', 'fingerprint': 'd6:ff:cb:11:dc:22:cc:cc:2b:fb:11:df:38:46:45:3e', 'user_id': '6bba1d675df645b19ca3f0e9b4d0e721', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDY/NK0iIv1/u+G9payl6JcKTRgEBt7ng7a9Sx9Z0CSm90qDlDVYVEG\nyrxwEtRTSdegBwYFK4EEACKhZANiAASXOLR9+YD8htQc4vto6kb4Bzyu/0fazK4+\n1I6GI3cLiKa5E1mRG2RFVF/Tb+8OF3Y4TVhXhSQAoTkXMw04uIKtKUgbDMDSa07I\nw/9wLxQvrRL+KEWzorMbMhVSM0Niioc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '71c922d4-5509-4741-b29f-2f3a5f02f5e0', 'name': 'tempest-securitygroup--1633888825', 'stateful': True, 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'description': 'tempest-description--1207350752', 'shared': False, 'security_group_rules': [{'id': '61068611-7ad7-4985-801a-fb39a3e7a67f', 'project_id': '43b25684815c4508b1f3e2a60e16489a', 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'security_group_id': '71c922d4-5509-4741-b29f-2f3a5f02f5e0', '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': 719, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:21:45Z', 'updated_at': '2025-08-05T20:21:45Z', 'revision_number': 0}, {'id': 'cd98e59e-cef0-401c-a764-f6e5de0d467a', 'project_id': '43b25684815c4508b1f3e2a60e16489a', 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'security_group_id': '71c922d4-5509-4741-b29f-2f3a5f02f5e0', '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, 'stan dard_attr_id': 718, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:21:45Z', 'updated_at': '2025-08-05T20:21:45Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:21:45Z', 'updated_at': '2025-08-05T20:21:45Z', 'revision_number': 1, 'project_id': '43b25684815c4508b1f3e2a60e16489a'}, 'floating_ip': {'id': '81eccc05-938d-4456-b57b-1f18ac1de2cd', 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'floating_ip_address': '172.24.4.35', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '43b25684815c4508b1f3e2a60e16489a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:21:47Z', 'updated_at': '2025-08-05T20:21:47Z', 'revision_number': 0, 'ip': '172.24.4.35'}} 2025-08-05 20:21:48,010 98946 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.650s 2025-08-05 20:21:48,010 98946 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-781829526", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "f6d92bfe-2852-4eb9-bbc5-cdaa79dc3233"}], "security_groups": [{"name": "tempest-securitygroup--1633888825"}], "key_name": "tempest-keypair-564883057", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-81516121-5543-4328-afbe-7743961118c1', 'x-compute-request-id': 'req-81516121-5543-4328-afbe-7743961118c1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "20cf3b54-fb60-4a30-ac89-033b05c289b8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1633888825"}], "adminPass": "SjjJ6xXiSNDL"}}' 2025-08-05 20:21:48,091 98946 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/20cf3b54-fb60-4a30-ac89-033b05c289b8 0.077s 2025-08-05 20:21:48,091 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:21:48 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-1697f3bc-0bf8-4a5d-a2c4-1e372691d892', 'x-compute-request-id': 'req-1697f3bc-0bf8-4a5d-a2c4-1e372691d892', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8'} Body: b'{"server": {"id": "20cf3b54-fb60-4a30-ac89-033b05c289b8", "name": "tempest-tempest.common.compute-instance-781829526", "status": "BUILD", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", " metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:21:48Z", "updated": "2025-08-05T20:21:48Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-564883057", "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 20:22:38,353 98946 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/20cf3b54-fb60-4a30-ac89-033b05c289b8 0.236s 2025-08-05 20:22:38,353 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:22:38 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-2d275fca-4273-45dc-8637-5830268cfc67', 'x-compute-request-id': 'req-2d275fca-4273-45dc-8637-5830268cfc67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8'} Body: b'{"server": {"id": "20cf3b54-fb60-4a30-ac89-033b05c289b8", "name": "tempest-tempest.common.compute-instance-781829526", "status": "ACTIVE", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "metadata": {}, "hostId": "ded594ff4d9374699f202c2ea30bdcfd6e45664d31b6ca10fb2961da", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:21:47Z", "updated": "2025-08-05T20:22:05Z", "addresses": {"tempest-ServerActionsTestOtherA-1195744081-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b6:57"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-564883057", "OS-SRV-USG:launched_at": "2025-08-05T20:22:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1633888825"}], "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 20:22:38,367 98946 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:23:38,722 98946 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/20cf3b54-fb60-4a30-ac89-033b05c289b8/os-interface 0.293s 2025-08-05 20:23:38,722 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application /json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-484ed5ea-0793-4a3b-b2af-d9fd8906a6a1', 'x-compute-request-id': 'req-484ed5ea-0793-4a3b-b2af-d9fd8906a6a1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "f6d92bfe-2852-4eb9-bbc5-cdaa79dc3233", "port_id": "dddc9a91-7a8b-41c6-a11f-29f99176b20e", "mac_addr": "fa:16:3e:ea:b6:57", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "e08d667a-5b46-42c5-963e-2b9d0b652ef6", "ip_address": "10.0.0.5"}]}]}' 2025-08-05 20:23:39,578 98946 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/81eccc05-938d-4456-b57b-1f18ac1de2cd 0.851s 2025-08-05 20:23:39,578 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "dddc9a91-7a8b-41c6-a11f-29f99176b20e"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-552f54cf-c2c1-4b9e-a950-b94d0a41461d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/81eccc05-938d-4456-b57b-1f18ac1de2cd'} Body: b'{"floatingip": {"id": "81eccc05-938d-4456-b57b-1f18ac1de2cd", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "floating_ip_address": "172.24.4.35", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "aefbe4c5-dbb6-4511-82fe-5d66b84c92e1", "port_id": "dddc9a91-7a8b-41c6-a11f-29f99176b20e", "fixed_ip_address": "10.0.0.5", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "f6d92bfe-2852-4eb9-bbc5-cdaa79dc3233", "mac_address": "fa:16:3e:ea:b6:57", "admin_state_up": true, "status": "ACTIVE", "device_id": "20cf3b54-fb60-4a30-ac89-033b05c289b8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:21:47Z", "updated_at": "2025-08-05T20:23:38Z", "revision_number": 1, "project_id": "43b25684815c4508b1f3e2a60e16489a"}}' 2025-08-05 20:23:39,579 98946 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.35:22' as 'cirros' with public key authentication 2025-08-05 20:23:39,611 98946 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:23:39,713 98946 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:23:39,714 98946 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.35 successfully created 2025-08-05 20:23:39,972 98946 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/20cf3b54-fb60-4a30-ac89-033b05c289b8 0.257s 2025-08-05 20:23:39,973 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:39 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-e085dbc6-798a-438e-bf02-ac6b96b1842d', 'x-compute-request-id': 'req-e085dbc6-798a-438e-bf02-ac6b96b1842d', 'connec tion': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8'} Body: b'{"server": {"id": "20cf3b54-fb60-4a30-ac89-033b05c289b8", "name": "tempest-tempest.common.compute-instance-781829526", "status": "ACTIVE", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "metadata": {}, "hostId": "ded594ff4d9374699f202c2ea30bdcfd6e45664d31b6ca10fb2961da", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:21:47Z", "updated": "2025-08-05T20:22:05Z", "addresses": {"tempest-ServerActionsTestOtherA-1195744081-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b6:57"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-564883057", "OS-SRV-USG:launched_at": "2025-08-05T20:22:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1633888825"}], "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 20:23:40,031 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/2b9a8096-c293-4659-baed-deca423d74b0 0.042s 2025-08-05 20:23:40,031 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d60c44b7-f9b4-49f7-9509-43fdbe1fe83f', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d60c44b7-f9b4-49f7-9509-43fdbe1fe83f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2b9a8096-c293-4659-baed-deca423d74b0'} Body: b'{"volume": {"id": "2b9a8096-c293-4659-baed-deca423d74b0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:21:45.000000", "updated_at": "2025-08-05T20:21:46.000000", "name": "tempest-ServerActionsTestOtherA-volume-600678890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2b9a8096-c293-4659-baed-deca423d74b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2b9a8096-c293-4659-baed-deca423d74b0"}], "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "43b25684815c4508b1f3e2a60e16489a"}}' 2025-08-05 20:23:41,085 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/volumes/2b9a8096-c293-4659-baed-deca423d74b0 0.039s 2025-08-05 20:23:41,086 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-re quest-id': 'req-ee491192-614e-4e46-a07f-48bcdabfbfd8', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ee491192-614e-4e46-a07f-48bcdabfbfd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2b9a8096-c293-4659-baed-deca423d74b0'} Body: b'{"volume": {"id": "2b9a8096-c293-4659-baed-deca423d74b0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:21:45.000000", "updated_at": "2025-08-05T20:21:46.000000", "name": "tempest-ServerActionsTestOtherA-volume-600678890", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2b9a8096-c293-4659-baed-deca423d74b0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2b9a8096-c293-4659-baed-deca423d74b0"}], "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "43b25684815c4508b1f3e2a60e16489a"}}' 2025-08-05 20:23:41,260 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656 0.157s 2025-08-05 20:23:41,261 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:23:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1662', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4bd0af21-893f-40e3-a897-c0ff3e7824fd', 'x-compute-request-id': 'req-4bd0af21-893f-40e3-a897-c0ff3e7824fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656'} Body: b'{"server": {"id": "c44088a3-1ca4-4749-ba40-00120ab17656", "name": "tempest-ServerActionsTestOtherA-server-1086577994", "status": "ACTIVE", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "metadata": {}, "hostId": "ded594ff4d9374699f202c2ea30bdcfd6e45664d31b6ca10fb2961da", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:47Z", "updated": "2025-08-05T20:19:23Z", "addresses": {"tempest-ServerActionsTestOtherA-1195744081-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:08:b7"}, {"version": 4, "addr": "172.24.4.171", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:08:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c44088a3-1ca4-4749-ba40-00120ab17656"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2071127935", "OS-SRV-USG:launched_at": "2025-08-05T20:19:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2106926184"}], "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 20:24:41,458 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c 289b8 0.126s 2025-08-05 20:24:41,458 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f474c5a-e2c1-4ee3-8128-27dac5a93b63', 'x-compute-request-id': 'req-7f474c5a-e2c1-4ee3-8128-27dac5a93b63', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8'} Body: b'' 2025-08-05 20:24:41,709 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8 0.250s 2025-08-05 20:24:41,710 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1665', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-83930849-a2aa-47de-b38f-a9d18ae68a46', 'x-compute-request-id': 'req-83930849-a2aa-47de-b38f-a9d18ae68a46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8'} Body: b'{"server": {"id": "20cf3b54-fb60-4a30-ac89-033b05c289b8", "name": "tempest-tempest.common.compute-instance-781829526", "status": "ACTIVE", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "metadata": {}, "hostId": "ded594ff4d9374699f202c2ea30bdcfd6e45664d31b6ca10fb2961da", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:21:47Z", "updated": "2025-08-05T20:24:41Z", "addresses": {"tempest-ServerActionsTestOtherA-1195744081-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b6:57"}, {"version": 4, "addr": "172.24.4.35", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ea:b6:57"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-564883057", "OS-SRV-USG:launched_at": "2025-08-05T20:22:04.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1633888825"}], "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 20:25:31,818 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8 0.043s 2025-08-05 20:25:31,819 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-AP I-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-1ece8ef0-a2f8-46ea-913e-7acfec99e06a', 'x-compute-request-id': 'req-1ece8ef0-a2f8-46ea-913e-7acfec99e06a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/20cf3b54-fb60-4a30-ac89-033b05c289b8'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 20cf3b54-fb60-4a30-ac89-033b05c289b8 could not be found."}}' 2025-08-05 20:25:31,848 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-564883057 0.028s 2025-08-05 20:25:31,848 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:31 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-790b7a73-ef71-4e86-9b9f-d49479e9d9f3', 'x-compute-request-id': 'req-790b7a73-ef71-4e86-9b9f-d49479e9d9f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-564883057'} Body: b'' 2025-08-05 20:25:32,028 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/71c922d4-5509-4741-b29f-2f3a5f02f5e0 0.179s 2025-08-05 20:25:32,028 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-be811ed8-0c33-48a9-a07b-214257ddce21', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/71c922d4-5509-4741-b29f-2f3a5f02f5e0'} Body: b'' 2025-08-05 20:25:32,047 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/71c922d4-5509-4741-b29f-2f3a5f02f5e0 0.018s 2025-08-05 20:25:32,047 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-e70c674e-effc-48f3-8cd4-75e45c8317a9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/71c922d4-5509-4741-b29f-2f3a5f02f5e0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 71c922d4-5509-4741-b29f-2f3a5f02f5e0 does not exist", "detail": ""}}' 2025-08-05 20:25:32,396 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/81eccc05-938d-4456-b57b-1f18ac1de2cd 0.348s 2025-08-05 20:25:32,397 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-867721d7-7abc-4c89-b1af-8605b6ecab94', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/81eccc05-938d-4456-b57b-1f18ac1de2cd'} Body: b'' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 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 10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:26:06,125 98928 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.179s 2025-08-05 20:26:06,125 98928 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-1294446170"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7099428b-f4de-49aa-9345-c60c16ed5c16', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7099428b-f4de-49aa-9345-c60c16ed5c16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "d8a7100c-e201-45be-ae8e-680852ed313e", "name": "tempest-GroupSnapshotsTest-volume-type-1294446170", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:26:06,163 98928 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 20:26:06,163 98928 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-1411314276"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91a6914d-1900-40ec-9cc2-1e4b435fb8d0', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91a6914d-1900-40ec-9cc2-1e4b435fb8d0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "7c46e2fb-2435-4104-a9cb-4b7c79816647", "name": "tempest-GroupSnapshotsTest-group-type-1411314276", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 20:26:06,334 98928 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.168s 2025-08-05 20:26:06,334 98928 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": "7c46e2fb-2435-4104-a9cb-4b7c79816647", "volume_types": ["d8a7100c-e201-45be-ae8e-680852ed313e"], "name": "tempest-GroupSnapshotsTest-Group-1896461762"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7713be97-ea0b-4b18-96b6-6007996eb829', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7713be97-ea0b-4b18-96b6-6007996eb829', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f", "name": "tempest-GroupSnapshotsTest-Group-1896461762"}}' 2025-08-05 20:26:06,369 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f 0.032s 2025-08-05 20:26:06,369 98928 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 20:26:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-699f6166-6770-483f-b644-71ee4e76680e', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-699f6166-6770-483f-b644-71ee4e76680e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f'} Body: b'{"group": {"id": "10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T20:26:06.000000", "name": "tempest-GroupSnapshotsTest-Group-1896461762", "description": null, "group_type": "7c46e2fb-2435-4104-a9cb-4b7c79816647", "volume_types": ["d8a7100c-e201-45be-ae8e-680852ed313e"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:26:07,406 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/groups/10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f 0.031s 2025-08-05 20:26:07,407 98928 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 20:26:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c3fa952-d9ce-4342-92bb-0f43c9b8c8c7', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c3fa952-d9ce-4342-92bb-0f43c9b8c8c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f'} Body: b'{"group": {"id": "10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T20:26:06.000000", "name": "tempest-GroupSnapshotsTest-Group-1896461762", "description": null, "group_type": "7c46e2fb-2435-4104-a9cb-4b7c79816647", "volume_types": ["d8a7100c-e201-45be-ae8e-680852ed313e"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:26:07,449 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.036s 2025-08-05 20:26:07,450 98928 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 20:26:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc56c575-7c56-49ac-a17c-106a2454e9f2', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc56c575-7c56-49ac-a17c-106a2454e9f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 20:26:07,524 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f/action 0.060s 2025-08-05 20:26:07,524 98928 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 20:26:07 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-07ff23b7-80e2-4512-a2b0-df9a28d9b828', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/grou ps/10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f/action'} Body: b'' 2025-08-05 20:26:07,540 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f 0.015s 2025-08-05 20:26:07,540 98928 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 20:26:07 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-1a56662a-5cdf-4bf8-994d-1c17604d54a4', 'x-openstack-request-id': 'req-1a56662a-5cdf-4bf8-994d-1c17604d54a4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 10d8ecaf-068d-47b4-9b3b-f2d06cd6e48f could not be found."}}' 2025-08-05 20:26:07,569 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/7c46e2fb-2435-4104-a9cb-4b7c79816647 0.028s 2025-08-05 20:26:07,569 98928 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 20:26:07 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-62a8a843-7b58-4e71-94e2-f1d96c761129', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/7c46e2fb-2435-4104-a9cb-4b7c79816647'} Body: b'' 2025-08-05 20:26:07,616 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/d8a7100c-e201-45be-ae8e-680852ed313e 0.047s 2025-08-05 20:26:07,617 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26: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-62eb2e29-0a40-4626-9975-e1fb4bef00e5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/d8a7100c-e201-45be-ae8e-680852ed313e'} Body: b'' 2025-08-05 20:26:07,632 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/d8a7100c-e201-45be-ae8e-680852ed313e 0.014s 2025-08-05 20:26:07,632 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:07 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-3fff01a0-8f3d-4b91-99cf-9f4b80b9bdaf', 'x-openstack-request-id': 'req-3fff01a0-8f3d-4b91-99cf-9f4b80b9bdaf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/d8a7100c-e201-45be-ae8e-680852ed313e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type d8a7100c-e201-45be-ae8e-680852ed313e 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 f747c0e0-8b45-4299-9e70-6b40fc792adc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:26:07,666 98928 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.030s 2025-08-05 20:26:07,666 98928 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-1017469952"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07fd0b5b-9b78-41e2-8a8c-fc9c8fd6d158', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07fd0b5b-9b78-41e2-8a8c-fc9c8fd6d158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "56552d0c-062e-45e4-ab3e-7489ec842c29", "name": "tempest-GroupSnapshotsTest-volume-type-1017469952", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:26:07,700 98928 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.030s 2025-08-05 20:26:07,701 98928 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-769640243"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2df1e2ed-052e-4c76-91ac-558a9cfa8407', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2df1e2ed-052e-4c76-91ac-558a9cfa8407', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "4a5a010a-8b8c-4a8c-a9f4-37f89b876b32", "name": "tempest-GroupSnapshotsTest-group-type-769640243", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 20:26:07,810 98928 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.103s 2025-08-05 20:26:07,810 98928 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": "4a5a010a-8b8c-4a8c-a9f4-37f89b876b32", "volume_types": ["56552d0c-062e-45e4-ab3e-7489ec842c29"], "name": "tempest-GroupSnapshotsTest-Group-1999700755"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d9147a4-68d2-4505-b36d-8df55f355af9', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d9147a4-68d2-4505-b36d-8df55f355af9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "f747c0e0-8b45-4299-9e70-6b40fc792adc", "name": "tempest-GroupSnapshotsTest-Group-1999700755"}}' 2025-08-05 20:26:07,845 98928 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/f747c0e0-8b45-4299-9e70-6b40fc792adc 0.033s 2025-08-05 20:26:07,846 98928 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 20:26:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cd5ea03-0c6d-4177-8c6b-f1ce4edc3ef2', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cd5ea03-0c6d-4177-8c6b-f1ce4edc3ef2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/f747c0e0-8b45-4299-9e70-6b40fc792adc'} Body: b'{"group": {"id": "f747c0e0-8b45-4299-9e70-6b40fc792adc", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T20:26:08.000000", "name": "tempest-GroupSnapshotsTest-Group-1999700755", "description": null, "group_type": "4a5a010a-8b8c-4a8c-a9f4-37f89b876b32", "volume_types": ["56552d0c-062e-45e4-ab3e-7489ec842c29"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:26:08,884 98928 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/f747c0e0-8b45-4299-9e70-6b40fc792adc 0.031s 2025-08-05 20:26:08,884 98928 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 20:26:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fd7ff75-5b5d-4e5f-bbfa-74aee2981bbb', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fd7ff75-5b5d-4e5f-bbfa-74aee2981bbb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/f747c0e0-8b45-4299-9e70-6b40fc792adc'} Body: b'{"group": {"id": "f747c0e0-8b45-4299-9e70-6b40fc792adc", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T20:26:08.000000", "name": "tempest-GroupSnapshotsTest-Group-1999700755", "description": null, "group_type": "4a5a010a-8b8c-4a8c-a9f4-37f89b876b32", "volume_types": ["56552d0c-062e-45e4-ab3e-7489ec842c29"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:26:08,888 98928 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 20:26:08,920 98928 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 20:26:08,920 98928 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 20:26:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bd254372-7549-4c1a-99af-f1242eaca687', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bd254372-7549-4c1a-99af-f1242eaca687', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 20:26:09,043 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/f747c0e0-8b45-4299-9e70-6b40fc792adc/action 0.110s 2025-08-05 20:26:09,044 98928 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 20:26:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'te xt/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26ea0bf7-05f9-480d-813a-deb85e617940', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups/f747c0e0-8b45-4299-9e70-6b40fc792adc/action'} Body: b'' 2025-08-05 20:26:09,060 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/f747c0e0-8b45-4299-9e70-6b40fc792adc 0.015s 2025-08-05 20:26:09,060 98928 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 20:26:09 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-7e69b7d8-6c74-4356-aac4-05dd85842bab', 'x-openstack-request-id': 'req-7e69b7d8-6c74-4356-aac4-05dd85842bab', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/f747c0e0-8b45-4299-9e70-6b40fc792adc'} Body: b'{"itemNotFound": {"code": 404, "message": "Group f747c0e0-8b45-4299-9e70-6b40fc792adc could not be found."}}' 2025-08-05 20:26:09,090 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/4a5a010a-8b8c-4a8c-a9f4-37f89b876b32 0.029s 2025-08-05 20:26:09,090 98928 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 20:26:09 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-c149c4c0-b604-4140-aadf-a75a7a0a6afa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/4a5a010a-8b8c-4a8c-a9f4-37f89b876b32'} Body: b'' 2025-08-05 20:26:09,149 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/56552d0c-062e-45e4-ab3e-7489ec842c29 0.058s 2025-08-05 20:26:09,149 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f57f0ab-5934-47a7-876a-f53fac1b5747', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/56552d0c-062e-45e4-ab3e-7489ec842c29'} Body: b'' 2025-08-05 20:26:09,165 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/56552d0c-062e-45e4-ab3e-7489ec842c29 0.015s 2025-08-05 20:26:09,165 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:09 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-52875cea-0c56-4e97-bddc-76285cd20fea', 'x-openstack-request-id': 'req-52875cea-0c56-4e97-bddc-76285cd20fea', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/56552d0 c-062e-45e4-ab3e-7489ec842c29'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 56552d0c-062e-45e4-ab3e-7489ec842c29 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 6883d94b-7c5e-4fa4-9f58-08d97f714d7c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:26:09,198 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/types 0.028s 2025-08-05 20:26:09,198 98928 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-1555553719"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad9c64b2-f8ac-4291-9af3-613d456b0925', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad9c64b2-f8ac-4291-9af3-613d456b0925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "aac69612-2bdc-4482-bb09-c9f8d00db184", "name": "tempest-GroupSnapshotsTest-volume-type-1555553719", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:26:09,233 98928 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.032s 2025-08-05 20:26:09,234 98928 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-935519400"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4c46484d-a9d9-401e-b8ed-4995ccca39e9', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4c46484d-a9d9-401e-b8ed-4995ccca39e9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "42ce1eb8-618a-4e99-a194-71f1d28ac652", "name": "tempest-GroupSnapshotsTest-group-type-935519400", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 20:26:09,313 98928 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.076s 2025-08-05 20:26:09,313 98928 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": "42ce1eb8-618a-4e99-a194-71f1d28ac652", "volume_types": ["aac69612-2bdc-4482-bb09-c9f8d00db184"], "name": "tempest-GroupSnapshotsTest-Group-1426069686"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9ed1724-4669-49fb-847a-d2ea1069714b', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9ed1724-4669-49fb-847a-d2ea1069714b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "6883d94b-7c5e-4fa4-9f58-08d97f714d7c", "name": "tempest-GroupSnapshotsTest-Group-1426069686"}}' 2025-08-05 20:26:09,347 98928 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/6883d94b-7c5e-4fa4-9f58-08d97f714d7c 0.032s 2025-08-05 20:26:09,347 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - H eaders: {'date': 'Tue, 05 Aug 2025 20:26:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-898f54aa-5ba9-40ba-9235-16d921d12733', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-898f54aa-5ba9-40ba-9235-16d921d12733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/6883d94b-7c5e-4fa4-9f58-08d97f714d7c'} Body: b'{"group": {"id": "6883d94b-7c5e-4fa4-9f58-08d97f714d7c", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T20:26:09.000000", "name": "tempest-GroupSnapshotsTest-Group-1426069686", "description": null, "group_type": "42ce1eb8-618a-4e99-a194-71f1d28ac652", "volume_types": ["aac69612-2bdc-4482-bb09-c9f8d00db184"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:26:10,388 98928 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/6883d94b-7c5e-4fa4-9f58-08d97f714d7c 0.034s 2025-08-05 20:26:10,388 98928 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 20:26:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55eaa965-440b-4fdc-92a0-712c7ca7f563', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55eaa965-440b-4fdc-92a0-712c7ca7f563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/6883d94b-7c5e-4fa4-9f58-08d97f714d7c'} Body: b'{"group": {"id": "6883d94b-7c5e-4fa4-9f58-08d97f714d7c", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T20:26:09.000000", "name": "tempest-GroupSnapshotsTest-Group-1426069686", "description": null, "group_type": "42ce1eb8-618a-4e99-a194-71f1d28ac652", "volume_types": ["aac69612-2bdc-4482-bb09-c9f8d00db184"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:26:10,426 98928 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 20:26:10,426 98928 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 20:26:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-838083c9-cb1f-4dc2-9777-ce57474f9d6d', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-838083c9-cb1f-4dc2-9777-ce57474f9d6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 20:26:10,536 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/6883d94b-7c5e-4fa4-9f58-08d97f714d7c/action 0.091s 2025-08-05 20:26:10,536 98928 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 20:26:10 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-f5b9423a-cf48-45fb-9351-735866fd48d2', 'connection': 'close', 'status': '202', 'content-location': 'http ://10.0.0.210/volume/v3/groups/6883d94b-7c5e-4fa4-9f58-08d97f714d7c/action'} Body: b'' 2025-08-05 20:26:10,552 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/6883d94b-7c5e-4fa4-9f58-08d97f714d7c 0.016s 2025-08-05 20:26:10,553 98928 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 20:26:10 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-04503a91-6172-4715-bb1c-1cc3a53e0968', 'x-openstack-request-id': 'req-04503a91-6172-4715-bb1c-1cc3a53e0968', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/6883d94b-7c5e-4fa4-9f58-08d97f714d7c'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 6883d94b-7c5e-4fa4-9f58-08d97f714d7c could not be found."}}' 2025-08-05 20:26:10,582 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/42ce1eb8-618a-4e99-a194-71f1d28ac652 0.028s 2025-08-05 20:26:10,582 98928 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 20:26:10 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-d82e4fd2-978b-4dd2-99d8-7605b6d444a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/42ce1eb8-618a-4e99-a194-71f1d28ac652'} Body: b'' 2025-08-05 20:26:10,741 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/aac69612-2bdc-4482-bb09-c9f8d00db184 0.158s 2025-08-05 20:26:10,742 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26: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-ceeed750-a59e-4f5a-a2cf-8e421999a8ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/aac69612-2bdc-4482-bb09-c9f8d00db184'} Body: b'' 2025-08-05 20:26:10,757 98928 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/aac69612-2bdc-4482-bb09-c9f8d00db184 0.015s 2025-08-05 20:26:10,757 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d23e55d-e85f-49bf-ae34-560d58bf2cb5', 'x-openstack-request-id': 'req-9d23e55d-e85f-49bf-ae34-560d58bf2cb5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/aac69612-2bdc-4482-bb09-c9f8d00db184'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type aac69612-2bdc-4482-bb09-c9f8d00db184 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 738799cf-82ac-41ed-8efd-e435c5a72ef8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:26:14,584 98928 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/volumes 0.321s 2025-08-05 20:26:14,585 98928 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-539682951"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a79d1ecd-9b7e-496f-8171-ccbc31ffae8d', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a79d1ecd-9b7e-496f-8171-ccbc31ffae8d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "738799cf-82ac-41ed-8efd-e435c5a72ef8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:14.521552", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-539682951", "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/738799cf-82ac-41ed-8efd-e435c5a72ef8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8"}], "user_id": "b7fce435020448cbb284b5ce5157220d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:26:14,640 98928 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8 0.042s 2025-08-05 20:26:14,640 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-365dbfa0-76d3-477c-85ff-795fc0bae1ed', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-365dbfa0-76d3-477c-85ff-795fc0bae1ed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8'} Body: b'{"volume": {"id": "738799cf-82ac-41ed-8efd-e435c5a72ef8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:15.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-539682951", "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/738799cf-82ac-41ed-8efd-e435c5a72ef8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8"}], "user_id": "b7fce435020448cbb284b5ce5157220d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a137768795134ef0aa5588ccf05ecf34"}}' 2025-08-05 20:26:15,691 98928 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8 0.037s 2025-08-05 20:26:15,692 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:15 GMT', 'server': 'Apa che/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-225284fc-1038-429c-9f23-67bde179c65d', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-225284fc-1038-429c-9f23-67bde179c65d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8'} Body: b'{"volume": {"id": "738799cf-82ac-41ed-8efd-e435c5a72ef8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:15.000000", "updated_at": "2025-08-05T20:26:15.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-539682951", "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/738799cf-82ac-41ed-8efd-e435c5a72ef8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8"}], "user_id": "b7fce435020448cbb284b5ce5157220d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a137768795134ef0aa5588ccf05ecf34"}}' 2025-08-05 20:26:15,763 98928 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8 0.043s 2025-08-05 20:26:15,763 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03de96dc-6fdb-4475-aa78-4036f614a7d7', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03de96dc-6fdb-4475-aa78-4036f614a7d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8'} Body: b'{"volume": {"id": "738799cf-82ac-41ed-8efd-e435c5a72ef8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:15.000000", "updated_at": "2025-08-05T20:26:15.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-539682951", "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/738799cf-82ac-41ed-8efd-e435c5a72ef8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8"}], "user_id": "b7fce435020448cbb284b5ce5157220d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a137768795134ef0aa5588ccf05ecf34"}}' 2025-08-05 20:26:15,894 98928 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8 0.117s 2025-08-05 20:26:15,895 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26: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-c13d13e8-352f-43cd-bfa1-105b9f8013bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8'} Body: b'' 2025-08-05 20:26:15,917 98928 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWitho utMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8 0.022s 2025-08-05 20:26:15,918 98928 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26: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-b93a1caf-15ee-4b2f-979f-f07583334b2e', 'x-openstack-request-id': 'req-b93a1caf-15ee-4b2f-979f-f07583334b2e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/738799cf-82ac-41ed-8efd-e435c5a72ef8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 738799cf-82ac-41ed-8efd-e435c5a72ef8 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 47521d5a-a180-4247-a52e-51fed5f2e0d8 failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest) ----------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 1f4f1068-6ad3-4a14-a9f6-b237f7b318a9 failed to build and is in ERROR status 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 48198ae6-2e96-4593-9688-746fb149883b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:25:10,803 98934 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106 0.202s 2025-08-05 20:25:10,803 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-78575257-b1b1-4653-889c-57e5fddc5877', 'x-compute-request-id': 'req-78575257-b1b1-4653-889c-57e5fddc5877', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106'} Body: b'{"server": {"id": "0d75ee4c-5550-4329-bb67-afc337cef106", "name": "tempest-ServersNegativeTestJSON-server-197664882", "status": "ACTIVE", "tenant_id": "851eefdc6ebc4ae9b389cc9e23f0fc41", "user_id": "341b2b795f6940ea807ffcaa2d9a8383", "metadata": {}, "hostId": "c9e91a3d7fd22d1c8fc662910489798e8141ad9ea6033370c1689f9a", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:32Z", "updated": "2025-08-05T20:19:11Z", "addresses": {"tempest-ServersNegativeTestJSON-2079622254-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:a8:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d75ee4c-5550-4329-bb67-afc337cef106"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:19:10.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 20:26:11,084 98934 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.232s 2025-08-05 20:26:11,085 98934 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-1530791938"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4659074b-1ee5-41dd-8d69-20f75113869a', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4659074b-1ee5-41dd-8d69-20f75113869a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "48198ae6-2e96-4593-9688-746fb149883b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:11.001280", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1530791938", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/48198ae6-2e96-4593-9688-746fb149883b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/48198ae6-2e96-4593-9688-746fb149883b"}], "user_id": "341b2b795f6940ea807ffcaa2d9a83 83", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:26:11,140 98934 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/48198ae6-2e96-4593-9688-746fb149883b 0.043s 2025-08-05 20:26:11,141 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0515ab3f-67d8-49e9-b8e5-872593d1c47b', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0515ab3f-67d8-49e9-b8e5-872593d1c47b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/48198ae6-2e96-4593-9688-746fb149883b'} Body: b'{"volume": {"id": "48198ae6-2e96-4593-9688-746fb149883b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:11.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1530791938", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/48198ae6-2e96-4593-9688-746fb149883b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/48198ae6-2e96-4593-9688-746fb149883b"}], "user_id": "341b2b795f6940ea807ffcaa2d9a8383", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "851eefdc6ebc4ae9b389cc9e23f0fc41"}}' 2025-08-05 20:26:12,199 98934 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/48198ae6-2e96-4593-9688-746fb149883b 0.044s 2025-08-05 20:26:12,199 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1ef09c20-d629-4e2d-aa89-2270833b580f', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1ef09c20-d629-4e2d-aa89-2270833b580f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/48198ae6-2e96-4593-9688-746fb149883b'} Body: b'{"volume": {"id": "48198ae6-2e96-4593-9688-746fb149883b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:11.000000", "updated_at": "2025-08-05T20:26:11.000000", "name": "tempest-ServersNegativeTestJSON-volume-1530791938", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/48198ae6-2e96-4593-9688-746fb149883b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/48198ae6-2e96-4593-9688-746fb149883b"}], "user_id": "341b2b795f6940ea807ffcaa2d9a8383", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "851eefdc6ebc4ae9b389cc9e23f0fc41"}}' 2025-08-05 20:26:12,460 98934 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106 0.246s 2025-08-05 20:26:12,461 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accep t': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6d8b884b-007d-4b49-9191-015d291b1080', 'x-compute-request-id': 'req-6d8b884b-007d-4b49-9191-015d291b1080', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106'} Body: b'{"server": {"id": "0d75ee4c-5550-4329-bb67-afc337cef106", "name": "tempest-ServersNegativeTestJSON-server-197664882", "status": "ACTIVE", "tenant_id": "851eefdc6ebc4ae9b389cc9e23f0fc41", "user_id": "341b2b795f6940ea807ffcaa2d9a8383", "metadata": {}, "hostId": "c9e91a3d7fd22d1c8fc662910489798e8141ad9ea6033370c1689f9a", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:32Z", "updated": "2025-08-05T20:19:11Z", "addresses": {"tempest-ServersNegativeTestJSON-2079622254-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:a8:d1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0d75ee4c-5550-4329-bb67-afc337cef106"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0d75ee4c-5550-4329-bb67-afc337cef106"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:19:10.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.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 caf9da49-15be-433a-86d5-03fbfcc879d5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:24:38,142 98930 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:24:38,143 98930 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:24:38,286 98930 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.142s 2025-08-05 20:24:38,286 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-327923144", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK4a9Ehflja07aNFiCYIBJe9uRIRxQVjIHJUmCTGZN2joqW4/mudR5XRHdP/gH97uWfCHCbon8NVKb6Tjxw3ZGJtdVtueGHGa12RVjaqy63Tz1W6rVFaiiqioS0SErKEgg=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:38 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-abb43cd6-ab17-46c8-af6c-7bca56bf2aaa', 'x-compute-request-id': 'req-abb43cd6-ab17-46c8-af6c-7bca56bf2aaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-327923144", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK4a9Ehflja07aNFiCYIBJe9uRIRxQVjIHJUmCTGZN2joqW4/mudR5XRHdP/gH97uWfCHCbon8NVKb6Tjxw3ZGJtdVtueGHGa12RVjaqy63Tz1W6rVFaiiqioS0SErKEgg==", "fingerprint": "21:74:5d:9a:d0:6c:0a:da:97:ca:95:a1:49:72:98:85", "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae"}}' 2025-08-05 20:24:38,288 98930 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-327923144 created 2025-08-05 20:24:38,759 98930 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.469s 2025-08-05 20:24:38,759 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1466014821", "description": "tempest-description--48678649"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-bb7841ab-f14c-424e-ab06-43f467ea98b5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "1e2b6df0-44e5-4643-8fc6-5a138db2f83e", "name": "tempest-securitygroup--1466014821", "stateful": true, "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "description": "tempest-description--48678649", "shared": false, "security_group_rules": [{"id": "523697a8-6961-4659-8a54-9b4736f99c39", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "security_group_id": "1e2b6df0-44e5-4643-8fc6-5a138db2f83e", "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": 780, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:24:38Z", "updated_at": "2025-08-05T20:24:38Z", "revision_number": 0}, {"id": "beb4573f-334b-480a-8d49-0c789842b420", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "security_group_id": "1e2b6df0-44e5-4643-8fc6-5a138db2f83e", "ethertype": "IPv4", "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": 779, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:24:38Z", "updated_at": "2025-08-05T20:24:38Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:24:38Z", "updated_at": "2025-08-05T20:24:38Z", "revision_number": 1, "project_id": "a28f0b3070b4476cb23de6b547e296b4"}}' 2025-08-05 20:24:39,152 98930 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.392s 2025-08-05 20:24:39,152 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1e2b6df0-44e5-4643-8fc6-5a138db2f83e", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-4b374b5e-bd97-4a9e-9674-7de39b2ed8f7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c281ba03-c51a-47e7-a1d7-d422b1a177c3", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "security_group_id": "1e2b6df0-44e5-4643-8fc6-5a138db2f83e", "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-05T20:24:38Z", "updated_at": "2025-08-05T20:24:38Z", "revision_number": 0}}' 2025-08-05 20:24:39,370 98930 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 20:24:39,371 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "1e2b6df0-44e5-4643-8fc6-5a138db2f83e", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-07800942-39a7-4a5f-b0c3-599c4bafaccf', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5848d3ff-1cac-460c-9860-63e3f3bebdc6", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "security_group_id": "1e2b6df0-44e5-4643-8fc6-5a138db2f83e", "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-05T20:24:39Z", "updated_at": "2025-08-05T20:24:39Z", "revision_number": 0}}' 2025-08-05 20:24:39,371 98930 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1466014821 created 2025-08-05 20:24:40,279 98930 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.908s 2025-08-05 20:24:40,280 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token' : ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-7467675a-50cc-4cf6-be8b-db810d99d45b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b4802b8c-2129-4f90-849d-f816fa0a1433", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "floating_ip_address": "172.24.4.199", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:24:39Z", "updated_at": "2025-08-05T20:24:39Z", "revision_number": 0}}' 2025-08-05 20:24:40,280 98930 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b4802b8c-2129-4f90-849d-f816fa0a1433', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'floating_ip_address': '172.24.4.199', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:24:39Z', 'updated_at': '2025-08-05T20:24:39Z', 'revision_number': 0, 'ip': '172.24.4.199'} created 2025-08-05 20:24:40,327 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.041s 2025-08-05 20:24:40,327 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:40 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-adc24a35-ca8e-4c2d-814e-d6fcf52256a5', '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": "cf4819f6398c4e71b51d6cf7f89c59ae", "name": "tempest-AttachVolumeTestJSON-1164884484-project-member", "password_expires_at": null}, "audit_ids": ["X46uw88tQamhtIPvMSrX3A"], "expires_at": "2025-08-05T21:24:40.000000Z", "issued_at": "2025-08-05T20:24:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a28f0b3070b4476cb23de6b547e296b4", "name": "tempest-AttachVolumeTestJSON-1164884484"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a28f0b3070b4476cb23de6b547e296b4", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "i d": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:24:40,328 98930 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'a8c4da0b-110a-43d6-a84f-af3e6225170f', 'name': 'tempest-AttachVolumeTestJSON-171287503-network', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 41322, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:24:32Z', 'updated_at': '2025-08-05T20:24:32Z', 'revision_number': 1} available for tenant 2025-08-05 20:24:40,328 98930 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-327923144', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBK4a9Ehflja07aNFiCYIBJe9uRIRxQVjIHJUmCTGZN2joqW4/mudR5XRHdP/gH97uWfCHCbon8NVKb6Tjxw3ZGJtdVtueGHGa12RVjaqy63Tz1W6rVFaiiqioS0SErKEgg==', 'fingerprint': '21:74:5d:9a:d0:6c:0a:da:97:ca:95:a1:49:72:98:85', 'user_id': 'cf4819f6398c4e71b51d6cf7f89c59ae', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDhjFWPFeooP1A+sbYA4kwH6OJE1FQhAm4wMohIDjuArHp7S4UkeBa9\nQHcqNkqh/kagBwYFK4EEACKhZANiAASuGvRIX5Y2tO2jRYgmCASXvbkSEcUFYyBy\nVJgkxmTdo6KluP5rnUeV0R3T/4B/e7lnwhwm6J/DVSm+k48cN2RibXVbbnhhxmtd\nkVY2qsut089Vuq1RWooqoqEtEhKyhII=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '1e2b6df0-44e5-4643-8fc6-5a138db2f83e', 'name': 'tempest-securitygroup--1466014821', 'stateful': True, 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'description': 'tempest-description--48678649', 'shared': False, 'security_group_rules': [{'id': '523697a8-6961-4659-8a54-9b4736f99c39', 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'security_group_id': '1e2b6df0-44e5-4643-8fc6-5a138db2f83e', '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': 780, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:24:38Z', 'updated_at': '2025-08-05T20:24:38Z', 'revision_number': 0}, {'id': 'beb4573f-334b-480a-8d49-0c789842b420', 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'security_group_id': '1e2b6df0-44e5-4643-8fc6-5a138db2f83e', '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': 779, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:24:38Z', 'updated_at': '2025-08-05T20:24:38Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:24:38Z', 'updated _at': '2025-08-05T20:24:38Z', 'revision_number': 1, 'project_id': 'a28f0b3070b4476cb23de6b547e296b4'}, 'floating_ip': {'id': 'b4802b8c-2129-4f90-849d-f816fa0a1433', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'floating_ip_address': '172.24.4.199', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:24:39Z', 'updated_at': '2025-08-05T20:24:39Z', 'revision_number': 0, 'ip': '172.24.4.199'}} 2025-08-05 20:24:40,867 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.538s 2025-08-05 20:24:40,868 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1333018086", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "a8c4da0b-110a-43d6-a84f-af3e6225170f"}], "security_groups": [{"name": "tempest-securitygroup--1466014821"}], "key_name": "tempest-keypair-327923144", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4ed7b0af-d7b9-4f52-bd58-cdd2dc1444cf', 'x-compute-request-id': 'req-4ed7b0af-d7b9-4f52-bd58-cdd2dc1444cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1466014821"}], "adminPass": "password"}}' 2025-08-05 20:24:40,953 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca 0.082s 2025-08-05 20:24:40,953 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1229', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6851ea1-071c-4399-aa5e-13f020154245', 'x-compute-request-id': 'req-d6851ea1-071c-4399-aa5e-13f020154245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca'} Body: b'{"server": {"id": "e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca", "name": "tempest-AttachVolumeTestJSON-server-1333018086", "status": "BUILD", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "ht tp://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:41Z", "updated": "2025-08-05T20:24:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-327923144", "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 20:25:31,236 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca 0.219s 2025-08-05 20:25:31,236 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:31 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-f378a2c1-1952-49f5-99ea-b49d8dbdc90b', 'x-compute-request-id': 'req-f378a2c1-1952-49f5-99ea-b49d8dbdc90b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca'} Body: b'{"server": {"id": "e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca", "name": "tempest-AttachVolumeTestJSON-server-1333018086", "status": "ACTIVE", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "metadata": {}, "hostId": "80e2e198cd15495d8d0a884ebaf843767d57255ce87a2c486c82181e", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:40Z", "updated": "2025-08-05T20:24:58Z", "addresses": {"tempest-AttachVolumeTestJSON-171287503-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:7c:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-327923144", "OS-SRV-USG:launched_at": "2025-08-05T20:24:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1466014821"}], "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 20:25:31,254 98930 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 20:26:31,479 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca/os-interface 0.164s 2025-08-05 20:26:31,480 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nov a-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-41932949-4615-40a3-85f4-7f9496e3a45f', 'x-compute-request-id': 'req-41932949-4615-40a3-85f4-7f9496e3a45f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a8c4da0b-110a-43d6-a84f-af3e6225170f", "port_id": "bd45e67a-dda1-4b31-8ff1-50bf6bb93848", "mac_addr": "fa:16:3e:dd:7c:bb", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "81b63e15-ff76-4873-a203-451b8b986e27", "ip_address": "10.0.0.6"}]}]}' 2025-08-05 20:26:32,558 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/b4802b8c-2129-4f90-849d-f816fa0a1433 1.074s 2025-08-05 20:26:32,558 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "bd45e67a-dda1-4b31-8ff1-50bf6bb93848"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-0cb104f1-4908-4a11-bf2e-20a372e3283e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/b4802b8c-2129-4f90-849d-f816fa0a1433'} Body: b'{"floatingip": {"id": "b4802b8c-2129-4f90-849d-f816fa0a1433", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "floating_ip_address": "172.24.4.199", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "8ba2f367-d5e7-45f7-abac-f5fbfad0477e", "port_id": "bd45e67a-dda1-4b31-8ff1-50bf6bb93848", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a8c4da0b-110a-43d6-a84f-af3e6225170f", "mac_address": "fa:16:3e:dd:7c:bb", "admin_state_up": true, "status": "ACTIVE", "device_id": "e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:24:39Z", "updated_at": "2025-08-05T20:26:31Z", "revision_number": 1, "project_id": "a28f0b3070b4476cb23de6b547e296b4"}}' 2025-08-05 20:26:32,561 98930 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.199:22' as 'cirros' with public key authentication 2025-08-05 20:26:32,576 98930 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:26:32,678 98930 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:26:32,679 98930 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.199 successfully created 2025-08-05 20:26:32,743 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca/ips 0.063s 2025-08-05 20:26:32,743 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '103', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-419272f4-e586-4626-a94e-c56b13f6df5b', 'x-compute-request-id': 'req-419272f4-e586-4626-a94e-c56b13f6df5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-171287503-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2025-08-05 20:26:32,747 98930 INFO [tempest.lib.common.ssh] Creating ssh c onnection to '172.24.4.199:22' as 'cirros' with public key authentication 2025-08-05 20:26:32,750 98930 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:26:32,853 98930 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:26:32,853 98930 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.199 successfully created 2025-08-05 20:26:32,854 98930 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 20:26:32,854 98930 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.199:22' as 'cirros' with public key authentication 2025-08-05 20:26:32,856 98930 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:26:32,957 98930 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:26:32,958 98930 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.199 successfully created 2025-08-05 20:26:33,202 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.234s 2025-08-05 20:26:33,203 98930 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-86465301"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff78f3e6-1c11-4b10-b8de-7c2474b5cced', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff78f3e6-1c11-4b10-b8de-7c2474b5cced', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "caf9da49-15be-433a-86d5-03fbfcc879d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:33.121767", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-86465301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5"}], "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:26:33,253 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5 0.037s 2025-08-05 20:26:33,254 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae529299-494e-4e83-acfa-d9a4b43a16a5', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae529299-494e-4e83-acfa-d9a4b43a16a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5'} Body: b'{"volume": {"id": "caf9da49-15be-433a-86d5-03fbfcc879d5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:33.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-86465301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "h ref": "http://10.0.0.210/volume/v3/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5"}], "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a28f0b3070b4476cb23de6b547e296b4"}}' 2025-08-05 20:26:34,317 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5 0.049s 2025-08-05 20:26:34,318 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ed6805a-4519-442a-aeb6-d343bf8569c8', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ed6805a-4519-442a-aeb6-d343bf8569c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5'} Body: b'{"volume": {"id": "caf9da49-15be-433a-86d5-03fbfcc879d5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:33.000000", "updated_at": "2025-08-05T20:26:33.000000", "name": "tempest-AttachVolumeTestJSON-volume-86465301", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/caf9da49-15be-433a-86d5-03fbfcc879d5"}], "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a28f0b3070b4476cb23de6b547e296b4"}}' 2025-08-05 20:26:34,464 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca 0.132s 2025-08-05 20:26:34,464 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:34 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-220697d8-4842-49f9-9bc9-ad3306d68c79', 'x-compute-request-id': 'req-220697d8-4842-49f9-9bc9-ad3306d68c79', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca'} Body: b'' 2025-08-05 20:26:34,702 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca 0.238s 2025-08-05 20:26:34,703 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-581117b6-07e8-4ba7-8a93-c2e604f5972a', 'x-compute-request-id': 'req-581117b6-07e8-4ba7-8a93-c2e604f5972a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca'} Body: b'{"server": {"id": "e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca", "name": "tempest-AttachVolumeTestJSON-server-1333018086", "status": "ACTIVE", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "metadata": {}, "hostId": "80e2e198cd15495d8d0a884ebaf843767d57255ce87a2c486c82181e", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:40Z", "updated": "2025-08-05T20:26:34Z", "addresses": {"tempest-AttachVolumeTestJSON-171287503-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:7c:bb"}, {"version": 4, "addr": "172.24.4.199", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:7c:bb"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-327923144", "OS-SRV-USG:launched_at": "2025-08-05T20:24:57.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1466014821"}], "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 20:27:24,797 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca 0.037s 2025-08-05 20:27:24,797 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:24 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-19554bf9-5f99-452c-bd1d-2c84ad69853f', 'x-compute-request-id': 'req-19554bf9-5f99-452c-bd1d-2c84ad69853f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e3618cab-5a6e-4dfb-aaed-a1c7b0f7edca could not be found."}}' 2025-08-05 20:27:24,826 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-327923144 0.028s 2025-08-05 20:27:24,826 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:24 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-c0e4b320-4da4-47a6-b6c0-bb3a87f32e47', 'x-compute-request-id': 'req-c0e4b320-4da4-47a6-b6c0-bb3a87f32e47', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-327923144'} Body: b'' 2025-08-05 20:27:24,990 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networ king/v2.0/security-groups/1e2b6df0-44e5-4643-8fc6-5a138db2f83e 0.163s 2025-08-05 20:27:24,991 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-cef9669a-f3e1-4265-8683-33c5ea380503', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/1e2b6df0-44e5-4643-8fc6-5a138db2f83e'} Body: b'' 2025-08-05 20:27:25,009 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/1e2b6df0-44e5-4643-8fc6-5a138db2f83e 0.018s 2025-08-05 20:27:25,009 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-5c231de0-266c-440a-bf78-8ac6c04114c9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/1e2b6df0-44e5-4643-8fc6-5a138db2f83e'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 1e2b6df0-44e5-4643-8fc6-5a138db2f83e does not exist", "detail": ""}}' 2025-08-05 20:27:25,403 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/b4802b8c-2129-4f90-849d-f816fa0a1433 0.393s 2025-08-05 20:27:25,403 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-02074028-d6be-40c1-ab06-3f7cec479015', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/b4802b8c-2129-4f90-849d-f816fa0a1433'} 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 2a1890f8-8756-41f6-bd5e-ca47ce7abd3f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:24:47,325 98942 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:24:47,325 98942 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:24:47,371 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.045s 2025-08-05 20:24:47,371 98942 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-1492994249", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEqqPPxV71qC32+Xgcbd7WdAHvFaj1g9hpc3Dy93U3zUP/1j+9QC8poYlWanZ2iS+nNzWhTbKPxVRJWO93JmhmgVy1bx//wyeg012NfI3sQB2dmZDA5tbUpZBKWCefaPqQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:47 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-23e1ec49-1028-4dbc-bfe7-bb9b4f2eee7b', 'x-compute-request-id': 'req-23e1ec49-1028-4dbc-bfe7-bb9b4f2eee7b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1492994249", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEqqPPxV71qC32+Xgcbd7WdAHvFaj1g9hpc3Dy93U3zUP/1j+9QC8poYlWanZ2iS+nNzWhTbKPxVRJWO93JmhmgVy1bx//wyeg012NfI3sQB2dmZDA5tbUpZBKWCefaPqQ==", "fingerprint": "4e:c6:1a:86:e8:8c:1e:82:d5:6d:3f:a8:98:a8:a0:e4", "user_id": "7d896562f0714bcaba6fe3828df7870c"}}' 2025-08-05 20:24:47,374 98942 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1492994249 created 2025-08-05 20:24:47,711 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.336s 2025-08-05 20:24:47,711 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--226484797", "description": "tempest-description--565079633"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-c3ee0e9a-107e-4e7b-bbd7-ae33fc137668', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f3e1e9ac-fb0e-4e56-a688-af422ceb604b", "name": "tempest-securitygroup--226484797", "stateful": true, "tenant_id": "ddb459420ee84274abab4e21d147482f", "description": "tempest-description--565079633", "shared": false, "security_group_rules": [{"id": "2f546315-4438-4608-a5d7-fec8c2cf8f57", "project_id": "ddb459420ee84274abab4e21d147482f", "tenant_id": "ddb459420ee84274abab4e21d147482f", "security_group_id": "f3e1e9ac-fb0e-4e56-a688-af422ceb604b", "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": 797, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:24:47Z", "updated_at": "2025-08-05T20:24:47Z", "revision_number": 0}, {"id": "5edf513a-cf28-4bb2-8aaf-da50e42e0be8", "project_id": "ddb459420ee84274abab4e21d147482f", "tenant_id": "ddb459420ee84274abab4e21d147482f", "security_group_id": "f3e1e9ac-fb0e-4e56-a688-af422ceb604b", "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": 798, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:24:47Z", "updated_at": "2025-08-05T20:24:47Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:24:47Z", "updated_at": "2025-08-05T20:24:47Z", "revision_number": 1, "project_id": "ddb459420ee84274abab4e21d147482f"}}' 2025-08-05 20:24:47,925 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.213s 2025-08-05 20:24:47,925 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f3e1e9ac-fb0e-4e56-a688-af422ceb604b", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-4191d080-d48e-420e-9b5d-8815fee80e5d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "683b00e7-151d-4317-b452-e8349ad19bf2", "project_id": "ddb459420ee84274abab4e21d147482f", "tenant_id": "ddb459420ee84274abab4e21d147482f", "security_group_id": "f3e1e9ac-fb0e-4e56-a688-af422ceb604b", "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-05T20:24:47Z", "updated_at": "2025-08-05T20:24:47Z", "revision_number": 0}}' 2025-08-05 20:24:48,126 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.200s 2025-08-05 20:24:48,126 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f3e1e9ac-fb0e-4e56-a688-af422ceb604b", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-ef963438-35a3-400c-a4ce-414d4307815c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5d902b91-a98d-47d0-b91d-e76dd0d3f92b", "project_id": "ddb459420ee84274abab4e21d147482f", "tenant_id": "ddb459420ee84274abab4e21d147482f", "security_group_id": "f3e1e9ac-fb0e-4e56-a688-af422ceb604b", "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-05T20:24:48Z", "updated_at": "2025-08-05T20:24:48Z", "revision_number": 0}}' 2025-08-05 20:24:48,126 98942 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--226484797 created 2025-08-05 20:24:48,793 98942 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.666s 2025-08-05 20:24:48,793 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'appl ication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-b8431484-5144-45c9-a1d8-85caff461f86', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "9bbb5021-4f2b-4318-bfae-1917a4c49877", "tenant_id": "ddb459420ee84274abab4e21d147482f", "floating_ip_address": "172.24.4.141", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "ddb459420ee84274abab4e21d147482f", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:24:48Z", "updated_at": "2025-08-05T20:24:48Z", "revision_number": 0}}' 2025-08-05 20:24:48,794 98942 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '9bbb5021-4f2b-4318-bfae-1917a4c49877', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'floating_ip_address': '172.24.4.141', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ddb459420ee84274abab4e21d147482f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:24:48Z', 'updated_at': '2025-08-05T20:24:48Z', 'revision_number': 0, 'ip': '172.24.4.141'} created 2025-08-05 20:24:48,882 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.083s 2025-08-05 20:24:48,883 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2499', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-596dcb1e-3152-400a-b8b7-7f2056fa882a', '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": "7d896562f0714bcaba6fe3828df7870c", "name": "tempest-AttachVolumeShelveTestJSON-615004190-project-member", "password_expires_at": null}, "audit_ids": ["T_Lo3n-TQTuUCfG9eHQyUw"], "expires_at": "2025-08-05T21:24:48.000000Z", "issued_at": "2025-08-05T20:24:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "ddb459420ee84274abab4e21d147482f", "name": "tempest-AttachVolumeShelveTestJSON-615004190"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/ddb459420ee84274abab4e21d147482f", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public" , "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:24:48,883 98942 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '3ed314af-8508-4a9b-827d-9e775b857fca', 'name': 'tempest-AttachVolumeShelveTestJSON-374786897-network', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'ddb459420ee84274abab4e21d147482f', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 46398, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:21:52Z', 'updated_at': '2025-08-05T20:21:52Z', 'revision_number': 1} available for tenant 2025-08-05 20:24:48,884 98942 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1492994249', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEqqPPxV71qC32+Xgcbd7WdAHvFaj1g9hpc3Dy93U3zUP/1j+9QC8poYlWanZ2iS+nNzWhTbKPxVRJWO93JmhmgVy1bx//wyeg012NfI3sQB2dmZDA5tbUpZBKWCefaPqQ==', 'fingerprint': '4e:c6:1a:86:e8:8c:1e:82:d5:6d:3f:a8:98:a8:a0:e4', 'user_id': '7d896562f0714bcaba6fe3828df7870c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDNj8wslRONufTURJSN327H9WPVInwwELsxtfvYB5LnOPVMWxhyhCqx\nOxXMKIyisxygBwYFK4EEACKhZANiAARKqjz8Ve9agt9vl4HG3e1nQB7xWo9YPYaX\nNw8vd1N81D/9Y/vUAvKaGJVmp2dokvpzc1oU2yj8VUSVjvdyZoZoFctW8f/8MnoN\nNdjXyN7EAdnZmQwObW1KWQSlgnn2j6k=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f3e1e9ac-fb0e-4e56-a688-af422ceb604b', 'name': 'tempest-securitygroup--226484797', 'stateful': True, 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'description': 'tempest-description--565079633', 'shared': False, 'security_group_rules': [{'id': '2f546315-4438-4608-a5d7-fec8c2cf8f57', 'project_id': 'ddb459420ee84274abab4e21d147482f', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'security_group_id': 'f3e1e9ac-fb0e-4e56-a688-af422ceb604b', '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': 797, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:24:47Z', 'updated_at': '2025-08-05T20:24:47Z', 'revision_number': 0}, {'id': '5edf513a-cf28-4bb2-8aaf-da50e42e0be8', 'project_id': 'ddb459420ee84274abab4e21d147482f', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'security_group_id': 'f3e1e9ac-fb0e-4e56-a688-af422ceb604b', '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': 798, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '20 25-08-05T20:24:47Z', 'updated_at': '2025-08-05T20:24:47Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:24:47Z', 'updated_at': '2025-08-05T20:24:47Z', 'revision_number': 1, 'project_id': 'ddb459420ee84274abab4e21d147482f'}, 'floating_ip': {'id': '9bbb5021-4f2b-4318-bfae-1917a4c49877', 'tenant_id': 'ddb459420ee84274abab4e21d147482f', 'floating_ip_address': '172.24.4.141', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'ddb459420ee84274abab4e21d147482f', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:24:48Z', 'updated_at': '2025-08-05T20:24:48Z', 'revision_number': 0, 'ip': '172.24.4.141'}} 2025-08-05 20:24:49,422 98942 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.537s 2025-08-05 20:24:49,422 98942 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-1073603500", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "3ed314af-8508-4a9b-827d-9e775b857fca"}], "security_groups": [{"name": "tempest-securitygroup--226484797"}], "key_name": "tempest-keypair-1492994249", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb', '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-90c9f09b-3de7-429a-85f6-244de48034f8', 'x-compute-request-id': 'req-90c9f09b-3de7-429a-85f6-244de48034f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f6c326dc-7ee0-4943-9306-1366237a7cfb", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--226484797"}], "adminPass": "password"}}' 2025-08-05 20:24:49,508 98942 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/f6c326dc-7ee0-4943-9306-1366237a7cfb 0.083s 2025-08-05 20:24:49,509 98942 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 20:24:49 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-d30fbd1f-d10c-4c23-9e95-b1af79208eec', 'x-compute-request-id': 'req-d30fbd1f-d10c-4c23-9e95-b1af79208eec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb'} Body: b'{"server": {"id": "f6c326dc-7ee0-4943-9306-1366237a7cfb", "name": "tempest-AttachVolumeShelveTestJSON-server-1073603500", "status": "BUILD", "tenant_id": "ddb459420ee84274abab4e21d147482f", "user_id": "7d896562f071 4bcaba6fe3828df7870c", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:49Z", "updated": "2025-08-05T20:24:49Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1492994249", "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 20:25:39,789 98942 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/f6c326dc-7ee0-4943-9306-1366237a7cfb 0.212s 2025-08-05 20:25:39,790 98942 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 20:25:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1585', '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-6424e376-47eb-4647-b9b6-34cc1d940e54', 'x-compute-request-id': 'req-6424e376-47eb-4647-b9b6-34cc1d940e54', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb'} Body: b'{"server": {"id": "f6c326dc-7ee0-4943-9306-1366237a7cfb", "name": "tempest-AttachVolumeShelveTestJSON-server-1073603500", "status": "ACTIVE", "tenant_id": "ddb459420ee84274abab4e21d147482f", "user_id": "7d896562f0714bcaba6fe3828df7870c", "metadata": {}, "hostId": "62bb04807239dd0f14826c80d95fe5059e2a351d53a618188384b7a0", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:49Z", "updated": "2025-08-05T20:25:05Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-374786897-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:ea:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1492994249", "OS-SRV-USG:launched_at": "2025-08-05T20:25:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--226484797"}], "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 20:25:39,807 98942 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:26:40,012 98942 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/f6c326dc-7ee0- 4943-9306-1366237a7cfb/os-interface 0.147s 2025-08-05 20:26:40,012 98942 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 20:26:39 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-a5083d7c-de17-4d56-8ed7-3a2bd5f0c312', 'x-compute-request-id': 'req-a5083d7c-de17-4d56-8ed7-3a2bd5f0c312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "3ed314af-8508-4a9b-827d-9e775b857fca", "port_id": "2c5db2bf-a10c-4cf0-89fc-d1ffbb698676", "mac_addr": "fa:16:3e:86:ea:cc", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c70dfec6-9dbd-40f8-a283-4780b9ab0adc", "ip_address": "10.0.0.12"}]}]}' 2025-08-05 20:26:40,939 98942 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/9bbb5021-4f2b-4318-bfae-1917a4c49877 0.920s 2025-08-05 20:26:40,940 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "2c5db2bf-a10c-4cf0-89fc-d1ffbb698676"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-d0639265-dc9c-4e33-b2e6-fc2a8d452395', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/9bbb5021-4f2b-4318-bfae-1917a4c49877'} Body: b'{"floatingip": {"id": "9bbb5021-4f2b-4318-bfae-1917a4c49877", "tenant_id": "ddb459420ee84274abab4e21d147482f", "floating_ip_address": "172.24.4.141", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "f03a3052-d1ae-4ba1-8cf7-8e3b5fa1c65e", "port_id": "2c5db2bf-a10c-4cf0-89fc-d1ffbb698676", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "3ed314af-8508-4a9b-827d-9e775b857fca", "mac_address": "fa:16:3e:86:ea:cc", "admin_state_up": true, "status": "ACTIVE", "device_id": "f6c326dc-7ee0-4943-9306-1366237a7cfb", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:24:48Z", "updated_at": "2025-08-05T20:26:40Z", "revision_number": 1, "project_id": "ddb459420ee84274abab4e21d147482f"}}' 2025-08-05 20:26:40,941 98942 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.141:22' as 'cirros' with public key authentication 2025-08-05 20:26:40,947 98942 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:26:41,051 98942 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:26:41,052 98942 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.141 successfully created 2025-08-05 20:26:41,095 98942 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/f6c326dc-7ee0-4943-9306-1366237a7cfb/ips 0.042s 2025-08-05 20:26:41,095 98942 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 20:26:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '110', 'content-type': 'application/json', 'openstack-api-vers ion': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-61da67cc-8411-44ba-81af-02d5635e42bd', 'x-compute-request-id': 'req-61da67cc-8411-44ba-81af-02d5635e42bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-374786897-network": [{"version": 4, "addr": "10.0.0.12"}]}}' 2025-08-05 20:26:41,267 98942 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.169s 2025-08-05 20:26:41,268 98942 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-1515282654"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86accd2a-9eb2-4d7f-bffc-2a11c6d84b48', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86accd2a-9eb2-4d7f-bffc-2a11c6d84b48', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2a1890f8-8756-41f6-bd5e-ca47ce7abd3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:41.211702", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1515282654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f"}], "user_id": "7d896562f0714bcaba6fe3828df7870c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:26:41,319 98942 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/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f 0.040s 2025-08-05 20:26:41,319 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce024771-12b0-43ad-b219-7e371ec6da27', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce024771-12b0-43ad-b219-7e371ec6da27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f'} Body: b'{"volume": {"id": "2a1890f8-8756-41f6-bd5e-ca47ce7abd3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:41.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1515282654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f"}], "user_id": "7d896562f0714bcaba6fe3828df7870c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddb459420ee84274abab4e21d147482f"}}' 2025-08-0 5 20:26:42,373 98942 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/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f 0.039s 2025-08-05 20:26:42,373 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ddd235d-a55e-4c74-b858-19f9fa36a491', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ddd235d-a55e-4c74-b858-19f9fa36a491', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f'} Body: b'{"volume": {"id": "2a1890f8-8756-41f6-bd5e-ca47ce7abd3f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:41.000000", "updated_at": "2025-08-05T20:26:41.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1515282654", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2a1890f8-8756-41f6-bd5e-ca47ce7abd3f"}], "user_id": "7d896562f0714bcaba6fe3828df7870c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ddb459420ee84274abab4e21d147482f"}}' 2025-08-05 20:26:42,497 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb 0.111s 2025-08-05 20:26:42,498 98942 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 20:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3110009f-0089-4e1e-bae2-609d5245f376', 'x-compute-request-id': 'req-3110009f-0089-4e1e-bae2-609d5245f376', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb'} Body: b'' 2025-08-05 20:26:42,706 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb 0.208s 2025-08-05 20:26:42,706 98942 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 20:26:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b42a25f1-9e86-476c-b6d0-91cb43031816', 'x-compute-request-id': 'req-b42a25f1-9e86-476c-b6d0-91cb43031816', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb'} Body: b'{"server": {"id": "f6c326dc-7ee0-4943-9306-1366237a7cfb", "name": "tempest-AttachVolumeShelveTestJSON-server-1073603500", "status": "ACTIVE", "tenant_id": "ddb459420ee84274abab4e21d 147482f", "user_id": "7d896562f0714bcaba6fe3828df7870c", "metadata": {}, "hostId": "62bb04807239dd0f14826c80d95fe5059e2a351d53a618188384b7a0", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:49Z", "updated": "2025-08-05T20:26:42Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-374786897-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:ea:cc"}, {"version": 4, "addr": "172.24.4.141", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:86:ea:cc"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1492994249", "OS-SRV-USG:launched_at": "2025-08-05T20:25:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--226484797"}], "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 20:27:32,902 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb 0.130s 2025-08-05 20:27:32,903 98942 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 20:27:32 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-76074fb7-4344-43e9-bb50-96fd739bb84c', 'x-compute-request-id': 'req-76074fb7-4344-43e9-bb50-96fd739bb84c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f6c326dc-7ee0-4943-9306-1366237a7cfb'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance f6c326dc-7ee0-4943-9306-1366237a7cfb could not be found."}}' 2025-08-05 20:27:32,938 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1492994249 0.035s 2025-08-05 20:27:32,939 98942 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 20:27:32 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-f2a07244-26e1-45a4-8cd2-a402d24fddee', 'x-compute-request-id': 'req-f2a07244-26e1-45a4-8cd2-a402d24fddee', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1492994249'} Body: b'' 2025-08-05 20:27:33,111 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/f3e1e9ac-fb0e-4e56-a688-af422ceb604b 0.172s 2025-08-05 20:27:33,111 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application /json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-12478376-0aaf-4eb1-98e2-6feed3113f00', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/f3e1e9ac-fb0e-4e56-a688-af422ceb604b'} Body: b'' 2025-08-05 20:27:33,128 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/f3e1e9ac-fb0e-4e56-a688-af422ceb604b 0.016s 2025-08-05 20:27:33,128 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-7e1e2e60-801b-4c8e-b057-cfcd39a9bed7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/f3e1e9ac-fb0e-4e56-a688-af422ceb604b'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f3e1e9ac-fb0e-4e56-a688-af422ceb604b does not exist", "detail": ""}}' 2025-08-05 20:27:33,542 98942 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/9bbb5021-4f2b-4318-bfae-1917a4c49877 0.413s 2025-08-05 20:27:33,542 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6ccba5b3-fa08-4203-9964-d37f69daeefc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/9bbb5021-4f2b-4318-bfae-1917a4c49877'} Body: b'' tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 505, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 267, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 263, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 030bd4e5-b7a3-4b66-9b46-f47bff669213 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:25:32,638 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656 0.231s 2025-08-05 20:25:32,638 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1662', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ef02d3b8-690b-4b48-a95d-9e6a057ca1f5', 'x-compute-request-id': 'req-ef02d3b8-690b-4b48-a95d-9e6a057ca1f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656'} Body: b'{"server": {"id": "c44088a3-1ca4-4749-ba40-00120ab17656", "name": "tempest-ServerActionsTestOtherA-server-1086577994", "status": "ACTIVE", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "metadata": {}, "hostId": "ded594ff4d9374699f202c2ea30bdcfd6e45664d31b6ca10fb2961da", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:47Z", "updated": "2025-08-05T20:19:23Z", "addresses": {"tempest-ServerActionsTestOtherA-1195744081-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:08:b7"}, {"version": 4, "addr": "172.24.4.171", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:08:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c44088a3-1ca4-4749-ba40-00120ab17656"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2071127935", "OS-SRV-USG:launched_at": "2025-08-05T20:19:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2106926184"}], "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 20:26:32,849 98946 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.130s 2025-08-05 20:26:32,849 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:32 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-191dcf51-4856-4ced-80f3-c4dd6d3c6634', '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": "6bba1d675df645b19ca3f0e9b4d0e721", "name": "tempest-ServerActionsTestOtherA-1854154313-project-member", "password_expires_at": null}, "audit_ids": ["Vm9s3Q5ZRRiYjT80k2PjqA"], "expires_at": "2025-08-05T21:26:32.000000Z", "issued_at": "2025-08-05T20:26:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "43b25684815c4508b1f3e2a60e16489a", "name": "tempest-ServerActionsTestOtherA-1854154313"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb4 0e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/43b25684815c4508b1f3e2a60e16489a", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:26:32,850 98946 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm) Found network {'id': 'f6d92bfe-2852-4eb9-bbc5-cdaa79dc3233', 'name': 'tempest-ServerActionsTestOtherA-1195744081-network', 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '43b25684815c4508b1f3e2a60e16489a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 21379, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:17:43Z', 'updated_at': '2025-08-05T20:17:44Z', 'revision_number': 1} available for tenant 2025-08-05 20:26:32,850 98946 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2071127935', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMBpQXRerVpDMVS3ptb6S+GQBSHY12Yi3sdD+tAtY5nSfzPOeDiHvPS0+FSbWDNgaIT6vqzyfIvkxTt6bdcqQZjMSpgpeChDGD4CIMTvdXyGs8OBMXZR+iYJrtFEQ/O2xw==', 'fingerprint': 'b8:8c:cf:f6:21:ed:fe:ea:3d:04:8c:da:fe:0c:ac:51', 'user_id': '6bba1d675df645b19ca3f0e9b4d0e721', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBnhgOcjDxEnILdjYJB/VCYEm8pZXwYSjPdtjNpcRnusAh1B8oBnKjD\nPWxYR6IbhUugBwYFK4EEACKhZANiAATAaUF0Xq1aQzFUt6bW+kvhkAUh2NdmIt7H\nQ/rQLWOZ0n8zzng4h7z0tPhUm1gzYGiE+r6s8nyL5MU7em3XKkGYzEqYKXgoQxg+\nAiDE73V8hrPDgTF2UfomCa7RREPztsc=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'e8863742-dea9-46c3-8d57-b3047150706b', 'name': 'tempest-securitygroup--2106926184', 'stateful': True, 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'description': 'tempest-description--1458459429', 'shared': False, 'security_group_rules': [{'id': '7ceb7c68-9856-41a6-87b1-5624c0c3d6eb', 'project_id': '43b25684815c4508b1f3e2a60e16489a', 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'security_group_id': 'e8863742-dea9-46c3-8d57-b3047150706b', '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': 239, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:18:11Z', 'updated_at': '2025-08-05T20:18:11Z', 'revision_number': 0}, {'id': 'e10a979e-ed9f-4b9e-b05a-2b95ea56d54d', 'project_id': '43b25684815c4508b1f3e2a60e16489a', 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'security_group_id': 'e8863742-dea9-46c3-8d57-b3047150706b', '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': 238, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:18:11Z', 'updated_at': '2025-08-05T20:18:11Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:18:11Z', 'updated_at': '2025-08-05T20:18:11Z', 'revision_number': 1, 'project_id': '43b25684815c4508b1f3e2a60e16489a'}, 'floating_ip': {'id': 'd5f1c50f-3d23-4dc1-b7f8-8cff3e107fba', 'tenant_id': '43b25684815c4508b1f3e2a60e16489a', 'floating_ip_address': '172.24.4.171', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '43b25684815c4508b1f3e2a60e16489a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:18:25Z', 'updated_at': '2025-08-05T20:18:25Z', 'revision_number': 0, 'ip': '172.24.4.171'}} 2025-08-05 20:26:33,436 98946 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.585s 2025-08-05 20:26:33,437 98946 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-20141199", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a6e7447-422e-4efb-9564-53da98a04be1', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a6e7447-422e-4efb-9564-53da98a04be1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "030bd4e5-b7a3-4b66-9b46-f47bff669213", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:33.372221", "updated_at": null, "name": "tempest-tempest.common.compute-volume-20141199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213"}], "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:26:33,502 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213 0.042s 2025-08-05 20:26:33,502 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-b097c702-90bd-4989-9b35-324234b629c1', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b097c702-90bd-4989-9b35-324234b629c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213'} Body: b'{"volume": {"id": "030bd4e5-b7a3-4b66-9b46-f47bff669213", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:33.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-20141199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213"}], "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "43b25684815c4508b1f3e2a60e16489a"}}' 2025-08-05 20:26:34,560 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213 0.039s 2025-08-05 20:26:34,560 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-56fc7a5a-6571-46b7-86fb-62da1c2425ff', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-56fc7a5a-6571-46b7-86fb-62da1c2425ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213'} Body: b'{"volume": {"id": "030bd4e5-b7a3-4b66-9b46-f47bff669213", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:26:33.000000", "updated_at": "2025-08-05T20:26:34.000000", "name": "tempest-tempest.common.compute-volume-20141199", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213"}], "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "43b25684815c4508b1f3e2a60e16489a"}}' 2025-08-05 20:26:34,670 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213 0.095s 2025-08-05 20:26:34,671 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26: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-a77ca02d-723d-47a0-8613-1ce9af319a82', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213'} Body: b'' 2025-08-05 20:26:34,692 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/ volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213 0.021s 2025-08-05 20:26:34,693 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26: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-68bd79af-6e03-4ada-8e47-d9834e317a12', 'x-openstack-request-id': 'req-68bd79af-6e03-4ada-8e47-d9834e317a12', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/030bd4e5-b7a3-4b66-9b46-f47bff669213'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 030bd4e5-b7a3-4b66-9b46-f47bff669213 could not be found."}}' 2025-08-05 20:26:34,693 98946 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 20:26:34,954 98946 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656 0.259s 2025-08-05 20:26:34,954 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1662', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d827f3a4-0e06-4c67-9a84-dcdaa161a129', 'x-compute-request-id': 'req-d827f3a4-0e06-4c67-9a84-dcdaa161a129', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656'} Body: b'{"server": {"id": "c44088a3-1ca4-4749-ba40-00120ab17656", "name": "tempest-ServerActionsTestOtherA-server-1086577994", "status": "ACTIVE", "tenant_id": "43b25684815c4508b1f3e2a60e16489a", "user_id": "6bba1d675df645b19ca3f0e9b4d0e721", "metadata": {}, "hostId": "ded594ff4d9374699f202c2ea30bdcfd6e45664d31b6ca10fb2961da", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:18:47Z", "updated": "2025-08-05T20:19:23Z", "addresses": {"tempest-ServerActionsTestOtherA-1195744081-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:08:b7"}, {"version": 4, "addr": "172.24.4.171", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f6:08:b7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c44088a3-1ca4-4749-ba40-00120ab17656"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c44088a3-1ca4-4749-ba40-00120ab17656"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2071127935", "OS-SRV-USG:launched_at": "2025-08-05T20:19:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2106926184"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.volume.admin.test_group_snapshots.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 738550b5-f524-46e3-a7f6-cd11c8b0c6bc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:27:41,693 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/types 0.182s 2025-08-05 20:27:41,693 98942 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-1881584230"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0b71c3a-e227-49cb-8871-78f97a7fe05d', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0b71c3a-e227-49cb-8871-78f97a7fe05d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "c96f0ef2-daf9-4154-8f8f-322f7f18757d", "name": "tempest-GroupSnapshotsV319Test-volume-type-1881584230", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:27:41,737 98942 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.041s 2025-08-05 20:27:41,738 98942 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-1976618546"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efe21b3b-a537-4129-8369-415f14b27a71', 'content-length': '185', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efe21b3b-a537-4129-8369-415f14b27a71', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types'} Body: b'{"group_type": {"id": "b415f56e-3075-48e7-9a2a-c96061db7ca3", "name": "tempest-GroupSnapshotsV319Test-group-type-1976618546", "description": null, "is_public": true, "group_specs": {}}}' 2025-08-05 20:27:41,924 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/groups 0.181s 2025-08-05 20:27:41,924 98942 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": "b415f56e-3075-48e7-9a2a-c96061db7ca3", "volume_types": ["c96f0ef2-daf9-4154-8f8f-322f7f18757d"], "name": "tempest-GroupSnapshotsV319Test-Group-769558359"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4a1e9e9-32db-4484-94a1-9bae07ba8aac', 'content-length': '115', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4a1e9e9-32db-4484-94a1-9bae07ba8aac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/groups'} Body: b'{"group": {"id": "738550b5-f524-46e3-a7f6-cd11c8b0c6bc", "name": "tempest-GroupSnapshotsV319Test-Group-769558359"}}' 2025-08-05 20:27:41,957 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/738550b5-f524-46e3-a7f6-cd11c8b0c6bc 0.030s 2025-08-05 20:27:41,957 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Heade rs: {'date': 'Tue, 05 Aug 2025 20:27:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e6d6e0d-f774-4156-8955-030da4737d38', 'content-length': '395', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e6d6e0d-f774-4156-8955-030da4737d38', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/738550b5-f524-46e3-a7f6-cd11c8b0c6bc'} Body: b'{"group": {"id": "738550b5-f524-46e3-a7f6-cd11c8b0c6bc", "status": "creating", "availability_zone": "nova", "created_at": "2025-08-05T20:27:42.000000", "name": "tempest-GroupSnapshotsV319Test-Group-769558359", "description": null, "group_type": "b415f56e-3075-48e7-9a2a-c96061db7ca3", "volume_types": ["c96f0ef2-daf9-4154-8f8f-322f7f18757d"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:27:42,994 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/groups/738550b5-f524-46e3-a7f6-cd11c8b0c6bc 0.031s 2025-08-05 20:27:42,995 98942 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 20:27:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67cc8a55-323a-459a-b383-bbc6f7ac2c29', 'content-length': '392', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67cc8a55-323a-459a-b383-bbc6f7ac2c29', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/groups/738550b5-f524-46e3-a7f6-cd11c8b0c6bc'} Body: b'{"group": {"id": "738550b5-f524-46e3-a7f6-cd11c8b0c6bc", "status": "error", "availability_zone": "nova", "created_at": "2025-08-05T20:27:42.000000", "name": "tempest-GroupSnapshotsV319Test-Group-769558359", "description": null, "group_type": "b415f56e-3075-48e7-9a2a-c96061db7ca3", "volume_types": ["c96f0ef2-daf9-4154-8f8f-322f7f18757d"], "group_snapshot_id": null, "source_group_id": null}}' 2025-08-05 20:27:43,035 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/detail 0.035s 2025-08-05 20:27:43,036 98942 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 20:27:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cc896a96-e340-4da5-9fb4-13734113937c', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cc896a96-e340-4da5-9fb4-13734113937c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail'} Body: b'{"volumes": []}' 2025-08-05 20:27:43,113 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/groups/738550b5-f524-46e3-a7f6-cd11c8b0c6bc/action 0.063s 2025-08-05 20:27:43,114 98942 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 20:27:43 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-680e2820-ea4b-4678-85be-5d6b6943ff37', 'connection': 'close', 'status': '202', 'content-location': 'h ttp://10.0.0.210/volume/v3/groups/738550b5-f524-46e3-a7f6-cd11c8b0c6bc/action'} Body: b'' 2025-08-05 20:27:43,129 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/groups/738550b5-f524-46e3-a7f6-cd11c8b0c6bc 0.015s 2025-08-05 20:27:43,130 98942 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 20:27:43 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-4a8879b0-e36e-4940-bf98-ae53c116e735', 'x-openstack-request-id': 'req-4a8879b0-e36e-4940-bf98-ae53c116e735', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/groups/738550b5-f524-46e3-a7f6-cd11c8b0c6bc'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 738550b5-f524-46e3-a7f6-cd11c8b0c6bc could not be found."}}' 2025-08-05 20:27:43,161 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/group_types/b415f56e-3075-48e7-9a2a-c96061db7ca3 0.031s 2025-08-05 20:27:43,161 98942 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 20:27:43 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-5949a548-eed1-44b3-a70b-548753a33142', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/group_types/b415f56e-3075-48e7-9a2a-c96061db7ca3'} Body: b'' 2025-08-05 20:27:43,213 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/c96f0ef2-daf9-4154-8f8f-322f7f18757d 0.051s 2025-08-05 20:27:43,214 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27: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-3646bdac-5591-4971-85be-be347ffaecd5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/c96f0ef2-daf9-4154-8f8f-322f7f18757d'} Body: b'' 2025-08-05 20:27:43,266 98942 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/c96f0ef2-daf9-4154-8f8f-322f7f18757d 0.052s 2025-08-05 20:27:43,267 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:43 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-e9fb27a7-95e6-4804-a54c-7980c68b4ffd', 'x-openstack-request-id': 'req-e9fb27a7-95e6-4804-a54c-7980c68b4ffd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/c96f0ef2-daf9-4154-8f8f-322f7f18757d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c96f0ef2-daf9-4154-8f8f-322f7f18757d could not be found."}}' tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] ----------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 44, in test_get_pools_with_details self._assert_pools(with_detail=True) File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 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 20:27:47,234 98942 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/scheduler-stats/get_pools?detail=True 0.661s 2025-08-05 20:27:47,234 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a35f2922-e331-46ef-8042-53b3c9cd82cc', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a35f2922-e331-46ef-8042-53b3c9cd82cc', '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 20:27:47,798 98942 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.541s 2025-08-05 20:27:47,798 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-091dfe09-f742-4f3a-86b6-5d315a1d70f3', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-091dfe09-f742-4f3a-86b6-5d315a1d70f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/scheduler-stats/get_pools'} Body: b'{"pools": []}' 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 695cd78c-a363-45a7-9850-d048ed6eb436 failed to build and is in ERROR status tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 bd6f039e-6cfb-444c-be6d-3c45c0025f49 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:28:08,801 98942 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.232s 2025-08-05 20:28:08,802 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1868784252", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBwuIfXJAH1+wlmKoSuMJiZou7b6x6RGp3bDm6RbBAkfaQCfysLpeTMj0GS4mhXcoFCVtGfYlmPii4oPkVkOhKVjwYXsS1dprMZUNKfUuT01lWS9Q1hmMzLFnTIA1Y9NSQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:08 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-1db6e470-ba7b-49c5-beb0-d34588f8a345', 'x-compute-request-id': 'req-1db6e470-ba7b-49c5-beb0-d34588f8a345', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1868784252", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBwuIfXJAH1+wlmKoSuMJiZou7b6x6RGp3bDm6RbBAkfaQCfysLpeTMj0GS4mhXcoFCVtGfYlmPii4oPkVkOhKVjwYXsS1dprMZUNKfUuT01lWS9Q1hmMzLFnTIA1Y9NSQ==", "fingerprint": "65:0b:76:79:8a:47:78:6c:52:3f:68:5c:70:fa:22:b2", "user_id": "587380f7c7cd4d55ba7991819650b891"}}' 2025-08-05 20:28:09,516 98942 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.707s 2025-08-05 20:28:09,517 98942 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-731321465", "description": "tempest-secgroup-smoke-731321465 description", "project_id": "a106f8f68c424456808b747f2f3f6c74"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1673', 'x-openstack-request-id': 'req-838e1d5d-19ef-4ba0-a91d-5c8ef4a95a10', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "name": "tempest-secgroup-smoke-731321465", "stateful": true, "tenant_id": "a106f8f68c424456808b747f2f3f6c74", "description": "tempest-secgroup-smoke-731321465 description", "shared": false, "security_group_rules": [{"id": "1d710a56-8a6f-4629-8da8-027fe87fa13d", "project_id": "a106f8f68c424456808b747f2f3f6c74", "tenant_id": "a106f8f68c424456808b747f2f3f6c74", "security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "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": 940, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:28:09Z", "updated_at": "2025-08-05T20:28:09Z", "revision_number": 0}, {"id": "ceb82a47-e057-49aa-9ff3-97fcc0da4579", "project_id": "a106f8f68c424456808b747f2f3f6c74", "tenant_id": "a106f8f68c424456808b747f2f3f6c74", "security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "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": 938, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:28:09Z", "updated_at": "2025-08-05T20:28:09Z", "revision_number" : 0}], "tags": [], "created_at": "2025-08-05T20:28:08Z", "updated_at": "2025-08-05T20:28:09Z", "revision_number": 1, "project_id": "a106f8f68c424456808b747f2f3f6c74"}}' 2025-08-05 20:28:09,889 98942 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.371s 2025-08-05 20:28:09,889 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "project_id": "a106f8f68c424456808b747f2f3f6c74", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-9b915c08-3d45-42b1-a6f5-0905abcb3178', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "de18ded1-48d8-46c8-8ce3-a71c2cd37f26", "project_id": "a106f8f68c424456808b747f2f3f6c74", "tenant_id": "a106f8f68c424456808b747f2f3f6c74", "security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "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-05T20:28:09Z", "updated_at": "2025-08-05T20:28:09Z", "revision_number": 0}}' 2025-08-05 20:28:10,109 98942 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.219s 2025-08-05 20:28:10,110 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "project_id": "a106f8f68c424456808b747f2f3f6c74", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-2822b9cd-bf18-46cf-a3f9-b690f251da94', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "73bbd1bb-3e7d-4de3-980d-ff342c3624e4", "project_id": "a106f8f68c424456808b747f2f3f6c74", "tenant_id": "a106f8f68c424456808b747f2f3f6c74", "security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "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-05T20:28:09Z", "updated_at": "2025-08-05T20:28:09Z", "revision_number": 0}}' 2025-08-05 20:28:10,297 98942 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.186s 2025-08-05 20:28:10,297 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "project_id": "a106f8f68c424456808b747f2f3f6c74", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'co ntent-length': '602', 'x-openstack-request-id': 'req-ef96ecf6-2ed7-450c-96bd-ac73dc4e11a0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "60fe7c75-8a12-4947-8b3c-50b47a3fbfba", "project_id": "a106f8f68c424456808b747f2f3f6c74", "tenant_id": "a106f8f68c424456808b747f2f3f6c74", "security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "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-05T20:28:10Z", "updated_at": "2025-08-05T20:28:10Z", "revision_number": 0}}' 2025-08-05 20:28:10,533 98942 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.235s 2025-08-05 20:28:10,534 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "project_id": "a106f8f68c424456808b747f2f3f6c74", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-5244940c-7148-4b8c-a112-91bb95db82f5', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6898ce96-9ba7-43a6-b060-395374f8d789", "project_id": "a106f8f68c424456808b747f2f3f6c74", "tenant_id": "a106f8f68c424456808b747f2f3f6c74", "security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "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-05T20:28:10Z", "updated_at": "2025-08-05T20:28:10Z", "revision_number": 0}}' 2025-08-05 20:28:10,756 98942 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.222s 2025-08-05 20:28:10,757 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "project_id": "a106f8f68c424456808b747f2f3f6c74", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-3387a722-c23b-482e-b3ad-ac5d90cf7db2', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ec639b72-3cef-4d12-984b-4e3cba782286", "project_id": "a106f8f68c424456808b747f2f3f6c74", "tenant_id": "a106f8f68c424456808b747f2f3f6c74", "security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "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-05T20:28:10Z", "updated_at": "2025-08-05T20:28:10Z", "revision_number": 0}}' 2025-08-05 20:28:10,997 98942 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_b acked_instance): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.240s 2025-08-05 20:28:10,998 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "project_id": "a106f8f68c424456808b747f2f3f6c74", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-067ce151-2b30-4e53-891b-d7e2c9fb2643', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6a956763-0394-4762-a8b9-b6ee315f03df", "project_id": "a106f8f68c424456808b747f2f3f6c74", "tenant_id": "a106f8f68c424456808b747f2f3f6c74", "security_group_id": "9b4cfea8-532e-4672-8114-64cf3e6ceeda", "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-05T20:28:10Z", "updated_at": "2025-08-05T20:28:10Z", "revision_number": 0}}' 2025-08-05 20:28:11,053 98942 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.049s 2025-08-05 20:28:11,054 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2483', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-5cb4580e-029a-452b-a261-093203225a1c', '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": "587380f7c7cd4d55ba7991819650b891", "name": "tempest-TestShelveInstance-367592508-project-member", "password_expires_at": null}, "audit_ids": ["4XOx2tA5R_2XwhDRXueIvQ"], "expires_at": "2025-08-05T21:28:11.000000Z", "issued_at": "2025-08-05T20:28:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a106f8f68c424456808b747f2f3f6c74", "name": "tempest-TestShelveInstance-367592508"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a106f8f68c424456808b747f2f3f6c74", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", " url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:28:11,055 98942 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': 'f27f1184-9eea-4255-9d74-b751724cd332', 'name': 'tempest-TestShelveInstance-852268505-network', 'tenant_id': 'a106f8f68c424456808b747f2f3f6c74', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a106f8f68c424456808b747f2f3f6c74', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 50057, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:27:55Z', 'updated_at': '2025-08-05T20:27:55Z', 'revision_number': 1} available for tenant 2025-08-05 20:28:11,373 98942 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/volumes 0.317s 2025-08-05 20:28:11,373 98942 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-1410937888", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a390e8de-14e8-497e-996d-f215cfc315ca', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a390e8de-14e8-497e-996d-f215cfc315ca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "bd6f039e-6cfb-444c-be6d-3c45c0025f49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:11.312871", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1410937888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49"}], "user_id": "587380f7c7cd4d55ba7991819650b891", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:28:11,424 98942 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49 0.038s 2025-08-05 20:28:11,424 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b9a99e2-8b45-47d2-9d71-92290bee60b7', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b9a99e2-8b45-47d 2-9d71-92290bee60b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49'} Body: b'{"volume": {"id": "bd6f039e-6cfb-444c-be6d-3c45c0025f49", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:11.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1410937888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49"}], "user_id": "587380f7c7cd4d55ba7991819650b891", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a106f8f68c424456808b747f2f3f6c74"}}' 2025-08-05 20:28:12,478 98942 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49 0.039s 2025-08-05 20:28:12,478 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50d5cd66-0c10-41e9-8f4c-57be04ffde55', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50d5cd66-0c10-41e9-8f4c-57be04ffde55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49'} Body: b'{"volume": {"id": "bd6f039e-6cfb-444c-be6d-3c45c0025f49", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:11.000000", "updated_at": "2025-08-05T20:28:11.000000", "name": "tempest-tempest.common.compute-volume-1410937888", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49"}], "user_id": "587380f7c7cd4d55ba7991819650b891", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a106f8f68c424456808b747f2f3f6c74"}}' 2025-08-05 20:28:12,609 98942 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49 0.117s 2025-08-05 20:28:12,609 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7b406ba-8bae-4e62-b743-5e42e368f54c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49'} Body: b'' 2025-08-05 20:28:12,629 98942 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49 0.019s 2025-08-05 20:28:12,629 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-df0f9def-3be8-4dbb-978a-bdce67eb16d3', 'x-openstack-request-id': 'req-df0f9def-3be8-4dbb-978a-bdce67eb16d3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/bd6f039e-6cfb-444c-be6d-3c45c0025f49'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bd6f039e-6cfb-444c-be6d-3c45c0025f49 could not be found."}}' 2025-08-05 20:28:12,978 98942 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/9b4cfea8-532e-4672-8114-64cf3e6ceeda 0.346s 2025-08-05 20:28:12,979 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-5aab754f-02c9-485a-bb65-e9a034e4980f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/9b4cfea8-532e-4672-8114-64cf3e6ceeda'} Body: b'' 2025-08-05 20:28:13,014 98942 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1868784252 0.034s 2025-08-05 20:28:13,014 98942 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:12 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-271584fd-0c21-44cd-b1b5-527d5e252b30', 'x-compute-request-id': 'req-271584fd-0c21-44cd-b1b5-527d5e252b30', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1868784252'} Body: b'' tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:24:44,905 98940 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.356s 2025-08-05 20:24:44,906 98940 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-26765117"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-55dd0b3b-e5c3-4157-b677-8f485b920546', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-55dd0b3b-e5c3-4157-b677-8f485b920546', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:44.816713", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-26765117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f"}], "user_id": "63d328ddc7f04c3193651613064bf421", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:24:44,918 98940 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:24:44,963 98940 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.044s 2025-08-05 20:24:44,963 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1871077664", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHk5hDPMJgnSlMlfUkYlGCmU8t513tACgllQAOg9jbxrZ9BPwX5fTc+JDgv1HE6TzJ7ikBjOOmpod6RPahM4M82L94LC+PD9403tbPCe0sODCmHDe106RARarCYY5kLazg=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:44 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-5c35b90d-ddce-453a-80b5-a2541794cda3', 'x-compute-request-id': 'req-5c35b90d-ddce-453a-80b5-a2541794cda3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1871077664", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHk5hDPMJgnSlMlfUkYlGCmU8t513tACgllQAOg9jbxrZ9BPwX5fTc+JDgv1HE6TzJ7ikBjOOmpod6RPahM4M82L94LC+PD9403tbPCe0sODCmHDe106RARarCYY5kLazg==", "fingerprint": "86:5e:29:69:ab:81:1d:b7:fb:02:e3:c8:cc:e4:5a:52", "user_id": "63d328ddc7f04c3193651613064bf421"}}' 2025-08-05 20:24:44,979 98940 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1871077664 created 2025-08-05 20:24:45,276 98940 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 0.287s 2025-08-05 20:24:45,276 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'A ccept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--756404976", "description": "tempest-description--1100117804"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-2af0e24b-5eb6-4fe3-83cf-94c335e04ac1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "23ba1221-a48c-4e28-a636-561dc40aa022", "name": "tempest-securitygroup--756404976", "stateful": true, "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "description": "tempest-description--1100117804", "shared": false, "security_group_rules": [{"id": "72a54b26-a47c-4f91-8d60-c8265550a24a", "project_id": "3c2c7688d0d44ebcb4a57fa72f372070", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "security_group_id": "23ba1221-a48c-4e28-a636-561dc40aa022", "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": 790, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:24:45Z", "updated_at": "2025-08-05T20:24:45Z", "revision_number": 0}, {"id": "d44c23fd-2b1e-4b0d-ad49-19e4fd70ecd6", "project_id": "3c2c7688d0d44ebcb4a57fa72f372070", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "security_group_id": "23ba1221-a48c-4e28-a636-561dc40aa022", "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": 789, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:24:45Z", "updated_at": "2025-08-05T20:24:45Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:24:45Z", "updated_at": "2025-08-05T20:24:45Z", "revision_number": 1, "project_id": "3c2c7688d0d44ebcb4a57fa72f372070"}}' 2025-08-05 20:24:45,481 98940 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.204s 2025-08-05 20:24:45,482 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "23ba1221-a48c-4e28-a636-561dc40aa022", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-a53edd2a-f033-4051-8b0b-b389d2f53ac4', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3c6f3545-535b-41db-a413-91400c9fa8a2", "project_id": "3c2c7688d0d44ebcb4a57fa72f372070", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "security_group_id": "23ba1221-a48c-4e28-a636-561dc40aa022", "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-05T20:24:45Z", "updated_at": "2025-08-05T20:24:45Z", "revision_number": 0}}' 2025-08-05 20:24:45,703 98940 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.220s 2025-08-05 20:24:45,703 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "23ba1221-a48c-4e28-a636-561dc40aa022", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-f57a5c03-978a-4dab-ae9d-ff45b459746b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "fd1e551f-494c-4950-b882-435bc6f146d3", "project_id": "3c2c7688d0d44ebcb4a57fa72f372070", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "security_group_id": "23ba1221-a48c-4e28-a636-561dc40aa022", "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-05T20:24:45Z", "updated_at": "2025-08-05T20:24:45Z", "revision_number": 0}}' 2025-08-05 20:24:45,704 98940 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--756404976 created 2025-08-05 20:24:46,428 98940 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 0.723s 2025-08-05 20:24:46,429 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-863beaa3-8283-4096-87f2-d672be079a22', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2d8d982d-a92b-407c-8725-cd19791c6f34", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "floating_ip_address": "172.24.4.203", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "3c2c7688d0d44ebcb4a57fa72f372070", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:24:46Z", "updated_at": "2025-08-05T20:24:46Z", "revision_number": 0}}' 2025-08-05 20:24:46,429 98940 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2d8d982d-a92b-407c-8725-cd19791c6f34', 'tenant_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'floating_ip_address': '172.24.4.203', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:24:46Z', 'updated_at': '2025-08-05T20:24:46Z', 'revision_number': 0, 'ip': '172.24.4.203'} created 2025-08-05 20:24:46,493 98940 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.041s 2025-08-05 20:24:46,493 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': ' 2503', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9dceee6b-4e84-4c27-83d4-839a239492d1', '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": "63d328ddc7f04c3193651613064bf421", "name": "tempest-ServerStableDeviceRescueTest-236006273-project-member", "password_expires_at": null}, "audit_ids": ["mp7-l56IRNqveHMu7v_asg"], "expires_at": "2025-08-05T21:24:46.000000Z", "issued_at": "2025-08-05T20:24:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3c2c7688d0d44ebcb4a57fa72f372070", "name": "tempest-ServerStableDeviceRescueTest-236006273"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3c2c7688d0d44ebcb4a57fa72f372070", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:24:46,496 98940 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '7d2f788a-5ed1-4cbd-a469-0f0f3759d207', 'name': 'tempest-ServerStableDeviceRescueTest-362290875-network', 'tenant_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 41867, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:24:37Z', 'updated_at': '2025-08-05T20:24:37Z', 'revision_number': 1} available for tenant 2025-08-05 20:24:46,497 98940 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1871077664', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHk5hDPMJgnSlMlfUkYlGCmU8t513tACgllQAOg9jbxrZ9BPwX5fTc+JDgv1HE6TzJ7ikBjOOmpod6RPahM4M82L94LC+PD9403tbPCe0sODCmHDe106RARarCYY5kLazg==', 'fi ngerprint': '86:5e:29:69:ab:81:1d:b7:fb:02:e3:c8:cc:e4:5a:52', 'user_id': '63d328ddc7f04c3193651613064bf421', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD9J352TqD1wdspyjC4NqFzm5T/a1aPAtEHVhxGFI5do8AMpll+F+yM\n1/2Q688W7aOgBwYFK4EEACKhZANiAAR5OYQzzCYJ0pTJX1JGJRgplPLedd7QAoJZ\nUADoPY28a2fQT8F+X03PiQ4L9RxOk8ye4pAYzjpqaHekT2oTODPNi/eCwvjw/eNN\n7WzwntLDgwphw3tdOkQEWqwmGOZC2s4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '23ba1221-a48c-4e28-a636-561dc40aa022', 'name': 'tempest-securitygroup--756404976', 'stateful': True, 'tenant_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'description': 'tempest-description--1100117804', 'shared': False, 'security_group_rules': [{'id': '72a54b26-a47c-4f91-8d60-c8265550a24a', 'project_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'tenant_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'security_group_id': '23ba1221-a48c-4e28-a636-561dc40aa022', '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': 790, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:24:45Z', 'updated_at': '2025-08-05T20:24:45Z', 'revision_number': 0}, {'id': 'd44c23fd-2b1e-4b0d-ad49-19e4fd70ecd6', 'project_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'tenant_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'security_group_id': '23ba1221-a48c-4e28-a636-561dc40aa022', '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': 789, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:24:45Z', 'updated_at': '2025-08-05T20:24:45Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08-05T20:24:45Z', 'updated_at': '2025-08-05T20:24:45Z', 'revision_number': 1, 'project_id': '3c2c7688d0d44ebcb4a57fa72f372070'}, 'floating_ip': {'id': '2d8d982d-a92b-407c-8725-cd19791c6f34', 'tenant_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'floating_ip_address': '172.24.4.203', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '3c2c7688d0d44ebcb4a57fa72f372070', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:24:46Z', 'updated_at': '2025-08-05T20:24:46Z', 'revision_number': 0, 'ip': '172.24.4.203'}} 2025-08-05 20:24:47,144 98940 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 0.645s 2025-08-05 20:24:47,144 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-296602186", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "7d2f788a-5ed1-4cbd-a469-0f0f3759d207"}], "security_groups": [{"name": "tempest-securitygroup--756404976"}], "key_name": "tempest-keypair-1871077664", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e568bfac-a072-4878-a127-94df13092bf6', 'x-compute-request-id': 'req-e568bfac-a072-4878-a127-94df13092bf6', 'connection': 'close', 'status': '2 02', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--756404976"}], "adminPass": "GE77pCK2zo4H"}}' 2025-08-05 20:24:47,217 98940 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/7e7ef084-3a8d-440b-bbd8-4895d1682eb1 0.069s 2025-08-05 20:24:47,217 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:24:47 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-0c2c9743-1d9c-4456-a01e-024acd08d1ad', 'x-compute-request-id': 'req-0c2c9743-1d9c-4456-a01e-024acd08d1ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1'} Body: b'{"server": {"id": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "name": "tempest-ServerStableDeviceRescueTest-server-296602186", "status": "BUILD", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "user_id": "63d328ddc7f04c3193651613064bf421", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:47Z", "updated": "2025-08-05T20:24:47Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1871077664", "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 20:25:37,489 98940 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/7e7ef084-3a8d-440b-bbd8-4895d1682eb1 0.204s 2025-08-05 20:25:37,490 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f41b10d9-458b-465c-92af-e376eb82049f', 'x-compute-request-id': 'req-f41b10d9-458b-465c-92af-e376eb82049f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1'} Body: b'{"server": {"id": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "name": "tempest-ServerStableDeviceRescueTest-server-296602186", "status": "ACTIVE", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "user_id": "63d328ddc7f04c3193651613064bf421" , "metadata": {}, "hostId": "e9f83d011a33dc0325de2fe5e7e5ba24611c209358fe9fe8399d94e3", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:47Z", "updated": "2025-08-05T20:25:03Z", "addresses": {"tempest-ServerStableDeviceRescueTest-362290875-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:f5:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1871077664", "OS-SRV-USG:launched_at": "2025-08-05T20:25:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756404976"}], "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 20:25:37,524 98940 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:26:37,843 98940 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/7e7ef084-3a8d-440b-bbd8-4895d1682eb1/os-interface 0.258s 2025-08-05 20:26:37,843 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:37 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-5a308161-a1d7-4221-bd53-cac005b00f79', 'x-compute-request-id': 'req-5a308161-a1d7-4221-bd53-cac005b00f79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "7d2f788a-5ed1-4cbd-a469-0f0f3759d207", "port_id": "39d3ef52-d00b-4625-b11c-cae50395463c", "mac_addr": "fa:16:3e:6b:f5:f4", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "1c1c5321-6efa-4930-b648-4093ea59f4e4", "ip_address": "10.0.0.9"}]}]}' 2025-08-05 20:26:38,834 98940 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/2d8d982d-a92b-407c-8725-cd19791c6f34 0.987s 2025-08-05 20:26:38,834 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "39d3ef52-d00b-4625-b11c-cae50395463c"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-bc530f97-9e76-41f7-80f0-088ff4da9b21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/2d8d982d-a92b-407c-8725-cd19791c6f34'} Body: b'{"floatingip": {"id": "2d8d982d-a92b-407c-8725-cd19791c6f34", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "floating_ip_address": "172.24.4.203", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "c43a2b96-1646-4997-a241-80e1219ea317", "port_id": "39d3ef52-d00b-4625-b11c-cae50395463c", "fixed_ip_address" : "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "7d2f788a-5ed1-4cbd-a469-0f0f3759d207", "mac_address": "fa:16:3e:6b:f5:f4", "admin_state_up": true, "status": "ACTIVE", "device_id": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:24:46Z", "updated_at": "2025-08-05T20:26:38Z", "revision_number": 1, "project_id": "3c2c7688d0d44ebcb4a57fa72f372070"}}' 2025-08-05 20:26:38,839 98940 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.203:22' as 'cirros' with public key authentication 2025-08-05 20:26:38,852 98940 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:26:38,955 98940 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:26:38,956 98940 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.203 successfully created 2025-08-05 20:26:39,781 98940 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/7e7ef084-3a8d-440b-bbd8-4895d1682eb1/action 0.824s 2025-08-05 20:26:39,782 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-1042143918"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'content-length': '0', 'location': 'http://10.0.0.210/image//images/b860e84c-4ecc-450b-9589-668118ab4737', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb15e175-b4b2-4d95-aba5-40db99dcae68', 'x-compute-request-id': 'req-fb15e175-b4b2-4d95-aba5-40db99dcae68', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1/action'} Body: b'' 2025-08-05 20:26:39,850 98940 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/b860e84c-4ecc-450b-9589-668118ab4737 0.066s 2025-08-05 20:26:39,851 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:26:39 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-d453d9d1-3972-462e-a23f-f18bdf6a8650', 'x-compute-request-id': 'req-d453d9d1-3972-462e-a23f-f18bdf6a8650', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b860e84c-4ecc-450b-9589-668118ab4737'} Body: b'{"image": {"id": "b860e84c-4ecc-450b-9589-668118ab4737", "name": "tempest-ServerStableDeviceRescueTest-image-1042143918", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "owner_project_name": "tempest-ServerStableDeviceRescueTest-236006273", "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-236006273-project-member", "user_id": " 63d328ddc7f04c3193651613064bf421"}, "created": "2025-08-05T20:26:40Z", "updated": "2025-08-05T20:26:40Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b860e84c-4ecc-450b-9589-668118ab4737"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b860e84c-4ecc-450b-9589-668118ab4737"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b860e84c-4ecc-450b-9589-668118ab4737"}], "server": {"id": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}]}}}' 2025-08-05 20:27:29,970 98940 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/b860e84c-4ecc-450b-9589-668118ab4737 0.065s 2025-08-05 20:27:29,970 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8fd1d093-92e0-459c-887c-9dee7dfa9347', 'x-compute-request-id': 'req-8fd1d093-92e0-459c-887c-9dee7dfa9347', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b860e84c-4ecc-450b-9589-668118ab4737'} Body: b'{"image": {"id": "b860e84c-4ecc-450b-9589-668118ab4737", "name": "tempest-ServerStableDeviceRescueTest-image-1042143918", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "owner_id": "3c2c7688d0d44ebcb4a57fa72f372070", "owner_project_name": "tempest-ServerStableDeviceRescueTest-236006273", "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-236006273-project-member", "user_id": "63d328ddc7f04c3193651613064bf421"}, "created": "2025-08-05T20:26:40Z", "updated": "2025-08-05T20:26:48Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b860e84c-4ecc-450b-9589-668118ab4737"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b860e84c-4ecc-450b-9589-668118ab4737"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b860e84c-4ecc-450b-9589-668118ab4737"}], "server": {"id": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}]}}}' 2025-08-05 20:27:30,057 98940 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/b860e84c-4ecc-450b-9589-668118ab4737 0.080s 2025-08-05 20:27:30,058 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1723', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-39e6b023-e890-47ef-9552-8d4eca96719d', 'x-compute-request-id': 'req-39e6b023-e890-47ef-9552-8d4eca96719d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/b860e84c-4ecc-450b-9589-668118ab4737'} Body: b'{"image": {"id": "b860e84c-4ecc-450b-9589-668118ab4737", "name": "tempest-ServerStableDeviceRescueTest-image-1042143918", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "owner_id": "3c2c7688d0d44ebcb4a57fa72f372070", "owner_project_name": "tempest-ServerStableDeviceRescueTest-236006273", "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-236006273-project-member", "user_id": "63d328ddc7f04c3193651613064bf421"}, "created": "2025-08-05T20:26:40Z", "updated": "2025-08-05T20:26:48Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 53477376, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/b860e84c-4ecc-450b-9589-668118ab4737"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b860e84c-4ecc-450b-9589-668118ab4737"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/b860e84c-4ecc-450b-9589-668118ab4737"}], "server": {"id": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}]}}}' 2025-08-05 20:27:30,263 98940 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/7e7ef084-3a8d-440b-bbd8-4895d1682eb1 0.198s 2025-08-05 20:27:30,263 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4320e5a5-f59e-4df2-8e9b-520cbcd0d309', 'x-compute-request-id': 'req-4320e5a5-f59e-4df2-8e9b-520cbcd0d309', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1'} Body: b'{"server": {"id": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "name": "tempest-ServerStableDeviceRescueTest-server-296602186", "status": "ACTIVE", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "user_id": "63d328ddc7f04c3193651613064bf421", "metadata": {}, "hostId": "e9f83d011a33dc0325de2fe5e7e5ba24611c209358fe9fe8399d94e3", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:47Z", "updated": "2025-08-05T20:26:48Z", "addresses": {"tempest-ServerStableDeviceRescueTest-362290875-network": [ {"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:f5:f4"}, {"version": 4, "addr": "172.24.4.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:f5:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1871077664", "OS-SRV-USG:launched_at": "2025-08-05T20:25:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756404976"}], "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 20:28:30,504 98940 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/b860e84c-4ecc-450b-9589-668118ab4737 0.167s 2025-08-05 20:28:30,504 98940 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 20:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1642', 'content-type': 'application/json', 'x-openstack-request-id': 'req-650b9e43-b68a-4cea-aadc-e8f77742972a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b860e84c-4ecc-450b-9589-668118ab4737'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "owner_id": "3c2c7688d0d44ebcb4a57fa72f372070", "owner_project_name": "tempest-ServerStableDeviceRescueTest-236006273", "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-236006273-project-member", "user_id": "63d328ddc7f04c3193651613064bf421", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-1042143918", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "01cca9a78bebc1fc5168e54f18d6a11d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "3c2c7688d0d44ebcb4a57fa72f372070", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "574d81547c6495e377d34a31781956418c1a2fd2d611320204bba7a2a2d96d34abad23779998af111d6ca8675885a5a5484909706024301809561020848477c7", "id": "b860e84c-4ecc-450b-9589-668118ab4737", "created_at": "2025-08-05T20:26:40Z", "updated_at": "2025-08-05T20:28:30Z", "tags": [], "self": "/v2/images/b860e84c-4ecc-450b-9589-668118ab4737", "file": "/v2/images/b860e84c-4ecc-450b-9589-668118ab4737/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:28:30,735 98940 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/b860e84c-4ecc-450b-9589-668118ab4737 0.230s 2025-08-05 20:28:30,735 98940 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 20:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2d0dfa58-e750-4213-a88e-d71235158820', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b860e84c-4ecc-450b-9589-668118ab4737'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "owner_id": "3c2c7688d0d44ebcb4a57fa72f372070", "owner_project_name": "tempest-ServerStableDeviceRescueTest-236006273", "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-236006273-project-member", "user_id": "63d328ddc7f04c3193651613064bf421", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-1042143918", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53477376, "virtual_size": 1073741824, "status": "active", "checksum": "01cca9a78bebc1fc5168e54f18d6a11d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "3c2c7688d0d44ebcb4a57fa72f372070", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "574d81547c6495e377d34a31781956418c1a2fd2d611320204bba7a2a2d96d34abad23779998af111d6ca8675885a5a5484909706024301809561020848477c7", "id": "b860e84c-4ecc-450b-9589-668118ab4737", "created_at": "2025-08-05T20:26:40Z", "updated_at": "2025-08-05T20:28:31Z", "tags": [], "self": "/v2/images/b860e84c-4ecc-450b-9589-668118ab4737", "file": "/v2/images/b860e84c-4ecc-450b-9589-668118ab4737/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:28:30,944 98940 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/7e7ef084-3a8d-440b-bbd8-4895d1682eb1 0.208s 2025-08-05 20:28:30,944 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d20aa94-01f7-4534-b7f4-c7704849a7c0', 'x-compute-request-id': 'req-3d20aa94-01f7-4534-b7f4-c7704849a7c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1'} Body: b'{"server": {"id": "7e7ef084-3a8d-440b-bbd8-4895d1682eb1", "name": "tempest-ServerStableDeviceRescueTest-server-296602186", "status": "ACTIVE", "tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070", "user_id": "63d328ddc7f04c3193651613064bf421", "metadata": {}, "hostId": "e9f83d011a33dc0325de2fe5e7e5ba24611c209358fe9fe8399d94e3", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:24:47Z", "updated": "2025-08-05T20:26:48Z", "addresses": {"tempest-ServerStableDeviceRescueTest-362290875-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:f5:f4"}, {"version": 4, "addr": "172.24.4.203", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6b:f5:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7e7ef084-3a8d-440b -bbd8-4895d1682eb1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7e7ef084-3a8d-440b-bbd8-4895d1682eb1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1871077664", "OS-SRV-USG:launched_at": "2025-08-05T20:25:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--756404976"}], "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 20:28:31,044 98940 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/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f 0.084s 2025-08-05 20:28:31,044 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8453097e-e55d-4ec4-a66e-174e75a1b2db', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8453097e-e55d-4ec4-a66e-174e75a1b2db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f'} Body: b'{"volume": {"id": "2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:45.000000", "updated_at": "2025-08-05T20:24:45.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-26765117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f"}], "user_id": "63d328ddc7f04c3193651613064bf421", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070"}}' 2025-08-05 20:28:32,099 98940 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/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f 0.039s 2025-08-05 20:28:32,100 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2284768d-c93f-426f-a079-01ccf722710e', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2284768d-c93f-426f-a079-01ccf722710e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f'} Body: b'{"volume": {"id": "2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:45.000000", "updated_at": "2025-08-05T20:24:45.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-26765117", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2c3dd49d-9f68-4a74-989e-5bb9bbdd7c6f"}], "user_id": "63d328ddc7f04c3193651613064bf421", "bootable": "false", "encrypted": false, "replication_stat us": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3c2c7688d0d44ebcb4a57fa72f372070"}}' 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 2d8ddb55-ba21-4688-abc9-68453f1d2539 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:28:31,128 98946 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.800s 2025-08-05 20:28:31,128 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-image-dependency-test-1726006759", "container_format": "bare", "disk_format": "raw", "visibility": "private"} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '648', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/e6c5b257-2a63-4847-8722-3d588d3c25db', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-bb8817fc-7de1-42f4-af93-33a8cd937d4d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-image-dependency-test-1726006759", "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": "4e5f2990ff6c453681be16331f8ea2b7", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "e6c5b257-2a63-4847-8722-3d588d3c25db", "created_at": "2025-08-05T20:28:31Z", "updated_at": "2025-08-05T20:28:31Z", "tags": [], "self": "/v2/images/e6c5b257-2a63-4847-8722-3d588d3c25db", "file": "/v2/images/e6c5b257-2a63-4847-8722-3d588d3c25db/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:28:32,013 98946 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 204 PUT http://10.0.0.210/image/v2/images/e6c5b257-2a63-4847-8722-3d588d3c25db/file 0.882s 2025-08-05 20:28:32,014 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d613adb0-58ad-4862-acd3-9b070b021f64', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/e6c5b257-2a63-4847-8722-3d588d3c25db/file'} Body: b'' 2025-08-05 20:28:32,033 98946 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/image/v2/images/e6c5b257-2a63-4847-8722-3d588d3c25db 0.018s 2025-08-05 20:28:32,033 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '808', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bdfa4ca3-c1c8-4454-b267-0fab2ae05007', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/e6c5b257-2a63-4847-8722-3d588d3c25db'} Body: b'{"name": "tempest-image-dependency-test-1726006759", "disk_format": "raw", "container_format": "bare", "visibility": "private", "size": 1024, "virtual_size": 1024, "status": "active", "checksum": "857895ae831159814ea60c6ebab104bc", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "4e5f2990ff6c453681be16331f8ea2b7", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f95d6efafb06aca60b19942bced38aeb9adeea58a1d3c7eb6dd736a78a0ca58fb35be3b0ca5cbde820b00b9fcf998f45323e9429e22fd6d15ca4400632ba5fbc", "id": "e6c5b257-2a63-4847-8722-3d588d3c25db", "created_at": "2025-08-05T20:28:31Z", "updated_at": "2025-08-05T20:28:32Z", "tags": [], "self": "/v2/images/e6c5b257-2a63-4847-8722-3d588d3c25db", "file": "/v2/images/e6c5b257-2a63-484 7-8722-3d588d3c25db/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:28:32,081 98946 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.041s 2025-08-05 20:28:32,082 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28: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-5eb73b4a-5c06-4604-9c3f-4d460696caa5', '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": "ddd3e956eb8b472e8bf0c9a3a0e2fddf", "name": "tempest-ImageDependencyTests-1518273641-project-member", "password_expires_at": null}, "audit_ids": ["A0z0PH0FTbStyhKG_h422g"], "expires_at": "2025-08-05T21:28:32.000000Z", "issued_at": "2025-08-05T20:28:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4e5f2990ff6c453681be16331f8ea2b7", "name": "tempest-ImageDependencyTests-1518273641"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4e5f2990ff6c453681be16331f8ea2b7", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:28:32,082 98946 INFO [tempest.lib.common.fixed_network] (ImageDependencyTests:test_image_volume_server_snapshot_dependency) Found network None available for tenant 2025-08-05 20:28:32,530 98946 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.446s 2025-08-05 20:28:32,530 98946 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-803772049", "imageRef": "e6c5b257-2a63-4847-8722-3d588d3c25db", "size": 1}} Response - Headers: {'d ate': 'Tue, 05 Aug 2025 20:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f13eea27-af12-4409-afc3-4c61d2afcbb8', 'content-length': '753', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f13eea27-af12-4409-afc3-4c61d2afcbb8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2d8ddb55-ba21-4688-abc9-68453f1d2539", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:32.465184", "updated_at": null, "name": "tempest-tempest.common.compute-volume-803772049", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539"}], "user_id": "ddd3e956eb8b472e8bf0c9a3a0e2fddf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:28:32,588 98946 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539 0.045s 2025-08-05 20:28:32,589 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da3e8de1-d606-455f-bba6-e2fe4c74a4ae', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da3e8de1-d606-455f-bba6-e2fe4c74a4ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539'} Body: b'{"volume": {"id": "2d8ddb55-ba21-4688-abc9-68453f1d2539", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:32.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-803772049", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539"}], "user_id": "ddd3e956eb8b472e8bf0c9a3a0e2fddf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e5f2990ff6c453681be16331f8ea2b7"}}' 2025-08-05 20:28:33,643 98946 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 200 GET http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539 0.039s 2025-08-05 20:28:33,643 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-389f2b25-7bef-47fa-8056-91fb52e34ef3', 'content-length': '842', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-389f2b25-7bef-47fa-8056-91fb52e34ef3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539'} Body: b'{"volume": {"id": "2d8ddb55-ba21-4688-abc9-68453f1d2539", "status": "error", "size": 1, "availability_zone": "nova", "cre ated_at": "2025-08-05T20:28:32.000000", "updated_at": "2025-08-05T20:28:33.000000", "name": "tempest-tempest.common.compute-volume-803772049", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539"}], "user_id": "ddd3e956eb8b472e8bf0c9a3a0e2fddf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4e5f2990ff6c453681be16331f8ea2b7"}}' 2025-08-05 20:28:33,790 98946 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 202 DELETE http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539 0.133s 2025-08-05 20:28:33,790 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-344a0fec-8210-4afa-8602-865d70ab2331', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539'} Body: b'' 2025-08-05 20:28:33,812 98946 INFO [tempest.lib.common.rest_client] Request (ImageDependencyTests:test_image_volume_server_snapshot_dependency): 404 GET http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539 0.021s 2025-08-05 20:28:33,812 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a2c4103-f95c-4797-b7c1-964c0b2392c3', 'x-openstack-request-id': 'req-3a2c4103-f95c-4797-b7c1-964c0b2392c3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2d8ddb55-ba21-4688-abc9-68453f1d2539'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2d8ddb55-ba21-4688-abc9-68453f1d2539 could not be found."}}' tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range 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 2e2484f7-28a7-49e7-bd9d-6fdd32a03066 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:28:45,440 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/types 0.164s 2025-08-05 20:28:45,441 98946 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-760428280", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f15ba3c-cc51-4cf7-98dd-791be322773a', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f15ba3c-cc51-4cf7-98dd-791be322773a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "119d1a36-088d-4a53-8f07-15e973ceb504", "name": "tempest-VolumeTypesAccessTest-volume-type-760428280", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2025-08-05 20:28:45,593 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/volumes 0.146s 2025-08-05 20:28:45,593 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "119d1a36-088d-4a53-8f07-15e973ceb504", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:45 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-b8ddf83a-795d-4588-9920-a24c75ccf288', 'x-openstack-request-id': 'req-b8ddf83a-795d-4588-9920-a24c75ccf288', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 119d1a36-088d-4a53-8f07-15e973ceb504 could not be found."}}' 2025-08-05 20:28:45,594 98946 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2025-08-05 20:28:45,633 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/types/119d1a36-088d-4a53-8f07-15e973ceb504/action 0.039s 2025-08-05 20:28:45,633 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "e3cea823a8b547efa5616090ad6f715c"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9657bbea-8858-432a-96bc-517f5bcf9bde', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/119d1a36-088d-4a53-8f07-15e973ceb504/action'} Body: b'' 2025-08-05 20:28:45,920 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/volumes 0.285s 2025-08-05 20:28:45,920 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "119d1a36-088d-4a53-8f07-15e973ceb504", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1389285708"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-reques t-id': 'req-6174d519-4405-4080-90fe-1924ebc90d7b', 'content-length': '793', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6174d519-4405-4080-90fe-1924ebc90d7b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2e2484f7-28a7-49e7-bd9d-6fdd32a03066", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:45.792752", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1389285708", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-760428280", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066"}], "user_id": "b4d45dca88f740f6a0026aa8cd296da4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:28:45,976 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066 0.044s 2025-08-05 20:28:45,977 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65c12820-d742-4968-ac56-55399648f8aa', 'content-length': '861', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65c12820-d742-4968-ac56-55399648f8aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066'} Body: b'{"volume": {"id": "2e2484f7-28a7-49e7-bd9d-6fdd32a03066", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:46.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1389285708", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-760428280", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066"}], "user_id": "b4d45dca88f740f6a0026aa8cd296da4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3cea823a8b547efa5616090ad6f715c"}}' 2025-08-05 20:28:47,035 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066 0.044s 2025-08-05 20:28:47,036 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4905b9b9-1809-4d11-bd66-253364a11600', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4905b9b9-1809-4d11-bd66-253364a11600', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066'} Body: b'{"volume": {"id": "2e2484f7-28a7-49e7-bd9d-6fdd32a03066", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:46.000000", "updated_at": "2025-08-05T20:28:46.00000 0", "name": "tempest-VolumeTypesAccessTest-Volume-1389285708", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-760428280", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066"}], "user_id": "b4d45dca88f740f6a0026aa8cd296da4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3cea823a8b547efa5616090ad6f715c"}}' 2025-08-05 20:28:47,109 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066 0.058s 2025-08-05 20:28:47,109 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcfa772f-c422-4773-9f22-fd8eb50db4a5', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcfa772f-c422-4773-9f22-fd8eb50db4a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066'} Body: b'{"volume": {"id": "2e2484f7-28a7-49e7-bd9d-6fdd32a03066", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:46.000000", "updated_at": "2025-08-05T20:28:46.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1389285708", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-760428280", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066"}], "user_id": "b4d45dca88f740f6a0026aa8cd296da4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3cea823a8b547efa5616090ad6f715c"}}' 2025-08-05 20:28:47,237 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066 0.115s 2025-08-05 20:28:47,238 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28: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-10e3d2fa-257b-4d8e-856d-c5f22052d4cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066'} Body: b'' 2025-08-05 20:28:47,261 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066 0.022s 2025-08-05 20:28:47,261 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28: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-7a9d87e3-f888-4a28-a295-0f9a60d4f a4e', 'x-openstack-request-id': 'req-7a9d87e3-f888-4a28-a295-0f9a60d4fa4e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2e2484f7-28a7-49e7-bd9d-6fdd32a03066'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2e2484f7-28a7-49e7-bd9d-6fdd32a03066 could not be found."}}' 2025-08-05 20:28:47,300 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/types/119d1a36-088d-4a53-8f07-15e973ceb504/action 0.038s 2025-08-05 20:28:47,300 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "e3cea823a8b547efa5616090ad6f715c"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28: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-43c5e02d-de58-4d28-83fd-3058f565101e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/119d1a36-088d-4a53-8f07-15e973ceb504/action'} Body: b'' 2025-08-05 20:28:47,357 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/119d1a36-088d-4a53-8f07-15e973ceb504 0.057s 2025-08-05 20:28:47,358 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28: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-406532d1-666f-4b78-a6e4-9789051c1acf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/119d1a36-088d-4a53-8f07-15e973ceb504'} Body: b'' 2025-08-05 20:28:47,373 98946 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/types/119d1a36-088d-4a53-8f07-15e973ceb504 0.015s 2025-08-05 20:28:47,374 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-4df7e905-001c-40fe-a443-cd08a5d10d1d', 'x-openstack-request-id': 'req-4df7e905-001c-40fe-a443-cd08a5d10d1d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/types/119d1a36-088d-4a53-8f07-15e973ceb504'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 119d1a36-088d-4a53-8f07-15e973ceb504 could not be found."}}' 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 e5c54946-9b21-4f42-a4d6-428a38b8bbd1 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2025-08-05T20:28:38Z', 'message': 'Build of instance e5c54946-9b21-4f42-a4d6-428a38b8bbd1 aborted: Volume 8320c957-ae61-4b73-9ce4-ea27700d149b did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Request ID of server operation performed before checking the server status req-877920ba-fad9-4845-aa31-b84c9f2d12b6. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:25:21,697 98950 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.166s 2025-08-05 20:25:21,697 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:21 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-6bd83d25-6b10-446d-b8e6-16e37454530a', '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": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110-project-member", "password_expires_at": null}, "audit_ids": ["_7iaqlFPTPGerJIN6mxctA"], "expires_at": "2025-08-05T21:25:21.000000Z", "issued_at": "2025-08-05T20:25:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "13c295381b954c299ee3883e266dcecb", "name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/13c295381b954c299ee3883e266dcecb", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:25:21,698 98950 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'b14bd801-ad17-4718-88a0-2ab0f71b7e77', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-858271649-network', 'tenant_id': '13c295381b954c299ee3883e266dcecb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '13c295381b954c299ee3883e266dcecb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26212, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope ': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:21:22Z', 'updated_at': '2025-08-05T20:21:22Z', 'revision_number': 1} available for tenant 2025-08-05 20:25:23,139 98950 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.440s 2025-08-05 20:25:23,140 98950 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-1503079028", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "b14bd801-ad17-4718-88a0-2ab0f71b7e77"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:25:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1', '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-ebf87cd9-49a1-455c-9fe7-c76f06713239', 'x-compute-request-id': 'req-ebf87cd9-49a1-455c-9fe7-c76f06713239', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "GjLPmPJ72LiB"}}' 2025-08-05 20:25:23,220 98950 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/5d68a01d-1f00-403d-8999-f1945b9f56e1 0.077s 2025-08-05 20:25:23,220 98950 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 20:25:23 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-6fa1d1fd-1665-47fe-b050-9216dcd634de', 'x-compute-request-id': 'req-6fa1d1fd-1665-47fe-b050-9216dcd634de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1'} Body: b'{"server": {"id": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1503079028", "status": "BUILD", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:25:23Z", "updated": "2025-08-05T20:25:23Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1"}], "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 20:26:13,543 98950 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/5d68a01d-1f00-403d-8999-f1945b9f56e1 0.253s 2025-08-05 20:26:13,543 98950 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 20:26:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', '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-6868ea35-6527-424c-8e0a-5b20df5b641d', 'x-compute-request-id': 'req-6868ea35-6527-424c-8e0a-5b20df5b641d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1'} Body: b'{"server": {"id": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1503079028", "status": "ACTIVE", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "4e4b59d85871eaedab38dd363b55317ecf2cce6aff1160a760e587c6", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:25:23Z", "updated": "2025-08-05T20:25:38Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-858271649-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:14:52"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:25:38.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 20:26:13,583 98950 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:27:14,448 98950 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/5d68a01d-1f00-403d-8999-f1945b9f56e1/action 0.855s 2025-08-05 20:27:14,448 98950 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-425037340"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '52', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Versi on,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6480a329-1994-437c-9a3e-6370e0942451', 'x-compute-request-id': 'req-6480a329-1994-437c-9a3e-6370e0942451', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1/action'} Body: b'{"image_id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02"}' 2025-08-05 20:27:14,472 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.023s 2025-08-05 20:27:14,473 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-70a432b2-1a0e-45d2-a576-1615b6657e96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:14Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:15,498 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.024s 2025-08-05 20:27:15,499 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b47dd8b0-2c22-4842-a072-7cf08dac35ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c37 1d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:14Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:16,527 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.026s 2025-08-05 20:27:16,527 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b1939f2d-714f-4162-ab8a-061844c89844', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:14Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:17,552 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.023s 2025-08-05 20:27:17,552 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5a830be4-80b2-4597-8513-fa4471073962', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_project_name": "tempest-ServerBo otFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:14Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:18,576 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.022s 2025-08-05 20:27:18,577 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9ee284b2-49b9-45c0-9002-6bc772f3b858', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:14Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:19,602 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.023s 2025-08-05 20:27:19,602 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2df97d75-f227-4c35-aa5a-094354f5d6bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "b oot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:14Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:20,643 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.039s 2025-08-05 20:27:20,644 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1359', 'content-type': 'application/json', 'x-openstack-request-id': 'req-b47be91b-eaaf-41ad-ac4c-7166e54ccfaa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:14Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:21,669 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.023s 2025-08-05 20:27:21,669 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type ': 'application/json', 'x-openstack-request-id': 'req-a20c8dc7-5309-4b0d-bf88-3ea9984c4574', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_id": "13c295381b954c299ee3883e266dcecb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 1, "owner": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:21Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:22,698 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.027s 2025-08-05 20:27:22,698 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1470', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9cb13c6c-55ce-4a51-ae1d-569087cdb5cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_id": "13c295381b954c299ee3883e266dcecb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "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": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:22Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:23,727 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.027s 2025-08-05 20:27:23,727 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e45ec76a-6039-4fe1-ae66-5f0a7a2e1b95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_id": "13c295381b954c299ee3883e266dcecb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-425037340", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "3f4045a61fe874624cc5ebe549c68851", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "095c0ba8e9c72166d06b06294dcb2bf6aae5c8d41deeb77ec769f661c9c8f4dd296f4d2d5a7548d993e3d45581839643594c11469111b9df3d20cef11690326a", "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:23Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:23,750 98950 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/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02 0.022s 2025-08-05 20:27:23,750 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1640', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8fbaa677-7182-4016-a9d5-b26dc5533c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02'} Body: b'{"base_image_ref": "f205fc20-64b7-439b-8043-d81032ab0a45", "boot_roles": "reader,member", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "owner_id": "13c295381b954c299ee3883e266dcecb", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110", "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-1189097110-project-member", "user_id": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRe scueTest-image-425037340", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 53542912, "virtual_size": 1073741824, "status": "active", "checksum": "3f4045a61fe874624cc5ebe549c68851", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "13c295381b954c299ee3883e266dcecb", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "095c0ba8e9c72166d06b06294dcb2bf6aae5c8d41deeb77ec769f661c9c8f4dd296f4d2d5a7548d993e3d45581839643594c11469111b9df3d20cef11690326a", "id": "864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "created_at": "2025-08-05T20:27:14Z", "updated_at": "2025-08-05T20:27:23Z", "tags": [], "self": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02", "file": "/v2/images/864ca2d1-5481-4bdd-9581-e6ed5d8bdb02/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:27:23,975 98950 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/5d68a01d-1f00-403d-8999-f1945b9f56e1 0.224s 2025-08-05 20:27:23,976 98950 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 20:27:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', '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-7fe833ae-77ee-47d7-a86d-7b227691b036', 'x-compute-request-id': 'req-7fe833ae-77ee-47d7-a86d-7b227691b036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1'} Body: b'{"server": {"id": "5d68a01d-1f00-403d-8999-f1945b9f56e1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1503079028", "status": "ACTIVE", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "4e4b59d85871eaedab38dd363b55317ecf2cce6aff1160a760e587c6", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:25:23Z", "updated": "2025-08-05T20:27:23Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-858271649-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:14:52"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d68a01d-1f00-403d-8999-f1945b9f56e1"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:25:38.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 20:28:24,166 98950 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.108s 2025-08-05 20:28:24,167 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'co ntent-type': 'application/json', 'content-length': '2521', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-56b1c062-7b47-4bf1-826e-4ef306ebeaa1', '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": "555e82c371d1428dad31b2b544030406", "name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110-project-member", "password_expires_at": null}, "audit_ids": ["6cPPIXcVRwWz4knvPYb6QQ"], "expires_at": "2025-08-05T21:28:24.000000Z", "issued_at": "2025-08-05T20:28:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "13c295381b954c299ee3883e266dcecb", "name": "tempest-ServerBootFromVolumeStableRescueTest-1189097110"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/13c295381b954c299ee3883e266dcecb", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:28:24,167 98950 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': 'b14bd801-ad17-4718-88a0-2ab0f71b7e77', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-858271649-network', 'tenant_id': '13c295381b954c299ee3883e266dcecb', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '13c295381b954c299ee3883e266dcecb', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 26212, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:21:22Z', 'updated_at': '2025-08-05T20:21:22Z', 'revision_number': 1} available for tenant 2025-08-05 20:28:24,679 98950 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.511s 2025-08-05 20:28:24,680 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Ty pe': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-1701685464", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "f205fc20-64b7-439b-8043-d81032ab0a45", "destination_type": "volume"}], "networks": [{"uuid": "b14bd801-ad17-4718-88a0-2ab0f71b7e77"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1', '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-877920ba-fad9-4845-aa31-b84c9f2d12b6', 'x-compute-request-id': 'req-877920ba-fad9-4845-aa31-b84c9f2d12b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e5c54946-9b21-4f42-a4d6-428a38b8bbd1", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "TsjGs2bCqmS3"}}' 2025-08-05 20:28:24,768 98950 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/e5c54946-9b21-4f42-a4d6-428a38b8bbd1 0.085s 2025-08-05 20:28:24,768 98950 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 20:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bad232a8-d53c-4d5e-8899-7f29bed76d2a', 'x-compute-request-id': 'req-bad232a8-d53c-4d5e-8899-7f29bed76d2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1'} Body: b'{"server": {"id": "e5c54946-9b21-4f42-a4d6-428a38b8bbd1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1701685464", "status": "BUILD", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:28:25Z", "updated": "2025-08-05T20:28:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1"}], "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 20:29:14,937 98950 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/e5c54946-9b21-4f42-a4d6-428a38b8bbd1 0.108s 2025-08-05 20:29:14,937 98950 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 20:29:14 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-fe2ef6cb-465e-4b02-85ce-55c0bf6c3e79', 'x-compute-request-id': 'req-fe2ef6cb-465e-4b02-85ce-55c0bf6c3e79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1'} Body: b'{"server": {"id": "e5c54946-9b21-4f42-a4d6-428a38b8bbd1", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1701685464", "status": "ERROR", "tenant_id": "13c295381b954c299ee3883e266dcecb", "user_id": "555e82c371d1428dad31b2b544030406", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2025-08-05T20:28:24Z", "updated": "2025-08-05T20:28:38Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2025-08-05T20:28:38Z", "message": "Build of instance e5c54946-9b21-4f42-a4d6-428a38b8bbd1 aborted: Volume 8320c957-ae61-4b73-9ce4-ea27700d149b did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2025-08-05 20:29:14,957 98950 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2025-08-05 20:29:15,479 98950 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/e5c54946-9b21-4f42-a4d6-428a38b8bbd1 0.522s 2025-08-05 20:29:15,480 98950 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 20:29:14 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-455d04d4-630d-4e35-8e83-d81f537f5173', 'x-compute-request-id': 'req-455d04d4-630d-4e35-8e83-d81f537f5173', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1'} Body: b'' 2025-08-05 20:29:15,514 98950 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 4 04 GET http://10.0.0.210/compute/v2.1/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1 0.033s 2025-08-05 20:29:15,514 98950 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 20:29:15 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-fbecef13-2e4c-4266-b25e-1e929ba04fd7', 'x-compute-request-id': 'req-fbecef13-2e4c-4266-b25e-1e929ba04fd7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e5c54946-9b21-4f42-a4d6-428a38b8bbd1'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e5c54946-9b21-4f42-a4d6-428a38b8bbd1 could not be found."}}' tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 123, in test_quota_usage volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 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 18af2b3b-a1f8-423c-b8a4-e9e4cdf28402 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:29:33,976 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/os-quota-sets/5b3354e38f3d4864a9f309ccd2bb9c38?usage=True 0.038s 2025-08-05 20:29:33,977 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-278c63cc-589a-4e35-b52b-4a6671cb83ab', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-278c63cc-589a-4e35-b52b-4a6671cb83ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/os-quota-sets/5b3354e38f3d4864a9f309ccd2bb9c38?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": "5b3354e38f3d4864a9f309ccd2bb9c38"}}' 2025-08-05 20:29:34,283 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/volumes 0.291s 2025-08-05 20:29:34,284 98940 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-1173976464"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b6de95e-19fd-46e9-be03-b8db1429a2af', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b6de95e-19fd-46e9-be03-b8db1429a2af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "18af2b3b-a1f8-423c-b8a4-e9e4cdf28402", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:34.222222", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1173976464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402"}], "user_id": "9b123b378463453b93c7b0304985cc91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:29:34,339 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402 0.043s 2025-08-05 20:29:34,340 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'app lication/json', 'x-compute-request-id': 'req-ae2d0c67-a625-4104-8e77-f8cc1514c484', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae2d0c67-a625-4104-8e77-f8cc1514c484', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402'} Body: b'{"volume": {"id": "18af2b3b-a1f8-423c-b8a4-e9e4cdf28402", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:34.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1173976464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402"}], "user_id": "9b123b378463453b93c7b0304985cc91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5b3354e38f3d4864a9f309ccd2bb9c38"}}' 2025-08-05 20:29:35,394 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402 0.038s 2025-08-05 20:29:35,395 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24aad468-08c2-4146-83b6-0c35b6762846', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24aad468-08c2-4146-83b6-0c35b6762846', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402'} Body: b'{"volume": {"id": "18af2b3b-a1f8-423c-b8a4-e9e4cdf28402", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:34.000000", "updated_at": "2025-08-05T20:29:34.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1173976464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402"}], "user_id": "9b123b378463453b93c7b0304985cc91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5b3354e38f3d4864a9f309ccd2bb9c38"}}' 2025-08-05 20:29:35,447 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402 0.038s 2025-08-05 20:29:35,448 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6466bb00-e5aa-45a5-8679-fbfcd20dbd30', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6466bb00-e5aa-45a5-8679-fbfcd20dbd30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402'} Body: b'{"volume": {"id": "18af2b3b-a1f8-423c-b8a4-e9e4cdf28402", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:34.000000", "updated_at": "2025-08-05T20:29:34.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1173976464", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402"}], "user_id": "9b123b378463453b93c7b0304985cc91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5b3354e38f3d4864a9f309ccd2bb9c38"}}' 2025-08-05 20:29:35,613 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402 0.152s 2025-08-05 20:29:35,614 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21fbaf3f-4133-48ad-8801-d7ad1ff0dbb1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402'} Body: b'' 2025-08-05 20:29:35,638 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402 0.024s 2025-08-05 20:29:35,638 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-406f6904-78fd-4b41-b38f-cde83630da23', 'x-openstack-request-id': 'req-406f6904-78fd-4b41-b38f-cde83630da23', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/18af2b3b-a1f8-423c-b8a4-e9e4cdf28402'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 18af2b3b-a1f8-423c-b8a4-e9e4cdf28402 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 e816fc8f-619a-4628-8a8c-84f690880034 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:29:35,880 98940 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.238s 2025-08-05 20:29:35,880 98940 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-1344645961"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80d6e944-5f83-47be-b2f3-491b64b88999', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80d6e944-5f83-47be-b2f3-491b64b88999', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "e816fc8f-619a-4628-8a8c-84f690880034", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:35.808790", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1344645961", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e816fc8f-619a-4628-8a8c-84f690880034"}], "user_id": "9b123b378463453b93c7b0304985cc91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:29:35,957 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034 0.065s 2025-08-05 20:29:35,958 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-235a9b87-c5c0-463b-87e0-e2e64a80d313', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-235a9b87-c5c0-463b-87e0-e2e64a80d313', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034'} Body: b'{"volume": {"id": "e816fc8f-619a-4628-8a8c-84f690880034", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:36.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1344645961", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e816fc8f-619a-4628-8a8c-84f690880034"}], "user_id": "9b123b378463453b93c7b0304985cc91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5b3354e38f3d4864a9f309ccd2bb9c38"}}' 2025-08-05 20:29:37,010 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034 0.038s 2025-08-05 20:29:37,011 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applic ation/json', 'x-compute-request-id': 'req-54106066-0222-4179-80ce-12394783a6b4', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54106066-0222-4179-80ce-12394783a6b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034'} Body: b'{"volume": {"id": "e816fc8f-619a-4628-8a8c-84f690880034", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:36.000000", "updated_at": "2025-08-05T20:29:36.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1344645961", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e816fc8f-619a-4628-8a8c-84f690880034"}], "user_id": "9b123b378463453b93c7b0304985cc91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5b3354e38f3d4864a9f309ccd2bb9c38"}}' 2025-08-05 20:29:37,071 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034 0.047s 2025-08-05 20:29:37,071 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf1b93ff-40c8-464a-aeea-32fe9ec45de4', 'content-length': '846', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf1b93ff-40c8-464a-aeea-32fe9ec45de4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034'} Body: b'{"volume": {"id": "e816fc8f-619a-4628-8a8c-84f690880034", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:36.000000", "updated_at": "2025-08-05T20:29:36.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1344645961", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/e816fc8f-619a-4628-8a8c-84f690880034"}], "user_id": "9b123b378463453b93c7b0304985cc91", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5b3354e38f3d4864a9f309ccd2bb9c38"}}' 2025-08-05 20:29:37,177 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034 0.092s 2025-08-05 20:29:37,177 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3174c155-d84a-4b1e-8d7b-b1ba649103cd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034'} Body: b'' 2025-08-05 20:29:37,199 98940 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/e816fc 8f-619a-4628-8a8c-84f690880034 0.021s 2025-08-05 20:29:37,199 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cda9979-3bcb-4cef-8053-79a177003272', 'x-openstack-request-id': 'req-2cda9979-3bcb-4cef-8053-79a177003272', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/e816fc8f-619a-4628-8a8c-84f690880034'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e816fc8f-619a-4628-8a8c-84f690880034 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 f6f0ad32-4a16-4e4f-b165-b1e52eb95f0b failed to build and is in ERROR status tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 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 08298680-f4de-46e3-9be9-829a0c82db63 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:29:45,252 98940 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.356s 2025-08-05 20:29:45,252 98940 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-468770299"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5abebb93-8252-40a5-a32c-199b051ddf9a', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5abebb93-8252-40a5-a32c-199b051ddf9a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "08298680-f4de-46e3-9be9-829a0c82db63", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:45.197088", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-468770299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/08298680-f4de-46e3-9be9-829a0c82db63"}], "user_id": "31c42c47597b42d8a77ecb35182c98b4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:29:45,304 98940 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/08298680-f4de-46e3-9be9-829a0c82db63 0.039s 2025-08-05 20:29:45,304 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67004b19-68da-4525-b3b1-4fdf3d44f19e', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67004b19-68da-4525-b3b1-4fdf3d44f19e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63'} Body: b'{"volume": {"id": "08298680-f4de-46e3-9be9-829a0c82db63", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:45.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-468770299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/08298680-f4de-46e3-9be9-829a0c82db63"}], "user_id": "31c42c47597b42d8a77ecb35182c98b4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f4939a5609c46888b1a93cbe6e79733"}}' 2025-08-05 20:29:46,357 98940 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/08298680-f4de-46e3-9be9-829a0c82db63 0.038s 2025-08-05 20:29:46,358 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-co mpute-request-id': 'req-220f8d36-5d09-4c23-b3a7-6deba4e62421', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-220f8d36-5d09-4c23-b3a7-6deba4e62421', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63'} Body: b'{"volume": {"id": "08298680-f4de-46e3-9be9-829a0c82db63", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:45.000000", "updated_at": "2025-08-05T20:29:45.000000", "name": "tempest-VolumesTransfersTest-Volume-468770299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/08298680-f4de-46e3-9be9-829a0c82db63"}], "user_id": "31c42c47597b42d8a77ecb35182c98b4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f4939a5609c46888b1a93cbe6e79733"}}' 2025-08-05 20:29:46,408 98940 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63 0.036s 2025-08-05 20:29:46,408 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a99e8ae7-31ef-4453-bd37-16b0111304c1', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a99e8ae7-31ef-4453-bd37-16b0111304c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63'} Body: b'{"volume": {"id": "08298680-f4de-46e3-9be9-829a0c82db63", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:45.000000", "updated_at": "2025-08-05T20:29:45.000000", "name": "tempest-VolumesTransfersTest-Volume-468770299", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/08298680-f4de-46e3-9be9-829a0c82db63"}], "user_id": "31c42c47597b42d8a77ecb35182c98b4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f4939a5609c46888b1a93cbe6e79733"}}' 2025-08-05 20:29:46,554 98940 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63 0.132s 2025-08-05 20:29:46,555 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29: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-b7317b2a-4400-495c-8e1d-54384f5a62bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63'} Body: b'' 2025-08-05 20:29:46,579 98940 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63 0.024s 2025-08 -05 20:29:46,579 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29: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-579a0800-1180-4bb1-8a69-012dc0f8398e', 'x-openstack-request-id': 'req-579a0800-1180-4bb1-8a69-012dc0f8398e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/08298680-f4de-46e3-9be9-829a0c82db63'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 08298680-f4de-46e3-9be9-829a0c82db63 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 2488b5e5-a99e-470a-a810-b89885b04f9e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:29:46,755 98940 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.173s 2025-08-05 20:29:46,755 98940 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-1357708798"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-502abec8-1878-4a5e-acd0-cb155a74819f', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-502abec8-1878-4a5e-acd0-cb155a74819f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "2488b5e5-a99e-470a-a810-b89885b04f9e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:46.697152", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1357708798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e"}], "user_id": "31c42c47597b42d8a77ecb35182c98b4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:29:46,806 98940 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e 0.040s 2025-08-05 20:29:46,807 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfdece2e-3f88-4cee-ae22-569ee1c97b57', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfdece2e-3f88-4cee-ae22-569ee1c97b57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e'} Body: b'{"volume": {"id": "2488b5e5-a99e-470a-a810-b89885b04f9e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:47.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1357708798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e"}], "user_id": "31c42c47597b42d8a77ecb35182c98b4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f4939a5609c46888b1a93cbe6e79733"}}' 2025-08-05 20:29:47,857 98940 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e 0.036s 2025-08-05 20:29:47,858 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-req uest-id': 'req-f9decb0c-5718-435a-9965-8dd9ff866e07', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f9decb0c-5718-435a-9965-8dd9ff866e07', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e'} Body: b'{"volume": {"id": "2488b5e5-a99e-470a-a810-b89885b04f9e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:47.000000", "updated_at": "2025-08-05T20:29:47.000000", "name": "tempest-VolumesTransfersTest-Volume-1357708798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e"}], "user_id": "31c42c47597b42d8a77ecb35182c98b4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f4939a5609c46888b1a93cbe6e79733"}}' 2025-08-05 20:29:47,913 98940 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e 0.041s 2025-08-05 20:29:47,913 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79196378-9d17-4c89-bb8c-f6496a3ba467', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79196378-9d17-4c89-bb8c-f6496a3ba467', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e'} Body: b'{"volume": {"id": "2488b5e5-a99e-470a-a810-b89885b04f9e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:47.000000", "updated_at": "2025-08-05T20:29:47.000000", "name": "tempest-VolumesTransfersTest-Volume-1357708798", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e"}], "user_id": "31c42c47597b42d8a77ecb35182c98b4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2f4939a5609c46888b1a93cbe6e79733"}}' 2025-08-05 20:29:48,042 98940 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e 0.116s 2025-08-05 20:29:48,043 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29: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-df86424d-35a9-436c-83d0-5fe2f6315d4e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e'} Body: b'' 2025-08-05 20:29:48,064 98940 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e 0.021s 2025-08-05 20: 29:48,064 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-02cdfcd9-7ea5-45ea-89e3-81a985e1899c', 'x-openstack-request-id': 'req-02cdfcd9-7ea5-45ea-89e3-81a985e1899c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/2488b5e5-a99e-470a-a810-b89885b04f9e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2488b5e5-a99e-470a-a810-b89885b04f9e 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 c17bb1c8-dad9-47eb-a10d-25e61309acbd failed to build and is in ERROR status tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments volume_1st = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 820b3471-9ca4-4bfc-bde3-87905f539d71 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:27:25,407 98930 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:27:25,408 98930 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:27:25,457 98930 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 20:27:25,457 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2076631615", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBnLW3iIK5ReKilrbya/DiBKdbRjrkJ8qCyKUgXXTCwWv4ZqIAhSwKT6Pb0yGawpjwF/dMlt4KbBXy8hfGbJuVEnZfTEFevMPt9vDdaWdaEzl9JRtVFTdKctNtVLPLO93Q=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:25 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-9167f058-7937-4b0b-9ce6-d95b73d215cc', 'x-compute-request-id': 'req-9167f058-7937-4b0b-9ce6-d95b73d215cc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2076631615", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBnLW3iIK5ReKilrbya/DiBKdbRjrkJ8qCyKUgXXTCwWv4ZqIAhSwKT6Pb0yGawpjwF/dMlt4KbBXy8hfGbJuVEnZfTEFevMPt9vDdaWdaEzl9JRtVFTdKctNtVLPLO93Q==", "fingerprint": "a0:d1:19:02:59:18:d0:23:a7:5b:4c:84:54:f1:95:58", "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae"}}' 2025-08-05 20:27:25,460 98930 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2076631615 created 2025-08-05 20:27:25,709 98930 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.248s 2025-08-05 20:27:25,709 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1261746659", "description": "tempest-description--1653438121"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-eeafb2f8-3072-4833-aced-0b7357530c8b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9cc0f3cf-baa0-4fed-b2cc-df8bf229e422", "name": "tempest-securitygroup--1261746659", "stateful": true, "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "description": "tempest-description--1653438121", "shared": false, "security_group_rules": [{"id": "227b581e-1051-47b3-9e81-e4c434a5cf40", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "security_group_id": "9cc0f3cf-baa0-4fed-b2cc-df8bf229e422", "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": 865, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:27:25Z", "updated_at": "2025-08-05T20:27:25Z", "revision_number": 0}, {"id": "d5076876-cc57-4ecb-9526-59059a9dd051", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "security_group_id": "9cc0f3cf-baa0-4fed-b2cc-df8bf229e422", "ethertype": "IPv4", "direction": "egress", "protocol": null, "p ort_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 864, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:27:25Z", "updated_at": "2025-08-05T20:27:25Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:27:25Z", "updated_at": "2025-08-05T20:27:25Z", "revision_number": 1, "project_id": "a28f0b3070b4476cb23de6b547e296b4"}}' 2025-08-05 20:27:25,942 98930 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.233s 2025-08-05 20:27:25,943 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9cc0f3cf-baa0-4fed-b2cc-df8bf229e422", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-94bb83aa-1092-4a52-93a7-ae02df41734f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "54161456-a835-4fa7-9b07-65b6c36bd827", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "security_group_id": "9cc0f3cf-baa0-4fed-b2cc-df8bf229e422", "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-05T20:27:25Z", "updated_at": "2025-08-05T20:27:25Z", "revision_number": 0}}' 2025-08-05 20:27:26,145 98930 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 20:27:26,146 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9cc0f3cf-baa0-4fed-b2cc-df8bf229e422", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-64f52643-4c98-4df4-a715-76996124f475', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "98b5df57-d195-4119-ab48-add8e483a28b", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "security_group_id": "9cc0f3cf-baa0-4fed-b2cc-df8bf229e422", "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-05T20:27:26Z", "updated_at": "2025-08-05T20:27:26Z", "revision_number": 0}}' 2025-08-05 20:27:26,146 98930 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1261746659 created 2025-08-05 20:27:26,844 98930 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.697s 2025-08-05 20:27:26,845 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth -Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-fcb6e519-962a-4e63-bf85-bfcf704b3d1c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "474027cc-b124-4e08-bc8b-2d4a33c9871c", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "floating_ip_address": "172.24.4.102", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a28f0b3070b4476cb23de6b547e296b4", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:27:26Z", "updated_at": "2025-08-05T20:27:26Z", "revision_number": 0}}' 2025-08-05 20:27:26,845 98930 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '474027cc-b124-4e08-bc8b-2d4a33c9871c', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'floating_ip_address': '172.24.4.102', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:27:26Z', 'updated_at': '2025-08-05T20:27:26Z', 'revision_number': 0, 'ip': '172.24.4.102'} created 2025-08-05 20:27:26,935 98930 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.085s 2025-08-05 20:27:26,936 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:26 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-45c73bbc-5bd1-4aa1-bb75-b6c4e0c8b758', '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": "cf4819f6398c4e71b51d6cf7f89c59ae", "name": "tempest-AttachVolumeTestJSON-1164884484-project-member", "password_expires_at": null}, "audit_ids": ["vzQeA1-CS4CMcj0D53ivlg"], "expires_at": "2025-08-05T21:27:26.000000Z", "issued_at": "2025-08-05T20:27:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a28f0b3070b4476cb23de6b547e296b4", "name": "tempest-AttachVolumeTestJSON-1164884484"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a28f0b3070b4476cb23de6b547e296b4", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "Re gionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:27:26,936 98930 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'a8c4da0b-110a-43d6-a84f-af3e6225170f', 'name': 'tempest-AttachVolumeTestJSON-171287503-network', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 41322, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:24:32Z', 'updated_at': '2025-08-05T20:24:32Z', 'revision_number': 1} available for tenant 2025-08-05 20:27:26,937 98930 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2076631615', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBBnLW3iIK5ReKilrbya/DiBKdbRjrkJ8qCyKUgXXTCwWv4ZqIAhSwKT6Pb0yGawpjwF/dMlt4KbBXy8hfGbJuVEnZfTEFevMPt9vDdaWdaEzl9JRtVFTdKctNtVLPLO93Q==', 'fingerprint': 'a0:d1:19:02:59:18:d0:23:a7:5b:4c:84:54:f1:95:58', 'user_id': 'cf4819f6398c4e71b51d6cf7f89c59ae', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB5cCLAan5hebYoFoc5YrMQNvY3xFOPVq6psMY0r/K1xGAIgFf7+Dgi\nSw7X0rpoo7OgBwYFK4EEACKhZANiAAQZy1t4iCuUXiopa28mvw4gSnW0Y65CfKgs\nilIF10wsFr+GaiAIUsCk+j29MhmsKY8Bf3TJbeCmwV8vIXxmyblRJ2X0xBXrzD7f\nbw3WlnWhM5fSUbVRU3SnLTbVSzyzvd0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9cc0f3cf-baa0-4fed-b2cc-df8bf229e422', 'name': 'tempest-securitygroup--1261746659', 'stateful': True, 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'description': 'tempest-description--1653438121', 'shared': False, 'security_group_rules': [{'id': '227b581e-1051-47b3-9e81-e4c434a5cf40', 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'security_group_id': '9cc0f3cf-baa0-4fed-b2cc-df8bf229e422', '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': 865, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:27:25Z', 'updated_at': '2025-08-05T20:27:25Z', 'revision_number': 0}, {'id': 'd5076876-cc57-4ecb-9526-59059a9dd051', 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'security_group_id': '9cc0f3cf-baa0-4fed-b2cc-df8bf229e422', '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': 864, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:27:25Z', 'updated_at': '2025-08-05T20:27:25Z', 'revision_number': 0}], 'tags': [], 'created_at': '2025-08 -05T20:27:25Z', 'updated_at': '2025-08-05T20:27:25Z', 'revision_number': 1, 'project_id': 'a28f0b3070b4476cb23de6b547e296b4'}, 'floating_ip': {'id': '474027cc-b124-4e08-bc8b-2d4a33c9871c', 'tenant_id': 'a28f0b3070b4476cb23de6b547e296b4', 'floating_ip_address': '172.24.4.102', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a28f0b3070b4476cb23de6b547e296b4', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:27:26Z', 'updated_at': '2025-08-05T20:27:26Z', 'revision_number': 0, 'ip': '172.24.4.102'}} 2025-08-05 20:27:27,585 98930 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.648s 2025-08-05 20:27:27,586 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-73120568", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "a8c4da0b-110a-43d6-a84f-af3e6225170f"}], "security_groups": [{"name": "tempest-securitygroup--1261746659"}], "key_name": "tempest-keypair-2076631615", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cec314de-b6e8-4f76-b255-0fbe68069828', 'x-compute-request-id': 'req-cec314de-b6e8-4f76-b255-0fbe68069828', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5d59d5f7-2332-4482-8a7b-bdaae66c6063", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1261746659"}], "adminPass": "password"}}' 2025-08-05 20:27:27,660 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063 0.071s 2025-08-05 20:27:27,661 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:27:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1228', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4da47a0d-b2d2-47e3-a52c-cafcd56368c3', 'x-compute-request-id': 'req-4da47a0d-b2d2-47e3-a52c-cafcd56368c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063'} Body: b'{"server": {"id": "5d59d5f7-2332-4482-8a7b-bdaae66c6063", "name": "tempest-AttachVolumeTestJSON-server-73120568", "status": "BUILD", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links ": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:27:28Z", "updated": "2025-08-05T20:27:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2076631615", "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 20:28:18,059 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063 0.335s 2025-08-05 20:28:18,059 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b86ef049-8ff4-4ea6-b6c1-880e27cb9b74', 'x-compute-request-id': 'req-b86ef049-8ff4-4ea6-b6c1-880e27cb9b74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063'} Body: b'{"server": {"id": "5d59d5f7-2332-4482-8a7b-bdaae66c6063", "name": "tempest-AttachVolumeTestJSON-server-73120568", "status": "ACTIVE", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "metadata": {}, "hostId": "80e2e198cd15495d8d0a884ebaf843767d57255ce87a2c486c82181e", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:27:27Z", "updated": "2025-08-05T20:27:43Z", "addresses": {"tempest-AttachVolumeTestJSON-171287503-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:74:3c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2076631615", "OS-SRV-USG:launched_at": "2025-08-05T20:27:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1261746659"}], "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 20:28:18,073 98930 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 20:29:18,298 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063/os-interface 0.166s 2025-08-05 20:29:18,299 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openst ack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6aefda2-c588-4810-8d49-b9a4b1b1aa52', 'x-compute-request-id': 'req-c6aefda2-c588-4810-8d49-b9a4b1b1aa52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a8c4da0b-110a-43d6-a84f-af3e6225170f", "port_id": "e51a776c-62ea-4c4c-b6cc-8f58a740f53d", "mac_addr": "fa:16:3e:de:74:3c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "81b63e15-ff76-4873-a203-451b8b986e27", "ip_address": "10.0.0.3"}]}]}' 2025-08-05 20:29:19,594 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/474027cc-b124-4e08-bc8b-2d4a33c9871c 1.292s 2025-08-05 20:29:19,595 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e51a776c-62ea-4c4c-b6cc-8f58a740f53d"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-0ed15efe-4466-4451-b3d4-7c73a14f7264', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/474027cc-b124-4e08-bc8b-2d4a33c9871c'} Body: b'{"floatingip": {"id": "474027cc-b124-4e08-bc8b-2d4a33c9871c", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "floating_ip_address": "172.24.4.102", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "8ba2f367-d5e7-45f7-abac-f5fbfad0477e", "port_id": "e51a776c-62ea-4c4c-b6cc-8f58a740f53d", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a8c4da0b-110a-43d6-a84f-af3e6225170f", "mac_address": "fa:16:3e:de:74:3c", "admin_state_up": true, "status": "ACTIVE", "device_id": "5d59d5f7-2332-4482-8a7b-bdaae66c6063", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:27:26Z", "updated_at": "2025-08-05T20:29:18Z", "revision_number": 1, "project_id": "a28f0b3070b4476cb23de6b547e296b4"}}' 2025-08-05 20:29:19,596 98930 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.102:22' as 'cirros' with public key authentication 2025-08-05 20:29:19,612 98930 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:29:19,713 98930 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:29:19,714 98930 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.102 successfully created 2025-08-05 20:29:19,984 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063/ips 0.270s 2025-08-05 20:29:19,985 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '103', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d672d4d-10ea-46e4-94df-ba414e8d0c6c', 'x-compute-request-id': 'req-2d672d4d-10ea-46e4-94df-ba414e8d0c6c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-171287503-network": [{"version": 4, "addr": "10.0.0.3"}]}}' 2025-08-05 20:2 9:20,171 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/volumes 0.183s 2025-08-05 20:29:20,171 98930 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-1161301766"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c48f33a-4090-467e-aa3a-8efb826f41a4', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c48f33a-4090-467e-aa3a-8efb826f41a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "820b3471-9ca4-4bfc-bde3-87905f539d71", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:20.114792", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1161301766", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71"}], "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:29:20,227 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71 0.044s 2025-08-05 20:29:20,227 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f7fa569-67d5-4121-abc6-cc6ded6162ae', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f7fa569-67d5-4121-abc6-cc6ded6162ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71'} Body: b'{"volume": {"id": "820b3471-9ca4-4bfc-bde3-87905f539d71", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:20.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1161301766", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71"}], "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a28f0b3070b4476cb23de6b547e296b4"}}' 2025-08-05 20:29:21,281 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71 0.039s 2025-08-05 20:29:21,281 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a97c785f-b515 -4e8e-a543-7f695af5207b', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a97c785f-b515-4e8e-a543-7f695af5207b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71'} Body: b'{"volume": {"id": "820b3471-9ca4-4bfc-bde3-87905f539d71", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:29:20.000000", "updated_at": "2025-08-05T20:29:20.000000", "name": "tempest-AttachVolumeTestJSON-volume-1161301766", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/820b3471-9ca4-4bfc-bde3-87905f539d71"}], "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a28f0b3070b4476cb23de6b547e296b4"}}' 2025-08-05 20:29:21,410 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063 0.114s 2025-08-05 20:29:21,411 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:21 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-56099127-add8-4ad6-a147-1d8d37bc5f99', 'x-compute-request-id': 'req-56099127-add8-4ad6-a147-1d8d37bc5f99', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063'} Body: b'' 2025-08-05 20:29:21,635 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063 0.223s 2025-08-05 20:29:21,635 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:21 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-110964ab-29d7-4680-ad9d-2d69a29e1c5a', 'x-compute-request-id': 'req-110964ab-29d7-4680-ad9d-2d69a29e1c5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063'} Body: b'{"server": {"id": "5d59d5f7-2332-4482-8a7b-bdaae66c6063", "name": "tempest-AttachVolumeTestJSON-server-73120568", "status": "ACTIVE", "tenant_id": "a28f0b3070b4476cb23de6b547e296b4", "user_id": "cf4819f6398c4e71b51d6cf7f89c59ae", "metadata": {}, "hostId": "80e2e198cd15495d8d0a884ebaf843767d57255ce87a2c486c82181e", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:27:27Z", "updated": "2025-08-05T20:29:21Z", "addresses": {"tempest-AttachVolumeTestJSON-171287503-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:74:3c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "hre f": "http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2076631615", "OS-SRV-USG:launched_at": "2025-08-05T20:27:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1261746659"}], "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 20:30:11,921 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063 0.221s 2025-08-05 20:30:11,922 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:11 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-2a562a19-041c-409f-9e14-234e0514b9a7', 'x-compute-request-id': 'req-2a562a19-041c-409f-9e14-234e0514b9a7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d59d5f7-2332-4482-8a7b-bdaae66c6063'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5d59d5f7-2332-4482-8a7b-bdaae66c6063 could not be found."}}' 2025-08-05 20:30:11,950 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2076631615 0.027s 2025-08-05 20:30:11,950 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:11 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-a7043a86-90d4-462d-95be-bbc9cac6ed11', 'x-compute-request-id': 'req-a7043a86-90d4-462d-95be-bbc9cac6ed11', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2076631615'} Body: b'' 2025-08-05 20:30:12,145 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/9cc0f3cf-baa0-4fed-b2cc-df8bf229e422 0.194s 2025-08-05 20:30:12,145 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-67a922bc-65c6-4941-b1b9-f2840248ae9a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/9cc0f3cf-baa0-4fed-b2cc-df8bf229e422'} Body: b'' 2025-08-05 20:30:12,172 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/9cc0f3cf-baa0-4fed-b2cc-df8bf229e422 0.027s 2025-08-05 20:30:12,173 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'a pplication/json', 'content-length': '146', 'x-openstack-request-id': 'req-c65612ed-0387-4818-b3c5-0ded205a0569', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/9cc0f3cf-baa0-4fed-b2cc-df8bf229e422'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 9cc0f3cf-baa0-4fed-b2cc-df8bf229e422 does not exist", "detail": ""}}' 2025-08-05 20:30:12,657 98930 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/474027cc-b124-4e08-bc8b-2d4a33c9871c 0.484s 2025-08-05 20:30:12,658 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-6d0bdac3-940b-489c-a980-ff1f9b1bfd87', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/474027cc-b124-4e08-bc8b-2d4a33c9871c'} Body: b'' 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 d6fd687a-4409-4b7c-b5bd-2e642662be95 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:30:09,656 98940 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-707258868-1510181710 on backend None 2025-08-05 20:30:09,837 98940 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.181s 2025-08-05 20:30:09,838 98940 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-707258868-1510181710", "extra_specs": {}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3b3e58e-dd12-4f97-b369-7bf427ce6e31', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3b3e58e-dd12-4f97-b369-7bf427ce6e31', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "acd9538e-fbff-4308-9d64-7b6cb5275965", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-707258868-1510181710", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:30:09,841 98940 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 20:30:10,630 98940 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.786s 2025-08-05 20:30:10,630 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--447947586", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/26f09304-c377-4b33-8a06-3220fc0e64a4', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-02b22eb0-af42-4a7a-b04b-1d6809e8b74b', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--447947586", "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": "834534ea86844b44a4fe5899dcb6d10e", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "26f09304-c377-4b33-8a06-3220fc0e64a4", "created_at": "2025-08-05T20:30:11Z", "updated_at": "2025-08-05T20:30:11Z", "tags": [], "self": "/v2/images/26f09304-c377-4b33-8a06-3220fc0e64a4", "file": "/v2/images/26f09304-c377-4b33-8a06-3220fc0e64a4/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:11,880 98940 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/26f09304-c377-4b33-8a06-3220fc0e64a4/file 1.248s 2025-08-05 20:30:11,880 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-2e676392-6a2a-44cd-b62e-d58ed 91abf97', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/26f09304-c377-4b33-8a06-3220fc0e64a4/file'} Body: b'' 2025-08-05 20:30:11,881 98940 DEBUG [tempest.scenario.manager] image:26f09304-c377-4b33-8a06-3220fc0e64a4 2025-08-05 20:30:11,929 98940 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.046s 2025-08-05 20:30:11,930 98940 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-2120855702", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFZB3NF+A3P6lte9PiBHAgYtg70YlOIrjuxfUxVLQRt3t0o3CV2741AJsH/mcZDRVz8FF7zIJGv7CKg4RZyhn8gL8aXa+2Wx4tAixJ8YvMIpp3cG5JhydsgDS+UED3ocJw=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:11 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-ea0b0dbe-b054-4c23-90c7-ccd17a3bf082', 'x-compute-request-id': 'req-ea0b0dbe-b054-4c23-90c7-ccd17a3bf082', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-TestInstancesWithCinderVolumes-2120855702", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFZB3NF+A3P6lte9PiBHAgYtg70YlOIrjuxfUxVLQRt3t0o3CV2741AJsH/mcZDRVz8FF7zIJGv7CKg4RZyhn8gL8aXa+2Wx4tAixJ8YvMIpp3cG5JhydsgDS+UED3ocJw==", "fingerprint": "63:53:f5:91:49:3f:1b:62:ea:0d:51:57:2e:6a:5d:97", "user_id": "0b64b3ea362449f1b13a7b0071ab647a"}}' 2025-08-05 20:30:11,972 98940 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.037s 2025-08-05 20:30:11,973 98940 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 20:30:11 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-39268148-836d-4636-b354-132bf978e666', 'x-compute-request-id': 'req-39268148-836d-4636-b354-132bf978e666', '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-05T20:28:15.000000"}, "nova-conductor": {"available": true, "active": true, "updated_at": "2025-08-05T20:30:05.000000"}}}}, {"zoneName": "nova", "zoneState": {"available": true}, "hosts": {"user": {"nova-compute": {"available": true, "active": true, "updated_at": "2025-08-05T20:28:47.000000"}}}}]}' 2025-08-05 20:30:11,981 98940 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-562040643-1770501399 on backend None 2025-08-05 20:30:12,017 98940 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.035s 2025-08-05 20:30:12,018 98940 DEBUG [tempest.lib.common.rest_client] Request - Header s: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-562040643-1770501399", "extra_specs": {}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-20c98b07-bd2e-4398-94db-4ecbb41c873a', 'content-length': '268', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-20c98b07-bd2e-4398-94db-4ecbb41c873a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "c63ae897-c127-4b59-bb9b-110d1060fc3a", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-562040643-1770501399", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:30:12,023 98940 DEBUG [tempest.scenario.manager] Creating a volume type: tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-878072433-703491929 on backend None 2025-08-05 20:30:12,068 98940 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.045s 2025-08-05 20:30:12,069 98940 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-878072433-703491929", "extra_specs": {}}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09ec6234-841d-4415-8262-04db4e812908', 'content-length': '267', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09ec6234-841d-4415-8262-04db4e812908', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/types'} Body: b'{"volume_type": {"id": "aad4b668-6ba3-47ea-8654-8215ca596eec", "name": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-878072433-703491929", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2025-08-05 20:30:12,074 98940 DEBUG [tempest.scenario.test_instances_with_cinder_volumes] List of hosts selected to boot servers [{'zone': 'nova', 'host_name': 'user'}]: 2025-08-05 20:30:12,279 98940 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.204s 2025-08-05 20:30:12,279 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-1022971716", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-562040643-1770501399", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f5a0a336-7925-40fb-ae52-15026733ad2b', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f5a0a336-7925-40fb-ae52-15026733ad2b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "fa146fb2-ca86-4658-834b-340c7b0c19fb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:12.222355", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-10 22971716", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-562040643-1770501399", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/fa146fb2-ca86-4658-834b-340c7b0c19fb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/fa146fb2-ca86-4658-834b-340c7b0c19fb"}], "user_id": "0b64b3ea362449f1b13a7b0071ab647a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:30:12,681 98940 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.390s 2025-08-05 20:30:12,682 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-1749940219", "snapshot_id": null, "imageRef": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-878072433-703491929", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45436607-62d8-4147-8e58-b9646e1e149f', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45436607-62d8-4147-8e58-b9646e1e149f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8d171a0e-8759-4493-8fdf-2daf724af523", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:12.617038", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1749940219", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-878072433-703491929", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8d171a0e-8759-4493-8fdf-2daf724af523"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8d171a0e-8759-4493-8fdf-2daf724af523"}], "user_id": "0b64b3ea362449f1b13a7b0071ab647a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:30:12,717 98940 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/26f09304-c377-4b33-8a06-3220fc0e64a4 0.023s 2025-08-05 20:30:12,717 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '810', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4cf53e1d-e5fb-4a9c-9db4-36e17f7018b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/26f09304-c377-4b33-8a06-3220fc0e64a4'} Body: b'{"name": "tempest-scenario-img--447947586", "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": "834534ea86844b44a4fe5899dcb6d10e", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "26f09304-c377-4b33-8a06-3220fc0e64a4", "created_at": "2025-08-05T20:30:11Z", "updated_at": "2025-08-05T20:30:12Z", "ta gs": [], "self": "/v2/images/26f09304-c377-4b33-8a06-3220fc0e64a4", "file": "/v2/images/26f09304-c377-4b33-8a06-3220fc0e64a4/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:13,110 98940 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.392s 2025-08-05 20:30:13,111 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestInstancesWithCinderVolumes-volume-1304030464", "snapshot_id": null, "imageRef": "26f09304-c377-4b33-8a06-3220fc0e64a4", "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-707258868-1510181710", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-934f20c9-6ba9-402e-8b63-680fcd0ceeb8', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-934f20c9-6ba9-402e-8b63-680fcd0ceeb8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d6fd687a-4409-4b7c-b5bd-2e642662be95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:13.036790", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1304030464", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-707258868-1510181710", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95"}], "user_id": "0b64b3ea362449f1b13a7b0071ab647a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:30:13,187 98940 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/d6fd687a-4409-4b7c-b5bd-2e642662be95 0.054s 2025-08-05 20:30:13,187 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c611cf20-07ac-43b5-a3bc-8fdb7113150a', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c611cf20-07ac-43b5-a3bc-8fdb7113150a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95'} Body: b'{"volume": {"id": "d6fd687a-4409-4b7c-b5bd-2e642662be95", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:13.000000", "updated_at": null, "name": "tempest-TestInstancesWithCinderVolumes-volume-1304030464", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-707258868-1510181710", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95"}], "user_id": "0b64b3ea362449f1b13a7b0071ab647a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "834534ea86844b44a4fe5899dcb6d10e "}}' 2025-08-05 20:30:14,245 98940 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/d6fd687a-4409-4b7c-b5bd-2e642662be95 0.042s 2025-08-05 20:30:14,245 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8539854-5afe-4b42-bcd3-811d0436c397', 'content-length': '933', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8539854-5afe-4b42-bcd3-811d0436c397', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95'} Body: b'{"volume": {"id": "d6fd687a-4409-4b7c-b5bd-2e642662be95", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:13.000000", "updated_at": "2025-08-05T20:30:13.000000", "name": "tempest-TestInstancesWithCinderVolumes-volume-1304030464", "description": null, "volume_type": "tempest-scenario-type-tempest-TestInstancesWithCinderVolumes-volume-type-707258868-1510181710", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95"}], "user_id": "0b64b3ea362449f1b13a7b0071ab647a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "834534ea86844b44a4fe5899dcb6d10e"}}' 2025-08-05 20:30:14,368 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95 0.108s 2025-08-05 20:30:14,368 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30: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-37c9d77f-cc2b-4085-ae7d-c608bef41b42', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95'} Body: b'' 2025-08-05 20:30:14,393 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95 0.024s 2025-08-05 20:30:14,393 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30: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-c938d367-3abb-4b16-bc96-28fa5ec1e829', 'x-openstack-request-id': 'req-c938d367-3abb-4b16-bc96-28fa5ec1e829', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d6fd687a-4409-4b7c-b5bd-2e642662be95'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d6fd687a-4409-4b7c-b5bd-2e642662be95 could not be found."}}' 2025-08-05 20:30:14,508 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/8d171a0e-8759-4493-8fdf-2daf724af523 0.114s 2025-08-05 20:30:14,508 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30: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-b43e3e90-ddc0-465a-b462-f0423b3c10f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8d171a0e-8759-4493-8fdf-2daf724af523'} Body: b'' 2025-08-05 20:30:14,535 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/8d171a0e-8759-4493-8fdf-2daf724af523 0.026s 2025-08-05 20:30:14,535 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30: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-344a637c-ec3c-4d8c-bd6d-c42ccb0c76da', 'x-openstack-request-id': 'req-344a637c-ec3c-4d8c-bd6d-c42ccb0c76da', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/8d171a0e-8759-4493-8fdf-2daf724af523'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 8d171a0e-8759-4493-8fdf-2daf724af523 could not be found."}}' 2025-08-05 20:30:14,648 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/fa146fb2-ca86-4658-834b-340c7b0c19fb 0.111s 2025-08-05 20:30:14,648 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30: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-bddc6c69-4ad5-4875-bdbe-42ce971fad38', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fa146fb2-ca86-4658-834b-340c7b0c19fb'} Body: b'' 2025-08-05 20:30:14,671 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/fa146fb2-ca86-4658-834b-340c7b0c19fb 0.022s 2025-08-05 20:30:14,672 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30: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-9572a92c-cb68-4d3c-98ae-77d9b22766ce', 'x-openstack-request-id': 'req-9572a92c-cb68-4d3c-98ae-77d9b22766ce', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/fa146fb2-ca86-4658-834b-340c7b0c19fb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fa146fb2-ca86-4658-834b-340c7b0c19fb could not be found."}}' 2025-08-05 20:30:14,757 98940 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.084s 2025-08-05 20:30:14,757 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33b1a2cd-463e-448e-9fd0-33b68df87ac6', 'content-length': '2870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33b1a2cd-463e-448e-9fd0-33b68df87ac6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "7aa1df32-5b2a-4f63-b71a-c538346f2534", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:13.000000", "updated_at": "2025-08-05T20:30:13.000000", "name": "tempest-AttachVolumeNegativeTest-volume-199266298", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "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": "f5958e6aedc548cdaa35e6431f30285d"}, {"id": "8320c957-ae61-4b73-9ce4-ea27700d149b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:31.000000", "updated_at": "2025-08-05T20:28:31.000000", "name": "", "description": "", "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8320c957-ae61-4b73-9ce4-ea27700d149b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8320c957-ae61-4b73-9ce4-ea27700d149b"}], "user_id": "555e82c371d1428dad31b2b544030406", "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": "13c295381b954c299ee3883e266dcecb"}, {"id": "a766ec00-4d2d-4527-af29-a71993dc1791", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:37.000000", "updated_at": "2025-08-05T20:24:37.000000", "name": "661339c0-90a2-4eb9-8874-a97b7b3b9e5b-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/a766ec00-4d2d-4527-af29-a71993dc1791"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a766ec00-4d2d-4527-af29-a71993dc1791"}], "user_id": "555e82c371d1428dad31b2b544030406", "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": "13c295381b954c299ee3883e266dcecb"}]}' 2025-08-05 20:30:14,839 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/aad4b668-6ba3-47ea-8654-8215ca596eec 0.065s 2025-08-05 20:30:14,840 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30: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-1805dc68-98c2-4db5-8d1d-44760915 0c6b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/aad4b668-6ba3-47ea-8654-8215ca596eec'} Body: b'' 2025-08-05 20:30:14,886 98940 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.045s 2025-08-05 20:30:14,886 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6da30d8-8854-48d7-ad70-35102258e151', 'content-length': '2870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e6da30d8-8854-48d7-ad70-35102258e151', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "7aa1df32-5b2a-4f63-b71a-c538346f2534", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:13.000000", "updated_at": "2025-08-05T20:30:13.000000", "name": "tempest-AttachVolumeNegativeTest-volume-199266298", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "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": "f5958e6aedc548cdaa35e6431f30285d"}, {"id": "8320c957-ae61-4b73-9ce4-ea27700d149b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:31.000000", "updated_at": "2025-08-05T20:28:31.000000", "name": "", "description": "", "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8320c957-ae61-4b73-9ce4-ea27700d149b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8320c957-ae61-4b73-9ce4-ea27700d149b"}], "user_id": "555e82c371d1428dad31b2b544030406", "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": "13c295381b954c299ee3883e266dcecb"}, {"id": "a766ec00-4d2d-4527-af29-a71993dc1791", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:37.000000", "updated_at": "2025-08-05T20:24:37.000000", "name": "661339c0-90a2-4eb9-8874-a97b7b3b9e5b-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/a766ec00-4d2d-4527-af29-a71993dc1791"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a766ec00-4d2d-4527-af29-a71993dc1791"}], "user_id": "555e82c371d1428dad31b2b544030406", "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": "13c295381b954c299ee3883e266dcecb"}]}' 2025-08-05 20:30:14,954 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10. 0.0.210/volume/v3/types/c63ae897-c127-4b59-bb9b-110d1060fc3a 0.051s 2025-08-05 20:30:14,954 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30: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-0cf1a5ef-5c23-471f-bdb5-a8e88bbd55b3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/c63ae897-c127-4b59-bb9b-110d1060fc3a'} Body: b'' 2025-08-05 20:30:14,983 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-2120855702 0.028s 2025-08-05 20:30:14,983 98940 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 20:30:14 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-fa39bafc-26b2-461b-ab2c-ade702264ec2', 'x-compute-request-id': 'req-fa39bafc-26b2-461b-ab2c-ade702264ec2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestInstancesWithCinderVolumes-2120855702'} Body: b'' 2025-08-05 20:30:15,074 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/26f09304-c377-4b33-8a06-3220fc0e64a4 0.090s 2025-08-05 20:30:15,074 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-816aa35f-d475-44e9-bc60-971a2faf427f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/26f09304-c377-4b33-8a06-3220fc0e64a4'} Body: b'' 2025-08-05 20:30:15,156 98940 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.081s 2025-08-05 20:30:15,156 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de80426a-9c01-494b-abeb-1ad5761a7604', 'content-length': '2870', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de80426a-9c01-494b-abeb-1ad5761a7604', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/detail?all_tenants=1'} Body: b'{"volumes": [{"id": "7aa1df32-5b2a-4f63-b71a-c538346f2534", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:13.000000", "updated_at": "2025-08-05T20:30:13.000000", "name": "tempest-AttachVolumeNegativeTest-volume-199266298", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7aa1df32-5b2a-4f63-b71a -c538346f2534"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "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": "f5958e6aedc548cdaa35e6431f30285d"}, {"id": "8320c957-ae61-4b73-9ce4-ea27700d149b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:28:31.000000", "updated_at": "2025-08-05T20:28:31.000000", "name": "", "description": "", "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8320c957-ae61-4b73-9ce4-ea27700d149b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8320c957-ae61-4b73-9ce4-ea27700d149b"}], "user_id": "555e82c371d1428dad31b2b544030406", "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": "13c295381b954c299ee3883e266dcecb"}, {"id": "a766ec00-4d2d-4527-af29-a71993dc1791", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:24:37.000000", "updated_at": "2025-08-05T20:24:37.000000", "name": "661339c0-90a2-4eb9-8874-a97b7b3b9e5b-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/a766ec00-4d2d-4527-af29-a71993dc1791"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a766ec00-4d2d-4527-af29-a71993dc1791"}], "user_id": "555e82c371d1428dad31b2b544030406", "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": "13c295381b954c299ee3883e266dcecb"}]}' 2025-08-05 20:30:15,219 98940 INFO [tempest.lib.common.rest_client] Request (TestInstancesWithCinderVolumes:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/types/acd9538e-fbff-4308-9d64-7b6cb5275965 0.047s 2025-08-05 20:30:15,220 98940 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98bc986b-a965-461a-876c-006e59a025e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/types/acd9538e-fbff-4308-9d64-7b6cb5275965'} Body: b'' 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 2e6b1af7-2020-467d-9ccc-d7ccba86c554 failed to build and is in ERROR status cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 51, in test_create_multiple_volume_from_source_volume volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 105, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 16a117da-b7c0-4048-a059-6681a0d7edea failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:30:26,396 98930 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.323s 2025-08-05 20:30:26,396 98930 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-1039507149"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8289d2d2-cdc3-4d26-a648-5687b024712d', 'content-length': '765', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8289d2d2-cdc3-4d26-a648-5687b024712d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "16a117da-b7c0-4048-a059-6681a0d7edea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:26.337869", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1039507149", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/16a117da-b7c0-4048-a059-6681a0d7edea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16a117da-b7c0-4048-a059-6681a0d7edea"}], "user_id": "6fe8d52c23c24b6a9e162968c014b7b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:30:26,447 98930 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/16a117da-b7c0-4048-a059-6681a0d7edea 0.038s 2025-08-05 20:30:26,447 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a481eb5-d515-4f85-9bdd-f75f1ad9f31b', 'content-length': '833', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a481eb5-d515-4f85-9bdd-f75f1ad9f31b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/16a117da-b7c0-4048-a059-6681a0d7edea'} Body: b'{"volume": {"id": "16a117da-b7c0-4048-a059-6681a0d7edea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:26.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1039507149", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/16a117da-b7c0-4048-a059-6681a0d7edea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16a117da-b7c0-4048-a059-6681a0d7edea"}], "user_id": "6fe8d52c23c24b6a9e162968c014b7b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e245148e1484db2b6e337263773b713"}}' 2025-08-05 20:30:27,503 98930 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/16a117da-b7c0-4048-a059-6681a0d7edea 0.038s 2025-08-05 20:30:27,503 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20 :30:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c55d89ce-cf42-40b5-abad-0de938026173', 'content-length': '854', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c55d89ce-cf42-40b5-abad-0de938026173', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/16a117da-b7c0-4048-a059-6681a0d7edea'} Body: b'{"volume": {"id": "16a117da-b7c0-4048-a059-6681a0d7edea", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:26.000000", "updated_at": "2025-08-05T20:30:26.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1039507149", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/16a117da-b7c0-4048-a059-6681a0d7edea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/16a117da-b7c0-4048-a059-6681a0d7edea"}], "user_id": "6fe8d52c23c24b6a9e162968c014b7b8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e245148e1484db2b6e337263773b713"}}' 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 7c820b75-6658-48c3-bbb5-71d57bd60a1c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:30:29,840 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 201 POST http://10.0.0.210/image/v2/images 0.591s 2025-08-05 20:30:29,840 98930 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 20:30:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-c2ae1636-d376-4080-b36d-6ed6764196a3', '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": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8688efed-13f9-497a-b9d0-3186f365b1f8", "created_at": "2025-08-05T20:30:30Z", "updated_at": "2025-08-05T20:30:30Z", "tags": [], "self": "/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8", "file": "/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:30,692 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 204 PUT http://10.0.0.210/image/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8/file 0.849s 2025-08-05 20:30:30,692 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-12fba2e3-8777-4d20-9d99-0135d63f3e4e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8/file'} Body: b'' 2025-08-05 20:30:30,732 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8 0.039s 2025-08-05 20:30:30,733 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-97a94a8b-8d14-4ef2-9bc1-3b7b56ea6ef2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8'} 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": "3937ab8b031e5b83772a62a323aa2047", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "d8546dc4bc50d608b771586334162ce05bd124a633b514aeb950e87737d72ae23a57ad01a8802e37d05fa872e8e62bb55ac645f0c0b261c698584160b0fc7ee1", "id": "8688efed-13f9-497a-b9d0-3186f365b1f8", "created_at": "2025-08-05T20:30:30Z", "updated_at": "2025-08-05T20:30:31Z", "tags": [], "self": "/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8", "file": "/v2/images/8688efed-13f9- 497a-b9d0-3186f365b1f8/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:30,753 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8 0.019s 2025-08-05 20:30:30,753 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1c2ef981-21f8-4da9-9b8e-960929dc2079', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8'} 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": "3937ab8b031e5b83772a62a323aa2047", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "d8546dc4bc50d608b771586334162ce05bd124a633b514aeb950e87737d72ae23a57ad01a8802e37d05fa872e8e62bb55ac645f0c0b261c698584160b0fc7ee1", "id": "8688efed-13f9-497a-b9d0-3186f365b1f8", "created_at": "2025-08-05T20:30:30Z", "updated_at": "2025-08-05T20:30:31Z", "tags": [], "self": "/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8", "file": "/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:30,778 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/image/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8 0.023s 2025-08-05 20:30:30,778 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2579e20f-dc95-45f2-937e-75a9d3fd0de0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8'} 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": "3937ab8b031e5b83772a62a323aa2047", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "d8546dc4bc50d608b771586334162ce05bd124a633b514aeb950e87737d72ae23a57ad01a8802e37d05fa872e8e62bb55ac645f0c0b261c698584160b0fc7ee1", "id": "8688efed-13f9-497a-b9d0-3186f365b1f8", "created_at": "2025-08-05T20:30:30Z", "updated_at": "2025-08-05T20:30:31Z", "tags": [], "self": "/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8", "file": "/v2/images/8688efed-13f9-497a-b9d0-3186f365b1f8/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:31,132 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 202 POST http://10.0.0.210/volume/v3/volumes 0.354s 2025-08-05 20:30:31,133 98930 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": "8688efed-13f9-497a-b9d0-3186f365b1f8", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89675fda-c7e1-4 375-b2fe-fccde224a9ff', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89675fda-c7e1-4375-b2fe-fccde224a9ff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7c820b75-6658-48c3-bbb5-71d57bd60a1c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:31.068896", "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/7c820b75-6658-48c3-bbb5-71d57bd60a1c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c820b75-6658-48c3-bbb5-71d57bd60a1c"}], "user_id": "e1df3fbbb02a487b9c9f5575cd8cad22", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:30:31,184 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/7c820b75-6658-48c3-bbb5-71d57bd60a1c 0.039s 2025-08-05 20:30:31,184 98930 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 20:30:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-741b18fa-68bf-44ea-b4cc-17dbeabbd897', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-741b18fa-68bf-44ea-b4cc-17dbeabbd897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c820b75-6658-48c3-bbb5-71d57bd60a1c'} Body: b'{"volume": {"id": "7c820b75-6658-48c3-bbb5-71d57bd60a1c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:31.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/7c820b75-6658-48c3-bbb5-71d57bd60a1c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c820b75-6658-48c3-bbb5-71d57bd60a1c"}], "user_id": "e1df3fbbb02a487b9c9f5575cd8cad22", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "20c6bffbab3140f0a592e66f293d0322"}}' 2025-08-05 20:30:32,242 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_1): 200 GET http://10.0.0.210/volume/v3/volumes/7c820b75-6658-48c3-bbb5-71d57bd60a1c 0.043s 2025-08-05 20:30:32,243 98930 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 20:30:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e1a8d02-13b7-4c59-bfb7-e40f6e9b20d7', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e1a8d02-13b7-4c59-bfb7-e40f6e9b20d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7c820b75-6658-48c3-bbb5-71d57bd60a1c'} Body: b'{"volume": {"id": "7c820b75-6658-48c3-bbb5-71d57bd60a1c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:31.000000" , "updated_at": "2025-08-05T20:30:31.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/7c820b75-6658-48c3-bbb5-71d57bd60a1c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7c820b75-6658-48c3-bbb5-71d57bd60a1c"}], "user_id": "e1df3fbbb02a487b9c9f5575cd8cad22", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "20c6bffbab3140f0a592e66f293d0322"}}' 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 d68a297b-1899-4a2f-af13-288a8ae43df4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:30:32,740 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 201 POST http://10.0.0.210/image/v2/images 0.476s 2025-08-05 20:30:32,740 98930 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 20:30:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-14c57507-9864-4459-bfeb-53d8e28d19b3', '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": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "c1405cda-be00-449e-9408-4a4bf4535e79", "created_at": "2025-08-05T20:30:33Z", "updated_at": "2025-08-05T20:30:33Z", "tags": [], "self": "/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79", "file": "/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:33,679 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 204 PUT http://10.0.0.210/image/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79/file 0.936s 2025-08-05 20:30:33,679 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ffc49edb-c850-4554-a0a2-eef17c991261', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79/file'} Body: b'' 2025-08-05 20:30:33,701 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79 0.021s 2025-08-05 20:30:33,701 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-64cc0d1d-13fa-43b5-8277-1b595e089728', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79'} 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": "404711d012b6114258bf4d5247911e6d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5250b71a67543363eb3e278d09e502f9799edf68cdeafc0427ffdae2760d5a659def2c928485aead6305e6a7eed7342c61e265788e89202cd3562898020f68b4", "id": "c1405cda-be00-449e-9408-4a4bf4535e79", "created_at": "2025-08-05T20:30:33Z", "updated_at": "2025-08-05T20:30:34Z", "tags": [], "self": "/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79", "file": "/v2/images/c1405cda-be00- 449e-9408-4a4bf4535e79/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:33,722 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79 0.020s 2025-08-05 20:30:33,723 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3ca79d8c-b7d3-4df2-890f-cf9998442613', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79'} 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": "404711d012b6114258bf4d5247911e6d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5250b71a67543363eb3e278d09e502f9799edf68cdeafc0427ffdae2760d5a659def2c928485aead6305e6a7eed7342c61e265788e89202cd3562898020f68b4", "id": "c1405cda-be00-449e-9408-4a4bf4535e79", "created_at": "2025-08-05T20:30:33Z", "updated_at": "2025-08-05T20:30:34Z", "tags": [], "self": "/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79", "file": "/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:33,741 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/image/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79 0.017s 2025-08-05 20:30:33,741 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-01752afe-b840-4974-912b-2e51935528de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79'} 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": "404711d012b6114258bf4d5247911e6d", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "5250b71a67543363eb3e278d09e502f9799edf68cdeafc0427ffdae2760d5a659def2c928485aead6305e6a7eed7342c61e265788e89202cd3562898020f68b4", "id": "c1405cda-be00-449e-9408-4a4bf4535e79", "created_at": "2025-08-05T20:30:33Z", "updated_at": "2025-08-05T20:30:34Z", "tags": [], "self": "/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79", "file": "/v2/images/c1405cda-be00-449e-9408-4a4bf4535e79/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:34,038 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 202 POST http://10.0.0.210/volume/v3/volumes 0.296s 2025-08-05 20:30:34,038 98930 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": "c1405cda-be00-449e-9408-4a4bf4535e79", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12a0f561-13bc-4 e3f-beae-2f2f57bf1f29', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12a0f561-13bc-4e3f-beae-2f2f57bf1f29', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d68a297b-1899-4a2f-af13-288a8ae43df4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:33.976041", "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/d68a297b-1899-4a2f-af13-288a8ae43df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d68a297b-1899-4a2f-af13-288a8ae43df4"}], "user_id": "e1df3fbbb02a487b9c9f5575cd8cad22", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:30:34,122 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/d68a297b-1899-4a2f-af13-288a8ae43df4 0.071s 2025-08-05 20:30:34,122 98930 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 20:30:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f4d7dab-8091-455a-9b53-731891116554', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f4d7dab-8091-455a-9b53-731891116554', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d68a297b-1899-4a2f-af13-288a8ae43df4'} Body: b'{"volume": {"id": "d68a297b-1899-4a2f-af13-288a8ae43df4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:34.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/d68a297b-1899-4a2f-af13-288a8ae43df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d68a297b-1899-4a2f-af13-288a8ae43df4"}], "user_id": "e1df3fbbb02a487b9c9f5575cd8cad22", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "20c6bffbab3140f0a592e66f293d0322"}}' 2025-08-05 20:30:35,177 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_2): 200 GET http://10.0.0.210/volume/v3/volumes/d68a297b-1899-4a2f-af13-288a8ae43df4 0.039s 2025-08-05 20:30:35,177 98930 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 20:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cfa63fac-100b-4321-a31a-c43d14f07082', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cfa63fac-100b-4321-a31a-c43d14f07082', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d68a297b-1899-4a2f-af13-288a8ae43df4'} Body: b'{"volume": {"id": "d68a297b-1899-4a2f-af13-288a8ae43df4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:34.000000" , "updated_at": "2025-08-05T20:30:34.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/d68a297b-1899-4a2f-af13-288a8ae43df4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d68a297b-1899-4a2f-af13-288a8ae43df4"}], "user_id": "e1df3fbbb02a487b9c9f5575cd8cad22", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "20c6bffbab3140f0a592e66f293d0322"}}' 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 7beed906-6685-463d-b670-b8f2f26d2177 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:30:35,631 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 201 POST http://10.0.0.210/image/v2/images 0.438s 2025-08-05 20:30:35,631 98930 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 20:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '658', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-d8e31f8a-6f48-48da-9cc7-ee6e8b2835f2', '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": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "27209d9e-40af-4cc6-adcb-9babaf9aa69f", "created_at": "2025-08-05T20:30:36Z", "updated_at": "2025-08-05T20:30:36Z", "tags": [], "self": "/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f", "file": "/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:36,505 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 204 PUT http://10.0.0.210/image/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f/file 0.872s 2025-08-05 20:30:36,506 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-ad1ea4fa-19c1-496e-878f-59e93c8722d8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f/file'} Body: b'' 2025-08-05 20:30:36,540 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f 0.031s 2025-08-05 20:30:36,544 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7e3c15ff-ad92-4b39-92be-29eff7b70339', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f'} 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": "11134071cd7a9c33f6d19ba41d45dd75", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "05a095ed3a5614c6a02fc242ab5908f71363500194ee70974fb9fef816fde0ea466cfb440e102e999c7250620d375693b465de1d4306493c3e8ce1bfb6a24564", "id": "27209d9e-40af-4cc6-adcb-9babaf9aa69f", "created_at": "2025-08-05T20:30:36Z", "updated_at": "2025-08-05T20:30:36Z", "tags": [], "self": "/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f", "file": "/v2/images/27209d9e-40af- 4cc6-adcb-9babaf9aa69f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:36,569 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f 0.020s 2025-08-05 20:30:36,569 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d502ed21-566b-45c6-b500-d8dc78d2643a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f'} 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": "11134071cd7a9c33f6d19ba41d45dd75", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "05a095ed3a5614c6a02fc242ab5908f71363500194ee70974fb9fef816fde0ea466cfb440e102e999c7250620d375693b465de1d4306493c3e8ce1bfb6a24564", "id": "27209d9e-40af-4cc6-adcb-9babaf9aa69f", "created_at": "2025-08-05T20:30:36Z", "updated_at": "2025-08-05T20:30:36Z", "tags": [], "self": "/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f", "file": "/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:36,589 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/image/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f 0.018s 2025-08-05 20:30:36,589 98930 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '818', 'content-type': 'application/json', 'x-openstack-request-id': 'req-887aa8b9-d39e-4e17-9568-2992011c63b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f'} 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": "11134071cd7a9c33f6d19ba41d45dd75", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "20c6bffbab3140f0a592e66f293d0322", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "05a095ed3a5614c6a02fc242ab5908f71363500194ee70974fb9fef816fde0ea466cfb440e102e999c7250620d375693b465de1d4306493c3e8ce1bfb6a24564", "id": "27209d9e-40af-4cc6-adcb-9babaf9aa69f", "created_at": "2025-08-05T20:30:36Z", "updated_at": "2025-08-05T20:30:36Z", "tags": [], "self": "/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f", "file": "/v2/images/27209d9e-40af-4cc6-adcb-9babaf9aa69f/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:30:36,882 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 202 POST http://10.0.0.210/volume/v3/volumes 0.292s 2025-08-05 20:30:36,882 98930 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": "27209d9e-40af-4cc6-adcb-9babaf9aa69f", "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d58ff58-54d6-4 c2b-98e8-1c42e9910eb2', 'content-length': '776', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d58ff58-54d6-4c2b-98e8-1c42e9910eb2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7beed906-6685-463d-b670-b8f2f26d2177", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:36.824192", "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/7beed906-6685-463d-b670-b8f2f26d2177"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7beed906-6685-463d-b670-b8f2f26d2177"}], "user_id": "e1df3fbbb02a487b9c9f5575cd8cad22", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:30:36,939 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/7beed906-6685-463d-b670-b8f2f26d2177 0.041s 2025-08-05 20:30:36,940 98930 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 20:30:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-19e99d9d-ee1d-4a77-890e-d4ba49532895', 'content-length': '844', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-19e99d9d-ee1d-4a77-890e-d4ba49532895', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7beed906-6685-463d-b670-b8f2f26d2177'} Body: b'{"volume": {"id": "7beed906-6685-463d-b670-b8f2f26d2177", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:37.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/7beed906-6685-463d-b670-b8f2f26d2177"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7beed906-6685-463d-b670-b8f2f26d2177"}], "user_id": "e1df3fbbb02a487b9c9f5575cd8cad22", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "20c6bffbab3140f0a592e66f293d0322"}}' 2025-08-05 20:30:37,995 98930 INFO [tempest.lib.common.rest_client] Request (VolumeImageDependencyTests:test_image_volume_dependencies_3): 200 GET http://10.0.0.210/volume/v3/volumes/7beed906-6685-463d-b670-b8f2f26d2177 0.038s 2025-08-05 20:30:37,996 98930 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 20:30:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-105d263b-d72d-42c5-a19c-8219cc964012', 'content-length': '865', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-105d263b-d72d-42c5-a19c-8219cc964012', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7beed906-6685-463d-b670-b8f2f26d2177'} Body: b'{"volume": {"id": "7beed906-6685-463d-b670-b8f2f26d2177", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:37.000000" , "updated_at": "2025-08-05T20:30:37.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/7beed906-6685-463d-b670-b8f2f26d2177"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7beed906-6685-463d-b670-b8f2f26d2177"}], "user_id": "e1df3fbbb02a487b9c9f5575cd8cad22", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "20c6bffbab3140f0a592e66f293d0322"}}' 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 1e410bda-f5e3-486d-8230-4f1ff93287f1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:03,103 98950 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.288s 2025-08-05 20:31:03,103 98950 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-1602836478"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c0fdcd0-ca91-4480-9b61-27861da6ee2a', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c0fdcd0-ca91-4480-9b61-27861da6ee2a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "1e410bda-f5e3-486d-8230-4f1ff93287f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:03.044045", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1602836478", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1"}], "user_id": "342c737ddb0a49d28aa92bd8abfb8f20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:03,154 98950 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/1e410bda-f5e3-486d-8230-4f1ff93287f1 0.038s 2025-08-05 20:31:03,154 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e172286f-bcf9-4ee6-a5a8-0dcd3347901d', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e172286f-bcf9-4ee6-a5a8-0dcd3347901d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1'} Body: b'{"volume": {"id": "1e410bda-f5e3-486d-8230-4f1ff93287f1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:03.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1602836478", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1"}], "user_id": "342c737ddb0a49d28aa92bd8abfb8f20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77b14004b93f447189ea97bd276fa0a5"}}' 2025-08-05 20:31:04,207 98950 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/1e410bda-f5e3-486d-8230-4f1ff93287f1 0.038s 2025-08-05 20:31:04,207 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-co mpute-request-id': 'req-5360fa9c-eac6-4437-87fc-ed4fb1d663a8', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5360fa9c-eac6-4437-87fc-ed4fb1d663a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1'} Body: b'{"volume": {"id": "1e410bda-f5e3-486d-8230-4f1ff93287f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:03.000000", "updated_at": "2025-08-05T20:31:03.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1602836478", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1"}], "user_id": "342c737ddb0a49d28aa92bd8abfb8f20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77b14004b93f447189ea97bd276fa0a5"}}' 2025-08-05 20:31:04,260 98950 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1 0.039s 2025-08-05 20:31:04,260 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-227dd049-6821-4316-9ae7-2f9b39b09a61', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-227dd049-6821-4316-9ae7-2f9b39b09a61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1'} Body: b'{"volume": {"id": "1e410bda-f5e3-486d-8230-4f1ff93287f1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:03.000000", "updated_at": "2025-08-05T20:31:03.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1602836478", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1"}], "user_id": "342c737ddb0a49d28aa92bd8abfb8f20", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "77b14004b93f447189ea97bd276fa0a5"}}' 2025-08-05 20:31:04,365 98950 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1 0.090s 2025-08-05 20:31:04,365 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8858dbf1-d48a-4c13-a07b-939ca1bd3fa6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1'} Body: b'' 2025-08-05 20:31:04,387 98950 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287 f1 0.021s 2025-08-05 20:31:04,387 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c721364e-f2f7-4e39-b0bb-9e206810821e', 'x-openstack-request-id': 'req-c721364e-f2f7-4e39-b0bb-9e206810821e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/1e410bda-f5e3-486d-8230-4f1ff93287f1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1e410bda-f5e3-486d-8230-4f1ff93287f1 could not be found."}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 61, in test_attach_attached_volume_to_different_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 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 7aa1df32-5b2a-4f63-b71a-c538346f2534 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:28:17,793 98934 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:28:17,794 98934 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:28:17,875 98934 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.080s 2025-08-05 20:28:17,875 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1719771059", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOAUF1O/RveZ4cvTS+XPUUUJV8Nwi7FhBYK9Jddddhm6KnvttgTpJOZ2PYkRuGcus0NqCry6W0CI96rbz7EQpevNLsAA3C0i1fq4q4vrCRASeQm+BUKsWHSbia4V3vMBxg=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28: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-33036139-779e-4b68-b56b-0aa6132a2a6d', 'x-compute-request-id': 'req-33036139-779e-4b68-b56b-0aa6132a2a6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1719771059", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOAUF1O/RveZ4cvTS+XPUUUJV8Nwi7FhBYK9Jddddhm6KnvttgTpJOZ2PYkRuGcus0NqCry6W0CI96rbz7EQpevNLsAA3C0i1fq4q4vrCRASeQm+BUKsWHSbia4V3vMBxg==", "fingerprint": "7d:1c:00:15:f5:18:37:ac:ac:c5:8b:e4:43:6a:68:94", "user_id": "ec608f03e47f48be81d0cda52b5e14f4"}}' 2025-08-05 20:28:17,878 98934 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1719771059 created 2025-08-05 20:28:18,107 98934 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.228s 2025-08-05 20:28:18,108 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1421684476", "description": "tempest-description--845838684"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-6304d937-cd58-4335-9500-591e2dec2638', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "561f0d04-38f7-4583-81a5-f71acf5966a7", "name": "tempest-securitygroup--1421684476", "stateful": true, "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "description": "tempest-description--845838684", "shared": false, "security_group_rules": [{"id": "596da68e-4848-425a-bfa6-c497d456cefc", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "561f0d04-38f7-4583-81a5-f71acf5966a7", "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": 952, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:28:17Z", "updated_at": "2025-08-05T20:28:17Z", "revision_number": 0}, {"id": "c7d2cd28-6cc2-42ca-8113-d202c34df421", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "561f0d04-38f7-4583-81a5-f71acf5966a7", "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": 953, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:28:17Z", "updated_at": "2025-08-05T20:28:17Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:28:17Z", "updated_at": "2025-08-05T20:28:17Z", "revision_number": 1, "project_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:28:18,325 98934 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 20:28:18,325 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "561f0d04-38f7-4583-81a5-f71acf5966a7", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-fb20f408-5754-4c08-97e4-68479a593d4d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9d612616-d4dd-4b5b-96df-039c39f01703", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "561f0d04-38f7-4583-81a5-f71acf5966a7", "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-05T20:28:18Z", "updated_at": "2025-08-05T20:28:18Z", "revision_number": 0}}' 2025-08-05 20:28:18,528 98934 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 20:28:18,528 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "561f0d04-38f7-4583-81a5-f71acf5966a7", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-fece8fbb-eb0d-413b-bcf0-71f7ee1587cb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "90f02568-50b3-4ffa-bda1-2bd633fbe0b2", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "561f0d04-38f7-4583-81a5-f71acf5966a7", "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-05T20:28:18Z", "updated_at": "2025-08-05T20:28:18Z", "revision_number": 0}}' 2025-08-05 20:28:18,528 98934 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1421684476 created 2025-08-05 20:28:19,199 98934 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.670s 2025-08-05 20:28:19,199 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-447a5f6e-9d70-491d-a61b-f4ff1a55f444', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "15fcaa56-790b-40a5-adae-d7f4a912117b", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "floating_ip_address": "172.24.4.77", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:28:18Z", "updated_at": "2025-08-05T20:28:18Z", "revision_number": 0}}' 2025-08-05 20:28:19,199 98934 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '15fcaa56-790b-40a5-adae-d7f4a912117b', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'floating_ip_address': '172.24.4.77', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:28:18Z', 'updated_at': '2025-08-05T20:28:18Z', 'revision_number': 0, 'ip': '172.24.4.77'} created 2025-08-05 20:28:19,284 98934 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.079s 2025-08-05 20:28:19,285 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:19 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-26edc15b-65b7-4c00-b4aa-50977d609e31', '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": "ec608f03e47f48be81d0cda52b5e14f4", "name": "tempest-AttachVolumeNegativeTest-475294749-project-member", "password_expires_at": null}, "audit_ids": ["TR_oMSgfRxOs0biEj68WSg"], "expires_at": "2025-08-05T21:28:19.000000Z", "issued_at": "2025-08-05T20:28:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5958e6aedc548cdaa35e6431f30285d", "name": "tempest-AttachVolumeNegativeTest-475294749"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f5958e6aedc548cdaa35e6431f30285d", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networ king", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:28:19,285 98934 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '4bce13be-a4b1-4847-b180-e0ca4315e00e', 'name': 'tempest-AttachVolumeNegativeTest-818006195-network', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45654, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:28:08Z', 'updated_at': '2025-08-05T20:28:08Z', 'revision_number': 1} available for tenant 2025-08-05 20:28:19,286 98934 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1719771059', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOAUF1O/RveZ4cvTS+XPUUUJV8Nwi7FhBYK9Jddddhm6KnvttgTpJOZ2PYkRuGcus0NqCry6W0CI96rbz7EQpevNLsAA3C0i1fq4q4vrCRASeQm+BUKsWHSbia4V3vMBxg==', 'fingerprint': '7d:1c:00:15:f5:18:37:ac:ac:c5:8b:e4:43:6a:68:94', 'user_id': 'ec608f03e47f48be81d0cda52b5e14f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC1NfGD3m13FN+J/OUB5OGYx+YXjVGuNdgUPBYS7gEQQlzraLAksHcM\n3JaNyCp67J+gBwYFK4EEACKhZANiAATgFBdTv0b3meHL00vlz1FFCVfDcIuxYQWC\nvSXXXXYZuip77bYE6STmdj2JEbhnLrNDagq8ultAiPeq28+xEKXrzS7AANwtItX6\nuKuL6wkQEnkJvgVCrFh0m4muFd7zAcY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '561f0d04-38f7-4583-81a5-f71acf5966a7', 'name': 'tempest-securitygroup--1421684476', 'stateful': True, 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'description': 'tempest-description--845838684', 'shared': False, 'security_group_rules': [{'id': '596da68e-4848-425a-bfa6-c497d456cefc', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'security_group_id': '561f0d04-38f7-4583-81a5-f71acf5966a7', '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': 952, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:28:17Z', 'updated_at': '2025-08-05T20:28:17Z', 'revision_number': 0}, {'id': 'c7d2cd28-6cc2-42ca-8113-d202c34df421', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'security_group_id': '561f0d04-38f7-4583-81a5-f71acf5966a7', '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': 953, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:28:17Z', 'updated_at': '2025-08-05T20:28:17Z', 'revision_number ': 0}], 'tags': [], 'created_at': '2025-08-05T20:28:17Z', 'updated_at': '2025-08-05T20:28:17Z', 'revision_number': 1, 'project_id': 'f5958e6aedc548cdaa35e6431f30285d'}, 'floating_ip': {'id': '15fcaa56-790b-40a5-adae-d7f4a912117b', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'floating_ip_address': '172.24.4.77', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:28:18Z', 'updated_at': '2025-08-05T20:28:18Z', 'revision_number': 0, 'ip': '172.24.4.77'}} 2025-08-05 20:28:20,189 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.902s 2025-08-05 20:28:20,189 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1329642226", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "4bce13be-a4b1-4847-b180-e0ca4315e00e"}], "security_groups": [{"name": "tempest-securitygroup--1421684476"}], "key_name": "tempest-keypair-1719771059", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9aacf7e2-440f-48c9-ae23-10e34dd90b87', 'x-compute-request-id': 'req-9aacf7e2-440f-48c9-ae23-10e34dd90b87', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "7d0a07c1-2944-431e-ac51-b3000a84cdc2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1421684476"}], "adminPass": "password"}}' 2025-08-05 20:28:20,466 98934 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/7d0a07c1-2944-431e-ac51-b3000a84cdc2 0.274s 2025-08-05 20:28:20,467 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:28:20 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-2ee871bb-5db4-4eed-ab25-8c78dc5d65a2', 'x-compute-request-id': 'req-2ee871bb-5db4-4eed-ab25-8c78dc5d65a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2'} Body: b'{"server": {"id": "7d0a07c1-2944-431e-ac51-b3000a84cdc2", "name": "tempest-AttachVolumeNegativeTest-server-1329642226", "status": "BUILD", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0 .210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:28:20Z", "updated": "2025-08-05T20:28:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1719771059", "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 20:29:10,738 98934 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/7d0a07c1-2944-431e-ac51-b3000a84cdc2 0.210s 2025-08-05 20:29:10,739 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1544', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88d797fe-ed21-42ea-b6b0-5aab67a1012c', 'x-compute-request-id': 'req-88d797fe-ed21-42ea-b6b0-5aab67a1012c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2'} Body: b'{"server": {"id": "7d0a07c1-2944-431e-ac51-b3000a84cdc2", "name": "tempest-AttachVolumeNegativeTest-server-1329642226", "status": "ACTIVE", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "metadata": {}, "hostId": "37bc6ad0032821202f96ec8519616a3f45d302de0d650edba313b99b", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:28:20Z", "updated": "2025-08-05T20:28:36Z", "addresses": {"tempest-AttachVolumeNegativeTest-818006195-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:b6:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1719771059", "OS-SRV-USG:launched_at": "2025-08-05T20:28:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1421684476"}], "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 20:29:10,769 98934 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:30:11,001 98934 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/7d0a07c1-2944-431e-ac51-b3000a84cdc2/os-interface 0.160s 2025-08-05 20:30:11,001 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date' : 'Tue, 05 Aug 2025 20:30:10 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-533ab3d8-9f0c-4486-886c-e944ad325620', 'x-compute-request-id': 'req-533ab3d8-9f0c-4486-886c-e944ad325620', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "4bce13be-a4b1-4847-b180-e0ca4315e00e", "port_id": "c8996a72-3c5e-47bf-9e13-188ee11a157b", "mac_addr": "fa:16:3e:c2:b6:7f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "14329202-8881-4199-b0a2-2bafc830d97e", "ip_address": "10.0.0.10"}]}]}' 2025-08-05 20:30:11,842 98934 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/15fcaa56-790b-40a5-adae-d7f4a912117b 0.834s 2025-08-05 20:30:11,842 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "c8996a72-3c5e-47bf-9e13-188ee11a157b"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-895c436b-3a49-4d78-a756-74b0d93eb122', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/15fcaa56-790b-40a5-adae-d7f4a912117b'} Body: b'{"floatingip": {"id": "15fcaa56-790b-40a5-adae-d7f4a912117b", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "floating_ip_address": "172.24.4.77", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "2f6cad9c-f689-462e-b1e6-544f110e9ddc", "port_id": "c8996a72-3c5e-47bf-9e13-188ee11a157b", "fixed_ip_address": "10.0.0.10", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "4bce13be-a4b1-4847-b180-e0ca4315e00e", "mac_address": "fa:16:3e:c2:b6:7f", "admin_state_up": true, "status": "ACTIVE", "device_id": "7d0a07c1-2944-431e-ac51-b3000a84cdc2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:28:18Z", "updated_at": "2025-08-05T20:30:11Z", "revision_number": 1, "project_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:30:11,851 98934 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.77:22' as 'cirros' with public key authentication 2025-08-05 20:30:12,890 98934 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:30:12,997 98934 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:30:12,997 98934 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.77 successfully created 2025-08-05 20:30:13,064 98934 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/7d0a07c1-2944-431e-ac51-b3000a84cdc2/ips 0.065s 2025-08-05 20:30:13,065 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '147', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a402935d-0a0e-4837-87f1-425fe8f29cc2', 'x-compute-request-id': 'req-a402935d-0a0e-4837-87f1-425fe8f29cc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d0 a07c1-2944-431e-ac51-b3000a84cdc2/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-818006195-network": [{"version": 4, "addr": "10.0.0.10"}, {"version": 4, "addr": "172.24.4.77"}]}}' 2025-08-05 20:30:13,309 98934 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.239s 2025-08-05 20:30:13,309 98934 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-199266298"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5fc61600-6f7b-4e39-8847-a7adecab49f4', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5fc61600-6f7b-4e39-8847-a7adecab49f4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7aa1df32-5b2a-4f63-b71a-c538346f2534", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:13.246658", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-199266298", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:30:13,360 98934 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/7aa1df32-5b2a-4f63-b71a-c538346f2534 0.037s 2025-08-05 20:30:13,360 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a0a6108-c649-4e68-af6d-b63645181106', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a0a6108-c649-4e68-af6d-b63645181106', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534'} Body: b'{"volume": {"id": "7aa1df32-5b2a-4f63-b71a-c538346f2534", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:13.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-199266298", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:30:14,416 98934 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/7aa1df32-5b2a-4f63-b71a-c538346f2534 0.042s 2025-08-05 20:30:14,417 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content -Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd4af306-ea66-4407-acab-74041a4532ef', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd4af306-ea66-4407-acab-74041a4532ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534'} Body: b'{"volume": {"id": "7aa1df32-5b2a-4f63-b71a-c538346f2534", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:13.000000", "updated_at": "2025-08-05T20:30:13.000000", "name": "tempest-AttachVolumeNegativeTest-volume-199266298", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7aa1df32-5b2a-4f63-b71a-c538346f2534"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:30:14,612 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2 0.179s 2025-08-05 20:30:14,613 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:14 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-51c4643d-7363-4540-81ee-ce40040a3f7a', 'x-compute-request-id': 'req-51c4643d-7363-4540-81ee-ce40040a3f7a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2'} Body: b'' 2025-08-05 20:30:14,898 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2 0.285s 2025-08-05 20:30:14,898 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:14 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-f153b4f0-f2de-4c51-9826-5ba5e3ac007c', 'x-compute-request-id': 'req-f153b4f0-f2de-4c51-9826-5ba5e3ac007c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2'} Body: b'{"server": {"id": "7d0a07c1-2944-431e-ac51-b3000a84cdc2", "name": "tempest-AttachVolumeNegativeTest-server-1329642226", "status": "ACTIVE", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "metadata": {}, "hostId": "37bc6ad0032821202f96ec8519616a3f45d302de0d650edba313b99b", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": " 2025-08-05T20:28:20Z", "updated": "2025-08-05T20:30:15Z", "addresses": {"tempest-AttachVolumeNegativeTest-818006195-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:b6:7f"}, {"version": 4, "addr": "172.24.4.77", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c2:b6:7f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1719771059", "OS-SRV-USG:launched_at": "2025-08-05T20:28:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1421684476"}], "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 20:31:04,954 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2 0.034s 2025-08-05 20:31:04,954 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:04 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-362b0cc5-5cec-485b-90eb-2c1891e5ef52', 'x-compute-request-id': 'req-362b0cc5-5cec-485b-90eb-2c1891e5ef52', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/7d0a07c1-2944-431e-ac51-b3000a84cdc2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 7d0a07c1-2944-431e-ac51-b3000a84cdc2 could not be found."}}' 2025-08-05 20:31:04,982 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1719771059 0.027s 2025-08-05 20:31:04,983 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:04 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-cb0bdcbf-a49f-45dc-ba8c-fc141cd0af99', 'x-compute-request-id': 'req-cb0bdcbf-a49f-45dc-ba8c-fc141cd0af99', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1719771059'} Body: b'' 2025-08-05 20:31:05,162 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/561f0d04-38f7-4583-81a5-f71acf5966a7 0.178s 2025-08-05 20:31:05,162 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-709584b0-9dad-43e3-b987-0770a0dd256d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/561f0d04-38f7-4583-81a5-f71acf5966a7'} Body: b'' 2025-08-05 20:31:05,181 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_r un_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/561f0d04-38f7-4583-81a5-f71acf5966a7 0.018s 2025-08-05 20:31:05,181 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-452b0cfe-2571-4ef6-92cd-5575e67db608', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/561f0d04-38f7-4583-81a5-f71acf5966a7'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 561f0d04-38f7-4583-81a5-f71acf5966a7 does not exist", "detail": ""}}' 2025-08-05 20:31:05,557 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/15fcaa56-790b-40a5-adae-d7f4a912117b 0.375s 2025-08-05 20:31:05,557 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-942f6935-2e10-4524-a925-0a7a505e0e8c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/15fcaa56-790b-40a5-adae-d7f4a912117b'} Body: b'' tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 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 6f52cced-da16-4f25-917d-4717938ca76e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:09,729 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45 0.153s 2025-08-05 20:31:09,729 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-17b750d7-a03b-4a9d-b32b-13075b7d98f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:31:10,054 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.323s 2025-08-05 20:31:10,054 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1, "name": "tempest-VolumesCloneTest-Volume-332169993"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74ae48ec-393f-4d77-9717-e1ed793a896a', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74ae48ec-393f-4d77-9717-e1ed793a896a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "6f52cced-da16-4f25-917d-4717938ca76e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:09.990619", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-332169993", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6f52cced-da16-4f25-917d-4717938ca76e"}], "user_id": "e84ea7046373477181437d12cff96405", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:10,110 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e 0.044s 2025-08-05 20:31:10,110 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-fb495dac-31c6-4022-87f0-d8dbce2ab899', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb495dac-31c6-4022-87f0-d8dbce2ab899', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e'} Body: b'{"volume": {"id": "6f52cced-da16-4f25-917d-4717938ca76e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:10.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-332169993", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6f52cced-da16-4f25-917d-4717938ca76e"}], "user_id": "e84ea7046373477181437d12cff96405", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "499feb98cb4740c8b1df635bc53fd4cc"}}' 2025-08-05 20:31:11,163 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e 0.038s 2025-08-05 20:31:11,163 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9cc130e0-778d-490b-9683-1fa152a44ff8', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9cc130e0-778d-490b-9683-1fa152a44ff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e'} Body: b'{"volume": {"id": "6f52cced-da16-4f25-917d-4717938ca76e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:10.000000", "updated_at": "2025-08-05T20:31:10.000000", "name": "tempest-VolumesCloneTest-Volume-332169993", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6f52cced-da16-4f25-917d-4717938ca76e"}], "user_id": "e84ea7046373477181437d12cff96405", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "499feb98cb4740c8b1df635bc53fd4cc"}}' 2025-08-05 20:31:11,213 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e 0.036s 2025-08-05 20:31:11,214 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba272ba0-decc-40d7-ab0f-e2d9b967ca4c', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba272ba0-decc-40d7-ab0f-e2d9b967ca4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e'} Body: b'{"volume": {"id": "6f52cced-da16-4f25-917d-4717938ca76e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:10.000000", " updated_at": "2025-08-05T20:31:10.000000", "name": "tempest-VolumesCloneTest-Volume-332169993", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/6f52cced-da16-4f25-917d-4717938ca76e"}], "user_id": "e84ea7046373477181437d12cff96405", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "499feb98cb4740c8b1df635bc53fd4cc"}}' 2025-08-05 20:31:11,366 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e 0.139s 2025-08-05 20:31:11,366 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0242c09c-f397-46e0-8e94-81acfded9315', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e'} Body: b'' 2025-08-05 20:31:11,389 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e 0.022s 2025-08-05 20:31:11,389 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-93fb0f6c-ed8f-42b4-8b27-a6047a13a5d0', 'x-openstack-request-id': 'req-93fb0f6c-ed8f-42b4-8b27-a6047a13a5d0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/6f52cced-da16-4f25-917d-4717938ca76e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6f52cced-da16-4f25-917d-4717938ca76e 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 cd0955c3-b063-4fce-b875-3e48f2f3756a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:11,579 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.187s 2025-08-05 20:31:11,579 98950 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-511690693"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb34c292-741c-4fd8-a2d6-05e70c2f8604', 'content-length': '747', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb34c292-741c-4fd8-a2d6-05e70c2f8604', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "cd0955c3-b063-4fce-b875-3e48f2f3756a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:11.512558", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-511690693", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a"}], "user_id": "e84ea7046373477181437d12cff96405", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:11,661 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a 0.070s 2025-08-05 20:31:11,661 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91df1c1a-f48d-438f-a1b9-b249755965c8', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91df1c1a-f48d-438f-a1b9-b249755965c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a'} Body: b'{"volume": {"id": "cd0955c3-b063-4fce-b875-3e48f2f3756a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:12.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-511690693", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a"}], "user_id": "e84ea7046373477181437d12cff96405", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "499feb98cb4740c8b1df635bc53fd4cc"}}' 2025-08-05 20:31:12,712 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a 0.036s 2025-08-05 20:31:12,713 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65ea6c51-9473-4b5f-9043-51575df3f59b', 'content-length': '83 6', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65ea6c51-9473-4b5f-9043-51575df3f59b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a'} Body: b'{"volume": {"id": "cd0955c3-b063-4fce-b875-3e48f2f3756a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:12.000000", "updated_at": "2025-08-05T20:31:12.000000", "name": "tempest-VolumesCloneTest-Volume-511690693", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a"}], "user_id": "e84ea7046373477181437d12cff96405", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "499feb98cb4740c8b1df635bc53fd4cc"}}' 2025-08-05 20:31:12,769 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a 0.041s 2025-08-05 20:31:12,769 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fc619cb-cce1-4aa9-b3c4-a4cc668e07b7', 'content-length': '836', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fc619cb-cce1-4aa9-b3c4-a4cc668e07b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a'} Body: b'{"volume": {"id": "cd0955c3-b063-4fce-b875-3e48f2f3756a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:12.000000", "updated_at": "2025-08-05T20:31:12.000000", "name": "tempest-VolumesCloneTest-Volume-511690693", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a"}], "user_id": "e84ea7046373477181437d12cff96405", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "499feb98cb4740c8b1df635bc53fd4cc"}}' 2025-08-05 20:31:12,892 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a 0.106s 2025-08-05 20:31:12,893 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31: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-c0fe2889-e381-4cf3-96da-a0fce9a146c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a'} Body: b'' 2025-08-05 20:31:12,914 98950 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a 0.021s 2025-08-05 20:31:12,914 98950 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 20:31: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-ffc2ccc5-0f3f-482b-ac4b-8e4155210efc', 'x-openstack-request-id': 'req-ffc2ccc5-0f3f-482b-ac4b-8e4155210efc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/cd0955c3-b063-4fce-b875-3e48f2f3756a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cd0955c3-b063-4fce-b875-3e48f2f3756a 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 b1eecaf6-d171-4bba-8649-f5287288c46e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:28,104 98950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45 0.219s 2025-08-05 20:31:28,104 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-304395e3-f6fe-4f3e-aeba-b4b6391380d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45'} 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": "ae06c1167d72401abbbdde66131a1e8c", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "9a9bce0083a00939ec17c11febbfc767aa211aaa54f51e75c5a8b271a9b5637c77205a518b7a2007cb391d23cceb01e0e4e8d64832317151bc85b734b92a7be0", "id": "f205fc20-64b7-439b-8043-d81032ab0a45", "created_at": "2025-08-05T20:13:44Z", "updated_at": "2025-08-05T20:13:46Z", "tags": [], "self": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45", "file": "/v2/images/f205fc20-64b7-439b-8043-d81032ab0a45/file", "schema": "/v2/schemas/image"}' 2025-08-05 20:31:28,540 98950 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 20:31:28,540 98950 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-649951744", "snapshot_id": null, "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a6cd016-5cdc-4426-a055-287b6365f355', 'content-length': '781', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a6cd016-5cdc-4426-a055-287b6365f355', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b1eecaf6-d171-4bba-8649-f5287288c46e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:28.484696", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-649951744", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e"}], "user_id": "ee279ff1e53a446284d4aedcb47c95c8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:31:28,597 98950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e 0.045s 2025-08-05 20:31:28,597 98950 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 20:31:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c6b0871-a906-4344-9f8c-7a4619f1a2dc', 'content-length': '849', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c6b0871-a906-4344-9f8c-7a4619f1a2dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e'} Body: b'{"volume": {"id": "b1eecaf6-d171-4bba-8649-f5287288c46e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:28.000000", "updated_at": null, "name": "tempest-TestVolumeBootPatternV346-volume-origin-649951744", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e"}], "user_id": "ee279ff1e53a446284d4aedcb47c95c8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "4605a82dbe51413b973312e0532e41a9"}}' 2025-08-05 20:31:29,649 98950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:test_instance_boot_after_snapshot_deletion): 200 GET http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e 0.037s 2025-08-05 20:31:29,649 98950 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 20:31:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab2958c9-c1fb-4bd2-88e2-44fe71cb1f52', 'content-length': '870', 'openstack-api-version': 'volume 3.46', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab2958c9-c1fb-4bd2-88e2-44fe71cb1f52', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e'} Body: b'{"volume": {"id": "b1eecaf6-d171-4bba-8649-f5287288c46e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:28.000000", "updated_at": "2025-08-05T20:31:29.000000", "name": "tempest-TestVolumeBootPatternV346-volume-origin-649951744", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e"}], "user_id": "ee279ff1e53a446284d4aedcb47c95c8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "4605a82dbe51413b973312e0532e41a9"}}' 2025-08-05 20:31:29,768 98950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e 0.104s 2025-08-05 20:31:29,768 98950 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 20:31:29 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-66e 1522e-c120-4308-93cd-6ebf9412fc6d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e'} Body: b'' 2025-08-05 20:31:29,789 98950 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPatternV346:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e 0.020s 2025-08-05 20:31:29,789 98950 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 20:31:29 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-6c6d8f8f-ba8f-429f-8829-6dce622c012a', 'x-openstack-request-id': 'req-6c6d8f8f-ba8f-429f-8829-6dce622c012a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b1eecaf6-d171-4bba-8649-f5287288c46e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b1eecaf6-d171-4bba-8649-f5287288c46e could not be found."}}' 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 f20dac84-008d-44d5-b332-955fecf5fd8f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:37,995 98950 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.480s 2025-08-05 20:31:37,996 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1791914504"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd7458ac-1f98-442f-9a19-c27c6b432729', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cd7458ac-1f98-442f-9a19-c27c6b432729', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f20dac84-008d-44d5-b332-955fecf5fd8f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:37.934098", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1791914504", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f"}], "user_id": "150724d491a74756b23c7b76edda7114", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:38,280 98950 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.272s 2025-08-05 20:31:38,280 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-185491919"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-834c9a97-38cb-4c0d-a351-456e8c872ec6', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-834c9a97-38cb-4c0d-a351-456e8c872ec6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "8c3f738a-b68c-4bbc-8081-8fee4234fa6d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:38.204885", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-185491919", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/8c3f738a-b68c-4bbc-8081-8fee4234fa6d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/8c3f738a-b68c-4bbc-8081-8fee4234fa6d"}], "user_id": "150724d491a74756b23c7b76edda7114", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:38,510 98950 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.218s 2025-08-05 20:31:38,511 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-10743383 6"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-349f3305-5558-46be-a828-93902466ed2c', 'content-length': '757', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-349f3305-5558-46be-a828-93902466ed2c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "cfe0139e-b453-4390-938d-05ddf5333780", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:38.434079", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-107433836", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/cfe0139e-b453-4390-938d-05ddf5333780"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/cfe0139e-b453-4390-938d-05ddf5333780"}], "user_id": "150724d491a74756b23c7b76edda7114", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:38,707 98950 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.185s 2025-08-05 20:31:38,708 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1718048840"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f92e410-79d8-4d2e-92a4-e0570419b5b7', 'content-length': '758', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f92e410-79d8-4d2e-92a4-e0570419b5b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "14383d9f-1aaa-4630-83ed-5369f3e73bde", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:38.644362", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1718048840", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/14383d9f-1aaa-4630-83ed-5369f3e73bde"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/14383d9f-1aaa-4630-83ed-5369f3e73bde"}], "user_id": "150724d491a74756b23c7b76edda7114", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:38,915 98950 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/volumes 0.195s 2025-08-05 20:31:38,915 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-34910897"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b47856a1-2c9a-4918-9135-f084b5d553eb', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b47856a1-2c9a-4918-9135-f084b5d553eb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a0313efd-db6c-4161- bb6a-87c0b6e497a7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:38.854881", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-34910897", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a0313efd-db6c-4161-bb6a-87c0b6e497a7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a0313efd-db6c-4161-bb6a-87c0b6e497a7"}], "user_id": "150724d491a74756b23c7b76edda7114", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:38,967 98950 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f 0.039s 2025-08-05 20:31:38,967 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d3d5d0c-7697-409b-8063-9bdd6a283ac7', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d3d5d0c-7697-409b-8063-9bdd6a283ac7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f'} Body: b'{"volume": {"id": "f20dac84-008d-44d5-b332-955fecf5fd8f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:38.000000", "updated_at": "2025-08-05T20:31:38.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1791914504", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f"}], "user_id": "150724d491a74756b23c7b76edda7114", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "78878efac4f54848be21fe1e8ac650c4"}}' 2025-08-05 20:31:40,025 98950 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f 0.042s 2025-08-05 20:31:40,025 98950 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e79551ff-6259-4ac8-a3d7-a327af877064', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e79551ff-6259-4ac8-a3d7-a327af877064', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f'} Body: b'{"volume": {"id": "f20dac84-008d-44d5-b332-955fecf5fd8f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:38.000000", "updated_at": "2025-08-05T20:31:38.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1791914504", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f20dac84-008d-44d5-b332-955fecf5fd8f"}], "user_id": " 150724d491a74756b23c7b76edda7114", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "78878efac4f54848be21fe1e8ac650c4"}}' 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 22a3ed36-7e87-489f-ac40-3f3b758a77bf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:29:05,242 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.082s 2025-08-05 20:29:05,242 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:05 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-24c1ea56-ace5-4bb6-82ac-4ea417644e7c', '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": "f18358b57d5249a0b35ccf3ff9896c5b", "name": "tempest-VolumesActionsTest-1557444209-project-member", "password_expires_at": null}, "audit_ids": ["WxmhHryIQHqVV8wyGYH_Bg"], "expires_at": "2025-08-05T21:29:05.000000Z", "issued_at": "2025-08-05T20:29:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "465026ff7de64d0eaeae36b404672199", "name": "tempest-VolumesActionsTest-1557444209"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/465026ff7de64d0eaeae36b404672199", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:29:05,243 98946 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '16fdf5e7-8ae9-4594-ab9c-a5c7ce4d084d', 'name': 'tempest-VolumesActionsTest-668606306-network', 'tenant_id': '465026ff7de64d0eaeae36b404672199', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '465026ff7de64d0eaeae36b404672199', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54437, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:28:51Z', 'updated_at': '2025- 08-05T20:28:51Z', 'revision_number': 1} available for tenant 2025-08-05 20:29:05,936 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.692s 2025-08-05 20:29:05,936 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-550553747", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "networks": [{"uuid": "16fdf5e7-8ae9-4594-ab9c-a5c7ce4d084d"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b04dc24-21c1-4707-8663-5adf14d18844', 'x-compute-request-id': 'req-2b04dc24-21c1-4707-8663-5adf14d18844', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2b42c230-2ab0-4926-b0c9-a2f9f5ca4759", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "RqSWdnEB84gj"}}' 2025-08-05 20:29:06,015 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759 0.075s 2025-08-05 20:29:06,015 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1205', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e63ee27a-afc1-4922-86d5-61f187444533', 'x-compute-request-id': 'req-e63ee27a-afc1-4922-86d5-61f187444533', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759'} Body: b'{"server": {"id": "2b42c230-2ab0-4926-b0c9-a2f9f5ca4759", "name": "tempest-VolumesActionsTest-instance-550553747", "status": "BUILD", "tenant_id": "465026ff7de64d0eaeae36b404672199", "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:29:06Z", "updated": "2025-08-05T20:29:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759"}], "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 20:29:56,351 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0- 4926-b0c9-a2f9f5ca4759 0.271s 2025-08-05 20:29:56,351 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:29:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1482', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3a2cd7ea-b789-4985-9712-bbef2915bd8e', 'x-compute-request-id': 'req-3a2cd7ea-b789-4985-9712-bbef2915bd8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759'} Body: b'{"server": {"id": "2b42c230-2ab0-4926-b0c9-a2f9f5ca4759", "name": "tempest-VolumesActionsTest-instance-550553747", "status": "ACTIVE", "tenant_id": "465026ff7de64d0eaeae36b404672199", "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "metadata": {}, "hostId": "5cd85f616607febb36e2205a974cdbc3a59252b797ad7244c2f5179a", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:29:05Z", "updated": "2025-08-05T20:29:22Z", "addresses": {"tempest-VolumesActionsTest-668606306-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:3c:0e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:29:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 20:29:56,365 98946 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:30:56,586 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.209s 2025-08-05 20:30:56,587 98946 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-1118083444"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4257885-0553-4a60-ae12-cddbaa2b3966', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4257885-0553-4a60-ae12-cddbaa2b3966', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "22a3ed36-7e87-489f-ac40-3f3b758a77bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:56.527105", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1118083444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistenc ygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:30:56,638 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf 0.039s 2025-08-05 20:30:56,639 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a388089-8a8d-43d8-9eb5-010111f77134', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a388089-8a8d-43d8-9eb5-010111f77134', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf'} Body: b'{"volume": {"id": "22a3ed36-7e87-489f-ac40-3f3b758a77bf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:57.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1118083444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:30:57,697 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf 0.043s 2025-08-05 20:30:57,697 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efed824a-caa4-4e04-be98-f463dffe0d37', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efed824a-caa4-4e04-be98-f463dffe0d37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf'} Body: b'{"volume": {"id": "22a3ed36-7e87-489f-ac40-3f3b758a77bf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:57.000000", "updated_at": "2025-08-05T20:30:57.000000", "name": "tempest-VolumesActionsTest-Volume-1118083444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:30:57,753 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf 0.041s 2025-08-05 20:30:57,754 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:57 GMT', 'serve r': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e04fd631-10ad-4e94-959c-11cf33fa238d', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e04fd631-10ad-4e94-959c-11cf33fa238d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf'} Body: b'{"volume": {"id": "22a3ed36-7e87-489f-ac40-3f3b758a77bf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:30:57.000000", "updated_at": "2025-08-05T20:30:57.000000", "name": "tempest-VolumesActionsTest-Volume-1118083444", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:30:57,878 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf 0.102s 2025-08-05 20:30:57,881 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba412ea0-b626-4f6c-ac55-eb3196299bbc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf'} Body: b'' 2025-08-05 20:30:57,903 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf 0.021s 2025-08-05 20:30:57,903 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d9d4ad0-e4b4-4457-bc53-c2bb66189528', 'x-openstack-request-id': 'req-8d9d4ad0-e4b4-4457-bc53-c2bb66189528', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/22a3ed36-7e87-489f-ac40-3f3b758a77bf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 22a3ed36-7e87-489f-ac40-3f3b758a77bf could not be found."}}' 2025-08-05 20:30:58,297 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759 0.392s 2025-08-05 20:30:58,298 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06dd69bc-e1bd-4957-91d5-0427e88974fb', 'x-compute-request-id': 'req-06dd69bc-e1bd-4957-91d5-0427e88974fb', 'connection': 'close', 'status': '204', 'cont ent-location': 'http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759'} Body: b'' 2025-08-05 20:30:58,532 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759 0.233s 2025-08-05 20:30:58,532 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:30:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1488', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9532c2a0-83e8-4bca-b91d-4103ea915cd7', 'x-compute-request-id': 'req-9532c2a0-83e8-4bca-b91d-4103ea915cd7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759'} Body: b'{"server": {"id": "2b42c230-2ab0-4926-b0c9-a2f9f5ca4759", "name": "tempest-VolumesActionsTest-instance-550553747", "status": "ACTIVE", "tenant_id": "465026ff7de64d0eaeae36b404672199", "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "metadata": {}, "hostId": "5cd85f616607febb36e2205a974cdbc3a59252b797ad7244c2f5179a", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:29:05Z", "updated": "2025-08-05T20:30:58Z", "addresses": {"tempest-VolumesActionsTest-668606306-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:3c:0e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2025-08-05T20:29:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 20:31:48,597 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759 0.044s 2025-08-05 20:31:48,598 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-64c8cba4-ff30-4626-a41a-5ac5b4f47900', 'x-compute-request-id': 'req-64c8cba4-ff30-4626-a41a-5ac5b4f47900', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2b42c230-2ab0-4926-b0c9-a2f9f5ca4759'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2b42c230-2ab0-4926-b0c9-a2f9f5ca4759 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 4369af60-d68c-421c-9090-b2ca7d8cf7ac failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:48,799 98946 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.195s 2025-08-05 20:31:48,799 98946 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-438019308"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a63bd95-451f-4310-9ff7-8fa63b24231a', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a63bd95-451f-4310-9ff7-8fa63b24231a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4369af60-d68c-421c-9090-b2ca7d8cf7ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:48.741065", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-438019308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:48,876 98946 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/4369af60-d68c-421c-9090-b2ca7d8cf7ac 0.064s 2025-08-05 20:31:48,876 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-faaf312e-6d57-4d7d-9432-e48d52d2d4f0', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-faaf312e-6d57-4d7d-9432-e48d52d2d4f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac'} Body: b'{"volume": {"id": "4369af60-d68c-421c-9090-b2ca7d8cf7ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:49.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-438019308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:49,931 98946 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/4369af60-d68c-421c-9090-b2ca7d8cf7ac 0.040s 2025-08-05 20:31:49,932 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c5c9c9b-820f-43e4-80ba-ce752b8dfa94', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c5c9c9b-820f-43e4-80ba-ce752b8dfa94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac'} Body: b'{"volume": {"id": "4369af60-d68c-421c-9090-b2ca7d8cf7ac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:49.000000", "updated_at": "2025-08-05T20:31:49.000000", "name": "tempest-VolumesActionsTest-Volume-438019308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:49,987 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac 0.041s 2025-08-05 20:31:49,988 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65fa81b4-64cb-4b1f-bc90-130c4bf1227f', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65fa81b4-64cb-4b1f-bc90-130c4bf1227f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac'} Body: b'{"volume": {"id": "4369af60-d68c-421c-9090-b2ca7d8cf7ac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:49.000000", "updated_at": "2025-08-05T20:31:49.000000", "name": "tempest-VolumesActionsTest-Volume-438019308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:50,136 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac 0.136s 2025-08-05 20:31:50,137 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31: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-4d270e7a-a915-48c0-be1f-2fdd8c2f6c1f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac'} Body: b'' 2025-08-05 20:31:50,159 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac 0.021s 2025-08-05 20:31:50,159 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e766f4e6-de3b-41bf-8eda-b815970c89ae', 'x-openstack-request-id': 'req-e766f4e6-de3b-41bf-8eda-b815970c89ae', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4369af60-d68c-421c-9090-b2ca7d8cf7ac'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4369af60-d68c-421c-9090-b2ca7d8cf7ac 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 090d7431-17ab-4565-9604-c578d2f6fa5b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:50,424 98946 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.262s 2025-08-05 20:31:50,425 98946 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-1748700015"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74cf353e-87d5-4c21-bb2f-e43787afc9b3', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74cf353e-87d5-4c21-bb2f-e43787afc9b3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "090d7431-17ab-4565-9604-c578d2f6fa5b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:50.367663", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1748700015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:50,505 98946 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/090d7431-17ab-4565-9604-c578d2f6fa5b 0.068s 2025-08-05 20:31:50,505 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3935cef-f5a0-4fca-9583-043fa1eb612e', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3935cef-f5a0-4fca-9583-043fa1eb612e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b'} Body: b'{"volume": {"id": "090d7431-17ab-4565-9604-c578d2f6fa5b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:50.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1748700015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:51,560 98946 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/090d7431-17ab-4565-9604-c578d2f6fa5b 0.040s 2025-08-05 20:31:51,560 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-237c8cdc-0499-4862-8356-31de5ab97775', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-237c8cdc-0499-4862-8356-31de5ab97775', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b'} Body: b'{"volume": {"id": "090d7431-17ab-4565-9604-c578d2f6fa5b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:50.000000", "updated_at": "2025-08-05T20:31:50.000000", "name": "tempest-VolumesActionsTest-Volume-1748700015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:51,613 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b 0.038s 2025-08-05 20:31:51,613 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4ec58c4-9ac0-4d51-803c-cacda6fa1b7c', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4ec58c4-9ac0-4d51-803c-cacda6fa1b7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b'} Body: b'{"volume": {"id": "090d7431-17ab-4565-9604-c578d2f6fa5b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:50.000000", "updated_at": "2025-08-05T20:31:50.000000", "name": "tempest-VolumesActionsTest-Volume-1748700015", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:51,733 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b 0.107s 2025-08-05 20:31:51,734 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a83c0b8-f14c-400a-92bf-8f157e92df28', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b'} Body: b'' 2025-08-05 20:31:51,756 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b 0.021s 2025-08-0 5 20:31:51,756 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31: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-e08978cb-265b-4544-af8a-58ad099d2cec', 'x-openstack-request-id': 'req-e08978cb-265b-4544-af8a-58ad099d2cec', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/090d7431-17ab-4565-9604-c578d2f6fa5b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 090d7431-17ab-4565-9604-c578d2f6fa5b 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 0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:51,938 98946 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.178s 2025-08-05 20:31:51,939 98946 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-10152116"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8ce489af-61e0-49c7-b90f-059d1665f935', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8ce489af-61e0-49c7-b90f-059d1665f935', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:51.879877", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-10152116", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:51,991 98946 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/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff 0.037s 2025-08-05 20:31:51,992 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c25630c7-9697-46f4-a036-9668793652f5', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c25630c7-9697-46f4-a036-9668793652f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff'} Body: b'{"volume": {"id": "0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:52.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-10152116", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:53,050 98946 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/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff 0.038s 2025-08-05 20:31:53,051 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-req uest-id': 'req-defc68a7-4d4a-4870-8c12-aee19374b5bd', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-defc68a7-4d4a-4870-8c12-aee19374b5bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff'} Body: b'{"volume": {"id": "0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:52.000000", "updated_at": "2025-08-05T20:31:52.000000", "name": "tempest-VolumesActionsTest-Volume-10152116", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:53,103 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff 0.037s 2025-08-05 20:31:53,103 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de032bac-59a2-4029-9c8f-eeedb302c315', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de032bac-59a2-4029-9c8f-eeedb302c315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff'} Body: b'{"volume": {"id": "0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:52.000000", "updated_at": "2025-08-05T20:31:52.000000", "name": "tempest-VolumesActionsTest-Volume-10152116", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:53,206 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff 0.089s 2025-08-05 20:31:53,206 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31: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-c252daea-cee3-42bf-8246-af85433f2cf6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff'} Body: b'' 2025-08-05 20:31:53,227 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff 0.020s 2025-08-05 20:31:53,228 9894 6 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7eed75dd-7e9b-4e84-8769-d6f6ba5840e5', 'x-openstack-request-id': 'req-7eed75dd-7e9b-4e84-8769-d6f6ba5840e5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0bf5612a-9e6f-41d4-8acb-c5d8d91ffeff 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 d56cf96b-c673-42c6-8ea6-a1703f1fb64e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:53,408 98946 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.177s 2025-08-05 20:31:53,408 98946 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-131386465"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-75aed323-382e-4791-b679-5b37d3849a06', 'content-length': '749', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-75aed323-382e-4791-b679-5b37d3849a06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "d56cf96b-c673-42c6-8ea6-a1703f1fb64e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:53.350284", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-131386465", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:53,458 98946 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/d56cf96b-c673-42c6-8ea6-a1703f1fb64e 0.037s 2025-08-05 20:31:53,459 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-57c8a703-e6f4-4cfc-a010-059fee35f411', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-57c8a703-e6f4-4cfc-a010-059fee35f411', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e'} Body: b'{"volume": {"id": "d56cf96b-c673-42c6-8ea6-a1703f1fb64e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:53.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-131386465", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:54,516 98946 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/d56cf96b-c673-42c6-8ea6-a1703f1fb64e 0.039s 2025-08-05 20:31:54,517 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-de3282a9-2842-48a9-bd95-3f5671a69f7b', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de3282a9-2842-48a9-bd95-3f5671a69f7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e'} Body: b'{"volume": {"id": "d56cf96b-c673-42c6-8ea6-a1703f1fb64e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:53.000000", "updated_at": "2025-08-05T20:31:53.000000", "name": "tempest-VolumesActionsTest-Volume-131386465", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:54,567 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e 0.037s 2025-08-05 20:31:54,567 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3652a6b1-b1ca-4324-99e1-a23f15645a6d', 'content-length': '838', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3652a6b1-b1ca-4324-99e1-a23f15645a6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e'} Body: b'{"volume": {"id": "d56cf96b-c673-42c6-8ea6-a1703f1fb64e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:53.000000", "updated_at": "2025-08-05T20:31:53.000000", "name": "tempest-VolumesActionsTest-Volume-131386465", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:54,681 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e 0.099s 2025-08-05 20:31:54,682 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c66ea729-2a21-4bca-bddf-f4be7804f3cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e'} Body: b'' 2025-08-05 20:31:54,702 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e 0.020s 2025- 08-05 20:31:54,703 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31: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-d18b093e-638e-48fa-bbae-c0437f83a831', 'x-openstack-request-id': 'req-d18b093e-638e-48fa-bbae-c0437f83a831', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/d56cf96b-c673-42c6-8ea6-a1703f1fb64e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d56cf96b-c673-42c6-8ea6-a1703f1fb64e 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 3e4213e9-860f-40a3-9e81-75b887b610f7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:54,882 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/volumes 0.177s 2025-08-05 20:31:54,883 98946 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-1302872945"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f4970b1-ed21-40b3-88c9-ec0d4b2d3140', 'content-length': '750', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f4970b1-ed21-40b3-88c9-ec0d4b2d3140', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "3e4213e9-860f-40a3-9e81-75b887b610f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:54.822052", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1302872945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:31:54,931 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7 0.036s 2025-08-05 20:31:54,932 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3a7254b0-7939-41c1-949a-01755e9691c9', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3a7254b0-7939-41c1-949a-01755e9691c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7'} Body: b'{"volume": {"id": "3e4213e9-860f-40a3-9e81-75b887b610f7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:55.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1302872945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:55,984 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7 0.038s 2025-08-05 20:31:55,985 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8a6c1669-f7f7-4e71-8ae7-63152e67aa1b', 'co ntent-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8a6c1669-f7f7-4e71-8ae7-63152e67aa1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7'} Body: b'{"volume": {"id": "3e4213e9-860f-40a3-9e81-75b887b610f7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:55.000000", "updated_at": "2025-08-05T20:31:55.000000", "name": "tempest-VolumesActionsTest-Volume-1302872945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:56,036 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7 0.037s 2025-08-05 20:31:56,036 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-86316c09-4057-4c5e-9f00-a7f5560658e2', 'content-length': '839', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-86316c09-4057-4c5e-9f00-a7f5560658e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7'} Body: b'{"volume": {"id": "3e4213e9-860f-40a3-9e81-75b887b610f7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:31:55.000000", "updated_at": "2025-08-05T20:31:55.000000", "name": "tempest-VolumesActionsTest-Volume-1302872945", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7"}], "user_id": "f18358b57d5249a0b35ccf3ff9896c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "465026ff7de64d0eaeae36b404672199"}}' 2025-08-05 20:31:56,141 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7 0.091s 2025-08-05 20:31:56,141 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91648fde-0e01-4546-8061-2d2148c521a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7'} Body: b'' 2025-08-05 20:31:56,163 98946 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7 0.021s 2025-08-05 20:31:56,163 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1263de1-8743-4cfb-846a-3fbe2a1c9d1b', 'x-openstack-request-id': 'req-e1263de1-8743-4cfb-846a-3fbe2a1c9d1b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/3e4213e9-860f-40a3-9e81-75b887b610f7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3e4213e9-860f-40a3-9e81-75b887b610f7 could not be found."}}' 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 68abfa47-45fb-4088-96c1-71ed7faa3f67 failed to build and is in ERROR status 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 7bd049e2-57ec-4937-a12c-50080b6e04c4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:32:14,929 98946 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.366s 2025-08-05 20:32:14,929 98946 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-554737500"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:32:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ebb8296-e511-4246-a078-c25b03c1ed70', 'content-length': '760', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ebb8296-e511-4246-a078-c25b03c1ed70', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "7bd049e2-57ec-4937-a12c-50080b6e04c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:14.865608", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-554737500", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4"}], "user_id": "1df18fca63c04b929c582a9c29b56da4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:32:14,983 98946 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4 0.041s 2025-08-05 20:32:14,983 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:32:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1173afb2-70b9-4fb3-8af4-2f7f4959ccc8', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1173afb2-70b9-4fb3-8af4-2f7f4959ccc8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4'} Body: b'{"volume": {"id": "7bd049e2-57ec-4937-a12c-50080b6e04c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:15.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-554737500", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4"}], "user_id": "1df18fca63c04b929c582a9c29b56da4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3f9fdff227b4a30a458bf582c1fa34b"}}' 2025-08-05 20:32:16,036 98946 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4 0.038s 2025-08-05 20:32:16,037 98946 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:32:16 GMT', 'server': 'Apache/2.4.52 (Ubu ntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89c19913-8f75-4cdf-bd21-854a59a79e69', 'content-length': '849', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89c19913-8f75-4cdf-bd21-854a59a79e69', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4'} Body: b'{"volume": {"id": "7bd049e2-57ec-4937-a12c-50080b6e04c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:15.000000", "updated_at": "2025-08-05T20:32:15.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-554737500", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/7bd049e2-57ec-4937-a12c-50080b6e04c4"}], "user_id": "1df18fca63c04b929c582a9c29b56da4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c3f9fdff227b4a30a458bf582c1fa34b"}}' 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 86e1c190-a918-4bea-b75a-04ebab88d669 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:32:18,305 98946 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.318s 2025-08-05 20:32:18,306 98946 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-1404171690"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:32:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83e56d6b-3274-4797-a52e-41941eadecf2', 'content-length': '767', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83e56d6b-3274-4797-a52e-41941eadecf2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "86e1c190-a918-4bea-b75a-04ebab88d669", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:18.247191", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1404171690", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/86e1c190-a918-4bea-b75a-04ebab88d669"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86e1c190-a918-4bea-b75a-04ebab88d669"}], "user_id": "8463ae6beb7848ecb3ae8558ff9cb621", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:32:18,359 98946 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/86e1c190-a918-4bea-b75a-04ebab88d669 0.039s 2025-08-05 20:32:18,359 98946 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 20:32:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6781a04f-4ec6-4038-a197-77300df4d267', 'content-length': '835', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6781a04f-4ec6-4038-a197-77300df4d267', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/86e1c190-a918-4bea-b75a-04ebab88d669'} Body: b'{"volume": {"id": "86e1c190-a918-4bea-b75a-04ebab88d669", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:18.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1404171690", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/86e1c190-a918-4bea-b75a-04ebab88d669"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86e1c190-a918-4bea-b75a-04ebab88d669"}], "user_id": "8463ae6beb7848ecb3ae8558ff9cb621", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ac5219ddaf0b4ebda340ec33f31b91e1"}}' 2025-08-05 20:32:19,412 98946 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/86e1c190-a918-4bea-b75a-04ebab88d669 0.037s 2025-08-05 20:32:19,412 98946 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 20:32:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-38eacf93-1fe7-4fff-8e41-bf4797add7c9', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-38eacf93-1fe7-4fff-8e41-bf4797add7c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/86e1c190-a918-4bea-b75a-04ebab88d669'} Body: b'{"volume": {"id": "86e1c190-a918-4bea-b75a-04ebab88d669", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:18.000000", "updated_at": "2025-08-05T20:32:18.000000", "name": "tempest-VolumeRevertTests-Volume-1404171690", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/86e1c190-a918-4bea-b75a-04ebab88d669"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/86e1c190-a918-4bea-b75a-04ebab88d669"}], "user_id": "8463ae6beb7848ecb3ae8558ff9cb621", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ac5219ddaf0b4ebda340ec33f31b91e1"}}' 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 4213e055-2b0a-42a4-bce8-aac4d28e2a46 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:32:19,693 98946 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/volumes 0.264s 2025-08-05 20:32:19,693 98946 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-1982738489"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:32:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc277e71-5615-4d30-afeb-d508e5006e14', 'content-length': '767', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc277e71-5615-4d30-afeb-d508e5006e14', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "4213e055-2b0a-42a4-bce8-aac4d28e2a46", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:19.610385", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1982738489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46"}], "user_id": "8463ae6beb7848ecb3ae8558ff9cb621", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2025-08-05 20:32:19,744 98946 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46 0.038s 2025-08-05 20:32:19,744 98946 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 20:32:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c92591e8-bc24-4830-9b5b-c2ca6117c651', 'content-length': '835', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c92591e8-bc24-4830-9b5b-c2ca6117c651', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46'} Body: b'{"volume": {"id": "4213e055-2b0a-42a4-bce8-aac4d28e2a46", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:20.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1982738489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46"}], "user_id": "8463ae6beb7848ecb3ae8558ff9cb621", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ac5219ddaf0b4ebda340ec33f31b91e1"}}' 2025-08-05 20:32:20,801 98946 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46 0.042s 2025-08-05 20:32:20,802 98946 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 20:32:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-typ e': 'application/json', 'x-compute-request-id': 'req-96e9ac9e-988c-48b0-b8ba-872cfa1af7fe', 'content-length': '856', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96e9ac9e-988c-48b0-b8ba-872cfa1af7fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46'} Body: b'{"volume": {"id": "4213e055-2b0a-42a4-bce8-aac4d28e2a46", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:20.000000", "updated_at": "2025-08-05T20:32:20.000000", "name": "tempest-VolumeRevertTests-Volume-1982738489", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/4213e055-2b0a-42a4-bce8-aac4d28e2a46"}], "user_id": "8463ae6beb7848ecb3ae8558ff9cb621", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "ac5219ddaf0b4ebda340ec33f31b91e1"}}' 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 a1ffb187-04ff-4c98-b292-19f1d65974d2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:31:05,565 98934 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:31:05,565 98934 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:31:05,612 98934 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.045s 2025-08-05 20:31:05,612 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1507481536", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPK2UjmuClON2Cafmnkz92QBnyX3ukilDA1B7LdDrMLoXOKNBZKKRIoqAEj4FptxEmWViP2miVFIDXhdSctZCEjpZOxJHOCir9rNyPG9V2QUrj6IvrWZ6zRY7jXEY6NC1g=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:05 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-dc9015d5-5c1a-4706-9766-0439564e4534', 'x-compute-request-id': 'req-dc9015d5-5c1a-4706-9766-0439564e4534', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1507481536", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPK2UjmuClON2Cafmnkz92QBnyX3ukilDA1B7LdDrMLoXOKNBZKKRIoqAEj4FptxEmWViP2miVFIDXhdSctZCEjpZOxJHOCir9rNyPG9V2QUrj6IvrWZ6zRY7jXEY6NC1g==", "fingerprint": "c5:72:79:e1:81:85:ff:e5:5a:11:83:2f:b5:c1:bd:75", "user_id": "ec608f03e47f48be81d0cda52b5e14f4"}}' 2025-08-05 20:31:05,615 98934 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1507481536 created 2025-08-05 20:31:05,983 98934 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.368s 2025-08-05 20:31:05,984 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1673629012", "description": "tempest-description--1127421313"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-7557098c-25e6-465d-bfab-0b096ecdb6b1', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ae1f6401-7aa4-4203-ac60-8f0049771909", "name": "tempest-securitygroup--1673629012", "stateful": true, "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "description": "tempest-description--1127421313", "shared": false, "security_group_rules": [{"id": "e9ae03b6-be5e-4203-a133-f0c578415850", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "ae1f6401-7aa4-4203-ac60-8f0049771909", "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": 1133, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:31:05Z", "updated_at": "2025-08-05T20:31:05Z", "revision_number": 0}, {"id": "f1a53fb6-9171-4812-b699-2f1594e2d9c5", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "ae1f6401-7aa4-4203-ac60-8f0049771909", "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": 1131, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:31:05Z", "updated_at": "2025-08-05T20:31:05Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:31:05Z", "updated_at": "2025-08-05T20:31:05Z", "revision_number": 1, "project_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:31:06,186 98934 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 20:31:06,187 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ae1f6401-7aa4-4203-ac60-8f0049771909", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-8b56f454-fc3a-41ce-89c3-d32ed1db3117', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d01e8e27-3458-44a0-aaed-13b490c7a409", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "ae1f6401-7aa4-4203-ac60-8f0049771909", "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-05T20:31:06Z", "updated_at": "2025-08-05T20:31:06Z", "revision_number": 0}}' 2025-08-05 20:31:06,391 98934 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 20:31:06,391 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ae1f6401-7aa4-4203-ac60-8f0049771909", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-44c939d2-8475-4037-a35c-71254776ed29', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "16aef9f6-a627-4353-a94f-0db9959aec50", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "ae1f6401-7aa4-4203-ac60-8f0049771909", "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-05T20:31:06Z", "updated_at": "2025-08-05T20:31:06Z", "revision_number": 0}}' 2025-08-05 20:31:06,392 98934 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1673629012 created 2025-08-05 20:31:07,064 98934 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/floatingips 0.671s 2025-08-05 20:31:07,064 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Au th-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-50fcffe4-dc48-49e8-bbb6-2ac3d32304bb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "183199fc-981d-42ee-8035-3bab3e18d9f2", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "floating_ip_address": "172.24.4.152", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:31:06Z", "updated_at": "2025-08-05T20:31:06Z", "revision_number": 0}}' 2025-08-05 20:31:07,065 98934 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '183199fc-981d-42ee-8035-3bab3e18d9f2', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'floating_ip_address': '172.24.4.152', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:31:06Z', 'updated_at': '2025-08-05T20:31:06Z', 'revision_number': 0, 'ip': '172.24.4.152'} created 2025-08-05 20:31:07,168 98934 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.090s 2025-08-05 20:31:07,168 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:07 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-01698303-6091-4fc8-9578-6549920ae1ad', '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": "ec608f03e47f48be81d0cda52b5e14f4", "name": "tempest-AttachVolumeNegativeTest-475294749-project-member", "password_expires_at": null}, "audit_ids": ["UU_DKvnrR4KhTaFWrOSYWg"], "expires_at": "2025-08-05T21:31:07.000000Z", "issued_at": "2025-08-05T20:31:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5958e6aedc548cdaa35e6431f30285d", "name": "tempest-AttachVolumeNegativeTest-475294749"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f5958e6aedc548cdaa35e6431f30285d", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/netw orking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:31:07,169 98934 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '4bce13be-a4b1-4847-b180-e0ca4315e00e', 'name': 'tempest-AttachVolumeNegativeTest-818006195-network', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45654, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:28:08Z', 'updated_at': '2025-08-05T20:28:08Z', 'revision_number': 1} available for tenant 2025-08-05 20:31:07,169 98934 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1507481536', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPK2UjmuClON2Cafmnkz92QBnyX3ukilDA1B7LdDrMLoXOKNBZKKRIoqAEj4FptxEmWViP2miVFIDXhdSctZCEjpZOxJHOCir9rNyPG9V2QUrj6IvrWZ6zRY7jXEY6NC1g==', 'fingerprint': 'c5:72:79:e1:81:85:ff:e5:5a:11:83:2f:b5:c1:bd:75', 'user_id': 'ec608f03e47f48be81d0cda52b5e14f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBMWyIcqksD40QOvoxbD76x0lMwObeKYmuefJK42Xm/1Ds9Q+7dfY0f\nKkJyJ067iwCgBwYFK4EEACKhZANiAATytlI5rgpTjdgmn5p5M/dkAZ8l97pIpQwN\nQey3Q6zC6FzijQWSikSKKgBI+BabcRJllYj9polRSA14XUnLWQhI6WTsSRzgoq/a\nzcjxvVdkFK4+iL61mes0WO41xGOjQtY=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ae1f6401-7aa4-4203-ac60-8f0049771909', 'name': 'tempest-securitygroup--1673629012', 'stateful': True, 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'description': 'tempest-description--1127421313', 'shared': False, 'security_group_rules': [{'id': 'e9ae03b6-be5e-4203-a133-f0c578415850', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'security_group_id': 'ae1f6401-7aa4-4203-ac60-8f0049771909', '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': 1133, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:31:05Z', 'updated_at': '2025-08-05T20:31:05Z', 'revision_number': 0}, {'id': 'f1a53fb6-9171-4812-b699-2f1594e2d9c5', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'security_group_id': 'ae1f6401-7aa4-4203-ac60-8f0049771909', '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': 1131, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:31:05Z', 'updated_at': '2025-08-05T20:31:05Z', 'revision_number ': 0}], 'tags': [], 'created_at': '2025-08-05T20:31:05Z', 'updated_at': '2025-08-05T20:31:05Z', 'revision_number': 1, 'project_id': 'f5958e6aedc548cdaa35e6431f30285d'}, 'floating_ip': {'id': '183199fc-981d-42ee-8035-3bab3e18d9f2', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'floating_ip_address': '172.24.4.152', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:31:06Z', 'updated_at': '2025-08-05T20:31:06Z', 'revision_number': 0, 'ip': '172.24.4.152'}} 2025-08-05 20:31:07,718 98934 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.548s 2025-08-05 20:31:07,719 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-2001024963", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "4bce13be-a4b1-4847-b180-e0ca4315e00e"}], "security_groups": [{"name": "tempest-securitygroup--1673629012"}], "key_name": "tempest-keypair-1507481536", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f78a39a-9a41-4c9d-a67b-24c559115e7e', 'x-compute-request-id': 'req-7f78a39a-9a41-4c9d-a67b-24c559115e7e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "35dcc495-35f3-43de-ae4b-2c1879831f02", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35dcc495-35f3-43de-ae4b-2c1879831f02"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1673629012"}], "adminPass": "password"}}' 2025-08-05 20:31:07,795 98934 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/35dcc495-35f3-43de-ae4b-2c1879831f02 0.073s 2025-08-05 20:31:07,795 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:07 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-6eb5f1b7-809e-43cb-bf95-57df8573e724', 'x-compute-request-id': 'req-6eb5f1b7-809e-43cb-bf95-57df8573e724', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02'} Body: b'{"server": {"id": "35dcc495-35f3-43de-ae4b-2c1879831f02", "name": "tempest-AttachVolumeNegativeTest-server-2001024963", "status": "BUILD", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/com pute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:31:08Z", "updated": "2025-08-05T20:31:07Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35dcc495-35f3-43de-ae4b-2c1879831f02"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1507481536", "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 20:31:58,133 98934 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/35dcc495-35f3-43de-ae4b-2c1879831f02 0.273s 2025-08-05 20:31:58,133 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1544', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e3c04d4-bcad-4024-84ec-37ed89203255', 'x-compute-request-id': 'req-1e3c04d4-bcad-4024-84ec-37ed89203255', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02'} Body: b'{"server": {"id": "35dcc495-35f3-43de-ae4b-2c1879831f02", "name": "tempest-AttachVolumeNegativeTest-server-2001024963", "status": "ACTIVE", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "metadata": {}, "hostId": "37bc6ad0032821202f96ec8519616a3f45d302de0d650edba313b99b", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:31:07Z", "updated": "2025-08-05T20:31:23Z", "addresses": {"tempest-AttachVolumeNegativeTest-818006195-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:42:84"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35dcc495-35f3-43de-ae4b-2c1879831f02"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1507481536", "OS-SRV-USG:launched_at": "2025-08-05T20:31:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1673629012"}], "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 20:31:58,147 98934 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2025-08-05 20:32:58,389 98934 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/35dcc495-35f3-43de-ae4b-2c1879831f02/os-interface 0.181s 2025-08-05 20:32:58,390 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 202 5 20:32:58 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-127e458d-6e46-4feb-94ee-0e0a8af1b0fe', 'x-compute-request-id': 'req-127e458d-6e46-4feb-94ee-0e0a8af1b0fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "4bce13be-a4b1-4847-b180-e0ca4315e00e", "port_id": "31909c32-29fa-46b4-8a50-85359c45268f", "mac_addr": "fa:16:3e:9a:42:84", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "14329202-8881-4199-b0a2-2bafc830d97e", "ip_address": "10.0.0.12"}]}]}' 2025-08-05 20:32:59,229 98934 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/183199fc-981d-42ee-8035-3bab3e18d9f2 0.835s 2025-08-05 20:32:59,230 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "31909c32-29fa-46b4-8a50-85359c45268f"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:32:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-a5ede645-edd5-42a9-a1f9-fc5c343229d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/183199fc-981d-42ee-8035-3bab3e18d9f2'} Body: b'{"floatingip": {"id": "183199fc-981d-42ee-8035-3bab3e18d9f2", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "floating_ip_address": "172.24.4.152", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "2f6cad9c-f689-462e-b1e6-544f110e9ddc", "port_id": "31909c32-29fa-46b4-8a50-85359c45268f", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "4bce13be-a4b1-4847-b180-e0ca4315e00e", "mac_address": "fa:16:3e:9a:42:84", "admin_state_up": true, "status": "ACTIVE", "device_id": "35dcc495-35f3-43de-ae4b-2c1879831f02", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:31:06Z", "updated_at": "2025-08-05T20:32:58Z", "revision_number": 1, "project_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:32:59,231 98934 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.152:22' as 'cirros' with public key authentication 2025-08-05 20:32:59,239 98934 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:32:59,341 98934 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:32:59,342 98934 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.152 successfully created 2025-08-05 20:32:59,392 98934 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/35dcc495-35f3-43de-ae4b-2c1879831f02/ips 0.049s 2025-08-05 20:32:59,392 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:32:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '108', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4e799d20-d3a4-4f1a-83bb-2c6b23623fa5', 'x-compute-request-id': 'req-4e799d20-d3a4-4f1a-83bb-2c6b23623fa5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c18 79831f02/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-818006195-network": [{"version": 4, "addr": "10.0.0.12"}]}}' 2025-08-05 20:32:59,637 98934 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.240s 2025-08-05 20:32:59,637 98934 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-1811772967"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:32:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3de132e-2977-44cf-aead-09b26c91ebea', 'content-length': '756', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3de132e-2977-44cf-aead-09b26c91ebea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "a1ffb187-04ff-4c98-b292-19f1d65974d2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:32:59.566718", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1811772967", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a1ffb187-04ff-4c98-b292-19f1d65974d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a1ffb187-04ff-4c98-b292-19f1d65974d2"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:32:59,696 98934 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/a1ffb187-04ff-4c98-b292-19f1d65974d2 0.042s 2025-08-05 20:32:59,696 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:32:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4635f8a8-3592-416a-84ef-d6c0c70cdfcf', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4635f8a8-3592-416a-84ef-d6c0c70cdfcf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a1ffb187-04ff-4c98-b292-19f1d65974d2'} Body: b'{"volume": {"id": "a1ffb187-04ff-4c98-b292-19f1d65974d2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:33:00.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1811772967", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a1ffb187-04ff-4c98-b292-19f1d65974d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a1ffb187-04ff-4c98-b292-19f1d65974d2"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:33:00,760 98934 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/a1ffb187-04ff-4c98-b292-19f1d65974d2 0.046s 2025-08-05 20:33:00,761 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '< omitted>'} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a098671c-7cd0-4c91-8c7d-d532fb2b59c9', 'content-length': '845', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a098671c-7cd0-4c91-8c7d-d532fb2b59c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/a1ffb187-04ff-4c98-b292-19f1d65974d2'} Body: b'{"volume": {"id": "a1ffb187-04ff-4c98-b292-19f1d65974d2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:33:00.000000", "updated_at": "2025-08-05T20:33:00.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1811772967", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/a1ffb187-04ff-4c98-b292-19f1d65974d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/a1ffb187-04ff-4c98-b292-19f1d65974d2"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:33:00,895 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02 0.118s 2025-08-05 20:33:00,895 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a53a1ada-4cbc-415a-8d85-0ff461f83495', 'x-compute-request-id': 'req-a53a1ada-4cbc-415a-8d85-0ff461f83495', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02'} Body: b'' 2025-08-05 20:33:01,079 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02 0.183s 2025-08-05 20:33:01,079 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:00 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-80e6511b-8a52-42cc-bdb7-6780138d4795', 'x-compute-request-id': 'req-80e6511b-8a52-42cc-bdb7-6780138d4795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02'} Body: b'{"server": {"id": "35dcc495-35f3-43de-ae4b-2c1879831f02", "name": "tempest-AttachVolumeNegativeTest-server-2001024963", "status": "ACTIVE", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "metadata": {}, "hostId": "37bc6ad0032821202f96ec8519616a3f45d302de0d650edba313b99b", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:31:07Z", "updated": "2025-08-05T20:33:01Z", "addresses": {"te mpest-AttachVolumeNegativeTest-818006195-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:42:84"}, {"version": 4, "addr": "172.24.4.152", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9a:42:84"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/35dcc495-35f3-43de-ae4b-2c1879831f02"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1507481536", "OS-SRV-USG:launched_at": "2025-08-05T20:31:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1673629012"}], "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 20:33:51,341 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02 0.195s 2025-08-05 20:33:51,342 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-5f0c9b5c-ff72-4576-a6a4-3c7c898b0822', 'x-compute-request-id': 'req-5f0c9b5c-ff72-4576-a6a4-3c7c898b0822', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/35dcc495-35f3-43de-ae4b-2c1879831f02'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 35dcc495-35f3-43de-ae4b-2c1879831f02 could not be found."}}' 2025-08-05 20:33:51,377 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1507481536 0.034s 2025-08-05 20:33:51,378 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e0b031cc-da9e-45f2-91e1-053deca2dad1', 'x-compute-request-id': 'req-e0b031cc-da9e-45f2-91e1-053deca2dad1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1507481536'} Body: b'' 2025-08-05 20:33:51,577 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/ae1f6401-7aa4-4203-ac60-8f0049771909 0.198s 2025-08-05 20:33:51,577 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-b61fadab-3d14-4f35-a9c7-11f2dc68fa58', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/ae1f6401-7aa4-4203-ac60-8f0049771909'} Body: b'' 2025-08-05 20:33:51,596 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/ae 1f6401-7aa4-4203-ac60-8f0049771909 0.017s 2025-08-05 20:33:51,596 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-80834dfd-c924-440f-b4b7-8f2b261d41ff', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/ae1f6401-7aa4-4203-ac60-8f0049771909'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ae1f6401-7aa4-4203-ac60-8f0049771909 does not exist", "detail": ""}}' 2025-08-05 20:33:51,949 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/183199fc-981d-42ee-8035-3bab3e18d9f2 0.352s 2025-08-05 20:33:51,949 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-f45e5558-3f16-4b60-bd31-72b993cc8718', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/183199fc-981d-42ee-8035-3bab3e18d9f2'} 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 b7e2db95-789d-41ed-9857-da80c6f9a409 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:33:51,952 98934 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2025-08-05 20:33:51,953 98934 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2025-08-05 20:33:52,012 98934 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.058s 2025-08-05 20:33:52,012 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-330661676", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJKKk01FWUwfoqFgqrCNs9Tbwl8oun8MwKbKOtZNaLV92vx869liDwSAP1vLgNZ4Ki8VcBJ2FJGXRB8XVosHnllCUClKPUmDcj6HMFF6pcIN5Bj4qqTfWeqqnpK+Av/g7Q=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:51 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-40846849-8102-4288-934f-30a53f50d4a3', 'x-compute-request-id': 'req-40846849-8102-4288-934f-30a53f50d4a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-330661676", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJKKk01FWUwfoqFgqrCNs9Tbwl8oun8MwKbKOtZNaLV92vx869liDwSAP1vLgNZ4Ki8VcBJ2FJGXRB8XVosHnllCUClKPUmDcj6HMFF6pcIN5Bj4qqTfWeqqnpK+Av/g7Q==", "fingerprint": "e9:96:06:79:9f:7f:4c:56:1c:91:e2:a5:78:07:f4:5c", "user_id": "ec608f03e47f48be81d0cda52b5e14f4"}}' 2025-08-05 20:33:52,014 98934 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-330661676 created 2025-08-05 20:33:52,228 98934 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.213s 2025-08-05 20:33:52,229 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--185545939", "description": "tempest-description--1224439213"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1662', 'x-openstack-request-id': 'req-113be2cf-bf94-4261-a768-964ddcbf206d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea", "name": "tempest-securitygroup--185545939", "stateful": true, "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "description": "tempest-description--1224439213", "shared": false, "security_group_rules": [{"id": "14dd1772-dc39-4f7b-8bed-9db914733377", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea", "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": 1205, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:33:52Z", "updated_at": "2025-08-05T20:33:52Z", "revision_number": 0}, {"id": "b1583c11-ff17-46fa-9811-c080a830e8e6", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea", "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": 1204, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:33:52Z", "updated_at": "2025-08-05T20:33:52Z", "revision_number": 0}], "tags": [], "created_at": "2025-08-05T20:33:52Z", "updated_at": "2025-08-05T20:33:52Z", "revision_number": 1, "project_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:33:52,437 98934 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 20:33:52,437 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-eb36474d-38d6-4dae-a2fd-23e48d29e1f7', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "edf474f0-5391-437a-9336-ff726f1568bd", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea", "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-05T20:33:52Z", "updated_at": "2025-08-05T20:33:52Z", "revision_number": 0}}' 2025-08-05 20:33:52,669 98934 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/networking/v2.0/security-group-rules 0.231s 2025-08-05 20:33:52,669 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-d0c7fa38-a215-4027-82fc-206f1e2e6226', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "85d57305-a211-4e56-a7b7-53ae1ee7f528", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "security_group_id": "4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea", "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-05T20:33:52Z", "updated_at": "2025-08-05T20:33:52Z", "revision_number": 0}}' 2025-08-05 20:33:52,670 98934 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--185545939 created 2025-08-05 20:33:53,348 98934 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 20:33:53,348 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Tok en': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-78ca2cdb-1500-40a3-b0c6-2499052e7272', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "886976e1-d49b-40d8-8c88-3ff0d49b1eaf", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "floating_ip_address": "172.24.4.227", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "f5958e6aedc548cdaa35e6431f30285d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:33:53Z", "updated_at": "2025-08-05T20:33:53Z", "revision_number": 0}}' 2025-08-05 20:33:53,349 98934 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '886976e1-d49b-40d8-8c88-3ff0d49b1eaf', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'floating_ip_address': '172.24.4.227', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:33:53Z', 'updated_at': '2025-08-05T20:33:53Z', 'revision_number': 0, 'ip': '172.24.4.227'} created 2025-08-05 20:33:53,402 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.048s 2025-08-05 20:33:53,403 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:53 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-5622f3b9-c2d5-466b-9cf6-b1e779ef9101', '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": "ec608f03e47f48be81d0cda52b5e14f4", "name": "tempest-AttachVolumeNegativeTest-475294749-project-member", "password_expires_at": null}, "audit_ids": ["koF_CqMsRuCu3E03pi8MKA"], "expires_at": "2025-08-05T21:33:53.000000Z", "issued_at": "2025-08-05T20:33:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f5958e6aedc548cdaa35e6431f30285d", "name": "tempest-AttachVolumeNegativeTest-475294749"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f5958e6aedc548cdaa35e6431f30285d", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "R egionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:33:53,403 98934 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '4bce13be-a4b1-4847-b180-e0ca4315e00e', 'name': 'tempest-AttachVolumeNegativeTest-818006195-network', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45654, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:28:08Z', 'updated_at': '2025-08-05T20:28:08Z', 'revision_number': 1} available for tenant 2025-08-05 20:33:53,404 98934 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-330661676', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJKKk01FWUwfoqFgqrCNs9Tbwl8oun8MwKbKOtZNaLV92vx869liDwSAP1vLgNZ4Ki8VcBJ2FJGXRB8XVosHnllCUClKPUmDcj6HMFF6pcIN5Bj4qqTfWeqqnpK+Av/g7Q==', 'fingerprint': 'e9:96:06:79:9f:7f:4c:56:1c:91:e2:a5:78:07:f4:5c', 'user_id': 'ec608f03e47f48be81d0cda52b5e14f4', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBeVqNi7HFAqhOR9MzPbro5D2W9xvUHEgnnaVc9evCTuXKAJRbD78qd\nuteb2NnQ4EegBwYFK4EEACKhZANiAASSipNNRVlMH6KhYKqwjbPU28JfKLp/DMCm\nyjrWTWi1fdr8fOvZYg8EgD9by4DWeCovFXASdhSRl0QfF1aLB55ZQlApSj1Jg3I+\nhzBReqXCDeQY+Kqk31nqqp6SvgL/4O0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea', 'name': 'tempest-securitygroup--185545939', 'stateful': True, 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'description': 'tempest-description--1224439213', 'shared': False, 'security_group_rules': [{'id': '14dd1772-dc39-4f7b-8bed-9db914733377', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'security_group_id': '4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea', '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': 1205, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:33:52Z', 'updated_at': '2025-08-05T20:33:52Z', 'revision_number': 0}, {'id': 'b1583c11-ff17-46fa-9811-c080a830e8e6', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'security_group_id': '4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea', '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': 1204, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2025-08-05T20:33:52Z', 'updated_at': '2025-08-05T20:33:52Z', 'revision_number': 0}], 'tags': [], 'created_at': '202 5-08-05T20:33:52Z', 'updated_at': '2025-08-05T20:33:52Z', 'revision_number': 1, 'project_id': 'f5958e6aedc548cdaa35e6431f30285d'}, 'floating_ip': {'id': '886976e1-d49b-40d8-8c88-3ff0d49b1eaf', 'tenant_id': 'f5958e6aedc548cdaa35e6431f30285d', 'floating_ip_address': '172.24.4.227', 'floating_network_id': '49592b35-3452-42ac-91cf-fbe6504358d3', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'f5958e6aedc548cdaa35e6431f30285d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2025-08-05T20:33:53Z', 'updated_at': '2025-08-05T20:33:53Z', 'revision_number': 0, 'ip': '172.24.4.227'}} 2025-08-05 20:33:54,128 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.723s 2025-08-05 20:33:54,128 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1732822564", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "4bce13be-a4b1-4847-b180-e0ca4315e00e"}], "security_groups": [{"name": "tempest-securitygroup--185545939"}], "key_name": "tempest-keypair-330661676", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2209b9b-681e-4c75-8d72-824f378dc282', 'x-compute-request-id': 'req-e2209b9b-681e-4c75-8d72-824f378dc282', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "074e8734-8c04-485a-bb26-93a8fc4188e9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/074e8734-8c04-485a-bb26-93a8fc4188e9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--185545939"}], "adminPass": "password"}}' 2025-08-05 20:33:54,275 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9 0.142s 2025-08-05 20:33:54,275 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:33:54 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-e8ffba7b-7cba-4c7b-8276-b463c5083c39', 'x-compute-request-id': 'req-e8ffba7b-7cba-4c7b-8276-b463c5083c39', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9'} Body: b'{"server": {"id": "074e8734-8c04-485a-bb26-93a8fc4188e9", "name": "tempest-AttachVolumeNegativeTest-server-1732822564", "status": "BUILD", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:33:54Z", "updated": "2025-08-05T20:33:54Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/074e8734-8c04-485a-bb26-93a8fc4188e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-330661676", "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 20:34:44,619 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9 0.280s 2025-08-05 20:34:44,620 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:34:44 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-9fd840f2-d551-4b80-96fe-3ab05f9a911e', 'x-compute-request-id': 'req-9fd840f2-d551-4b80-96fe-3ab05f9a911e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9'} Body: b'{"server": {"id": "074e8734-8c04-485a-bb26-93a8fc4188e9", "name": "tempest-AttachVolumeNegativeTest-server-1732822564", "status": "ACTIVE", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "metadata": {}, "hostId": "37bc6ad0032821202f96ec8519616a3f45d302de0d650edba313b99b", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:33:54Z", "updated": "2025-08-05T20:34:09Z", "addresses": {"tempest-AttachVolumeNegativeTest-818006195-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:98:0c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/074e8734-8c04-485a-bb26-93a8fc4188e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-330661676", "OS-SRV-USG:launched_at": "2025-08-05T20:34:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--185545939"}], "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 20:34:44,634 98934 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:35:44,837 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9/os-interface 0.179s 2025-08-05 20:35:44,837 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:35:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'applicatio n/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0fc177dd-1319-4330-8278-215be5c64176', 'x-compute-request-id': 'req-0fc177dd-1319-4330-8278-215be5c64176', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "4bce13be-a4b1-4847-b180-e0ca4315e00e", "port_id": "e93a7f00-f009-4cba-940f-04971ec84ded", "mac_addr": "fa:16:3e:31:98:0c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "14329202-8881-4199-b0a2-2bafc830d97e", "ip_address": "10.0.0.6"}]}]}' 2025-08-05 20:35:45,710 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210/networking/v2.0/floatingips/886976e1-d49b-40d8-8c88-3ff0d49b1eaf 0.867s 2025-08-05 20:35:45,710 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "e93a7f00-f009-4cba-940f-04971ec84ded"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:35:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-014fec8d-94f7-4861-95a1-c4008d7971bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/886976e1-d49b-40d8-8c88-3ff0d49b1eaf'} Body: b'{"floatingip": {"id": "886976e1-d49b-40d8-8c88-3ff0d49b1eaf", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "floating_ip_address": "172.24.4.227", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "2f6cad9c-f689-462e-b1e6-544f110e9ddc", "port_id": "e93a7f00-f009-4cba-940f-04971ec84ded", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "4bce13be-a4b1-4847-b180-e0ca4315e00e", "mac_address": "fa:16:3e:31:98:0c", "admin_state_up": true, "status": "ACTIVE", "device_id": "074e8734-8c04-485a-bb26-93a8fc4188e9", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:33:53Z", "updated_at": "2025-08-05T20:35:45Z", "revision_number": 1, "project_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:35:45,711 98934 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.227:22' as 'cirros' with public key authentication 2025-08-05 20:35:45,721 98934 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:35:45,826 98934 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:35:45,827 98934 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.227 successfully created 2025-08-05 20:35:45,880 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9/ips 0.052s 2025-08-05 20:35:45,880 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:35:45 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-7351d611-ebea-4916-914c-84719d22fe27', 'x-compute-request-id': 'req-7351d611-ebea-4916-914c-84719d22fe27', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-818006195-network": [{"version": 4, "addr": "10.0.0.6"}]} }' 2025-08-05 20:35:46,071 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/volumes 0.188s 2025-08-05 20:35:46,071 98934 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-948488207"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:35:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a8e5e753-3977-49e1-a5dd-e08557c4b90d', 'content-length': '755', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a8e5e753-3977-49e1-a5dd-e08557c4b90d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "b7e2db95-789d-41ed-9857-da80c6f9a409", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:35:46.012334", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-948488207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:35:46,127 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409 0.044s 2025-08-05 20:35:46,128 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:35:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6dacc3a3-ad95-46c5-a1e5-790798e5560d', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6dacc3a3-ad95-46c5-a1e5-790798e5560d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409'} Body: b'{"volume": {"id": "b7e2db95-789d-41ed-9857-da80c6f9a409", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:35:46.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-948488207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:35:47,184 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409 0.043s 2025-08-05 20:35:47,185 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request -id': 'req-3fc7351e-3ae7-4ece-9b41-f0acdfe9b42f', 'content-length': '844', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3fc7351e-3ae7-4ece-9b41-f0acdfe9b42f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409'} Body: b'{"volume": {"id": "b7e2db95-789d-41ed-9857-da80c6f9a409", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:35:46.000000", "updated_at": "2025-08-05T20:35:46.000000", "name": "tempest-AttachVolumeNegativeTest-volume-948488207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/b7e2db95-789d-41ed-9857-da80c6f9a409"}], "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f5958e6aedc548cdaa35e6431f30285d"}}' 2025-08-05 20:35:47,309 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9 0.111s 2025-08-05 20:35:47,310 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-17156876-a664-4acb-8c70-1d0fa7c74116', 'x-compute-request-id': 'req-17156876-a664-4acb-8c70-1d0fa7c74116', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9'} Body: b'' 2025-08-05 20:35:47,482 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9 0.171s 2025-08-05 20:35:47,482 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:35:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1666', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-040c723c-02fc-4925-9657-055163658bd9', 'x-compute-request-id': 'req-040c723c-02fc-4925-9657-055163658bd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9'} Body: b'{"server": {"id": "074e8734-8c04-485a-bb26-93a8fc4188e9", "name": "tempest-AttachVolumeNegativeTest-server-1732822564", "status": "ACTIVE", "tenant_id": "f5958e6aedc548cdaa35e6431f30285d", "user_id": "ec608f03e47f48be81d0cda52b5e14f4", "metadata": {}, "hostId": "37bc6ad0032821202f96ec8519616a3f45d302de0d650edba313b99b", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:33:54Z", "updated": "2025-08-05T20:35:47Z", "addresses": {"tempest-AttachVolumeNegativeTest-818006195-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:98:0c"}, {"version": 4, "addr": "172.24.4.227", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:31:98:0c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/074e8734-8c04-485a-bb26-93a8fc4188e9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-330661676", "OS-SRV-USG:launched_at": "2025-08-05T20:34:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--185545939"}], "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 20:36:37,577 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9 0.044s 2025-08-05 20:36:37,577 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:36:37 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-7f76575b-1c5d-4c53-88f9-eb853d150968', 'x-compute-request-id': 'req-7f76575b-1c5d-4c53-88f9-eb853d150968', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/074e8734-8c04-485a-bb26-93a8fc4188e9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 074e8734-8c04-485a-bb26-93a8fc4188e9 could not be found."}}' 2025-08-05 20:36:37,617 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-330661676 0.039s 2025-08-05 20:36:37,617 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:36:37 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-b4d47cd5-41a1-40a5-be80-172ecf7b1300', 'x-compute-request-id': 'req-b4d47cd5-41a1-40a5-be80-172ecf7b1300', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-330661676'} Body: b'' 2025-08-05 20:36:37,820 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea 0.201s 2025-08-05 20:36:37,820 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:36:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-5bd5c427-13d6-4d5b-8c21-3dbe28c25a2d', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea'} Body: b'' 2025-08-05 20:36:37,842 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/networking/v2.0/security-groups/4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea 0.022s 2025-08-05 20:36:37,843 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application /json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:36:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-0c293fe2-8887-4004-905f-c17c7fe38f06', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 4d270f5f-ef6d-43ba-9cd7-eb53f1ecf6ea does not exist", "detail": ""}}' 2025-08-05 20:36:38,189 98934 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/886976e1-d49b-40d8-8c88-3ff0d49b1eaf 0.345s 2025-08-05 20:36:38,189 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:36:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-cde17847-0ef8-4666-9ee5-e2325b870bff', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/886976e1-d49b-40d8-8c88-3ff0d49b1eaf'} Body: b'' setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON) --------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 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 63bdb22a-25a2-4e6f-81ea-f973d6e8ea95 failed to build and is in ERROR status 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 a6b82933-20a8-41a7-953b-16fb99c961d7 failed to build and is in ERROR status 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 f073e411-63c1-4029-951b-fc317e318489 failed to build and is in ERROR status 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 81f5f0bf-1347-4699-a9f6-4eab54263065 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:37:00,605 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/volumes 0.311s 2025-08-05 20:37:00,605 98934 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-157627546"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17ecd1e7-ad83-4ab7-a086-89456d8a2a74', 'content-length': '751', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17ecd1e7-ad83-4ab7-a086-89456d8a2a74', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "81f5f0bf-1347-4699-a9f6-4eab54263065", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:00.549304", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-157627546", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065"}], "user_id": "34619d4df69f49a7b67615a0a14659ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:37:00,655 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065 0.038s 2025-08-05 20:37:00,656 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bea249cd-af68-4c65-a0fb-2df8d0dc2c2e', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bea249cd-af68-4c65-a0fb-2df8d0dc2c2e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065'} Body: b'{"volume": {"id": "81f5f0bf-1347-4699-a9f6-4eab54263065", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:01.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-157627546", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065"}], "user_id": "34619d4df69f49a7b67615a0a14659ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef27a0add7974a59ab928e3f388809c7"}}' 2025-08-05 20:37:01,712 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065 0.041s 2025-08-05 20:37:01,712 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f795e35d-a9ca-4784-a970-27f 73a2f1aa3', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f795e35d-a9ca-4784-a970-27f73a2f1aa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065'} Body: b'{"volume": {"id": "81f5f0bf-1347-4699-a9f6-4eab54263065", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:01.000000", "updated_at": "2025-08-05T20:37:01.000000", "name": "tempest-VolumesDeleteCascade-Volume-157627546", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065"}], "user_id": "34619d4df69f49a7b67615a0a14659ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef27a0add7974a59ab928e3f388809c7"}}' 2025-08-05 20:37:01,762 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065 0.036s 2025-08-05 20:37:01,762 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0cbba6a-9b27-46bd-a5c5-74c2e0d86200', 'content-length': '840', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0cbba6a-9b27-46bd-a5c5-74c2e0d86200', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065'} Body: b'{"volume": {"id": "81f5f0bf-1347-4699-a9f6-4eab54263065", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:01.000000", "updated_at": "2025-08-05T20:37:01.000000", "name": "tempest-VolumesDeleteCascade-Volume-157627546", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065"}], "user_id": "34619d4df69f49a7b67615a0a14659ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef27a0add7974a59ab928e3f388809c7"}}' 2025-08-05 20:37:01,873 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065 0.097s 2025-08-05 20:37:01,873 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37: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-ee5f2dbe-b457-4951-bb11-d44a0c91c456', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065'} Body: b'' 2025-08-05 20:37:01,895 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065 0.021s 2025-08-05 20:37:01,895 98934 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37: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-e3763fb5-ffdb-4730-b39c-1f15d2c15dfe', 'x-openstack-request-id': 'req-e3763fb5-ffdb-4730-b39c-1f15d2c15dfe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/81f5f0bf-1347-4699-a9f6-4eab54263065'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 81f5f0bf-1347-4699-a9f6-4eab54263065 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 76288e4c-9f42-4f31-98df-76806fe57435 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:37:02,070 98934 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.172s 2025-08-05 20:37:02,071 98934 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-1686122063"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-393da6ad-47df-4c2f-b482-7483590bed3e', 'content-length': '752', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-393da6ad-47df-4c2f-b482-7483590bed3e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "76288e4c-9f42-4f31-98df-76806fe57435", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:02.014410", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1686122063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76288e4c-9f42-4f31-98df-76806fe57435"}], "user_id": "34619d4df69f49a7b67615a0a14659ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:37:02,122 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435 0.039s 2025-08-05 20:37:02,122 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b22700a-2bfa-4a6b-ab2e-828a64721da8', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b22700a-2bfa-4a6b-ab2e-828a64721da8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435'} Body: b'{"volume": {"id": "76288e4c-9f42-4f31-98df-76806fe57435", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:02.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1686122063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76288e4c-9f42-4f31-98df-76806fe57435"}], "user_id": "34619d4df69f49a7b67615a0a14659ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef27a0add7974a59ab928e3f388809c7"}}' 2025-08-05 20:37:03,176 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435 0.038s 2025-08-05 20:37:03,177 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute- request-id': 'req-dc2c3f07-5466-481d-ae3d-27d99e6cff79', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc2c3f07-5466-481d-ae3d-27d99e6cff79', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435'} Body: b'{"volume": {"id": "76288e4c-9f42-4f31-98df-76806fe57435", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:02.000000", "updated_at": "2025-08-05T20:37:02.000000", "name": "tempest-VolumesDeleteCascade-Volume-1686122063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76288e4c-9f42-4f31-98df-76806fe57435"}], "user_id": "34619d4df69f49a7b67615a0a14659ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef27a0add7974a59ab928e3f388809c7"}}' 2025-08-05 20:37:03,253 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435 0.063s 2025-08-05 20:37:03,253 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33236dce-7e3d-43dd-aeff-f69ead68eb0c', 'content-length': '841', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33236dce-7e3d-43dd-aeff-f69ead68eb0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435'} Body: b'{"volume": {"id": "76288e4c-9f42-4f31-98df-76806fe57435", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:02.000000", "updated_at": "2025-08-05T20:37:02.000000", "name": "tempest-VolumesDeleteCascade-Volume-1686122063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/76288e4c-9f42-4f31-98df-76806fe57435"}], "user_id": "34619d4df69f49a7b67615a0a14659ed", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ef27a0add7974a59ab928e3f388809c7"}}' 2025-08-05 20:37:03,360 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435 0.092s 2025-08-05 20:37:03,360 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa50f853-ff3a-4861-acd0-db5e25b33e8e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435'} Body: b'' 2025-08-05 20:37:03,381 98934 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435 0.021s 2025-08-05 20:37:03,382 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e8c826b0-030d-45ef-9721-a15864830073', 'x-openstack-request-id': 'req-e8c826b0-030d-45ef-9721-a15864830073', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/76288e4c-9f42-4f31-98df-76806fe57435'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 76288e4c-9f42-4f31-98df-76806fe57435 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 f4a9560c-4807-40e6-835a-3a63b74311b2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:37:17,053 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.246s 2025-08-05 20:37:17,053 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-348442719", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIru6OECdoFDLdKRWXY05p3ByPBBeQGV7577oZPLXGtEjX1PmqxJlByRYkRCZ3vXWW3x6KiSKH/Xz5a5GAWq3A7TlYYr18pJWQCpduPNzncesHsfvwGtNrfT1Xq64xeLFQ=="}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fe73ecad-9b68-45e5-b177-59fc6fd5dbf5', 'x-compute-request-id': 'req-fe73ecad-9b68-45e5-b177-59fc6fd5dbf5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-348442719", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBIru6OECdoFDLdKRWXY05p3ByPBBeQGV7577oZPLXGtEjX1PmqxJlByRYkRCZ3vXWW3x6KiSKH/Xz5a5GAWq3A7TlYYr18pJWQCpduPNzncesHsfvwGtNrfT1Xq64xeLFQ==", "fingerprint": "65:a9:5a:04:e2:1d:47:82:97:3b:9c:0a:bb:42:65:96", "user_id": "8c588875fc8d4ac8a5684d9f8029ce85"}}' 2025-08-05 20:37:17,290 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/security-groups 0.233s 2025-08-05 20:37:17,290 98934 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-1936808039", "description": "tempest-secgroup-smoke-1936808039 description", "project_id": "adf413a405314bde8bd36aa01f5dad15"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '1677', 'x-openstack-request-id': 'req-d803f846-77aa-46a6-af6a-bd94a012e267', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "name": "tempest-secgroup-smoke-1936808039", "stateful": true, "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "description": "tempest-secgroup-smoke-1936808039 description", "shared": false, "security_group_rules": [{"id": "640cacf7-403b-47d8-a288-2d18d0b6467a", "project_id": "adf413a405314bde8bd36aa01f5dad15", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "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": 1276, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:37:17Z", "updated_at": "2025-08-05T20:37:17Z", "revision_number": 0}, {"id": "c3cbd7df-64e6-48fc-9131-bb43d5bfe35f", "project_id": "adf413a405314bde8bd36aa01f5dad15", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "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": 1277, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2025-08-05T20:37:17Z", "updated_at": "2025-08-05T20:37:17Z", "revision_number": 0}], "tags": [], "created_at": "20 25-08-05T20:37:17Z", "updated_at": "2025-08-05T20:37:17Z", "revision_number": 1, "project_id": "adf413a405314bde8bd36aa01f5dad15"}}' 2025-08-05 20:37:17,489 98934 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.198s 2025-08-05 20:37:17,489 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "project_id": "adf413a405314bde8bd36aa01f5dad15", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-6d5f7a12-f6c7-4e5d-8745-2b7d611bb92f', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "3f647084-2394-4396-97d7-bb0400e3ec0a", "project_id": "adf413a405314bde8bd36aa01f5dad15", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "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-05T20:37:17Z", "updated_at": "2025-08-05T20:37:17Z", "revision_number": 0}}' 2025-08-05 20:37:17,696 98934 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.206s 2025-08-05 20:37:17,697 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "project_id": "adf413a405314bde8bd36aa01f5dad15", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-cdd2f717-ba19-4d80-9a74-bec71ebf3140', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f42cf7c5-4d3d-4688-9e2b-727fb0d9e1ca", "project_id": "adf413a405314bde8bd36aa01f5dad15", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "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-05T20:37:17Z", "updated_at": "2025-08-05T20:37:17Z", "revision_number": 0}}' 2025-08-05 20:37:17,907 98934 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.210s 2025-08-05 20:37:17,908 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "project_id": "adf413a405314bde8bd36aa01f5dad15", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-de57c557-54a5-40fc-97d3-7d9218e1b12c' , 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "15ddc778-71e6-4724-bb2c-942d4011697b", "project_id": "adf413a405314bde8bd36aa01f5dad15", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "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-05T20:37:17Z", "updated_at": "2025-08-05T20:37:17Z", "revision_number": 0}}' 2025-08-05 20:37:18,328 98934 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.419s 2025-08-05 20:37:18,328 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "project_id": "adf413a405314bde8bd36aa01f5dad15", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-93a1421e-a413-49c1-9e7e-4f254f151cc6', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "49241c08-e259-4cc1-bb0c-16826ff6b66b", "project_id": "adf413a405314bde8bd36aa01f5dad15", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "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-05T20:37:18Z", "updated_at": "2025-08-05T20:37:18Z", "revision_number": 0}}' 2025-08-05 20:37:18,549 98934 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.220s 2025-08-05 20:37:18,549 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "project_id": "adf413a405314bde8bd36aa01f5dad15", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-a98ce893-4954-4c34-ac5c-123836a83b0c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "49585152-996a-4f06-8647-119bfd1715d3", "project_id": "adf413a405314bde8bd36aa01f5dad15", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "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-05T20:37:18Z", "updated_at": "2025-08-05T20:37:18Z", "revision_number": 0}}' 2025-08-05 20:37:19,589 98934 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.039s 2025-08-05 20:37:19,589 98934 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": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "project_id": "adf413a405314bde8bd36aa01f5dad15", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-aed2ca1e-cdcc-4cf8-9828-d5ad4dde5219', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b9afa36b-a1bf-480e-af6e-705b4864c0a2", "project_id": "adf413a405314bde8bd36aa01f5dad15", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "security_group_id": "19a97e03-78c2-4621-b7a7-0624c87b7f92", "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-05T20:37:19Z", "updated_at": "2025-08-05T20:37:19Z", "revision_number": 0}}' 2025-08-05 20:37:19,819 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/volumes 0.228s 2025-08-05 20:37:19,819 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-1905764341", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4f1924b-ab3f-4d3c-8bbd-ea22de57ed4f', 'content-length': '748', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4f1924b-ab3f-4d3c-8bbd-ea22de57ed4f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "f4a9560c-4807-40e6-835a-3a63b74311b2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:19.754825", "updated_at": null, "name": "tempest-TestStampPattern-volume-1905764341", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2"}], "user_id": "8c588875fc8d4ac8a5684d9f8029ce85", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:37:19,879 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.042s 2025-08-05 20:37:19,880 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:19 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-da8fb1dc-10f0-463a-b549-de837008c3f8', '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": "8c588875fc8d4ac8a5684d9f8029ce85", "name": "tempest-TestStampPattern-579882843-project-member", "password_expires_at": null}, "audit_ids": ["J4PNSlcUShuM4tnd w6pvsw"], "expires_at": "2025-08-05T21:37:19.000000Z", "issued_at": "2025-08-05T20:37:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "adf413a405314bde8bd36aa01f5dad15", "name": "tempest-TestStampPattern-579882843"}, "is_domain": false, "roles": [{"id": "e24070410eb840a491e1f3759f878e2e", "name": "reader"}, {"id": "1bb40e9b0f00486faa3e04e2d436e08f", "name": "member"}], "catalog": [{"endpoints": [{"id": "bdb03b20309e49238b08ad95c96e0b9b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/adf413a405314bde8bd36aa01f5dad15", "region": "RegionOne"}], "id": "05a53b249981414d82459c20a7bf71d5", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "aaa42993102b4511a9e1d9cd9385291e", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3", "region": "RegionOne"}], "id": "47109e7b77934d7b9879eaf5668493c7", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "191719ed4e3146e4990d1355fcbfac2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "75c3d2a95b374465a837ab5199776e4f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "bd5662b65c714b33a30c9e31bdb7e492", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/networking", "region": "RegionOne"}], "id": "9d87b54f62fd483e8feb270521c5c130", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "5c030348b4834d31b5c6ef0ae85e2c38", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "a89a9dad788c4bb3b75a76fb7e446605", "type": "image", "name": "glance"}, {"endpoints": [{"id": "ee14a4cb2f32457aa01d7f6b16ab6b45", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "e8e45558e8f14ee68e0b6f50cc07de56", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "8c5608528fec44c69230f3adb3acaa1d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "f6c187fa0a1549e0bb79f0012eefab86", "type": "identity", "name": "keystone"}]}}' 2025-08-05 20:37:19,880 98934 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': 'b251451c-09e5-4db2-8104-91e8f869a524', 'name': 'tempest-TestStampPattern-203622358-network', 'tenant_id': 'adf413a405314bde8bd36aa01f5dad15', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'adf413a405314bde8bd36aa01f5dad15', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 43527, 'vlan_transparent': False, 'qinq': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2025-08-05T20:37:05Z', 'updated_at': '2025-08-05T20:37:05Z', 'revision_number': 1} available for tenant 2025-08-05 20:37:20,526 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/compute/v2.1/servers 0.644s 2025-08-05 20:37:20,526 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-1833058675", "imageRef": "f205fc20-64b7-439b-8043-d81032ab0a45", "flavorRef": "1", "key_name": "tempest-TestStampPattern-348442719", "security_groups": [{"name": "tempest-secgroup-smoke-1936808039"}], "networks": [{"uuid": "b251451c-09e5-4db2-8104-91e8f869a524"}]}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x -openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a71436ba-b2fe-40e6-ac70-5d1b75acf068', 'x-compute-request-id': 'req-a71436ba-b2fe-40e6-ac70-5d1b75acf068', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1936808039"}], "adminPass": "w9d6BEc2ydU6"}}' 2025-08-05 20:37:20,600 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 0.070s 2025-08-05 20:37:20,600 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:37:20 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-77912049-e8f4-4513-ab26-69c965b92897', 'x-compute-request-id': 'req-77912049-e8f4-4513-ab26-69c965b92897', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8'} Body: b'{"server": {"id": "5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8", "name": "tempest-TestStampPattern-server-1833058675", "status": "BUILD", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "user_id": "8c588875fc8d4ac8a5684d9f8029ce85", "metadata": {}, "hostId": "", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:37:20Z", "updated": "2025-08-05T20:37:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-348442719", "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 20:38:10,912 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 0.247s 2025-08-05 20:38:10,913 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:38:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e11e679d-b3c9-4859-8e15-42a19dae48e5', 'x-compute-request-id': 'req-e11e679d-b3c9-4859-8e15-42a19dae48e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8'} Body: b'{"server": {"id": "5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8", "name": "temp est-TestStampPattern-server-1833058675", "status": "ACTIVE", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "user_id": "8c588875fc8d4ac8a5684d9f8029ce85", "metadata": {}, "hostId": "6b481b655f127db5da9f090a2ab25b32265a7e911d2d4e017708d93f", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:37:20Z", "updated": "2025-08-05T20:37:36Z", "addresses": {"tempest-TestStampPattern-203622358-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ab:9e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-348442719", "OS-SRV-USG:launched_at": "2025-08-05T20:37:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1936808039"}], "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 20:38:10,929 98934 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2025-08-05 20:39:11,234 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 0.248s 2025-08-05 20:39:11,235 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd170fe2-0519-44f8-91c9-b84337550cc0', 'x-compute-request-id': 'req-dd170fe2-0519-44f8-91c9-b84337550cc0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8'} Body: b'{"server": {"id": "5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8", "name": "tempest-TestStampPattern-server-1833058675", "status": "ACTIVE", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "user_id": "8c588875fc8d4ac8a5684d9f8029ce85", "metadata": {}, "hostId": "6b481b655f127db5da9f090a2ab25b32265a7e911d2d4e017708d93f", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:37:20Z", "updated": "2025-08-05T20:37:36Z", "addresses": {"tempest-TestStampPattern-203622358-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ab:9e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-348442719", "OS-SRV-USG:launched_at": "2025-08-05T20:37:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1936808039"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:pow er_state": 1, "os-extended-volumes:volumes_attached": []}}' 2025-08-05 20:39:11,358 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/networking/v2.0/ports?device_id=5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 0.108s 2025-08-05 20:39:11,359 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '954', 'x-openstack-request-id': 'req-9463b829-6880-4429-83bc-38fb703bbdc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8'} Body: b'{"ports":[{"id":"eaae0b63-3aee-4731-b332-34b2513a9de4","name":"","network_id":"b251451c-09e5-4db2-8104-91e8f869a524","tenant_id":"adf413a405314bde8bd36aa01f5dad15","mac_address":"fa:16:3e:f0:ab:9e","admin_state_up":true,"status":"ACTIVE","device_id":"5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"df7461e1-c7f2-4c68-b9a3-84763e1ea9c4","ip_address":"10.0.0.4"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["19a97e03-78c2-4621-b7a7-0624c87b7f92"],"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-05T20:37:25Z","updated_at":"2025-08-05T20:37:32Z","revision_number":5,"project_id":"adf413a405314bde8bd36aa01f5dad15"}]}' 2025-08-05 20:39:11,359 98934 DEBUG [tempest.common.waiters] Server ID 5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 ports are all ACTIVE [{'id': 'eaae0b63-3aee-4731-b332-34b2513a9de4', 'name': '', 'network_id': 'b251451c-09e5-4db2-8104-91e8f869a524', 'tenant_id': 'adf413a405314bde8bd36aa01f5dad15', 'mac_address': 'fa:16:3e:f0:ab:9e', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': 'df7461e1-c7f2-4c68-b9a3-84763e1ea9c4', 'ip_address': '10.0.0.4'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['19a97e03-78c2-4621-b7a7-0624c87b7f92'], '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-05T20:37:25Z', 'updated_at': '2025-08-05T20:37:32Z', 'revision_number': 5, 'project_id': 'adf413a405314bde8bd36aa01f5dad15'}]: 2025-08-05 20:39:11,484 98934 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=49592b35-3452-42ac-91cf-fbe6504358d3&port_id=eaae0b63-3aee-4731-b332-34b2513a9de4 0.124s 2025-08-05 20:39:11,484 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '19', 'x-openstack-request-id': 'req-1efab598-5265-4e5d-ab9a-709490ef994e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips?floating_network_id=49592b35-3452-42ac-91cf-fbe6504358d3&port_id=eaae0b63-3aee-4731-b332-34b2513a9de4'} Body: b'{"floatingips": []}' 2025-08-05 20:39:11,544 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/ networking/v2.0/ports?device_id=5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 0.059s 2025-08-05 20:39:11,545 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '954', 'x-openstack-request-id': 'req-55a88251-9d26-4909-93f1-0ca92236c204', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/networking/v2.0/ports?device_id=5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8'} Body: b'{"ports":[{"id":"eaae0b63-3aee-4731-b332-34b2513a9de4","name":"","network_id":"b251451c-09e5-4db2-8104-91e8f869a524","tenant_id":"adf413a405314bde8bd36aa01f5dad15","mac_address":"fa:16:3e:f0:ab:9e","admin_state_up":true,"status":"ACTIVE","device_id":"5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"df7461e1-c7f2-4c68-b9a3-84763e1ea9c4","ip_address":"10.0.0.4"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["19a97e03-78c2-4621-b7a7-0624c87b7f92"],"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-05T20:37:25Z","updated_at":"2025-08-05T20:37:32Z","revision_number":5,"project_id":"adf413a405314bde8bd36aa01f5dad15"}]}' 2025-08-05 20:39:11,545 98934 DEBUG [tempest.common.waiters] Server ID 5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 ports are all ACTIVE [{'id': 'eaae0b63-3aee-4731-b332-34b2513a9de4', 'name': '', 'network_id': 'b251451c-09e5-4db2-8104-91e8f869a524', 'tenant_id': 'adf413a405314bde8bd36aa01f5dad15', 'mac_address': 'fa:16:3e:f0:ab:9e', 'admin_state_up': True, 'status': 'ACTIVE', 'device_id': '5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8', 'device_owner': 'compute:nova', 'fixed_ips': [{'subnet_id': 'df7461e1-c7f2-4c68-b9a3-84763e1ea9c4', 'ip_address': '10.0.0.4'}], 'allowed_address_pairs': [], 'extra_dhcp_opts': [], 'security_groups': ['19a97e03-78c2-4621-b7a7-0624c87b7f92'], '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-05T20:37:25Z', 'updated_at': '2025-08-05T20:37:32Z', 'revision_number': 5, 'project_id': 'adf413a405314bde8bd36aa01f5dad15'}]: 2025-08-05 20:39:12,952 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/networking/v2.0/floatingips 1.406s 2025-08-05 20:39:12,952 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "port_id": "eaae0b63-3aee-4731-b332-34b2513a9de4", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "fixed_ip_address": "10.0.0.4"}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-bb2bedf4-46df-44f2-b2a1-e03e84e56cca', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "cf67234f-f5cb-4db3-91d9-2452aeee7787", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "floating_ip_address": "172.24.4.44", "floating_network_id": "49592b35-3452-42ac-91cf-fbe6504358d3", "router_id": "6a105a16-48da-4df3-bc39-7c8a4f84d4af", "port_id": "eaae0b63-3aee-4731-b332-34b2513a9de4", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "project_id": "adf413a405314bde8bd36aa01f5dad15", "description": "", "port_details": {"name": "", "network_id": "b251451c-09e5-4db2-8104-91e8f869a524", "mac_address": "fa:16:3e:f0:ab:9e", "admin_state_up": true, "status": "ACTIVE", "device_id": "5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2025-08-05T20:39:12Z", "updated_at": "2025-08-05T20:39:12Z", "revision_number": 0}}' 2025-08-05 20:39:12,955 98934 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.44:22' as 'cirros' with public key authentication 2025-08-05 20:39:12,969 98934 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:39:13,079 98934 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:39:13,079 98934 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.44 successfully created 2025-08-05 20:39:13,080 98934 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 20:39:13,080 98934 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.44:22' as 'cirros' with public key authentication 2025-08-05 20:39:13,083 98934 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2025-08-05 20:39:13,192 98934 INFO [paramiko.transport] Authentication (publickey) successful! 2025-08-05 20:39:13,193 98934 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.44 successfully created 2025-08-05 20:39:13,251 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2 0.045s 2025-08-05 20:39:13,251 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3f7a517f-80d6-4952-b2e5-999ee29d94eb', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3f7a517f-80d6-4952-b2e5-999ee29d94eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2'} Body: b'{"volume": {"id": "f4a9560c-4807-40e6-835a-3a63b74311b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:20.000000", "updated_at": "2025-08-05T20:37:20.000000", "name": "tempest-TestStampPattern-volume-1905764341", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2"}], "user_id": "8c588875fc8d4ac8a5684d9f8029ce85", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "adf413a405314bde8bd36aa01f5dad15"}}' 2025-08-05 20:39:14,316 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2 0.050s 2025-08-05 20:39:14,316 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4677c239-7b4a-44f6-88e3-a6fb8636afb4', 'content-length': '837', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-open stack-request-id': 'req-4677c239-7b4a-44f6-88e3-a6fb8636afb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2'} Body: b'{"volume": {"id": "f4a9560c-4807-40e6-835a-3a63b74311b2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:37:20.000000", "updated_at": "2025-08-05T20:37:20.000000", "name": "tempest-TestStampPattern-volume-1905764341", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2"}], "user_id": "8c588875fc8d4ac8a5684d9f8029ce85", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "adf413a405314bde8bd36aa01f5dad15"}}' 2025-08-05 20:39:14,934 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/floatingips/cf67234f-f5cb-4db3-91d9-2452aeee7787 0.604s 2025-08-05 20:39:14,935 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-fd4c0a0f-546d-4b20-a69d-a631fd2d0a44', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/floatingips/cf67234f-f5cb-4db3-91d9-2452aeee7787'} Body: b'' 2025-08-05 20:39:15,062 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 0.127s 2025-08-05 20:39:15,063 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:14 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-f7dc6ffd-fec4-4332-a574-62a81270f005', 'x-compute-request-id': 'req-f7dc6ffd-fec4-4332-a574-62a81270f005', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8'} Body: b'' 2025-08-05 20:39:15,225 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 0.161s 2025-08-05 20:39:15,225 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:39:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bffbeb58-6b31-4984-a528-fbd0d68d0430', 'x-compute-request-id': 'req-bffbeb58-6b31-4984-a528-fbd0d68d0430', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8'} Body: b'{"server": {"id": "5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8", "name": "tempest-TestStampPattern-server-1833058675", "status": "ACTIVE", "tenant_id": "adf413a405314bde8bd36aa01f5dad15", "user_id": "8c588875fc8d4ac8a5684d9f8029ce85", "metadata": {}, "hostId": "6b481b655f127db5da9f090a2ab25b322 65a7e911d2d4e017708d93f", "image": {"id": "f205fc20-64b7-439b-8043-d81032ab0a45", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/f205fc20-64b7-439b-8043-d81032ab0a45"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2025-08-05T20:37:20Z", "updated": "2025-08-05T20:39:15Z", "addresses": {"tempest-TestStampPattern-203622358-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ab:9e"}, {"version": 4, "addr": "172.24.4.44", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:ab:9e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-348442719", "OS-SRV-USG:launched_at": "2025-08-05T20:37:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1936808039"}], "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 20:40:05,329 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 0.040s 2025-08-05 20:40:05,329 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40:05 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-70d40a1d-16c6-4e3e-8f7a-f391e5dc0c38', 'x-compute-request-id': 'req-70d40a1d-16c6-4e3e-8f7a-f391e5dc0c38', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5f56ffe7-d5ef-4ff8-9f9f-ac26579713f8 could not be found."}}' 2025-08-05 20:40:05,437 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2 0.107s 2025-08-05 20:40:05,438 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-681a56ac-c5d3-4cfe-86b4-6249097dde06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2'} Body: b'' 2025-08-05 20:40:05,461 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2 0.023s 2025-08-05 20:40:05,462 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e719868b-af6d-432e-876a-8579bf9ee11e', 'x-openstack-request-id': 'req-e719868b-af6d-432e-876a-8579bf9ee11e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/f4a9560c-4807-40e6-835a-3a63b74311b2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f4a9560c-4807-40e6-835a-3a63b74311b2 could not be found."}}' 2025-08-05 20:40:05,764 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/networking/v2.0/security-groups/19a97e03-78c2-4621-b7a7-0624c87b7f92 0.301s 2025-08-05 20:40:05,764 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'x-openstack-request-id': 'req-42cfc5e1-00fc-4bcc-b65d-6724d15d1bb8', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/networking/v2.0/security-groups/19a97e03-78c2-4621-b7a7-0624c87b7f92'} Body: b'' 2025-08-05 20:40:05,804 98934 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-348442719 0.039s 2025-08-05 20:40:05,804 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40:05 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-5f061069-7ed8-496f-bb19-0dfd6d0e41bf', 'x-compute-request-id': 'req-5f061069-7ed8-496f-bb19-0dfd6d0e41bf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-348442719'} Body: b'' cinder_tempest_plugin.scenario.test_snapshots.SnapshotDependencyTests.test_snapshot_removal[id-e7028f52-f6d4-479c-8809-6f6cf96cfe0f,image,volume] ------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 65, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 139, in test_snapshot_removal volume_1 = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 379, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9b4620b3-aef6-4aa7-a99a-2e0317ee4850 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2025-08-05 20:40:26,276 98934 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 202 POST http://10.0.0.210/volume/v3/volumes 0.469s 2025-08-05 20:40:26,276 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDependencyTests-volume-487615399", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d4a4b947-e2e2-4d5a-80bd-fe80a4617a41', 'content-length': '754', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d4a4b947-e2e2-4d5a-80bd-fe80a4617a41', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes'} Body: b'{"volume": {"id": "9b4620b3-aef6-4aa7-a99a-2e0317ee4850", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:40:26.144421", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-487615399", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850"}], "user_id": "cd748395c79548f7a6e5293169017cf5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2025-08-05 20:40:26,330 98934 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850 0.042s 2025-08-05 20:40:26,331 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79f30e33-c162-4d13-8c6b-b6f409dba2fc', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79f30e33-c162-4d13-8c6b-b6f409dba2fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850'} Body: b'{"volume": {"id": "9b4620b3-aef6-4aa7-a99a-2e0317ee4850", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:40:26.000000", "updated_at": null, "name": "tempest-SnapshotDependencyTests-volume-487615399", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850"}], "user_id": "cd748395c79548f7a6e5293169017cf5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3276deed0254e94b96fe8c12a7b8c67"}}' 2025-08-05 20:40:27,384 98934 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:test_snapshot_removal): 200 GET http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850 0.039s 2025-08-05 20:40:27,384 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/ json', 'x-compute-request-id': 'req-3ebd4743-3b35-45cb-8152-e88b7748ec8a', 'content-length': '843', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3ebd4743-3b35-45cb-8152-e88b7748ec8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850'} Body: b'{"volume": {"id": "9b4620b3-aef6-4aa7-a99a-2e0317ee4850", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2025-08-05T20:40:26.000000", "updated_at": "2025-08-05T20:40:26.000000", "name": "tempest-SnapshotDependencyTests-volume-487615399", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850"}], "user_id": "cd748395c79548f7a6e5293169017cf5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3276deed0254e94b96fe8c12a7b8c67"}}' 2025-08-05 20:40:27,514 98934 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850 0.116s 2025-08-05 20:40:27,515 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40: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-31f3f577-88c8-4642-b2a2-db69c76b301e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850'} Body: b'' 2025-08-05 20:40:27,535 98934 INFO [tempest.lib.common.rest_client] Request (SnapshotDependencyTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850 0.020s 2025-08-05 20:40:27,536 98934 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Tue, 05 Aug 2025 20:40: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-4c04d5e0-cec0-463a-abc0-13294c10645c', 'x-openstack-request-id': 'req-4c04d5e0-cec0-463a-abc0-13294c10645c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/volumes/9b4620b3-aef6-4aa7-a99a-2e0317ee4850'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 9b4620b3-aef6-4aa7-a99a-2e0317ee4850 could not be found."}}' ====== Totals ====== Ran: 219 tests in 1368.6799 sec. - Passed: 75 - Skipped: 32 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 112 Sum of execute time for each test: 4563.2132 sec. ============== Worker Balance ============== - Worker 0 (18 tests) => 0:08:07.599421 - Worker 1 (20 tests) => 0:13:00.875168 - Worker 2 (12 tests) => 0:07:27.955767 - Worker 3 (18 tests) => 0:17:18.861640 - Worker 4 (14 tests) => 0:05:03.671848 - Worker 5 (13 tests) => 0:01:37.740084 - Worker 6 (18 tests) => 0:11:38.823290 - Worker 7 (19 tests) => 0:09:45.489244 - Worker 8 (34 tests) => 0:05:20.463915 - Worker 9 (19 tests) => 0:14:41.800158 - Worker 10 (18 tests) => 0:04:30.811143 - Worker 11 (16 tests) => 0:14:01.151166 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed